/* AgroCircle marketing theme v2 — immersive hero, lime CTAs, stats bar, prefooter CTA, dark footer */

:root {
    --landing-lime: #8bc34a;
    --landing-lime-hover: #7cb342;
    --landing-immersive-accent: #a4d96c;
    --landing-prefooter-gradient: linear-gradient(105deg, #4a7c23 0%, #237373 55%, #1d5c5c 100%);
    --landing-footer-dark: #121815;
    --landing-font-ui: Inter, Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    /* One-page flow (Index): section rhythm & surfaces */
    --landing-flow-pad-y: clamp(2.35rem, 5vw, 4rem);
    --landing-flow-pad-y-inner: clamp(1.75rem, 3.5vw, 2.75rem);
    --landing-flow-surface-a: #f2f6ef;
    --landing-flow-surface-b: #ffffff;
    --landing-flow-surface-c: #edf3e8;
    --landing-flow-card-border: rgba(20, 26, 18, 0.07);
    --landing-flow-card-shadow: 0 14px 44px rgba(22, 40, 18, 0.08), 0 0 0 1px var(--landing-flow-card-border);
    --landing-flow-card-hover: 0 22px 56px rgba(22, 40, 18, 0.12), 0 0 0 1px rgba(74, 124, 35, 0.16);
}

/* —— Navbar brand (logo / wordmark) —— */
.landing-brand-link {
    gap: 0.6rem;
    text-decoration: none !important;
    color: inherit !important;
}
.landing-brand-link--logo {
    gap: 0;
}
.landing-brand-mark {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: var(--landing-primary);
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 1.1rem;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
}
.landing-brand-mark--footer {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
}
.landing-brand-text {
    display: inline-flex;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}
.landing-brand-img-wrap {
    display: block;
    line-height: 0;
}
.landing-brand-img {
    display: block;
    height: auto;
    max-height: 48px;
    width: auto;
    max-width: min(240px, 55vw);
}

.btn-landing-nav-join {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1.25rem !important;
    border-radius: 999px !important;
    background: var(--landing-primary) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    border: none !important;
    font-family: var(--landing-font-ui);
    transition: background 0.2s ease, transform 0.15s ease;
}
.btn-landing-nav-join::after {
    content: "\203A";
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.95;
}
.btn-landing-nav-join:hover {
    background: var(--landing-primary-hover) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Ensure desktop menu is always visible and clean (no bullets) */
.clean-landing .landing-navbar-center .site-menu.main-menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.clean-landing .landing-navbar-center .site-menu.main-menu > li {
    list-style: none;
    margin: 0;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-center .site-menu.main-menu > li > .nav-link {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-family: var(--landing-font-ui);
    font-weight: 500;
    font-size: 0.92rem;
    padding: 0.35rem 0.65rem !important;
    white-space: nowrap;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-center .site-menu.main-menu > li > .nav-link:hover {
    color: var(--landing-immersive-accent) !important;
}

/* Inner marketing pages: black nav bar + light text (home stays transparent until scroll) */
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed {
    background: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .site-menu .nav-link,
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .site-menu-dark .nav-link,
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-nav-signin {
    color: #fff !important;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .site-menu .nav-link:hover,
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .site-menu-dark .nav-link:hover {
    color: var(--landing-immersive-accent) !important;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .btn-link.nav-link {
    color: #fff !important;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-header-toolbar .btn.dropdown-toggle {
    color: rgba(255, 255, 255, 0.92) !important;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-lang-toggle {
    color: rgba(255, 255, 255, 0.92) !important;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-lang-toggle:hover,
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-lang-toggle:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-globe-icon {
    color: rgba(255, 255, 255, 0.85);
    stroke: currentColor;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-user-pill {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    color: rgba(255, 255, 255, 0.95) !important;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-user-pill:hover,
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-user-pill:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: #fff !important;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .landing-user-avatar {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.clean-landing:not(.landing-immersive--hero) .landing-navbar-fixed .site-menu-toggle {
    color: #fff !important;
}

/* Home hero only: transparent header over hero, solid bar after scroll */
.landing-immersive.landing-immersive--hero .site-wrap {
    padding-top: 0;
}
.landing-immersive.landing-immersive--hero .landing-navbar-fixed {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
}
.landing-immersive.landing-immersive--hero .landing-navbar-fixed .site-menu .nav-link,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed .landing-nav-signin,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed .landing-brand-text,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed .site-menu-toggle,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed .landing-header-toolbar .btn.dropdown-toggle {
    color: #fff !important;
}
.landing-immersive.landing-immersive--hero .landing-navbar-fixed .landing-lang-toggle,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed .landing-user-pill {
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.shrink,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.landing-nav-scrolled {
    background: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
}
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.shrink .site-menu .nav-link,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.shrink .landing-nav-signin,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.shrink .landing-brand-text,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.shrink .site-menu-toggle,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.shrink .landing-header-toolbar .btn.dropdown-toggle,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.landing-nav-scrolled .site-menu .nav-link,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.landing-nav-scrolled .landing-nav-signin,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.landing-nav-scrolled .landing-brand-text,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.landing-nav-scrolled .site-menu-toggle,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.landing-nav-scrolled .landing-header-toolbar .btn.dropdown-toggle {
    color: #fff !important;
}
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.shrink .site-menu .nav-link:hover,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.landing-nav-scrolled .site-menu .nav-link:hover {
    color: #fff !important;
}
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.shrink .landing-lang-toggle,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.shrink .landing-user-pill,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.landing-nav-scrolled .landing-lang-toggle,
.landing-immersive.landing-immersive--hero .landing-navbar-fixed.landing-nav-scrolled .landing-user-pill {
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}
.landing-immersive.landing-immersive--hero main > .landing-hero-immersive:first-child {
    padding-top: calc(4.25rem + 88px);
}
.landing-immersive {
    scroll-padding-top: 92px;
}

/* Mobile only hamburger behavior */
.clean-landing .site-menu-toggle {
    display: none !important;
}
@media (max-width: 767px) {
    /* Keep only brand + hamburger on mobile top bar */
    .clean-landing .landing-navbar-center,
    .clean-landing .landing-header-actions > nav {
        display: none !important;
    }
    .clean-landing .landing-header-actions {
        margin-left: auto !important;
    }
    .clean-landing .site-navbar .container-fluid {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }
    .clean-landing .landing-navbar-logo {
        max-width: calc(100% - 52px);
        margin-right: 0 !important;
    }
    .clean-landing .landing-brand-link {
        max-width: 100%;
        gap: 0.5rem;
    }
    .clean-landing .landing-brand-link--logo {
        gap: 0;
    }
    .clean-landing .landing-brand-link--logo .landing-brand-img {
        max-width: min(220px, calc(100vw - 120px));
    }
    .clean-landing .landing-brand-mark {
        width: 1.9rem;
        height: 1.9rem;
        font-size: 0.95rem;
        flex: 0 0 auto;
    }
    .clean-landing .landing-brand-text {
        font-size: 1.15rem;
        line-height: 1.1;
        max-width: calc(100vw - 140px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .clean-landing .site-menu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .clean-landing .site-menu-toggle .icon-menu {
        font-size: 1.35rem !important;
        line-height: 1;
        margin: 0;
    }
}

/* Short banner for all inner marketing pages */
.landing-short-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    padding: clamp(1.55rem, 3.3vw, 2.35rem) clamp(1.2rem, 3.2vw, 2.6rem);
    min-height: clamp(180px, 28vw, 260px);
    margin: 0;
    background-image:
        linear-gradient(112deg, rgba(8, 18, 10, 0.86) 0%, rgba(15, 35, 22, 0.68) 48%, rgba(12, 28, 20, 0.56) 100%),
        url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=2200&q=80");
    background-size: cover;
    background-position: center;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.14);
}
.landing-short-banner > * {
    position: relative;
    z-index: 1;
}
.landing-short-banner .inner-page-hero-title,
.landing-short-banner .join-hero-title,
.landing-short-banner .hiw-hero-title,
.landing-short-banner .sol-hero-title {
    color: #fff !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
    margin-bottom: 0.35rem;
}
.landing-short-banner .inner-page-hero-subtitle,
.landing-short-banner .join-hero-sub,
.landing-short-banner .hiw-hero-sub,
.landing-short-banner .sol-hero-intro {
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.landing-short-banner .join-hero-kicker,
.landing-short-banner .hiw-hero-kicker,
.landing-short-banner .sol-hero-kicker {
    color: rgba(255, 255, 255, 0.9) !important;
    letter-spacing: 0.12em;
}
.landing-short-banner .join-hero-rule,
.landing-short-banner .hiw-hero-rule,
.landing-short-banner .sol-hero-rule,
.landing-short-banner .inner-page-hero-accent {
    background: linear-gradient(90deg, #b5df83, #7ec7b8) !important;
}
.landing-section.landing-theme .landing-short-banner {
    /* Span full container width so the banner covers the full area */
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}
@media (max-width: 767px) {
    .landing-short-banner {
        border-radius: 14px;
        min-height: 120px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* —— Immersive hero —— */
.landing-hero-immersive {
    position: relative;
    min-height: min(100vh, 920px);
    padding: 4.25rem 0 4.5rem;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.landing-hero-immersive-bg {
    position: absolute;
    inset: 0;
    background-image: url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=2400&q=80");
    background-size: cover;
    background-position: center;
}
.landing-hero-immersive-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(8, 18, 10, 0.88) 0%, rgba(15, 35, 22, 0.72) 45%, rgba(12, 28, 20, 0.55) 100%);
}
.landing-hero-immersive-inner {
    z-index: 1;
}
.landing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.95rem 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--landing-font-ui);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1.25rem;
}
.landing-hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--landing-immersive-accent);
    flex-shrink: 0;
}
.landing-hero-title {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 4.5vw, 3.35rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 1.15rem;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.landing-hero-lead {
    font-family: var(--landing-font-ui);
    font-size: 1.08rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 34rem;
    margin-bottom: 1.75rem;
}
.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    margin-bottom: 2.25rem;
}
.btn-landing-lime {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.5rem;
    border-radius: 999px;
    background: var(--landing-lime);
    color: #fff !important;
    font-weight: 700;
    font-family: var(--landing-font-ui);
    font-size: 0.95rem;
    border: none;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.15s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.btn-landing-lime::after {
    content: "\2192";
    font-size: 1rem;
}
.btn-landing-lime:hover {
    background: var(--landing-lime-hover);
    color: #fff !important;
    transform: translateY(-1px);
}
.btn-landing-lime-block {
    width: 100%;
    justify-content: center;
}
.landing-hero-link-alt {
    font-family: var(--landing-font-ui);
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding-bottom: 2px;
}
.landing-hero-link-alt::after {
    content: " \203A";
    opacity: 0.9;
}
.landing-hero-link-alt:hover {
    border-bottom-color: #fff;
    color: #fff !important;
}
.landing-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 1.25rem;
    max-width: 520px;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.landing-hero-stat-num {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.landing-hero-stat-label {
    display: block;
    font-family: var(--landing-font-ui);
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 0.2rem;
}

/* —— Auth card (home) —— */
.landing-auth-card.auth-card {
    border-radius: 24px;
    padding: 1.75rem 1.85rem 1.65rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    border: none;
    background: #fff;
}
.landing-auth-title {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1a1a1a;
    margin: 0 0 0.35rem;
}
.landing-auth-sub {
    font-family: var(--landing-font-ui);
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1.25rem;
}
.landing-auth-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.landing-auth-forgot {
    font-family: var(--landing-font-ui);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--landing-primary) !important;
}
.landing-password-field {
    position: relative;
}
.landing-password-field .form-control {
    padding-right: 2.75rem;
}
.landing-password-toggle {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0.35rem;
    color: #888;
    cursor: pointer;
    border-radius: 6px;
    line-height: 0;
}
.landing-password-toggle:hover {
    color: #444;
    background: rgba(0, 0, 0, 0.05);
}
.landing-auth-or {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0.25rem 0 1rem;
    color: #999;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-family: var(--landing-font-ui);
}
.landing-auth-or::before,
.landing-auth-or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--landing-border);
}
.btn-landing-otp-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.6rem 1rem;
    border-radius: 12px;
    border: 2px solid var(--landing-border);
    background: #fff;
    color: #333 !important;
    font-weight: 600;
    font-family: var(--landing-font-ui);
    font-size: 0.92rem;
    text-decoration: none !important;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.btn-landing-otp-outline:hover {
    border-color: var(--landing-primary);
    background: rgba(74, 124, 35, 0.04);
    color: #222 !important;
}
.landing-auth-footer-note {
    font-family: var(--landing-font-ui);
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}
.landing-auth-footer-note a {
    font-weight: 700;
    color: var(--landing-primary) !important;
}

/* —— Subnav strip —— */
.landing-subnav-strip {
    background: #f9faf9;
    border-bottom: 1px solid var(--landing-border);
    padding: 0.85rem 0;
}
.landing-subnav-strip-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 2rem;
}
.landing-subnav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--landing-font-ui);
    font-size: 0.9rem;
    font-weight: 600;
    color: #3d4a3d !important;
    text-decoration: none !important;
}
.landing-subnav-link:hover {
    color: var(--landing-primary) !important;
}
.landing-subnav-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--landing-primary);
}
.landing-subnav-ic--wa svg {
    fill: #25d366;
}

/* Immersive home: bridge hero → content */
.landing-immersive .landing-subnav-strip {
    background: linear-gradient(180deg, #fbfcf9 0%, #f4f7f1 100%);
    border-bottom: 1px solid rgba(74, 124, 35, 0.12);
    padding: 1rem 0;
    box-shadow: 0 6px 24px rgba(15, 26, 12, 0.04);
}
.landing-immersive .landing-subnav-link {
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
}
.landing-immersive .landing-subnav-link:hover {
    background: rgba(74, 124, 35, 0.08);
}

/* —— Light sections —— */
.landing-section-light {
    padding: 4.5rem 0 4rem;
    background: #fff;
    font-family: var(--landing-font-ui);
}
.landing-section-muted {
    padding: 4.5rem 0 4.5rem;
    background: #f3f4f2;
    font-family: var(--landing-font-ui);
}
.landing-section-head {
    margin-bottom: 2.5rem;
}
.landing-kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--landing-primary);
    margin-bottom: 0.6rem;
    font-family: var(--landing-font-ui);
}
.landing-kicker--teal {
    color: var(--landing-accent-teal);
}
.landing-section-title {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}
.landing-section-sub {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.65;
    max-width: 640px;
}
.landing-text-link {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--landing-primary) !important;
    text-decoration: none !important;
    border-bottom: 2px solid rgba(74, 124, 35, 0.35);
}
.landing-text-link:hover {
    border-bottom-color: var(--landing-primary);
}

.landing-hiw-card {
    height: 100%;
    background: #fff;
    border-radius: var(--landing-card-radius);
    padding: 1.5rem 1.35rem 1.65rem;
    box-shadow: var(--landing-card-shadow);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.25s ease, transform 0.2s ease;
    position: relative;
}
.landing-hiw-card:hover {
    box-shadow: var(--landing-card-shadow-hover);
    transform: translateY(-3px);
}
.landing-hiw-card-num {
    position: absolute;
    top: 1rem;
    right: 1.1rem;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    line-height: 1;
    font-family: var(--landing-font-ui);
}
.landing-hiw-card-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background: rgba(74, 124, 35, 0.1);
    color: var(--landing-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.landing-hiw-card-title {
    font-size: 1.08rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}
.landing-hiw-card-desc {
    font-size: 0.92rem;
    color: #666;
    line-height: 1.55;
    margin: 0;
}

.landing-persona-card {
    background: #fff;
    border-radius: var(--landing-card-radius);
    overflow: hidden;
    box-shadow: var(--landing-card-shadow);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}
.landing-persona-card:hover {
    box-shadow: var(--landing-card-shadow-hover);
    transform: translateY(-4px);
}
.landing-persona-media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}
.landing-persona-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.landing-persona-media-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 55%);
    pointer-events: none;
}
.landing-persona-media-title {
    position: absolute;
    left: 1.1rem;
    bottom: 0.85rem;
    right: 1rem;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-family: var(--landing-font-ui);
}
.landing-persona-arrow {
    font-size: 1.1rem;
    opacity: 0.7;
}
.landing-persona-body {
    padding: 1.15rem 1.25rem 1.35rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* —— Stats bar —— */
.landing-stats-bar {
    background: #2d5a27;
    color: #fff;
    padding: 3rem 0 2.75rem;
    font-family: var(--landing-font-ui);
}
.landing-stats-bar-num {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.65rem, 3vw, 2rem);
    font-weight: 700;
}
.landing-stats-bar-label {
    display: block;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.35rem;
}

/* —— Prefooter CTA —— */
.landing-prefooter-cta {
    padding: 3.5rem 0 4rem;
    background: linear-gradient(180deg, #eef4eb 0%, #f7f9f6 100%);
}
.landing-prefooter-cta-card {
    border-radius: 24px;
    padding: 2.5rem 2rem;
    background: var(--landing-prefooter-gradient);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(35, 115, 115, 0.25);
}
.landing-prefooter-cta-card::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    right: -40px;
    top: -60px;
    pointer-events: none;
}
.landing-prefooter-cta-title {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.65rem, 3vw, 2rem);
    margin: 0 0 0.75rem;
    position: relative;
    z-index: 1;
}
.landing-prefooter-cta-sub {
    font-family: var(--landing-font-ui);
    font-size: 1.02rem;
    line-height: 1.65;
    opacity: 0.95;
    max-width: 560px;
    margin: 0 auto 1.75rem;
    position: relative;
    z-index: 1;
}
.landing-prefooter-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.75rem;
    position: relative;
    z-index: 1;
}
.btn-landing-prefooter-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 1.6rem;
    border-radius: 999px;
    background: #fff !important;
    color: #2d5a27 !important;
    font-weight: 700;
    font-family: var(--landing-font-ui);
    font-size: 0.95rem;
    text-decoration: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s ease;
}
.btn-landing-prefooter-primary::after {
    content: "\2192";
}
.btn-landing-prefooter-primary:hover {
    color: #1a3d16 !important;
    transform: translateY(-2px);
}
.landing-prefooter-cta-link {
    font-family: var(--landing-font-ui);
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding-bottom: 2px;
}
.landing-prefooter-cta-link::after {
    content: " \203A";
}
.landing-prefooter-cta-link:hover {
    border-bottom-color: #fff;
}

/* —— Footer v2 —— */
.landing-footer.landing-footer-v2 {
    background: var(--landing-footer-dark);
    padding: 3.25rem 0 1.5rem;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--landing-font-ui);
}
.landing-footer-v2-brand {
    text-decoration: none !important;
    gap: 0.55rem;
    margin-bottom: 1rem;
}
.landing-footer-v2-brand-text {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff !important;
}
.landing-footer-v2-tagline {
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    max-width: 22rem;
    margin-bottom: 1.25rem;
}
.landing-footer-v2-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.55rem;
}
.landing-footer-v2-contact a {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
}
.landing-footer-v2-contact a:hover {
    color: #fff !important;
}
.landing-footer-v2-contact-ic {
    flex-shrink: 0;
    opacity: 0.7;
    margin-top: 2px;
}
.landing-footer-v2-col-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
}
.landing-footer-v2-links a {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.58) !important;
    text-decoration: none !important;
    padding: 0.2rem 0;
}
.landing-footer-v2-links a:hover {
    color: rgba(255, 255, 255, 0.95) !important;
}
.landing-footer-v2-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.landing-footer-v2-copy {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
}
.landing-footer-v2-status {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.landing-footer-v2-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #8bc34a;
    box-shadow: 0 0 0 3px rgba(139, 195, 74, 0.25);
}

@media (max-width: 991px) {
    .landing-hero-stats {
        grid-template-columns: 1fr;
        max-width: none;
    }
    .landing-immersive.landing-immersive--hero main > .landing-hero-immersive:first-child {
        padding-top: calc(3.75rem + 88px);
    }
}
@media (max-width: 767px) {
    .landing-footer-v2-bottom {
        flex-direction: column;
        text-align: center;
    }
    .landing-stats-bar-row .landing-stats-bar-item {
        margin-bottom: 0.5rem;
    }
}

/* One-page Home: vertical padding set per section (.landing-flow-* below). */
.landing-immersive main .landing-section.landing-theme,
.landing-immersive main .landing-section {
    padding: 0 !important;
}

/* ========== One-page embedded card grid consistency (post-login sections) ========== */
/* Center the content in a predictable max-width to avoid the "left aligned + empty right" look. */
@media (min-width: 1200px) {
    .landing-immersive .container {
        max-width: 1200px !important;
    }
}

/* ---- How it Works: steps -> uniform cards in a 2-column grid ---- */
.landing-immersive .hiw-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.1rem, 2.2vw, 1.65rem);
    padding-bottom: 0.25rem !important;
    align-items: stretch;
}
.landing-immersive .hiw-steps > .hiw-step {
    min-width: 0;
}
.landing-immersive .hiw-step {
    padding: 0 !important;
    border-top: none !important;
    margin: 0 !important;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 18px !important;
    background: #fff !important;
    border: 1px solid var(--landing-flow-card-border) !important;
    box-shadow: var(--landing-flow-card-shadow) !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}
.landing-immersive .hiw-step:hover {
    box-shadow: var(--landing-flow-card-hover) !important;
    transform: translateY(-4px);
    border-color: rgba(74, 124, 35, 0.18) !important;
}
.landing-immersive .hiw-step-media {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: linear-gradient(145deg, rgba(74, 124, 35, 0.14) 0%, rgba(35, 115, 115, 0.09) 45%, rgba(247, 250, 245, 1) 100%) !important;
    min-height: 200px;
}
.landing-immersive .hiw-step .hiw-step-media .hiw-step-img {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover;
    object-position: center top;
    flex: 0 0 auto;
    vertical-align: top;
    aspect-ratio: auto;
}
/*
 * Critical: nested row uses flex-direction:column. Do NOT use flex-basis 100% on children —
 * percentage basis is on the *main* axis (height), so each "column" claims full height and overlaps.
 */
.landing-immersive .hiw-step > .row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 auto;
    box-sizing: border-box !important;
    gap: 0;
}
@media (max-width: 767px) {
    .landing-immersive .hiw-step > .row {
        gap: 1.15rem;
    }
}
.landing-immersive .hiw-step > .row > [class*="col-"] {
    padding: 0 !important;
    margin-top: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
}
/* One-page stacked layout: always image first, body second (beats Bootstrap lg order). */
.landing-immersive .hiw-step-col-media {
    order: 1 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.landing-immersive .hiw-step-col-body {
    order: 2 !important;
    flex: 1 1 auto !important;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.landing-immersive .hiw-step-col-body .hiw-step-body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.landing-immersive .hiw-step-col-body .hiw-why {
    margin-top: auto;
}
.landing-immersive .hiw-step-badge {
    left: 1rem !important;
    right: auto !important;
    top: 1rem !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.92), 0 8px 20px rgba(0, 0, 0, 0.18);
}
.landing-immersive .hiw-step-media--r .hiw-step-badge {
    right: auto !important;
    left: 1rem !important;
}
.landing-immersive .hiw-step-body {
    padding: 1.35rem 1.4rem 1.6rem !important;
    font-family: var(--landing-font-ui);
}
.landing-immersive .hiw-step-heading-row {
    margin-bottom: 0.55rem !important;
}
.landing-immersive .hiw-phase {
    margin-bottom: 0.85rem !important;
    font-family: var(--landing-font-ui);
}
.landing-immersive .hiw-step-title {
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: -0.02em;
}
.landing-immersive .hiw-step-lead {
    margin-bottom: 0.55rem !important;
    color: #4b5563;
    font-size: 0.95rem;
}
.landing-immersive .hiw-check-list {
    margin-bottom: 0.95rem !important;
    font-size: 0.96rem;
}
.landing-immersive .hiw-why {
    border-radius: 12px;
    padding: 0.9rem 1rem !important;
    background: linear-gradient(180deg, #f4f6f2 0%, #eef1ea 100%) !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.94rem;
    line-height: 1.55;
}

/* ---- Solutions: tiers -> uniform cards in a 2-column grid ---- */
.landing-immersive .sol-tier-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.1rem, 2.2vw, 1.65rem);
    max-width: none !important;
    padding-bottom: 0.75rem;
    align-items: stretch;
}
.landing-immersive .sol-tier-list > article.sol-card {
    min-width: 0;
}
.landing-immersive .sol-card {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-radius: 18px !important;
    border: 1px solid var(--landing-flow-card-border) !important;
    box-shadow: var(--landing-flow-card-shadow) !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}
.landing-immersive .sol-card:hover {
    box-shadow: var(--landing-flow-card-hover) !important;
    transform: translateY(-4px);
}
.landing-immersive .sol-card-row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 auto;
    box-sizing: border-box !important;
    gap: 0;
}
@media (max-width: 991px) {
    .landing-immersive .sol-card-row {
        gap: 1.15rem;
    }
}
.landing-immersive .sol-card-col-media {
    order: 1 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.landing-immersive .sol-card-col-body {
    order: 2 !important;
    flex: 1 1 auto !important;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.landing-immersive .sol-card .col-lg-5,
.landing-immersive .sol-card .col-lg-7,
.landing-immersive .sol-card [class*="col-"] {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    float: none !important;
}
.landing-immersive .sol-card-media {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    min-height: 200px;
    height: auto;
    background: linear-gradient(145deg, rgba(74, 124, 35, 0.12) 0%, rgba(35, 115, 115, 0.07) 50%, rgba(247, 250, 245, 1) 100%) !important;
}
.landing-immersive .sol-card-media .sol-card-img {
    width: 100%;
    height: 200px;
    min-height: 200px;
    object-fit: cover;
    object-position: center top;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    vertical-align: top;
}
.landing-immersive .sol-media-badge {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 10px 28px rgba(0, 0, 0, 0.12);
}
.landing-immersive .sol-card-body {
    padding: 1.35rem 1.4rem 1.6rem !important;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.landing-immersive .sol-card--grow .sol-card-body,
.landing-immersive .sol-card--enterprise .sol-card-body {
    padding-top: 1.25rem !important;
}
.landing-immersive .sol-pill-popular {
    position: static !important;
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 0.65rem;
}
.landing-immersive .sol-pill-enterprise {
    position: static !important;
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 0.65rem;
}
.landing-immersive .sol-card-head {
    position: relative;
}
.landing-immersive .sol-footer {
    margin-top: auto;
}
.landing-immersive .hiw-step-media,
.landing-immersive .sol-card-media {
    border-radius: 18px 18px 0 0 !important;
    overflow: hidden;
}
.landing-immersive .sol-why {
    border-radius: 12px;
    padding: 0.9rem 1rem !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.94rem;
    line-height: 1.55;
}
.landing-immersive .sol-tier-title {
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: -0.02em;
}
.landing-immersive .sol-tier-desc {
    font-size: 0.96rem;
    color: #4b5563;
}
.landing-immersive .sol-check-list {
    font-size: 0.96rem;
}
.landing-immersive .sol-who {
    font-size: 0.88rem;
    color: #6b7280;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

/* About (one-page): intro + mission/vision columns */
.landing-immersive .about-page-embed-top {
    margin-bottom: 0.35rem;
}
.landing-immersive .about-page-embed-intro .join-hero {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.landing-immersive .about-page-embed-cards {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
@media (max-width: 991px) {
    .landing-immersive .about-page-embed-top {
        margin-bottom: 0.15rem;
    }
}
.landing-immersive .about-embed-panel {
    background: #fff;
    border-radius: var(--landing-card-radius, 16px);
    box-shadow: var(--landing-card-shadow);
    padding: 1.35rem 1.35rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.landing-immersive .about-embed-panel .join-check-list {
    flex: 0 0 auto;
}
/* Prevent Bootstrap gutter bleed from pulling “Goals / ValueProp” blocks over embed cards */
.landing-immersive .about-page .landing-content-block-two-col .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.landing-immersive .about-page .landing-content-block-two-col [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.landing-immersive .about-page .landing-content-block > .block-title:first-child {
    position: relative;
    z-index: 1;
}

/* ---- Join Us: 2-column grid + card polish (one-page) ---- */
.landing-immersive .join-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(1.25rem, 2.5vw, 1.85rem) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.landing-immersive .join-card {
    height: 100%;
    padding: 0 !important;
    margin: 0;
    border-radius: 18px !important;
    border: 1px solid var(--landing-flow-card-border) !important;
    box-shadow: var(--landing-flow-card-shadow) !important;
    transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}
.landing-immersive .join-card:hover {
    box-shadow: var(--landing-flow-card-hover) !important;
    transform: translateY(-4px);
    border-color: rgba(74, 124, 35, 0.16) !important;
}
.landing-immersive .join-card-media {
    height: 200px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
}
.landing-immersive .join-card-img {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: top;
}
.landing-immersive .join-card-body {
    min-height: 100%;
    padding: 1.45rem 1.5rem 1.65rem !important;
    font-family: var(--landing-font-ui);
}
.landing-immersive .join-card-title {
    font-size: 1.4rem;
}

@media (max-width: 768px) {
    .landing-immersive .hiw-steps,
    .landing-immersive .sol-tier-list {
        grid-template-columns: 1fr;
        gap: 1.15rem;
    }
    .landing-immersive .join-grid {
        grid-template-columns: 1fr !important;
    }
    .landing-immersive .join-card-media {
        height: 170px;
    }
}

/* =============================================================================
   One-page home: section bands & typographic rhythm (How it works → About)
   ============================================================================= */
.landing-immersive #how-it-works .how-it-works-page.landing-section {
    padding: var(--landing-flow-pad-y) 0 var(--landing-flow-pad-y-inner) !important;
    background: linear-gradient(180deg, var(--landing-flow-surface-b) 0%, var(--landing-flow-surface-a) 35%, var(--landing-flow-surface-c) 100%);
}
.landing-immersive #solutions .solutions-page.landing-section {
    padding: var(--landing-flow-pad-y) 0 var(--landing-flow-pad-y-inner) !important;
    background: var(--landing-flow-surface-b);
}
.landing-immersive #join-us .join-us-page.landing-section {
    padding: var(--landing-flow-pad-y) 0 var(--landing-flow-pad-y-inner) !important;
    background: linear-gradient(180deg, var(--landing-flow-surface-c) 0%, var(--landing-flow-surface-a) 55%, var(--landing-flow-surface-b) 100%);
}
.landing-immersive #our-team .our-team-page.landing-section {
    padding: var(--landing-flow-pad-y) 0 var(--landing-flow-pad-y-inner) !important;
    background: var(--landing-flow-surface-b);
}
.landing-immersive #about-us .about-page.landing-section {
    padding: var(--landing-flow-pad-y) 0 calc(var(--landing-flow-pad-y) + 0.5rem) !important;
    background: linear-gradient(180deg, var(--landing-flow-surface-b) 0%, #f6faf3 55%, #eef4e9 100%);
}

.landing-immersive .hiw-hero,
.landing-immersive .sol-hero,
.landing-immersive .join-us-page .join-hero,
.landing-immersive .our-team-page .join-hero {
    padding: 0 0 var(--landing-flow-pad-y-inner) !important;
    margin-bottom: 0.25rem !important;
    max-width: 52rem;
}
.landing-immersive .hiw-hero-kicker,
.landing-immersive .sol-hero-kicker,
.landing-immersive .join-hero-kicker {
    font-family: var(--landing-font-ui);
}
.landing-immersive .sol-hero-intro {
    font-family: var(--landing-font-ui);
    max-width: 40rem;
}
.landing-immersive .hiw-steps {
    padding-bottom: 0.5rem !important;
    gap: clamp(1.2rem, 2.4vw, 1.85rem) !important;
}
.landing-immersive .hiw-audience {
    margin-top: var(--landing-flow-pad-y-inner);
    padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 2vw, 2rem);
    background: var(--landing-flow-surface-b);
    border: 1px solid var(--landing-flow-card-border);
    border-radius: 18px;
    box-shadow: var(--landing-flow-card-shadow);
}
.landing-immersive .hiw-audience-title,
.landing-immersive .hiw-audience-sub {
    font-family: var(--landing-font-ui);
}
.landing-immersive .hiw-audience-grid {
    gap: 0.85rem;
}
.landing-immersive .hiw-audience-card {
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.2s ease, border-color 0.2s ease;
}
.landing-immersive .hiw-audience-card:hover {
    background: rgba(74, 124, 35, 0.04);
    border-color: rgba(74, 124, 35, 0.14);
}
.landing-immersive .landing-cta-block.hiw-cta {
    margin-top: var(--landing-flow-pad-y-inner);
    padding: clamp(1.75rem, 3vw, 2.5rem);
    text-align: center;
    background: linear-gradient(135deg, rgba(74, 124, 35, 0.09) 0%, rgba(35, 115, 115, 0.07) 100%);
    border: 1px solid rgba(74, 124, 35, 0.14);
    border-radius: 18px;
    font-family: var(--landing-font-ui);
}
.landing-immersive .landing-cta-block.hiw-cta .block-title {
    font-family: "Playfair Display", Georgia, serif;
}
.landing-immersive .sol-tier-list {
    gap: clamp(1.2rem, 2.4vw, 1.85rem) !important;
    padding-top: 0.25rem;
}
.landing-immersive .sol-cta {
    margin-top: var(--landing-flow-pad-y-inner);
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: clamp(1.75rem, 3vw, 2.75rem) 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, #f4f7f2 0%, #e8f0e4 100%);
    border-radius: 18px;
    border: 1px solid rgba(74, 124, 35, 0.12);
    font-family: var(--landing-font-ui);
    box-sizing: border-box;
}
.landing-immersive .sol-cta-title {
    font-family: "Playfair Display", Georgia, serif;
}
.landing-immersive .sol-cta-btns {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.landing-immersive .team-member-card {
    border-radius: 14px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.landing-immersive .team-member-card:hover {
    box-shadow: var(--landing-flow-card-shadow);
    transform: translateY(-2px);
}
.landing-immersive .about-embed-panel {
    border-radius: 18px !important;
    border: 1px solid var(--landing-flow-card-border) !important;
    box-shadow: var(--landing-flow-card-shadow) !important;
    padding: 1.5rem 1.55rem 1.65rem !important;
}
.landing-immersive .about-page .landing-content-block {
    border-radius: 18px !important;
    border: 1px solid var(--landing-flow-card-border) !important;
    box-shadow: var(--landing-flow-card-shadow) !important;
    font-family: var(--landing-font-ui);
}
.landing-immersive .about-page .block-title {
    font-family: "Playfair Display", Georgia, serif;
}
.landing-immersive .about-page-embed-intro .join-hero-title {
    font-family: "Playfair Display", Georgia, serif;
}
@media (max-width: 991px) {
    .landing-immersive .about-page-embed-top .about-page-embed-intro {
        margin-bottom: 0.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-immersive .hiw-step,
    .landing-immersive .sol-card,
    .landing-immersive .join-card,
    .landing-immersive .team-member-card {
        transition: none;
    }
    .landing-immersive .hiw-step:hover,
    .landing-immersive .sol-card:hover,
    .landing-immersive .join-card:hover,
    .landing-immersive .team-member-card:hover {
        transform: none;
    }
}
