strong,
b {
    font-weight: 400 !important;
}

*:not(i) {
    font-weight: 400 !important;
}

/* ==========================================================
   Codentify — Clean Editorial Design System v3.0
   Inspired by humaan.com — Massive type, lots of air, zero noise
   ========================================================== */

@font-face {
    font-family: Haffer Mono;
    src: url(https://cdn.prod.website-files.com/68a5787bba0829184628bd51/68a5e16300ff1c3e56d220c5_HafferMonoMedium.woff2)format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Haffer Mono;
    src: url(https://cdn.prod.website-files.com/68a5787bba0829184628bd51/68a5e163329ff81e2107c078_HafferMonoRegular.woff2)format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Haffer XH;
    src: url(https://cdn.prod.website-files.com/68a5787bba0829184628bd51/68a5e1630039e3499e62b7be_HafferXHRegular.woff2)format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Haffer VF;
    src: url(https://cdn.prod.website-files.com/68a5787bba0829184628bd51/68a5df2de5b7c113032b4047_HafferStandardUprights-VF.ttf)format("truetype");
    font-weight: 100 1000;
    font-style: normal;
    font-display: swap
}

:root {
    --accent-secondary: #DCA86A;
    /* Palette — off-white base, near-black text, one teal accent */
    --bg: #ffffff;
    /* slightly cooler off-white */
    --surface: #ffffff;
    --surface-2: #ffffff;
    /* navy tinted background */
    --border: rgba(32, 76, 142, 0.32);
    /* Even darker, highly visible border */
    --border-mid: rgba(32, 76, 142, 0.60);
    /* Extremely heavy hover border */

    --ink: #2B1D33;
    /* near-black for headings */
    --body: #2B1D33;
    /* warm dark grey for body  */
    --muted: #8E5A8A;
    /* darkened supporting text */
    --subtle: #A37AA0;
    /* darkened dividers / placeholders */

    --accent: #7B4379;
    /* lighter navy blue */
    --accent-dark: #2B1D33;
    --accent-bg: #FDFBFC;
    --accent-glow: rgba(123, 67, 121, 0.35);

    --ink-grad: linear-gradient(135deg, #522A50 0%, #7B4379 100%);
    --btn-grad: linear-gradient(135deg, #7B4379 0%, #522A50 100%);

    --sh-xs: 0 2px 4px rgba(0, 0, 0, 0.12);
    --sh-sm: 0 4px 16px rgba(0, 0, 0, 0.18);
    --sh-md: 0 14px 40px rgba(0, 0, 0, 0.24);
    --sh-lg: 0 32px 80px rgba(0, 0, 0, 0.32);
    --sh-xl: 0 50px 120px rgba(0, 0, 0, 0.45);

    --r-sm: 6px;
    --r-md: 12px;
    --r-lg: 18px;
    --r-xl: 24px;

    --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --t: all 0.28s var(--ease);
}

/* ==========================================================
   RESET
   ========================================================== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 18px;
}

body {
    font-family: 'Haffer VF', Arial, sans-serif;
    background: var(--bg);
    color: var(--body);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ==========================================================
   TYPOGRAPHY — The Humaan Way
   Big numbers, very fine tracking, generous leading
   ========================================================== */
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Haffer XH', Arial, sans-serif;
    color: var(--ink);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 400;
}

h1 {
    font-size: clamp(3.5rem, 7.5vw, 7.5rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.0;
}

h2 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 400;
    letter-spacing: -0.035em;
}

h3 {
    font-size: 1.6rem;
    font-weight: 400;
}

h4 {
    font-size: 1.25rem;
    font-weight: 400;
}

p {
    color: var(--body);
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 400;
}

.lead {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    line-height: 1.6;
    font-weight: 400;
    color: var(--body);
}

/* ==========================================================
   DARK PLUM THEME TYPOGRAPHY OVERRIDE
   Forces white/light text inside sections with dark plum background
   ========================================================== */
[style*="background:#2B1D33"] h1,
[style*="background:#2B1D33"] h2,
[style*="background:#2B1D33"] h3,
[style*="background:#2B1D33"] h4,
[style*="background:#2B1D33"] h5,
[style*="background:#2B1D33"] h6,
[style*="background:#2B1D33"] p,
[style*="background:#2B1D33"] li,
[style*="background:#2B1D33"] .eyebrow,
[style*="background: #2B1D33"] h1,
[style*="background: #2B1D33"] h2,
[style*="background: #2B1D33"] h3,
[style*="background: #2B1D33"] h4,
[style*="background: #2B1D33"] h5,
[style*="background: #2B1D33"] h6,
[style*="background: #2B1D33"] p,
[style*="background: #2B1D33"] li,
[style*="background: #2B1D33"] .eyebrow,
[style*="background-color:#2B1D33"] h1,
[style*="background-color:#2B1D33"] p,
[style*="background-color: #2B1D33"] h1,
[style*="background-color: #2B1D33"] p,
[style*="background-color:#2B1D33"] h3,
[style*="background-color: #2B1D33"] h3 {
    color: #ffffff !important;
}

[style*="background:#2B1D33"] .eyebrow,
[style*="background: #2B1D33"] .eyebrow,
[style*="background-color:#2B1D33"] .eyebrow,
[style*="background-color: #2B1D33"] .eyebrow {
    color: rgba(255, 255, 255, 0.7) !important;
}

[style*="background:#2B1D33"] strong,
[style*="background: #2B1D33"] strong,
[style*="background-color:#2B1D33"] strong,
[style*="background-color: #2B1D33"] strong {
    color: var(--accent-secondary) !important;
}

/* ==========================================================
   CHAMPAGNE THEME TYPOGRAPHY OVERRIDE
   ========================================================== */
[style*="color:var(--accent-secondary)"] h1,
[style*="color:var(--accent-secondary)"] h2,
[style*="color:var(--accent-secondary)"] h3,
[style*="color:var(--accent-secondary)"] h4,
[style*="color:var(--accent-secondary)"] p,
[style*="color:var(--accent-secondary)"] li,
[style*="color: var(--accent-secondary)"] h1,
[style*="color: var(--accent-secondary)"] h2,
[style*="color: var(--accent-secondary)"] h3,
[style*="color: var(--accent-secondary)"] h4,
[style*="color: var(--accent-secondary)"] p,
[style*="color: var(--accent-secondary)"] li {
    color: var(--accent-secondary) !important;
}

[style*="color:var(--accent-secondary)"] .eyebrow,
[style*="color: var(--accent-secondary)"] .eyebrow {
    color: rgba(220, 168, 106, 0.7) !important;
}

/* ==========================================================
   FORCE WHITE THEME TYPOGRAPHY OVERRIDE
   ========================================================== */
[style*="color: #ffffff"] h1,
[style*="color: #ffffff"] h2,
[style*="color: #ffffff"] p {
    color: #ffffff !important;
}

[style*="color: #ffffff"] .eyebrow {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Force white text on implicit Dark Plum parallax overlays that lack explicit background overrides */
.parallax-curve-overlay:not([style*="background"]) h1,
.parallax-curve-overlay:not([style*="background"]) h2,
.parallax-curve-overlay:not([style*="background"]) h3:not(.glass-card h3),
.parallax-curve-overlay:not([style*="background"]) h4:not(.glass-card h4),
.parallax-curve-overlay:not([style*="background"]) p:not(.glass-card p),
.parallax-curve-overlay:not([style*="background"]) li:not(.glass-card li),
.parallax-curve-overlay:not([style*="background"]) {
    color: #ffffff !important;
}

.parallax-curve-overlay:not([style*="background"]) .eyebrow {
    color: rgba(255, 255, 255, 0.7) !important;
}

.parallax-curve-overlay:not([style*="background"]) strong {
    color: var(--accent-secondary) !important;
}

/* Exempt surface-2 and pure white backgrounds nested inside the implicit Dark Plum sections */
.parallax-curve-overlay:not([style*="background"]) [style*="background:#ffffff"] h1,
.parallax-curve-overlay:not([style*="background"]) [style*="background:#ffffff"] h2,
.parallax-curve-overlay:not([style*="background"]) [style*="background:#ffffff"] h3,
.parallax-curve-overlay:not([style*="background"]) [style*="background:#ffffff"] h4,
.parallax-curve-overlay:not([style*="background"]) [style*="background:#ffffff"] p,
.parallax-curve-overlay:not([style*="background"]) [style*="background:#ffffff"] li,
.parallax-curve-overlay:not([style*="background"]) [style*="background:var(--surface-2)"] h1,
.parallax-curve-overlay:not([style*="background"]) [style*="background:var(--surface-2)"] h2,
.parallax-curve-overlay:not([style*="background"]) [style*="background:var(--surface-2)"] h3,
.parallax-curve-overlay:not([style*="background"]) [style*="background:var(--surface-2)"] h4,
.parallax-curve-overlay:not([style*="background"]) [style*="background:var(--surface-2)"] p,
.parallax-curve-overlay:not([style*="background"]) [style*="background:var(--surface-2)"] li,
.parallax-curve-overlay:not([style*="background"]) [style*="background: var(--surface-2)"] h1,
.parallax-curve-overlay:not([style*="background"]) [style*="background: var(--surface-2)"] h2,
.parallax-curve-overlay:not([style*="background"]) [style*="background: var(--surface-2)"] h3,
.parallax-curve-overlay:not([style*="background"]) [style*="background: var(--surface-2)"] h4,
.parallax-curve-overlay:not([style*="background"]) [style*="background: var(--surface-2)"] p,
.parallax-curve-overlay:not([style*="background"]) [style*="background: var(--surface-2)"] li {
    color: #2B1D33 !important;
}


/* Exempt cards from the white override and explicitly apply Dark Plum to them */
[style*="2B1D33"] .glass-card h3,
[style*="2B1D33"] .glass-card h4,
[style*="2B1D33"] .glass-card p,
[style*="2B1D33"] .glass-card li,
[style*="2B1D33"] .guarantee-card h3,
[style*="2B1D33"] .guarantee-card p,
[style*="2B1D33"] .guarantee-card li,
[style*="2B1D33"] .model-card:not(.featured) h3,
[style*="2B1D33"] .model-card:not(.featured) p,
[style*="2B1D33"] .model-card:not(.featured) li,
[style*="2B1D33"] .model-card:not(.featured) .model-tag,
[style*="2B1D33"] .card h3,
[style*="2B1D33"] .card p {
    color: #2B1D33 !important;
}

[style*="2B1D33"] [style*="background:#ffffff"] h1,
[style*="2B1D33"] [style*="background:#ffffff"] h2,
[style*="2B1D33"] [style*="background:#ffffff"] h3,
[style*="2B1D33"] [style*="background:#ffffff"] h4,
[style*="2B1D33"] [style*="background:#ffffff"] p,
[style*="2B1D33"] [style*="background:#ffffff"] li,
[style*="2B1D33"] [style*="background:var(--surface-2)"] h1,
[style*="2B1D33"] [style*="background:var(--surface-2)"] h2,
[style*="2B1D33"] [style*="background:var(--surface-2)"] h3,
[style*="2B1D33"] [style*="background:var(--surface-2)"] h4,
[style*="2B1D33"] [style*="background:var(--surface-2)"] p,
[style*="2B1D33"] [style*="background:var(--surface-2)"] li,
[style*="2B1D33"] [style*="background: var(--surface-2)"] h1,
[style*="2B1D33"] [style*="background: var(--surface-2)"] h2,
[style*="2B1D33"] [style*="background: var(--surface-2)"] h3,
[style*="2B1D33"] [style*="background: var(--surface-2)"] h4,
[style*="2B1D33"] [style*="background: var(--surface-2)"] p,
[style*="2B1D33"] [style*="background: var(--surface-2)"] li {
    color: #2B1D33 !important;
}

[style*="2B1D33"] [style*="background:#DCA86A"] strong,
[style*="2B1D33"] .cs-card strong,
.cs-card strong {
    color: #111110 !important;
}

[style*="2B1D33"] .model-card.featured h3,
[style*="2B1D33"] .model-card.featured p,
[style*="2B1D33"] .model-card.featured li,
[style*="2B1D33"] .model-card.featured .model-tag {
    color: #ffffff !important;
}

/* Eyebrow label */
.eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

/* Gradient text */
.text-gradient {
    background: var(--btn-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==========================================================
   LAYOUT
   ========================================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.5rem;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.5rem;
}

.section {
    padding: 8rem 0;
}

.section-sm {
    padding: 5rem 0;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* ==========================================================
   BUTTONS
   ========================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.875rem;
    border-radius: 50px;
    font-family: 'Haffer VF', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    transition: var(--t);
    cursor: pointer;
    border: none;
    letter-spacing: -0.01em;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-primary {
    background: var(--ink);
    color: #fff;
    box-shadow: var(--sh-sm);
}

.btn-primary:hover {
    background: #6D3D6A;
    transform: translateY(-2px);
    box-shadow: var(--sh-md);
}

.btn-outline {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--border-mid);
}

.btn-outline:hover {
    border-color: var(--ink);
    transform: translateY(-2px);
}

.btn-accent {
    background: var(--btn-grad);
    color: #fff;
    box-shadow: 0 4px 16px var(--accent-glow);
}

.btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px var(--accent-glow);
}

/* ==========================================================
   NAVBAR
   ========================================================== */
.navbar {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 800px;
    height: 60px;
    z-index: 999999 !important;
    /* Closing sequence: Heights retract immediately, Widths retract violently after */
    transition: height 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
        border-radius 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
        width 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s,
        max-width 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s,
        background-color 0.4s ease;
    border-radius: 999px;
    background: #2B1D33;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.navbar::after {
    display: none;
}

.navbar.scrolled {
    background: #2B1D33;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.08);
}

.nav-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.5rem 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* LEFT: MENU BUTTON */
.nav-menu-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    font-weight: 700 !important;
    font-size: 0.95rem;
    cursor: pointer;
    transition: var(--t);
}

.nav-menu-btn:hover {
    opacity: 0.8;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hamburger-icon span {
    display: block;
    width: 22px;
    height: 1px;
    background: #ffffff;
    transition: var(--t);
}

.hamburger-icon span:last-child {
    width: 18px;
}

/* CENTER: LOGO */
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Haffer VF', sans-serif;
    font-weight: 700 !important;
    font-size: 1.4rem;
    color: #ffffff !important;
    text-decoration: none;
    letter-spacing: -0.03em;
}

.logo span {
    color: var(--accent-secondary);
}

/* RIGHT: LET'S TALK */
.nav-right {
    display: flex;
}

#hdr-lets-talk {
    background: var(--accent-secondary) !important;
    color: #111110 !important;
    border: none;
    font-weight: 700 !important;
    font-size: 0.95rem;
    padding: 0.65rem 1.5rem;
    border-radius: 100px;
    transition: var(--t);
}

#hdr-lets-talk:hover {
    box-shadow: 0 4px 15px rgba(220, 168, 106, 0.4) !important;
    transform: translateY(-1px);
}

/* MEGA MENU EXPANDED STATE */
.navbar.expanded {
    width: calc(100% - 48px);
    max-width: 1400px;
    height: 85vh;
    max-height: 850px;
    border-radius: 20px;
    background: #2B1D33 !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6) !important;
    flex-direction: column;
    align-items: flex-start;
    /* Opening sequence: Widths span out instantly, Heights drop dynamically after delay */
    transition: width 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
        max-width 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
        border-radius 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
        height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s,
        max-height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s,
        background-color 0.4s ease !important;
}

.navbar.expanded .nav-container {
    height: 60px;
    flex-shrink: 0;
}

/* Transform hamburger to X */
.navbar.expanded .hamburger-icon span:first-child {
    transform: translateY(3px) rotate(45deg);
}

.navbar.expanded .hamburger-icon span:last-child {
    transform: translateY(-3px) rotate(-45deg);
    width: 22px;
}

/* Mega Grid Layout */
.mega-overlay-content {
    display: flex;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 0 1.5rem 1.5rem 1.5rem;
    height: calc(100% - 60px);
    transition: opacity 0.15s ease 0s, visibility 0s ease 0.15s;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.mega-overlay-content::-webkit-scrollbar {
    width: 4px;
}

.mega-overlay-content::-webkit-scrollbar-track {
    background: transparent;
}

.mega-overlay-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.navbar.expanded .mega-overlay-content {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease 0.4s, visibility 0s ease 0.4s;
}

.mega-grid {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    height: 100%;
}

.mega-col {
    flex: 1;
    background: transparent;
    border-radius: 12px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
}

.mega-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 2.5rem;
}

.mega-link {
    font-size: 1.25rem;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--t);
    font-weight: 400;
    position: relative;
    width: max-content;
}

.mega-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath d='M0,5 Q25,0 50,7 T100,5' stroke='%23DCA86A' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    transition: background-size 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.mega-link:hover,
.mega-link:active {
    color: var(--accent-secondary);
}

.mega-link:hover::after,
.mega-link:active::after {
    background-size: 100% 100%;
}

.mega-badge {
    font-size: 0.65rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-weight: 700;
}

.mega-badge.new {
    background: #4A334B;
    color: #ffbaf2;
}

.mega-badge.ghost {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

.mega-badge.solid {
    background: var(--accent-secondary);
    color: var(--accent-dark);
}

.nav-caret {
    font-size: 0.7rem;
    opacity: 0.4;
}

.mega-socials {
    margin-top: auto;
    display: flex;
    gap: 1rem;
}

.mega-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--t);
    text-decoration: none;
    font-size: 0.9rem;
}

.mega-socials a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.feature-col {
    background: transparent;
}

.feature-title {
    font-size: 2.5rem;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.feature-btn {
    background: #ffffff !important;
    color: var(--accent-dark) !important;
    width: 100%;
    justify-content: center;
    margin-top: auto;
    font-size: 1rem;
    padding: 1rem;
}

.feature-btn:hover {
    opacity: 0.9;
}

/* ========================================================
   STAGGER ANIMATION SYSTEM (OSMO-LIKE)
   ======================================================== */
.mega-col {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.mega-eyebrow,
.mega-link,
.mega-socials,
.feature-title,
.feature-image,
.feature-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.navbar.expanded .mega-col,
.navbar.expanded .mega-eyebrow,
.navbar.expanded .mega-link,
.navbar.expanded .mega-socials,
.navbar.expanded .feature-title,
.navbar.expanded .feature-image,
.navbar.expanded .feature-btn {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger columns first */
.navbar.expanded .mega-col:nth-child(1) {
    transition-delay: 0.05s;
}

.navbar.expanded .mega-col:nth-child(2) {
    transition-delay: 0.1s;
}

.navbar.expanded .mega-col:nth-child(3) {
    transition-delay: 0.15s;
}

/* Internal Staggering - Column 1 */
.navbar.expanded .mega-col:nth-child(1) .mega-eyebrow {
    transition-delay: 0.10s;
}

.navbar.expanded .mega-col:nth-child(1) .mega-link:nth-of-type(1) {
    transition-delay: 0.14s;
}

.navbar.expanded .mega-col:nth-child(1) .mega-link:nth-of-type(2) {
    transition-delay: 0.18s;
}

.navbar.expanded .mega-col:nth-child(1) .mega-link:nth-of-type(3) {
    transition-delay: 0.22s;
}

.navbar.expanded .mega-col:nth-child(1) .mega-link:nth-of-type(4) {
    transition-delay: 0.26s;
}

.navbar.expanded .mega-col:nth-child(1) .mega-link:nth-of-type(5) {
    transition-delay: 0.30s;
}

/* Internal Staggering - Column 2 */
.navbar.expanded .mega-col:nth-child(2) .mega-eyebrow {
    transition-delay: 0.15s;
}

.navbar.expanded .mega-col:nth-child(2) .mega-link:nth-of-type(1) {
    transition-delay: 0.19s;
}

.navbar.expanded .mega-col:nth-child(2) .mega-link:nth-of-type(2) {
    transition-delay: 0.23s;
}

.navbar.expanded .mega-col:nth-child(2) .mega-link:nth-of-type(3) {
    transition-delay: 0.27s;
}

.navbar.expanded .mega-col:nth-child(2) .mega-link:nth-of-type(4) {
    transition-delay: 0.31s;
}

.navbar.expanded .mega-col:nth-child(2) .mega-socials {
    transition-delay: 0.35s;
}

/* Internal Staggering - Column 3 */
.navbar.expanded .mega-col:nth-child(3) .mega-eyebrow {
    transition-delay: 0.20s;
}

.navbar.expanded .mega-col:nth-child(3) .feature-title {
    transition-delay: 0.24s;
}

.navbar.expanded .mega-col:nth-child(3) .feature-image {
    transition-delay: 0.28s;
}

.navbar.expanded .mega-col:nth-child(3) .feature-btn {
    transition-delay: 0.32s;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 0;
    align-items: center;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem 0.875rem;
    border-radius: var(--r-sm);
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--body);
    transition: var(--t);
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.nav-link:hover,
.nav-item.active .nav-link {
    color: var(--ink);
    background: var(--surface-2);
}

/* Dropdowns */
.dropdown-menu,
.mega-menu {
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px) scale(0.98);
    transform-origin: top left;
    transition: all 0.2s var(--ease);
    box-shadow: var(--sh-lg);
    pointer-events: none;
}

.nav-item.active .dropdown-menu,
.nav-item.active .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: all;
}

.dropdown-menu {
    min-width: 220px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.6rem 1rem;
    border-radius: var(--r-sm);
    color: var(--body);
    font-size: 0.9rem;
    font-weight: 400;
    transition: var(--t);
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.dropdown-item:hover {
    background: var(--surface-2);
    color: var(--ink);
}

.dropdown-item i {
    color: var(--accent);
    width: 14px;
}

.mega-menu {
    left: -240px;
    width: 760px;
    padding: 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.mega-menu .col h4 {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
    margin-bottom: 0.75rem;
    padding: 0 0.5rem;
    font-weight: 400;
}

.mega-menu .col a {
    display: block;
    padding: 0.5rem 0.75rem;
    color: var(--body);
    font-size: 0.875rem;
    border-radius: var(--r-sm);
    transition: var(--t);
    font-weight: 400;
    white-space: nowrap;
}

.mega-menu .col a:hover {
    background: var(--surface-2);
    color: var(--ink);
}

/* ==========================================================
   HERO — Full‑height, type-first, big headline
   ========================================================== */
.hero {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

/* Subtle dot grid  */
.hero::before {
    display: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.5rem 6rem;
    width: 100%;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 2.5rem;
}

.hero-label::before {
    content: '';
    width: 20px;
    height: 1.5px;
    background: var(--subtle);
}

.hero-tag-chip {
    display: inline-block;
    padding: 0.15em 0.55em;
    background: linear-gradient(to right, #522A50 50%, transparent 50%);
    /* Deep Plum highlighter */
    background-size: 200% 100%;
    background-position: 100% 100%;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    /* Stronger initial border */
    border-radius: 8px;
    color: #111110;
    font-weight: 500;
    font-size: 0.9em;
    margin: 0 0.1em;
    vertical-align: baseline;
    transition: var(--t);
}

.hero-tag-chip.animate-highlight {
    animation: highlighterSweep 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Sequential Delays for the 4 chips */
.hero-tag-chip:nth-of-type(1) {
    animation-delay: 0.1s;
}

/* elite */
.hero-tag-chip:nth-of-type(2) {
    animation-delay: 0.6s;
}

/* enterprise */
.hero-tag-chip:nth-of-type(3) {
    animation-delay: 1.1s;
}

/* 2x faster */
.hero-tag-chip:nth-of-type(4) {
    animation-delay: 1.6s;
}

/* half */

@keyframes highlighterSweep {
    0% {
        background-position: 100% 100%;
        border-style: dashed;
        color: #111110;
    }

    100% {
        background-position: 0% 100%;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        color: #ffffff;
    }
}

.hero-tag-chip:hover {
    background: var(--accent-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px var(--accent-glow);
}

.hero h1 {
    max-width: 900px;
    margin-bottom: 2rem;
}

/* Inline accented word */
.hero h1 em {
    font-style: normal;
    color: var(--accent);
}

.hero-sub {
    display: flex;
    align-items: flex-start;
    gap: 6rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.hero-desc {
    max-width: 420px;
}

.hero-desc p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--body);
    margin-bottom: 2rem;
}

.hero-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

/* Stats column */
.hero-metrics {
    display: flex;
    gap: 3rem;
    padding-top: 0.25rem;
    flex-wrap: wrap;
}

.hero-metric-num {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.04em;
    line-height: 1;
}

.hero-metric-num sup {
    font-size: 1.1rem;
    font-weight: 400;
    vertical-align: super;
    letter-spacing: 0;
}

.hero-metric-label {
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 400;
    margin-top: 0.3rem;
    letter-spacing: 0;
}

/* Horizontal rule dividing hero bottom */
.hero-rule {
    border: none;
    border-top: 1px solid var(--border);
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 5rem);
}

/* ==========================================================
   TRUST TICKER
   ========================================================== */
.trust-ticker {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--surface);
    padding: 0;
    overflow: hidden;
}

.ticker-track {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1.1rem 2.5rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--body);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-right: 1px solid var(--border);
    white-space: nowrap;
    flex-shrink: 0;
}

.ticker-item i {
    color: var(--accent);
    font-size: 0.875rem;
}

/* ==========================================================
   SECTION HEADERS
   ========================================================== */
.sec-header {
    margin-bottom: 5rem;
}

.sec-header h2 {
    max-width: 700px;
}

.sec-header p {
    max-width: 540px;
    font-size: 1.0625rem;
    color: var(--body);
    margin-top: 1.25rem;
}

.sec-header.centered {
    text-align: center;
}

.sec-header.centered h2,
.sec-header.centered p {
    margin-left: auto;
    margin-right: auto;
}

/* Split header — label left, text right */
.sec-header.split {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 2rem;
    align-items: start;
}

/* ==========================================================
   SERVICES CARDS — Humaan-style horizontal list
   ========================================================== */
.service-list {
    border-top: 1px solid var(--border);
}

.service-item {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem 0;
    border-bottom: 1px solid var(--border);
    transition: var(--t);
    cursor: default;
    position: relative;
}

.service-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--surface);
    opacity: 0;
    z-index: -1;
    transform: scaleX(0.98);
    transition: var(--t);
}

.service-item:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.service-item:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Directional Physics Wipe */
.curved-hover::before {
    display: none !important;
    /* Removes the white surface base hover effect */
}

.curved-hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    transition: background-color 0.4s ease !important;
}

.curved-hover::after {
    content: '';
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 0;
    bottom: 0;
    background: var(--accent-secondary);
    /* Champagne Yellow Wipe */
    z-index: -1;
    border-radius: 12px;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.curved-hover:hover::after {
    transform: scaleY(1);
}

/* Prevent basic padding reflow jitter */
.curved-hover:hover {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Base text states for hardware-accelerated slide */
.curved-hover .service-name,
.curved-hover .service-num,
.curved-hover .service-arrow {
    transition: color 0.15s ease-in-out, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Intense Contrast & Slide */
.curved-hover:hover .service-name,
.curved-hover:hover .service-num {
    color: #2B1D33 !important;
    transform: translateX(12px);
}

.curved-hover:hover .service-arrow {
    color: #2B1D33 !important;
    transform: translateX(-4px) rotate(-45deg);
}

.service-num {
    font-family: 'Outfit', monospace;
    font-size: 1rem;
    font-weight: 400;
    color: var(--accent);
    margin-top: 0.5rem;
}

/* Glassmorphism Defense Panel */
.glass-panel {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
}

.service-name {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.025em;
}

.service-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--border-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: var(--muted);
    transition: var(--t);
    flex-shrink: 0;
}

.service-item:hover .service-arrow {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
    transform: rotate(-45deg);
}

/* ==========================================================
   EDITORIAL SECTION (Efficiency)
   ========================================================== */
.editorial-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7rem;
    align-items: center;
}

/* Big number callout */
.big-stat {
    font-size: clamp(8rem, 15vw, 14rem);
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.06em;
    color: var(--accent);
    margin-left: -0.5rem;
}

.big-stat span {
    font-size: 0.45em;
    letter-spacing: -0.03em;
    vertical-align: super;
}

/* ==========================================================
   CARDS — Light, airy, no heavy shadows
   ========================================================== */
.card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 2.25rem;
    transition: var(--t);
    position: relative;
}

.card:hover {
    border-color: var(--border-mid);
    box-shadow: var(--sh-md);
    transform: translateY(-4px);
}

.card-num {
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 1.75rem;
}

.card h3 {
    margin-bottom: 0.75rem;
}

.card p {
    font-size: 0.9375rem;
    color: var(--body);
    line-height: 1.7;
    margin-bottom: 0;
}

.card-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-dark);
    background: var(--accent-bg);
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    margin-bottom: 1.25rem;
}

/* ==========================================================
   GLASS CARDS — Contextually Aware Floating Containers
   ========================================================== */
.glass-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 2.25rem;
    transition: var(--t);
    box-shadow: var(--sh-sm);
    position: relative;
    z-index: 1;
}

.glass-card:hover {
    border-color: var(--border-mid);
    box-shadow: var(--sh-md);
    transform: translateY(-4px);
}

/* When placed inside a Champagne dark overlay section */
[style*="--accent-secondary"] .glass-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(220, 168, 106, 0.15);
    /* champagne gold edge */
    box-shadow: inset 0 0 30px rgba(220, 168, 106, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

[style*="--accent-secondary"] .glass-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(220, 168, 106, 0.35);
    /* glows brighter on hover */
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(220, 168, 106, 0.05);
}

/* ==========================================================
   ENGAGEMENT MODEL — Two-up tabs
   ========================================================== */
.model-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.model-card {
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 2.5rem;
    background: var(--surface);
    transition: var(--t);
    position: relative;
    overflow: hidden;
}

.model-card.featured {
    background: var(--ink);
    border-color: var(--ink);
}

.model-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-lg);
}

.model-tag {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 1.75rem;
    display: block;
}

.model-card.featured .model-tag {
    color: rgba(255, 255, 255, 0.4);
}

.model-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

.model-card.featured h3 {
    color: #fff;
}

.model-card p {
    font-size: 0.9375rem;
    color: var(--body);
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.model-card.featured p {
    color: rgba(255, 255, 255, 0.6);
}

.model-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 2rem;
}

.model-list li {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--ink);
}

.model-card.featured .model-list li {
    color: rgba(255, 255, 255, 0.8);
}

.model-list li i {
    width: 18px;
    height: 18px;
    background: var(--accent-bg);
    color: var(--accent-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    flex-shrink: 0;
}

.model-card.featured .model-list li i {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================
   MARQUEE — Low-key tech chips
   ========================================================== */
.marquee-section {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--surface);
    padding: 1.75rem 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    gap: 2.5rem;
    width: max-content;
    animation: marquee 30s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.tech-pill {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--body);
    letter-spacing: -0.01em;
    white-space: nowrap;
    transition: color 0.2s;
}

.tech-pill i {
    color: var(--subtle);
    transition: color 0.2s;
}

.tech-pill:hover {
    color: var(--accent-secondary);
}

.tech-pill:hover i {
    color: var(--accent-secondary);
}

.tech-pill::before {
    content: '·';
    color: var(--subtle);
    font-size: 1.2rem;
    line-height: 1;
    margin-right: -0.5rem;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ==========================================================
   GUARANTEE / RISK SECTION — numbered list style
   ========================================================== */
.risk-list {
    border-top: 1px solid var(--border);
}

.risk-item {
    display: grid;
    grid-template-columns: 60px 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--border);
}

.risk-num {
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: var(--muted);
    text-transform: uppercase;
    padding-top: 0.25rem;
}

.risk-title {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.025em;
}

.risk-desc {
    font-size: 0.9375rem;
    color: var(--body);
    line-height: 1.7;
}

/* ==========================================================
   FAQ — Minimal, Humaan‑inspired
   ========================================================== */
.faq-list {
    border-top: 1px solid var(--border);
}

.faq-item {
    border-bottom: 1px solid var(--border);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
    user-select: none;
    gap: 2rem;
}

.faq-q-text {
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.02em;
    transition: color 0.2s;
}

.faq-item.active .faq-q-text {
    color: var(--accent-dark);
}

.faq-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--border-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--t);
    color: var(--muted);
    font-size: 0.725rem;
}

.faq-item.active .faq-toggle {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.42s var(--ease);
}

.faq-item.active .faq-answer {
    max-height: 240px;
}

.faq-answer p {
    padding-bottom: 1.75rem;
    font-size: 0.9375rem;
    color: var(--body);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 0;
}

/* ==========================================================
   CTA SECTION — Dark band
   ========================================================== */
.cta-block {
    background: var(--ink);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.cta-block::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.12), transparent 65%);
    pointer-events: none;
}

.cta-block .container {
    position: relative;
    z-index: 2;
}

.cta-block h2 {
    color: #fff;
    max-width: 580px;
    margin-bottom: 1.5rem;
}

.cta-block .lead {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 3rem;
}

/* ==========================================================
   FORM
   ========================================================== */
.form-wrap {
    background: var(--surface);
    border-radius: var(--r-xl);
    padding: 2.75rem;
    box-shadow: var(--sh-xl);
}

.form-wrap h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.form-wrap>p {
    color: var(--muted);
    font-size: 0.875rem;
    margin-bottom: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--ink);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.form-control {
    width: 100%;
    padding: 0.875rem 1rem;
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    color: var(--ink);
    font-size: 0.9375rem;
    font-family: 'Outfit', sans-serif;
    transition: var(--t);
    outline: none;
}

.form-control::placeholder {
    color: var(--subtle);
}

.form-control:focus {
    border-color: var(--accent);
    background: var(--surface);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

/* ==========================================================
   FOOTER — Clean dark
   ========================================================== */
.footer {
    position: relative;
    z-index: 10;
    background: #0e0e0c;
    padding: 5rem 0 3rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 5rem;
}

.footer .logo {
    color: #fff;
    display: block;
    margin-bottom: 1rem;
}

.footer .logo span {
    color: var(--accent);
}

.footer-desc {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.footer-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 0.5rem;
}

.footer-badge i {
    color: var(--accent);
}

.footer-col-title {
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 1.25rem;
    font-family: 'Outfit', sans-serif;
}

.footer-col a {
    display: block;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    transition: color 0.2s;
    font-weight: 400;
}

.footer-col a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copy {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.8rem;
}

.footer-legal-links {
    display: flex;
    gap: 1.5rem;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.8rem;
    transition: color 0.2s;
}

.footer-legal-links a:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================
   WIZARD UX (GAP 4)
   ========================================================== */
.wizard-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 16, 0.95);
    backdrop-filter: blur(8px);
    z-index: 999999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.wizard-modal.active {
    opacity: 1;
    pointer-events: all;
}

.wizard-box {
    background: #fff;
    width: 90%;
    max-width: 680px;
    border-radius: var(--r-xl);
    padding: 3rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s var(--spring);
}

.wizard-modal.active .wizard-box {
    transform: translateY(0);
}

.wizard-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    background: #f1f1ef;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background 0.2s;
}

.wizard-close:hover {
    background: #e5e5e2;
}

.wizard-progress {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.wizard-step-dot {
    flex: 1;
    height: 4px;
    background: #e5e5e2;
    border-radius: 4px;
    transition: background 0.3s;
}

.wizard-step-dot.active {
    background: var(--accent);
}

.wizard-step {
    display: none;
    animation: fadeIn 0.4s;
}

.wizard-step.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wizard-option {
    display: block;
    padding: 1.25rem;
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    margin-bottom: 1rem;
    cursor: pointer;
    font-weight: 400;
    color: var(--ink);
    transition: all 0.2s;
    font-size: 1.1rem;
}

.wizard-option:hover {
    border-color: var(--accent);
    background: #f0f9ff;
}

.wizard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.wizard-grid .wizard-option {
    text-align: center;
    padding: 2rem 1rem;
}

.wizard-grid .wizard-option i {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
    color: var(--accent);
    display: block;
}

/* ==========================================================
   CASE STUDIES & INSIGHTS (GAP 2 & 3)
   ========================================================== */
.cs-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.cs-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--border);
}

.cs-metric span {
    display: block;
    font-size: 0.85rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.cs-metric strong {
    font-size: 1.2rem;
    color: var(--accent);
    font-weight: 400;
}

.insight-card {
    display: block;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 2.5rem;
    transition: var(--t);
}

.insight-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
    border-color: var(--border-mid);
}

.insight-card .eyebrow {
    margin-bottom: 0.75rem;
}

.insight-card h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.insight-card p {
    font-size: 1rem;
    color: var(--muted);
}

/* ==========================================================
   SCROLL REVEAL
   ========================================================== */
.reveal {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.reveal-d1 {
    transition-delay: 0.08s;
}

.reveal-d2 {
    transition-delay: 0.16s;
}

.reveal-d3 {
    transition-delay: 0.24s;
}

.reveal-d4 {
    transition-delay: 0.32s;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1024px) {
    .editorial-split {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .model-grid {
        grid-template-columns: 1fr;
    }

    .risk-item {
        grid-template-columns: 50px 1fr;
    }

    .risk-item .risk-desc {
        grid-column: 2;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mega-menu {
        grid-template-columns: repeat(2, 1fr);
        width: 480px;
        left: -120px;
    }

    .sec-header.split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem !important;
        line-height: 1.1 !important;
    }

    h2 {
        font-size: 2rem !important;
    }

    .container,
    .container-wide,
    .nav-container {
        padding: 0 1.25rem;
    }

    .section {
        padding: 4rem 0;
    }

    .section-sm {
        padding: 3rem 0;
    }

    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hero-sub {
        flex-direction: column;
        gap: 2rem;
    }

    .hero-metrics {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .btn {
        white-space: normal;
        height: auto;
        line-height: 1.4;
        text-align: center;
        justify-content: center;
    }

    .mobile-toggle {
        display: block !important;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid var(--border);
        padding: 1.5rem;
        box-shadow: var(--sh-md);
        gap: 1.5rem;
    }

    .nav-links.mobile-active {
        display: flex;
    }

    .nav-item {
        width: 100%;
        text-align: left;
    }

    .dropdown-menu,
    .mega-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        background: transparent;
        border: none;
        padding-left: 1rem;
        border-left: 2px solid var(--accent);
        margin-top: 1rem;
        display: none;
        transform: none;
        opacity: 1;
        pointer-events: auto;
    }

    .nav-item.active .dropdown-menu,
    .nav-item.active .mega-menu {
        display: block;
        transform: none;
        opacity: 1;
    }

    .ticker-track {
        gap: 0;
        flex-wrap: wrap;
    }

    .ticker-item {
        white-space: normal;
        height: auto;
        width: 100%;
        display: flex;
        align-items: flex-start;
        text-align: left;
        line-height: 1.5;
        border-right: none;
        border-bottom: 1px solid var(--border);
        padding: 1.25rem 1.5rem;
    }

    .ticker-item:first-child {
        border-top: none;
    }

    .ticker-item:nth-child(n+5) {
        display: none !important;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .service-item {
        grid-template-columns: auto 1fr;
        gap: 1.25rem;
        padding: 1.5rem 0;
    }

    .service-item .service-arrow {
        display: none;
    }

    .faq-question {
        gap: 1rem;
        padding: 1.25rem 0;
    }

    .faq-q-text {
        font-size: 0.95rem;
    }

    .newsletter-card {
        padding: 2.5rem 1.5rem;
    }

    .newsletter-card h2 {
        font-size: 1.75rem !important;
    }

    .lead-magnet-mockup {
        padding: 2.5rem 1.5rem;
        min-height: auto;
    }

    .guarantee-stamp {
        padding: 0.35rem 0.85rem 0.35rem 0.35rem;
        font-size: 0.65rem;
    }

    .wizard-box {
        padding: 2rem 1.5rem;
        width: 95%;
    }

    .wizard-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wizard-step h3 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .cs-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2.2rem !important;
        line-height: 1.05 !important;
        letter-spacing: -0.02em !important;
    }

    h2 {
        font-size: 1.75rem !important;
    }

    .nav-container {
        padding: 0 0.8rem !important;
    }

    .logo {
        font-size: 1.1rem !important;
    }

    #hdr-lets-talk {
        padding: 0.5rem 0.85rem !important;
        font-size: 0.8rem !important;
    }

    .mobile-toggle {
        font-size: 1.35rem !important;
    }

    .hero-inner {
        padding-bottom: 3rem;
    }

    .vetting-step {
        padding: 1.5rem 1.5rem 1.5rem 1.25rem;
    }

    .vetting-step-num {
        left: -2.5rem;
        width: 1.8rem;
        height: 1.8rem;
        font-size: 0.75rem;
    }

    .vetting-timeline {
        padding-left: 2.5rem;
    }

    .vetting-timeline::before {
        left: 0.8rem;
    }

    .cs-metric-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .wizard-grid {
        grid-template-columns: 1fr;
    }

    .sec-header {
        margin-bottom: 3rem;
    }
}

/* ==========================================================
   HOW WE WORK — Vertical vetting timeline
   ========================================================== */
.vetting-timeline {
    position: relative;
    padding-left: 3.5rem;
}

.vetting-timeline::before {
    content: '';
    position: absolute;
    left: 1.1rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 2px;
    background: linear-gradient(to bottom, var(--accent), var(--accent-bg));
}

.vetting-step {
    position: relative;
    padding: 2rem 2rem 2rem 1.5rem;
    margin-bottom: 2rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    transition: var(--t);
}

.vetting-step:last-child {
    margin-bottom: 0;
}

.vetting-step:hover {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
    transform: translateX(4px);
}

.vetting-step-num {
    position: absolute;
    left: -3.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    background: var(--accent);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.85rem;
    flex-shrink: 0;
    box-shadow: 0 0 0 4px var(--accent-bg);
}

.vetting-step-label {
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.vetting-step h3 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

/* ==========================================================
   HOW WE WORK — Guarantee cards
   ========================================================== */
.guarantee-card {
    padding: 2.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    border-left: 4px solid var(--accent);
    transition: var(--t);
}

.guarantee-card:hover {
    box-shadow: var(--sh-md);
    transform: translateY(-3px);
}

.guarantee-card .g-icon {
    width: 3rem;
    height: 3rem;
    background: var(--accent-bg);
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}

.guarantee-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.guarantee-result {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    background: var(--surface-2);
    border-radius: var(--r-md);
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--ink);
}

.guarantee-result i {
    color: var(--accent);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

/* ==========================================================
   HOW WE WORK — Horizontal 7-day timeline
   ========================================================== */
.onboarding-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    margin-top: 3rem;
}

.onboarding-steps::before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(to right, var(--accent), var(--accent-bg));
    z-index: 0;
}

.onboarding-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.75rem;
    position: relative;
    z-index: 1;
}

.onboarding-step-dot {
    width: 3rem;
    height: 3rem;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 0 0 5px var(--accent-bg);
    flex-shrink: 0;
}

.onboarding-step-day {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.35rem;
}

.onboarding-step h4 {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.onboarding-step p {
    font-size: 0.825rem;
    line-height: 1.6;
    color: var(--muted);
}

@media (max-width: 900px) {
    .onboarding-steps {
        grid-template-columns: 1fr;
    }

    .onboarding-steps::before {
        display: none;
    }

    .vetting-timeline {
        padding-left: 3rem;
    }
}

/* ==========================================================
   PRICING — ROI Calculator
   ========================================================== */
.roi-calculator {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 3rem;
    align-items: start;
    margin-top: 3rem;
}

@media (max-width: 900px) {
    .roi-calculator {
        grid-template-columns: 1fr;
    }
}

.roi-inputs {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 2rem;
}

.roi-inputs label {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.roi-inputs .slider-val {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.roi-inputs .slider-val span {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.03em;
}

.roi-inputs input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 99px;
    background: var(--border);
    outline: none;
    margin-bottom: 2rem;
}

.roi-inputs input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--accent);
    cursor: pointer;
    box-shadow: 0 0 0 4px var(--accent-bg);
    transition: box-shadow 0.2s;
}

.roi-inputs input[type=range]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 7px var(--accent-glow);
}

.roi-output {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.roi-col {
    border-radius: var(--r-lg);
    padding: 2rem;
    border: 1px solid var(--border);
}

.roi-col.old {
    background: var(--surface);
    opacity: 0.85;
}

.roi-col.new {
    background: var(--surface-2);
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
}

.roi-col-label {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border);
}

.roi-col.new .roi-col-label {
    color: var(--accent);
}

.roi-col.old .roi-col-label {
    color: var(--muted);
}

.roi-line-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: var(--body);
    margin-bottom: 0.6rem;
}

.roi-line-item i {
    font-size: 0.7rem;
    flex-shrink: 0;
}

.roi-col.old .roi-line-item i {
    color: #e05252;
}

.roi-col.new .roi-line-item i {
    color: #4caf82;
}

.roi-col-total {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
}

.roi-col-total span {
    display: block;
    font-size: 1.85rem;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.03em;
    margin-top: 0.25rem;
}

.roi-col.new .roi-col-total span {
    color: var(--accent);
}

.roi-savings-banner {
    grid-column: 1 / -1;
    margin-top: 1.5rem;
    padding: 1.75rem 2rem;
    background: linear-gradient(135deg, var(--accent) 0%, #1a3b7a 100%);
    border-radius: var(--r-lg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.roi-savings-banner .savings-label {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.25rem;
}

.roi-savings-banner .savings-amount {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.04em;
}

.roi-savings-banner .savings-cta {
    background: #fff;
    color: var(--accent);
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0.85rem 1.75rem;
    border-radius: var(--r-md);
    text-decoration: none;
    white-space: nowrap;
    transition: var(--t);
}

.roi-savings-banner .savings-cta:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* ==========================================================
   PRICING — FAQ Accordion
   ========================================================== */
.faq-list {
    max-width: 820px;
    margin: 2.5rem auto 0;
}

.faq-item {
    border-bottom: 1px solid var(--border);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1.5rem 0;
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--ink);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: color 0.2s;
    font-family: inherit;
}

.faq-question:hover {
    color: var(--accent);
}

.faq-chevron {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.65rem;
    transition: transform 0.3s, background 0.2s;
    color: var(--accent);
}

.faq-item.open .faq-chevron {
    transform: rotate(180deg);
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s;
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--body);
}

.faq-answer.open {
    max-height: 300px;
    padding-bottom: 1.5rem;
}

/* ==========================================================
   PRICING — Gated lead magnet
   ========================================================== */
.lead-magnet {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
}

@media (max-width: 860px) {
    .lead-magnet {
        grid-template-columns: 1fr;
    }
}

.lead-magnet-mockup {
    background: linear-gradient(135deg, var(--accent) 0%, #0f2557 100%);
    border-radius: var(--r-xl);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 3rem 2.5rem;
    color: #fff;
    text-align: center;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    box-shadow: 0 20px 50px rgba(15, 37, 87, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.lead-magnet-mockup::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 50%);
    pointer-events: none;
}

.lead-magnet-mockup i {
    font-size: 3.5rem;
    color: #fff;
    opacity: 0.95;
    margin-bottom: 0.25rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.lead-magnet-mockup h4 {
    font-size: 1.35rem;
    font-weight: 400;
    margin: 0;
    color: #fff;
    letter-spacing: -0.01em;
}

.lead-magnet-mockup p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

.lead-magnet-checklist {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
}

.lead-magnet-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: var(--body);
    margin-bottom: 0.6rem;
}

.lead-magnet-checklist li i {
    color: var(--accent);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

/* ==========================================================
   NEWSLETTER CARD
   ========================================================== */
.newsletter-card {
    background: linear-gradient(135deg, var(--accent) 0%, #0f2557 100%);
    border-radius: var(--r-xl);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4rem 3.5rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 20px 50px rgba(15, 37, 87, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.newsletter-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 50%);
    pointer-events: none;
}

.newsletter-card .eyebrow {
    color: rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 1.25rem;
}

.newsletter-card h2 {
    color: #fff !important;
    font-size: clamp(2rem, 4vw, 3.2rem) !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 1.25rem;
}

.newsletter-card p {
    color: rgba(255, 255, 255, 0.65) !important;
}

.newsletter-card .lead {
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 600px;
    margin: 0 auto 0.75rem auto;
    font-size: 1.1rem;
}

.newsletter-card input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.newsletter-card input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-card input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.newsletter-card button {
    transition: var(--t);
}

.newsletter-card button:hover {
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* ==========================================================
   ABOUT US — Team profile cards
   ========================================================== */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

@media (max-width: 860px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}

.team-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition: var(--t);
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-lg);
    border-color: var(--accent);
}

.team-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    display: block;
}

.team-card-info {
    padding: 1.5rem;
    border-top: 1px solid var(--border);
}

.team-card-name {
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}

.team-card-role {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.team-card-bio {
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--body);
}

/* ==========================================================
   ABOUT US — Philosophy value rows
   ========================================================== */
.philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

@media (max-width: 700px) {
    .philosophy-grid {
        grid-template-columns: 1fr;
    }
}

.philosophy-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.75rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    border-left: 4px solid var(--accent);
    transition: var(--t);
}

.philosophy-item:hover {
    box-shadow: var(--sh-md);
    transform: translateX(4px);
}

.philosophy-num {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-bg);
    letter-spacing: -0.05em;
    line-height: 1;
    flex-shrink: 0;
    min-width: 2.5rem;
}

.philosophy-item h3 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
    letter-spacing: -0.01em;
}

.philosophy-item p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--body);
    margin: 0;
}

/* ==========================================================
   INSIGHTS — Featured article cards
   ========================================================== */
.insight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

@media (max-width: 900px) {
    .insight-grid {
        grid-template-columns: 1fr;
    }
}

.insight-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: var(--t);
    cursor: pointer;
}

.insight-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-lg);
    border-color: var(--accent);
}

.insight-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.insight-card:hover .insight-card-img {
    transform: scale(1.04);
}

.insight-card-img-wrap {
    overflow: hidden;
}

.insight-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.insight-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
}

.insight-tag {
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--accent);
    background: var(--accent-bg);
    padding: 0.25rem 0.65rem;
    border-radius: 4px;
}

.insight-read-time {
    font-size: 0.78rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.insight-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.insight-card .insight-subtitle {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.insight-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--body);
    flex: 1;
    margin-bottom: 1.25rem;
}

.insight-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--accent);
    text-decoration: none;
    transition: gap 0.2s;
}

.insight-card-link:hover {
    gap: 0.9rem;
}

/* ==========================================================
   INSIGHTS — Category browse grid
   ========================================================== */
.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

@media (max-width: 700px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
}

.category-card {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.75rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    transition: var(--t);
    cursor: pointer;
}

.category-card:hover {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
    transform: translateY(-3px);
}

.category-icon {
    font-size: 2rem;
    flex-shrink: 0;
    width: 3rem;
    text-align: center;
    line-height: 1;
}

.category-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
    letter-spacing: -0.01em;
}

.category-card p {
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--body);
    margin: 0;
}

/* ==========================================================
   CAREERS — Open roles accordion
   ========================================================== */
.roles-list {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.role-item {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition: border-color 0.2s;
}

.role-item.open {
    border-color: var(--accent);
}

.role-trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 1.5rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}

.role-trigger-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.role-emoji {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.role-title {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.01em;
}

.role-tag {
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--accent);
    background: var(--accent-bg);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-top: 0.2rem;
    display: inline-block;
}

.role-chevron {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: var(--surface-2);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.65rem;
    color: var(--accent);
    transition: transform 0.3s, background 0.2s;
}

.role-item.open .role-chevron {
    transform: rotate(180deg);
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.role-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
}

.role-body.open {
    max-height: 600px;
    padding: 0 1.75rem 1.75rem;
}

.role-body-inner {
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 700px) {
    .role-body-inner {
        grid-template-columns: 1fr;
    }
}

.role-body p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--body);
}

/* ==========================================================
   CAREERS — Perk icon cards
   ========================================================== */
.perks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}

@media (max-width: 700px) {
    .perks-grid {
        grid-template-columns: 1fr;
    }
}

.perk-card {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.75rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    transition: var(--t);
}

.perk-card:hover {
    border-color: var(--accent);
    transform: translateY(-3px);
    box-shadow: var(--sh-md);
}

.perk-icon {
    font-size: 1.75rem;
    flex-shrink: 0;
    width: 2.5rem;
    line-height: 1;
}

.perk-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
    letter-spacing: -0.01em;
}

.perk-card p {
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--body);
    margin: 0;
}

/* ==========================================================
   CAREERS — AI-native checklist
   ========================================================== */

.ai-native-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Light Mode Defaults */
.ai-native-list li {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--body);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ai-native-list li:hover {
    box-shadow: var(--sh-md);
    transform: translateY(-4px);
    border-color: var(--border-mid);
}

.ai-native-list li i {
    color: var(--accent);
    background: var(--accent-bg);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
    margin-top: 0;
    transition: all 0.3s ease;
}

.ai-native-list li:hover i {
    background: var(--accent);
    color: #ffffff;
}

.ai-native-list li strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--ink);
    font-size: 1.05rem;
}

/* Dark Plum Mode Overrides - The Sleek Elevation */
[style*="2B1D33"] .ai-native-list li {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: var(--r-lg);
}

[style*="2B1D33"] .ai-native-list li:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

[style*="2B1D33"] .ai-native-list li i {
    background: rgba(220, 168, 106, 0.1) !important;
    color: var(--accent-secondary) !important;
    border: 1px solid rgba(220, 168, 106, 0.2);
}

[style*="2B1D33"] .ai-native-list li:hover i {
    background: var(--accent-secondary) !important;
    color: #111110 !important;
}

[style*="2B1D33"] .ai-native-list li strong {
    color: #ffffff !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
}

/* ==========================================================
   PHYSICS & GRAVITY ANIMATIONS
   ========================================================== */

@keyframes gravityDrop {
    0% {
        transform: translateY(-400px);
        opacity: 0;
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    40% {
        transform: translateY(0);
        opacity: 1;
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    60% {
        transform: translateY(-45px);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    80% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    90% {
        transform: translateY(-15px);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes asteriskSpinDrop {
    0% {
        transform: translateY(-400px) rotate(-180deg);
        opacity: 0;
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    40% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    60% {
        transform: translateY(-60px) rotate(45deg);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    80% {
        transform: translateY(0) rotate(0deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    92% {
        transform: translateY(-10px) rotate(15deg);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

.gravity-fall {
    animation: gravityDrop 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: bottom center;
}

.gravity-bounce {
    animation: asteriskSpinDrop 2s forwards;
    display: inline-block;
}

/* Global Parallax Sweeping Curve Hook */
.parallax-curve-overlay {
    position: relative;
    z-index: 10;
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.06);
    background-color: #2B1D33;
}

/* Mega Menu Nested Dropdowns */
.mega-dropdown {
    position: relative;
    width: 100%;
}

.mega-dropdown .mega-toggle {
    cursor: pointer;
}

.mega-sub-menu {
    display: none;
    flex-direction: column;
    padding-left: 1.5rem;
    /* Indent sub-links underneath the main link */
    margin-top: -0.25rem;
    margin-bottom: 1.5rem;
    border-left: 2px solid rgba(255, 255, 255, 0.08);
    /* Minimalist UI line */
    padding-top: 0.5rem;
    animation: fadeInSub 0.2s ease forwards;
}

.mega-sub-menu a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
    font-size: 1rem !important;
    padding: 0.4rem 0;
    transition: color 0.15s ease;
    display: inline-block;
    width: max-content;
    position: relative;
    margin-bottom: 0 !important;
}

.mega-sub-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath d='M0,5 Q25,0 50,7 T100,5' stroke='%23DCA86A' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    transition: background-size 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.mega-sub-menu a:hover {
    color: #ffffff !important;
}

.mega-sub-menu a:hover::after,
.mega-sub-menu a:active::after {
    background-size: 100% 100%;
}

/* Caret Physics */
.nav-caret {
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 0.7em;
    margin-left: 0.5rem;
    opacity: 0.7;
    position: relative;
    top: -1px;
}

/* Click Action Only */
.mega-dropdown.active .mega-sub-menu {
    display: flex;
}

.mega-dropdown.active .nav-caret {
    transform: rotate(180deg);
}

@keyframes fadeInSub {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================
   GUARANTEES  –  Sticky Stack Deck
========================================================== */
.guarantees-split {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
}

.guarantees-sticky-header {
    position: sticky;
    top: 120px;
    text-align: left;
    margin: 0;
}

.sticky-deck {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 4rem;
    /* Buffer space at the end of stack */
}

.sticky-card {
    position: sticky;
    border-radius: 24px;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    min-height: 70vh;
    box-shadow: 0 -24px 64px rgba(0, 0, 0, 0.4);
    /* Stronger shadow for dark mode contrast */
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    opacity: 0;
    animation: slideUpFade 0.6s ease forwards;
}

.sticky-card:hover {
    transform: translateY(-8px);
    /* Interactive Physical Bounce */
}

.sticky-card h3 {
    font-size: 2rem;
    letter-spacing: -0.02em;
    margin: 0;
    color: inherit !important;
}

.sticky-card p {
    font-size: 1.15rem;
    margin: 0;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 600px;
    color: inherit !important;
}

.sticky-num {
    font-family: 'Haffer VF', sans-serif;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.15;
    position: absolute;
    top: 2rem;
    right: 3rem;
}

/* Stack Order Physics & Theming */
.sticky-card:nth-child(1) {
    top: 100px;
    z-index: 10;
    background: #2B1D33;
    /* Plum */
    color: #ffffff;
    /* explicitly white font color for card 1 */
}

.sticky-card:nth-child(2) {
    top: 130px;
    z-index: 20;
    background: #DCA86A;
    /* Champagne Gold */
    color: #2B1D33;
    animation-delay: 0.15s;
}

.sticky-card:nth-child(3) {
    top: 160px;
    z-index: 30;
    background: #ffffff;
    /* White */
    color: #2B1D33;
    border: 1px solid rgba(0, 0, 0, 0.05);
    animation-delay: 0.3s;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .guarantees-split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .guarantees-sticky-header {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .sticky-card {
        padding: 2.5rem 1.5rem;
    }

    .sticky-num {
        font-size: 3rem;
        top: 1.5rem;
        right: 1.5rem;
    }

    .sticky-card h3 {
        font-size: 1.5rem;
    }
}

\n

/* ==========================================================
   GLOBAL ULTIMATE WHITE BACKGROUND OVERRIDE
   Ensures that no matter how deep an element is nested, if its 
   parent container is white, the typography strictly becomes Dark Plum
   ========================================================== */
[style*="background:#ffffff"] h1,
[style*="background:#ffffff"] h2,
[style*="background:#ffffff"] h3,
[style*="background:#ffffff"] h4,
[style*="background:#ffffff"] h5,
[style*="background:#ffffff"] h6,
[style*="background:#ffffff"] p,
[style*="background:#ffffff"] li,
[style*="background:#ffffff"] strong,
[style*="background:#ffffff"] span:not(.btn-primary span):not(.btn-accent span):not(.mega-badge),
[style*="background:#ffffff"] i:not(.btn-primary i):not(.btn-accent i),

[style*="background: #ffffff"] h1,
[style*="background: #ffffff"] h2,
[style*="background: #ffffff"] h3,
[style*="background: #ffffff"] h4,
[style*="background: #ffffff"] h5,
[style*="background: #ffffff"] p,
[style*="background: #ffffff"] li,
[style*="background: #ffffff"] strong,

[style*="background:var(--surface)"] h1,
[style*="background:var(--surface)"] h2,
[style*="background:var(--surface)"] h3,
[style*="background:var(--surface)"] h4,
[style*="background:var(--surface)"] p,
[style*="background:var(--surface)"] li,
[style*="background:var(--surface)"] strong,

[style*="background: var(--surface)"] h1,
[style*="background: var(--surface)"] h2,
[style*="background: var(--surface)"] h3,
[style*="background: var(--surface)"] p,
[style*="background: var(--surface)"] li,
[style*="background: var(--surface)"] strong,

[style*="background:var(--surface-2)"] h1,
[style*="background:var(--surface-2)"] h2,
[style*="background:var(--surface-2)"] h3,
[style*="background:var(--surface-2)"] p,
[style*="background:var(--surface-2)"] li,
[style*="background:var(--surface-2)"] strong,

[style*="background: var(--surface-2)"] h1,
[style*="background: var(--surface-2)"] h2,
[style*="background: var(--surface-2)"] h3,
[style*="background: var(--surface-2)"] p,
[style*="background: var(--surface-2)"] li,
[style*="background: var(--surface-2)"] strong,

[style*="background:white"] h1,
[style*="background:white"] h2,
[style*="background:white"] h3,
[style*="background:white"] p,
[style*="background:white"] li,

.glass-card h1,
.glass-card h2,
.glass-card h3,
.glass-card h4,
.glass-card p,
.glass-card li,
.glass-card strong,
.glass-card div,
.guarantee-card h1,
.guarantee-card h2,
.guarantee-card h3,
.guarantee-card h4,
.guarantee-card p,
.guarantee-card li,
.guarantee-card strong,
.guarantee-card div,
.model-card:not(.featured) h1,
.model-card:not(.featured) h2,
.model-card:not(.featured) h3,
.model-card:not(.featured) h4,
.model-card:not(.featured) p,
.model-card:not(.featured) li,
.model-card:not(.featured) strong,
.model-card:not(.featured) div,
.card h1,
.card h2,
.card h3,
.card h4,
.card p,
.card li,
.card strong,
.card div,
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white p,
.bg-white li,
.bg-white strong,
.bg-white div,
.team-card h1,
.team-card h2,
.team-card h3,
.team-card h4,
.team-card p,
.team-card li,
.team-card strong,
.team-card div,
.vetting-step h1,
.vetting-step h2,
.vetting-step h3,
.vetting-step h4,
.vetting-step p,
.vetting-step li,
.vetting-step strong,
.vetting-step div,
.onboarding-step h1,
.onboarding-step h2,
.onboarding-step h3,
.onboarding-step h4,
.onboarding-step p,
.onboarding-step li,
.onboarding-step strong,
.onboarding-step div,
.philosophy-item h1,
.philosophy-item h2,
.philosophy-item h3,
.philosophy-item h4,
.philosophy-item p,
.philosophy-item li,
.philosophy-item strong,
.philosophy-item div {
    color: #2B1D33 !important;
}

/* Also ensure inline color rules in the HTML explicitly using white or light grey are purged */
/* TEAM CARD TEXT VISIBILITY FIX */
.team-card-name,
.team-card-role,
.team-card-bio {
    color: #2B1D33 !important;
}
