/* Landing sections — unified glass / bento design system (matches hero-v2) */

.landing-section {
    position: relative;
    overflow: hidden;
}

.landing-section--alt {
    background: linear-gradient(180deg, #fff 0%, #faf9f7 100%);
}

.landing-section--muted {
    background: linear-gradient(180deg, #f4f2ef 0%, var(--site-bg) 100%);
}

.landing-section--mesh::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(53, 48, 48, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(53, 48, 48, 0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 85%);
    pointer-events: none;
}

.landing-section__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    opacity: 0.4;
}

.landing-section__orb--orange {
    width: 360px;
    height: 360px;
    background: rgba(255, 87, 0, 0.14);
}

.landing-section__orb--gold {
    width: 300px;
    height: 300px;
    background: rgba(251, 205, 0, 0.12);
}

.landing-section__orb--tr {
    top: -120px;
    right: -80px;
}

.landing-section__orb--bl {
    bottom: -100px;
    left: -60px;
}

.landing-section .container,
.landing-section .container-xl {
    position: relative;
    z-index: 1;
}

/* Section headers */

.section-head {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.section-head--left {
    text-align: start;
    margin-left: 0;
    margin-right: 0;
}

.section-head__intro {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--site-muted);
}

.section-title {
    letter-spacing: -0.025em;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    color: var(--brand-dark);
}

/* Glass card base */

.landing-section .glass-surface,
.landing-section .model-card,
.landing-section .split-panel,
.landing-section .stack-card,
.landing-section .growth-mini,
.landing-section .crm-card,
.landing-section .feature-card,
.landing-section .how-steps,
.landing-section .pricing-card,
.landing-section .compare-table-wrap,
.landing-section .faq-accordion,
.landing-section .trial-banner,
.landing-section .affiliate-panel {
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px rgba(53, 48, 48, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.landing-section .model-card:hover,
.landing-section .stack-card:hover,
.landing-section .growth-mini:hover,
.landing-section .crm-card:hover,
.landing-section .feature-card:hover,
.landing-section .split-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px -16px rgba(255, 87, 0, 0.15);
    border-color: rgba(255, 87, 0, 0.18) !important;
}

/* Models */

.landing-section--models {
    background: linear-gradient(180deg, var(--site-bg) 0%, #fff 50%, var(--site-bg) 100%);
}

.landing-section .model-card--accent {
    background: linear-gradient(145deg, rgba(255, 87, 0, 0.08) 0%, rgba(255, 255, 255, 0.9) 100%) !important;
    border-color: rgba(255, 87, 0, 0.22) !important;
    box-shadow: 0 12px 40px rgba(255, 87, 0, 0.12);
}

.landing-section .model-card-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    font-size: 1.25rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.landing-section .model-card .badge {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.landing-section .model-card .btn {
    font-weight: 600;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

/* Platform */

.landing-section .split-panel--accent {
    background: linear-gradient(155deg, rgba(255, 87, 0, 0.06) 0%, rgba(255, 255, 255, 0.92) 100%) !important;
}

.landing-section .split-panel-badge {
    font-size: 0.6875rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(53, 48, 48, 0.06);
}

.landing-section .split-panel-badge--accent {
    background: linear-gradient(135deg, rgba(255, 87, 0, 0.15), rgba(251, 205, 0, 0.12));
    color: var(--site-accent);
}

.landing-section .platform-list li {
    padding: 0.5rem 0.65rem;
    margin-bottom: 0.35rem;
    border-radius: 0.5rem;
    transition: background 0.15s ease;
}

.landing-section .platform-list li:hover {
    background: rgba(255, 87, 0, 0.05);
}

/* Stack */

.landing-section .stack-card-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.landing-section .stack-badge {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid var(--site-border) !important;
    padding: 0.35rem 0.75rem;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.landing-section .stack-badge:hover {
    border-color: rgba(255, 87, 0, 0.35) !important;
    color: var(--site-accent);
}

/* Growth */

.landing-section .growth-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 992px) {
    .landing-section .growth-layout {
        grid-template-columns: 5fr 7fr;
    }
}

.landing-section .growth-copy {
    padding: 2rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px rgba(53, 48, 48, 0.06);
}

.landing-section .growth-badges .badge {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid var(--site-border) !important;
    color: var(--site-text) !important;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
}

.landing-section .growth-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.landing-section .growth-bento .growth-mini:nth-child(1) {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(255, 87, 0, 0.07) 0%, rgba(255, 255, 255, 0.9) 100%) !important;
}

.landing-section .growth-mini i {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    font-size: 1.25rem !important;
    background: rgba(255, 87, 0, 0.1);
}

/* CRM bento */

.landing-section .crm-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.landing-section .crm-bento .crm-card:first-child {
    grid-column: span 2;
    background: linear-gradient(145deg, rgba(255, 87, 0, 0.06) 0%, rgba(255, 255, 255, 0.9) 100%) !important;
}

@media (max-width: 991.98px) {
    .landing-section .crm-bento {
        grid-template-columns: 1fr 1fr;
    }

    .landing-section .crm-bento .crm-card:first-child {
        grid-column: span 2;
    }
}

@media (max-width: 575.98px) {
    .landing-section .crm-bento {
        grid-template-columns: 1fr;
    }

    .landing-section .crm-bento .crm-card:first-child {
        grid-column: span 1;
    }
}

.landing-section .crm-card-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
}

/* Features bento */

.landing-section .features-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.landing-section .features-bento .feature-card:nth-child(1),
.landing-section .features-bento .feature-card:nth-child(5) {
    grid-row: span 1;
}

.landing-section .features-bento .feature-card:nth-child(1) {
    background: linear-gradient(145deg, rgba(255, 87, 0, 0.07) 0%, rgba(255, 255, 255, 0.92) 100%) !important;
}

@media (max-width: 991.98px) {
    .landing-section .features-bento {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .landing-section .features-bento {
        grid-template-columns: 1fr;
    }
}

.landing-section .feature-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
}

.landing-section .how-steps {
    border-radius: 1.25rem !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 248, 240, 0.85) 100%) !important;
}

.landing-section .step-num--lg {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
    background: linear-gradient(135deg, rgba(255, 87, 0, 0.15), rgba(251, 205, 0, 0.12));
    box-shadow: 0 4px 12px rgba(255, 87, 0, 0.15);
}

/* Affiliate */

.landing-section--affiliate .section-title {
    color: #fff;
}

.landing-section .affiliate-panel {
    border-radius: 1.25rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.landing-section .affiliate-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

/* Pricing */

.landing-section--pricing {
    background: linear-gradient(180deg, #faf9f7 0%, #f0eeeb 100%);
}

.landing-section .trial-banner {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.25rem !important;
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.08) 0%, rgba(255, 255, 255, 0.9) 100%) !important;
    border: 1px solid rgba(25, 135, 84, 0.2) !important;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.08);
}

.landing-section .billing-toggle {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid var(--site-border);
    box-shadow: 0 4px 16px rgba(53, 48, 48, 0.04);
}

.landing-section .pricing-card-featured {
    background: linear-gradient(165deg, rgba(255, 87, 0, 0.06) 0%, rgba(255, 255, 255, 0.95) 100%) !important;
    border-color: rgba(255, 87, 0, 0.35) !important;
    box-shadow: 0 16px 48px rgba(255, 87, 0, 0.14) !important;
}

.landing-section .pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(53, 48, 48, 0.1) !important;
}

.landing-section .pricing-card .btn-primary {
    box-shadow: 0 6px 20px rgba(255, 87, 0, 0.3);
}

/* Compare */

.landing-section .compare-table-wrap {
    border-radius: 1.25rem !important;
    overflow: hidden;
}

.landing-section .compare-table thead th {
    background: rgba(255, 248, 240, 0.95);
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.landing-section .compare-agent-note {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px);
    border-radius: 1rem !important;
}

/* FAQ */

.landing-section .faq-accordion {
    border-radius: 1.25rem !important;
    overflow: hidden;
}

.landing-section .faq-accordion .accordion-button {
    background: transparent;
    font-weight: 600;
    padding: 1.15rem 1.5rem;
}

.landing-section .faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(255, 87, 0, 0.06);
    color: var(--site-accent);
}

.landing-section .faq-accordion .accordion-body {
    padding: 0 1.5rem 1.25rem;
    line-height: 1.65;
}

/* CTA band v2 */

.cta-band-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2a2525 0%, #353030 35%, #ff5700 70%, #fbcd00 100%);
}

.cta-band-v2__mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.cta-band-v2__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.cta-band-v2__orb--1 {
    width: 400px;
    height: 400px;
    top: -150px;
    right: 10%;
    background: rgba(255, 255, 255, 0.12);
}

.cta-band-v2__orb--2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: 5%;
    background: rgba(251, 205, 0, 0.2);
}

.cta-band-v2 .container {
    position: relative;
    z-index: 1;
}

.cta-band-v2__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.cta-band-v2__btn-primary {
    background: #fff;
    color: var(--brand-dark);
    font-weight: 700;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-band-v2__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    background: #fff;
    color: var(--brand-dark);
}

.cta-band-v2__btn-secondary {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: 600;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.08);
}

.cta-band-v2__btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    color: #fff;
}

/* Footer v2 */

.site-footer-v2 {
    background: linear-gradient(180deg, #2a2525 0%, #353030 100%);
    color: rgba(255, 255, 255, 0.75);
    border-top: none !important;
}

.site-footer-v2__tagline {
    color: rgba(255, 255, 255, 0.55);
    max-width: 320px;
}

.site-footer-v2__contact a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.15s ease;
}

.site-footer-v2__contact a:hover {
    color: var(--brand-yellow);
}

.site-footer-v2 .site-footer-logo {
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.site-footer-v2__heading {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.site-footer-v2 a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.15s ease;
}

.site-footer-v2 a:hover {
    color: var(--brand-yellow);
}

.site-footer-v2 .site-footer-social-btn {
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.05);
}

.site-footer-v2 .site-footer-social-btn:hover {
    border-color: var(--brand-orange);
    color: #fff;
    background: rgba(255, 87, 0, 0.2);
}

.site-footer-v2__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.4);
}
