/* ==========================================================================
   MAXOPP DMCP // CONSOLIDATED STYLESHEET
   Strict Brand Enforcement: #ef811a (Orange) & #c92460 (Magenta)
   Light Mode Architecture
   ========================================================================== */

:root {
    /* Absolute Brand Tokens */
    --color-orange: #ef811a;
    --color-magenta: #c92460;

    /* Supporting Accents */
    --color-neon-orange: #d96d00;
    --color-neon-magenta: #b01b51;
    --color-neon-green: #00a66e;

    /* Pure Editorial Canvas Architecture */
    --color-bg: #f9fafc;
    --color-surface: #ffffff;
    --color-surface-hover: #f1f5f9;
    --border-subtle: rgba(0, 0, 0, 0.08);
    --border-highlight: rgba(0, 0, 0, 0.2);

    /* Text Vectors */
    --text-pure: #050508;
    --text-main: #1e293b;
    --text-body: #475569;
    --text-muted: #64748b;
    --text-contrast: #ffffff;

    /* Ambient Blends */
    --orb-opacity: 0.08;

    /* Typography System */
    --font-display: 'Cabinet Grotesk', sans-serif;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;

    /* Physics Easing */
    --ease-elastic: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* ==========================================================================
   GLOBAL RESET & SMOOTH SCROLL
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    background-color: var(--color-bg);
    color: var(--text-body);
    font-family: var(--font-body);
    line-height: 1.5;
    overflow-x: hidden;
    overflow-x: clip;
}

body {
    overflow-x: hidden;
    overflow-x: clip;
    position: relative;
    min-height: 100vh;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

::selection {
    background-color: var(--color-orange);
    color: #ffffff;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.text-neon-orange { color: var(--color-neon-orange); font-weight: 700; }
.text-neon-magenta { color: var(--color-neon-magenta); font-weight: 700; }
.text-contrast { color: var(--text-contrast); }
.text-center { text-align: center; }
.w-full { width: 100%; }
.mt-4 { margin-top: 16px; }
.hidden { display: none !important; }

.text-gradient-brand {
    background: linear-gradient(90deg, var(--color-orange), var(--color-magenta));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* ==========================================================================
   FIXED WHITE FRAME OVERLAY + NAVBAR
   Frame stays fixed on screen, page scrolls underneath
   ========================================================================== */

.fixed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
}

.frame-container {
    width: 100%;
    height: 100%;
    padding: 24px;
    overflow: hidden;
}

.transparent-viewport {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    box-shadow: 0 0 0 2000px #ffffff;
    position: relative;
}

.notch-wrapper {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    z-index: 10;
    width: 100%;
    max-width: 1100px;
}

.notch {
    height: 60px;
    background-color: #ffffff;
    border-radius: 0 0 24px 24px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.notch::before,
.notch::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    pointer-events: none;
}

.notch::before {
    left: -24px;
    background: radial-gradient(circle at 0% 100%, transparent 23.8px, #ffffff 24px);
}

.notch::after {
    right: -24px;
    background: radial-gradient(circle at 100% 100%, transparent 23.8px, #ffffff 24px);
}

.logo {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo img {
    height: 28px;
    width: auto;
    display: block;
}

/* Notch button — smaller, no heavy shadow */
.notch .btn-neo {
    height: 36px;
    padding: 0 18px;
    font-size: 0.72rem;
    box-shadow: 0 2px 8px rgba(239, 129, 26, 0.25);
}

.notch .btn-neo .btn-arrow {
    width: 14px;
    height: 14px;
}

.notch .btn-neo:hover {
    box-shadow: 0 4px 14px rgba(239, 129, 26, 0.35);
}

/* ==========================================================================
   AMBIENT GLOW LIGHTING ORBS
   ========================================================================== */

.ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: multiply;
    /* Isolate the expensive blur onto its own compositor layer so it
       doesn't repaint with the rest of the page on scroll. */
    contain: paint;
    isolation: isolate;
    transform: translateZ(0);
    will-change: transform, filter;
}

/* Toggled by the offscreen observer to stop GPU work when not visible. */
.ambient-orb.is-offscreen,
.marquee-track.is-offscreen,
.proof-scroll-left.is-offscreen,
.proof-scroll-right.is-offscreen,
.hero-funded-badge.is-offscreen,
.badge-rupee.is-offscreen {
    animation-play-state: paused !important;
}

.orb-orange {
    top: -200px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: var(--color-orange);
    opacity: var(--orb-opacity);
}

.orb-magenta {
    top: 40vh;
    right: -200px;
    width: 600px;
    height: 600px;
    background: var(--color-magenta);
    opacity: var(--orb-opacity);
}

.orb-mix {
    top: 150vh;
    left: 5vw;
    width: 650px;
    height: 650px;
    background: linear-gradient(to right, var(--color-orange), var(--color-magenta));
    opacity: calc(var(--orb-opacity) * 0.7);
}

/* ==========================================================================
   BUTTON ARCHITECTURE
   ========================================================================== */

.btn-neo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    padding: 0 22px;
    border-radius: 12px;
    border: none;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease, filter 0.25s ease;
    will-change: transform;
}

.btn-orange {
    background: linear-gradient(135deg, var(--color-orange), #e85d04);
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(239, 129, 26, 0.3), 0 1px 2px rgba(0,0,0,0.1);
}

.btn-orange:hover {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 8px 28px rgba(239, 129, 26, 0.4), 0 2px 4px rgba(0,0,0,0.1);
    filter: brightness(1.05);
}

.btn-magenta {
    background: var(--color-magenta);
    color: #ffffff;
    box-shadow: 0 0 24px rgba(201, 36, 96, 0.4);
}

.btn-magenta:hover {
    transform: scale(1.03);
    box-shadow: 0 0 32px rgba(201, 36, 96, 0.6);
}

.btn-neo-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 24px;
    border-radius: 100px;
    border: 1px solid var(--border-highlight);
    color: var(--text-pure);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.btn-neo-outline:hover {
    border-color: var(--color-orange);
    background: rgba(239, 129, 26, 0.05);
}

.btn-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s;
}

.btn-neo:hover .btn-arrow {
    transform: translateX(4px);
}

/* ==========================================================================
   EDITORIAL SPLIT HERO
   ========================================================================== */

.main-wrapper {
    padding-top: 80px;
    position: relative;
    z-index: 10;
}

.hero-editorial {
    max-width: 1360px;
    margin: 0 auto;
    padding: 32px 16px 40px;
}

/* Hero entrance animation */
.hero-entrance .hero-left,
.hero-entrance .hero-right {
    opacity: 0;
    transform: translateY(30px);
    animation: heroFadeUp 1s var(--ease-out) forwards;
}

.hero-entrance .hero-right {
    animation-delay: 0.2s;
}

@keyframes heroFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-funded-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 6px;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-magenta));
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(239, 129, 26, 0.25);
    text-transform: uppercase;
    width: fit-content;
    animation: fundedBadgePulse 3.5s ease-in-out infinite;
}

.badge-rupee {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 900;
    flex-shrink: 0;
}

.badge-rupee svg {
    width: 16px;
    height: 16px;
    color: #fff;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
    animation: badgeSparkle 2.4s ease-in-out infinite;
}

@keyframes badgeSparkle {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.15) rotate(15deg);
        opacity: 0.85;
    }
}

@keyframes fundedBadgePulse {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(239, 129, 26, 0.25);
        transform: translateY(0);
    }
    50% {
        box-shadow: 0 12px 30px rgba(201, 36, 96, 0.35);
        transform: translateY(-2px);
    }
}

.headline-massive {
    font-family: var(--font-display);
    font-size: 45px;
    font-weight: 900;
    color: var(--text-pure);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
    text-transform: uppercase;
    overflow: visible;
}

.inline-media-pill {
    display: inline-block;
    width: 1.8em;
    height: 0.72em;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: -0.05em;
    margin: 0 0.05em;
    border: 2px solid var(--color-orange);
    box-shadow: 0 8px 20px rgba(239, 129, 26, 0.25);
    background: #000;
}

.inline-vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    display: block;
    transform: scale(1.05);
}

.hero-thesis {
    font-size: 1rem;
    color: var(--text-body);
    max-width: 640px;
    margin-bottom: 24px;
    line-height: 1.6;
}

.hero-actions-dock {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-guarantees {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid var(--border-subtle);
}

.guarantee-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--text-main);
}

.chip-accent {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.bg-orange {
    background: var(--color-orange);
    box-shadow: 0 0 8px var(--color-orange);
}

.bg-magenta {
    background: var(--color-magenta);
    box-shadow: 0 0 8px var(--color-magenta);
}

/* Hero Right — Interactive Preview Card */
.hero-visual-card {
    position: relative;
    background: var(--color-surface);
    border: 1px solid var(--border-highlight);
    border-radius: 18px;
    padding: 6px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s var(--ease-elastic), border-color 0.4s, background 0.3s, box-shadow 0.3s;
}

.hero-visual-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: var(--color-orange);
}

.card-terminal-bar {
    display: flex;
    align-items: center;
    padding: 8px 12px 10px;
    gap: 10px;
}

.dots {
    display: flex;
    gap: 5px;
}

.dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2a2b36;
}

.dots span:nth-child(1) { background: #ff5f56; }
.dots span:nth-child(2) { background: #ffbd2e; }
.dots span:nth-child(3) { background: #27c93f; }

.terminal-title {
    font-family: var(--font-heading);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-left: auto;
}

.media-container {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #000;
}

.main-preview-vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s var(--ease-out);
}

.hero-visual-card:hover .main-preview-vid {
    transform: scale(1.05);
}

.visual-hud-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    gap: 8px;
}

.hud-stat-box {
    background: rgba(5, 5, 8, 0.85);
    padding: 6px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
}

@supports (backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px)) {
    .hud-stat-box {
        background: rgba(5, 5, 8, 0.7);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }
}

.hud-lbl {
    font-size: 0.58rem;
    font-weight: 700;
    color: #a2a8b8;
}

.hud-val {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 900;
}

/* ==========================================================================
   PAIN BLOCK V2 — Dark contrast panel
   ========================================================================== */

.pain-engine-v2 {
    background: #0a0a0f;
    max-width: 1360px;
    position: relative;
    overflow: hidden;
}

.pain-engine-v2::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(201, 36, 96, 0.2), transparent 70%);
    pointer-events: none;
}

.pain-engine-v2::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(239, 129, 26, 0.12), transparent 70%);
    pointer-events: none;
}

.pain-v2-container {
    position: relative;
    z-index: 1;
}

.pain-v2-overline {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: var(--color-magenta);
    margin-bottom: 20px;
    display: block;
}

.pain-v2-headline {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.pain-v2-strike {
    position: relative;
    display: inline-block;
}

.pain-v2-strike::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    background: var(--color-magenta);
    transform: translateY(-50%) rotate(-1deg);
    transform-origin: center;
    pointer-events: none;
}

.pain-v2-sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 20px;
}

.pain-v2-kicker {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-orange);
    line-height: 1.5;
}

.pain-v2-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pain-v2-card {
    display: grid;
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: border-color 0.3s, background 0.3s, transform 0.3s var(--ease-out);
}

.pain-v2-card:hover {
    border-color: rgba(201, 36, 96, 0.4);
    background: rgba(201, 36, 96, 0.06);
    transform: translateX(4px);
}

.pain-v2-card-number {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.12);
    line-height: 1;
    min-width: 36px;
}

.pain-v2-card-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pain-v2-card-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.pain-v2-card-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.55;
}

.pain-v2-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(201, 36, 96, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pain-v2-card-icon svg {
    width: 16px;
    height: 16px;
    color: var(--color-magenta);
}

/* ==========================================================================
   WHAT-IT-IS PILLARS (3-up explainer)
   ========================================================================== */

.what-engine {
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 16px;
}

.what-header {
    text-align: center;
    margin-bottom: 48px;
}

.what-grid {
    gap: 24px;
}

.what-card {
    background: var(--color-surface);
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
    padding: 24px;
    transition: transform 0.4s var(--ease-out), border-color 0.4s, box-shadow 0.4s;
}

.what-card:hover {
    transform: translateY(-4px);
    border-color: var(--color-orange);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.what-card-num {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    -webkit-text-stroke: 1px var(--color-orange);
    color: transparent;
    line-height: 1;
    margin-bottom: 12px;
}

.what-card-title {
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    font-weight: 900;
    color: var(--text-pure);
    margin-bottom: 10px;
    line-height: 1.2;
}

.what-card-desc {
    font-size: 1rem;
    color: var(--text-body);
    line-height: 1.6;
}

/* ==========================================================================
   BENTO GRID — Outcomes Section
   ========================================================================== */

.bento-engine {
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 16px;
}

.bento-layout {
    gap: 16px;
}

.bento-col-left {
    min-height: 0;
}

.bento-col-left .bento-cell {
    height: 100%;
}

.bento-col-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
}

.bento-row {
    gap: 16px;
}

.bento-row .bento-cell {
    flex: 1;
}

.bento-cell {
    background: var(--color-surface);
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.4s var(--ease-out), background 0.4s, border-color 0.4s, box-shadow 0.4s;
}

.bento-cell:hover {
    transform: translateY(-4px);
    border-color: var(--border-highlight);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.cell-overline {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: var(--color-orange);
    display: block;
    margin-bottom: 12px;
}

.stat-massive {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(90deg, var(--color-orange), var(--color-magenta));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--text-pure);
    line-height: 1;
    margin-bottom: 12px;
}

.stat-context {
    color: var(--text-body);
    font-size: 1rem;
    line-height: 1.6;
}

.cell-package {
    justify-content: flex-start;
    background: linear-gradient(145deg, #ffffff, #fef8f3);
    border-color: rgba(239, 129, 26, 0.2);
}

.cell-package:hover {
    border-color: var(--color-orange);
}

.company-tag-strip {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border-subtle);
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-main);
    transition: border-color 0.3s;
}

.cell-glow {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--color-orange);
    filter: blur(60px);
    opacity: 0.15;
    transition: opacity 0.4s;
}

.bento-cell:hover .cell-glow {
    opacity: 0.3;
}

.cell-video-lab {
    padding: 20px;
    min-width: 0;
}

.cell-video-lab .cell-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    min-width: 0;
}

.lab-vid-wrapper {
    border-radius: 16px;
    overflow: hidden;
    flex: 1;
    min-height: 0;
    position: relative;
    background: #000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.lab-cell-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Inside-the-lab crossfade gallery */
.lab-gallery-wrapper {
    border-radius: 16px;
    overflow: hidden;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 240px;
    position: relative;
    background: #000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    touch-action: pan-y;
}

.lab-gallery-stack {
    position: absolute;
    inset: 0;
}

.lab-gallery-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.lab-gallery-img.is-active {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .lab-gallery-img { transition: opacity 0.4s ease; }
}

@media (max-width: 768px) {
    .lab-gallery-wrapper.is-sized {
        min-height: 0;
    }
}

.live-counter-box {
    margin-bottom: 12px;
}

.metric-num {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 6vw, 3rem);
    font-weight: 900;
    color: var(--color-neon-orange);
    display: block;
    line-height: 1;
}

.metric-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-muted);
}

.graph-simulation {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 60px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-subtle);
    margin-bottom: 12px;
    transition: border-color 0.3s;
}

.graph-simulation .bar {
    flex: 1;
    border-radius: 6px 6px 0 0;
    transition: background 0.4s, height 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.graph-simulation .bar:nth-child(odd) { background: var(--color-orange); }
.graph-simulation .bar:nth-child(even) { background: var(--color-magenta); }

.cell-widget:hover .graph-simulation .bar { background: var(--color-magenta); }
.cell-widget:hover .graph-simulation .bar:nth-child(odd) { background: var(--color-orange); }

.cell-placed,
.cell-trained {
    justify-content: center;
}

.stat-large {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 6vw, 3rem);
    font-weight: 900;
    color: var(--text-pure);
    line-height: 1;
    margin-bottom: 4px;
}

.stat-lbl {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-orange);
    display: block;
    margin-bottom: 4px;
}

.stat-micro {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Pathways Tab Section */
.cell-pathways {
    justify-content: space-between;
    background: linear-gradient(145deg, #ffffff, #fdf5f8);
    border-color: rgba(201, 36, 96, 0.15);
    padding: 20px 28px;
}

.cell-pathways:hover {
    border-color: var(--color-magenta);
}

.flex-row {
    display: flex;
}

.pathway-headline {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
    font-weight: 900;
    color: var(--text-pure);
}

.pathway-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.pathway-tabs-dock {
    display: flex;
    gap: 8px;
}

.tab-trigger {
    background: transparent;
    border: 1px solid var(--border-subtle);
    padding: 8px 16px;
    border-radius: 100px;
    color: var(--text-body);
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s;
}

.tab-trigger:hover {
    border-color: var(--border-highlight);
    color: var(--text-pure);
}

.tab-trigger.active {
    background: var(--text-pure);
    color: var(--color-bg);
    border-color: var(--text-pure);
}

.pathway-panes-wrapper {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border-subtle);
    transition: border-color 0.3s;
}

.pathway-pane {
    display: none;
    animation: paneReveal 0.4s var(--ease-out);
}

.pathway-pane.active {
    display: block;
}

@keyframes paneReveal {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.pane-thesis {
    font-size: 1.1rem;
    color: var(--text-main);
    font-weight: 500;
}

/* ==========================================================================
   LOGO MARQUEE
   ========================================================================== */

.marquee-engine {
    padding: 40px 0;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    background: var(--color-surface);
    overflow: hidden;
    transition: background 0.3s, border-color 0.3s;
}

.marquee-headline-wrapper {
    text-align: center;
    margin-bottom: 24px;
}

.marquee-sub {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: var(--text-muted);
}

.marquee-scroller {
    display: flex;
    overflow: hidden;
    user-select: none;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-track {
    display: flex;
    align-items: center;
    /* Confine layout/paint of the moving strip so the rest of the
       document isn't recalculated each frame. */
    will-change: transform;
    contain: layout paint;
    gap: 48px;
    white-space: nowrap;
    animation: scrollMarquee 35s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

@keyframes scrollMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.marquee-block {
    display: flex;
    align-items: center;
    gap: 80px;
}

.marquee-outline-txt {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 900;
    -webkit-text-stroke: 1.5px var(--border-highlight);
    color: transparent;
    letter-spacing: 0.05em;
    transition: -webkit-text-stroke 0.3s;
}

.marquee-img-brand {
    height: 56px;
    max-width: 180px;
    object-fit: contain;
    filter: grayscale(1) brightness(0.1);
    opacity: 0.65;
    transition: all 0.3s;
}

.marquee-img-brand:hover {
    filter: grayscale(0) brightness(1);
    opacity: 1;
    transform: scale(1.08);
}

/* ==========================================================================
   PROOF MARQUEE — Dual-row infinite scroll testimonials
   ========================================================================== */

.proof-marquee-engine {
    max-width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

.proof-marquee-engine .section-header-block {
    padding: 0 16px;
    margin-bottom: 32px;
}

.proof-marquee-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.proof-marquee-track {
    display: flex;
    width: max-content;
    gap: 0;
    /* Same isolation trick: the moving strip becomes its own layer. */
    will-change: transform;
    contain: layout paint;
}

.proof-scroll-left {
    animation: proofScrollLeft 40s linear infinite;
}

.proof-scroll-right {
    animation: proofScrollRight 45s linear infinite;
}

/* Pause on hover only on devices that truly hover (desktop pointers).
   Avoids accidental pauses on mobile/touch where tap fires hover. */
@media (hover: hover) and (pointer: fine) {
    .proof-marquee-row:hover .proof-marquee-track {
        animation-play-state: paused;
    }
}

.proof-marquee-block {
    display: flex;
    gap: 20px;
    padding-right: 20px;
}

.proof-slide-card {
    width: 300px;
    min-width: 300px;
    background: var(--color-surface);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.proof-slide-card:hover {
    border-color: var(--border-highlight);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.proof-slide-quote {
    font-size: 0.95rem;
    color: var(--text-main);
    line-height: 1.65;
    font-style: italic;
}

.proof-slide-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--border-subtle);
}

.proof-slide-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--border-subtle);
}

.proof-slide-author {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.proof-slide-name {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--text-pure);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proof-slide-company {
    font-size: 0.8rem;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proof-slide-salary {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 900;
    background: linear-gradient(90deg, var(--color-orange), var(--color-magenta));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-orange);
    white-space: nowrap;
}

@keyframes proofScrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes proofScrollRight {
    0% { transform: translateX(-33.33%); }
    100% { transform: translateX(0); }
}

/* ==========================================================================
   STACKING SPRINTS TIMELINE — Curriculum
   ========================================================================== */

.sprints-stack-engine {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 16px;
}

.section-header-block {
    margin-bottom: 32px;
}

.section-headline-display {
    font-family: var(--font-display);
    font-weight: 900;
    color: var(--text-pure);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 12px;
}

.section-subtitle-wide {
    font-size: 1.15rem;
    color: var(--text-body);
}

/* Two-column layout: gallery (left) + stacking cards (right).
   Both columns are direct children of the same grid; sticky descendants
   resolve to the viewport because no ancestor uses transform/filter/etc. */
.sprints-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.sprints-gallery {
    width: 100%;
    margin-bottom: 8px;
}

.gallery-frame {
    background: var(--color-surface);
    border: 1px solid var(--border-highlight);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gallery-tag {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: var(--color-orange);
    padding: 2px 4px;
}

.gallery-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    overflow: hidden;
    background: var(--color-surface-hover);
    touch-action: pan-y;
}

.gallery-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.7s ease, transform 6s ease;
    pointer-events: none;
}

.gallery-slide.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.gallery-counter {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 100px;
    background: rgba(5, 5, 8, 0.75);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
    .gallery-counter {
        background: rgba(5, 5, 8, 0.6);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}

.gallery-counter .gc-sep {
    opacity: 0.5;
}

/* Prev / Next buttons */
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(5, 5, 8, 0.65);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    z-index: 2;
    padding: 0;
}

@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
    .gallery-nav {
        background: rgba(5, 5, 8, 0.45);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}

.gallery-nav-prev { left: 12px; }
.gallery-nav-next { right: 12px; }

.gallery-stage:hover .gallery-nav,
.gallery-nav:focus-visible {
    opacity: 1;
}

.gallery-nav:hover {
    background: var(--color-orange);
    border-color: var(--color-orange);
    transform: translateY(-50%) scale(1.06);
}

.gallery-nav:focus-visible {
    outline: 2px solid var(--color-orange);
    outline-offset: 2px;
}

/* Always show nav buttons on touch devices */
@media (hover: none) {
    .gallery-nav { opacity: 1; }
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
}

.gallery-thumb {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px transparent;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
    transition: opacity 0.25s ease, transform 0.4s ease;
}

.gallery-thumb:hover img {
    opacity: 0.85;
    transform: scale(1.05);
}

.gallery-thumb.is-active {
    box-shadow: inset 0 0 0 2px var(--color-orange);
}

.gallery-thumb.is-active img {
    opacity: 1;
}

.sprints-stack-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.sprint-stack-card {
    position: sticky;
    top: 110px;
    border-radius: 24px;
    background: var(--color-surface);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-highlight);
    will-change: transform;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.card-theme-orange { border-color: rgba(239, 129, 26, 0.4); }
.card-theme-magenta { border-color: rgba(201, 36, 96, 0.4); }
.card-theme-dark { border-color: var(--border-highlight); }
.card-theme-gradient {
    background: linear-gradient(135deg, #ffffff, #fcfcfd);
    border-color: var(--color-orange);
}

.sprint-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-subtle);
    transition: border-color 0.3s;
}

.sprint-num {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--color-orange);
}

.sprint-weeks {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 0.1em;
}

.sprint-title {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    font-weight: 900;
    color: var(--text-pure);
    margin-bottom: 12px;
    line-height: 1.2;
}

.sprint-desc {
    color: var(--text-body);
    font-size: 1.05rem;
    margin-bottom: 28px;
}

.tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tool-chip {
    background: var(--color-surface-hover);
    border: 1px solid var(--border-highlight);
    padding: 6px 14px;
    border-radius: 100px;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-main);
    transition: background 0.3s, border-color 0.3s;
}

/* ==========================================================================
   WALK-AWAY DELIVERABLES V2
   ========================================================================== */

.walkaway-v2-engine {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 16px;
}

.walkaway-v2-grid {
    display: grid;
    gap: 1px;
    background: var(--border-subtle);
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
    overflow: hidden;
}

.walkaway-v2-card {
    background: var(--color-surface);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    transition: background 0.3s;
}

.walkaway-v2-card:hover {
    background: var(--color-surface-hover);
}

.walkaway-v2-icon-ring {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-surface);
    border: 2px solid transparent;
    background-image: linear-gradient(var(--color-surface), var(--color-surface)), linear-gradient(135deg, var(--color-orange), var(--color-magenta));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: var(--text-pure);
    flex-shrink: 0;
}

.walkaway-v2-card:hover .walkaway-v2-icon-ring {
    background-image: linear-gradient(var(--color-surface-hover), var(--color-surface-hover)), linear-gradient(135deg, var(--color-orange), var(--color-magenta));
}

.walkaway-v2-title {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--text-pure);
    line-height: 1.2;
}

.walkaway-v2-desc {
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.6;
}

/* ==========================================================================
   ELIGIBILITY V2
   ========================================================================== */

.eligibility-v2-engine {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 16px;
}

.eligibility-v2-container {
    display: grid;
    align-items: center;
    background: var(--color-surface);
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.eligibility-v2-overline {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: var(--color-magenta);
    margin-bottom: 12px;
    display: block;
}

.eligibility-v2-headline {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    font-weight: 900;
    color: var(--text-pure);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.eligibility-v2-sub {
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.6;
}

.eligibility-v2-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.eligibility-v2-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.eligibility-v2-check-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 166, 110, 0.08);
    border: 1.5px solid rgba(0, 166, 110, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-neon-green);
}

.eligibility-v2-req {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-pure);
    display: block;
    line-height: 1.3;
}

.eligibility-v2-note {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: block;
    margin-top: 2px;
}

/* ==========================================================================
   PRICING & BATCH
   ========================================================================== */

.pricing-engine {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 16px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 48px;
}

.pricing-card {
    background: var(--color-surface);
    border: 2px solid var(--color-orange);
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(239, 129, 26, 0.12);
    position: relative;
    overflow: hidden;
}

.pricing-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(239, 129, 26, 0.15), transparent 70%);
    pointer-events: none;
}

.pricing-grid {
    position: relative;
    z-index: 1;
}

.fee-label {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: var(--text-muted);
    margin-bottom: 12px;
    display: block;
}

.fee-amount {
    font-family: var(--font-display);
    font-size: clamp(2rem, 7vw, 4rem);
    font-weight: 900;
    color: var(--text-pure);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

.fee-amount-strike {
    font-size: 1.1rem;
    color: var(--text-muted);
    text-decoration: line-through;
    margin-right: 12px;
    font-weight: 600;
}

.fee-meta {
    font-size: 0.95rem;
    color: var(--text-body);
    margin-bottom: 24px;
}

.fee-includes-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
}

.fee-includes-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-main);
    font-weight: 500;
}

.fee-includes-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-orange);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    flex-shrink: 0;
}

.batch-info-block {
    display: flex;
    flex-direction: column;
}

.batch-label {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.batch-date {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    font-weight: 900;
    color: var(--text-pure);
    margin-bottom: 8px;
    line-height: 1.1;
}

.batch-detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-subtle);
    font-size: 0.92rem;
}

.batch-detail-key {
    color: var(--text-muted);
}

.batch-detail-val {
    font-weight: 700;
    color: var(--text-pure);
    font-family: var(--font-heading);
}

.seats-bar {
    margin: 16px 0 20px;
}

.seats-bar-track {
    height: 8px;
    background: var(--color-surface-hover);
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 8px;
}

.seats-bar-fill {
    height: 100%;
    width: 78%;
    background: linear-gradient(90deg, var(--color-orange), var(--color-magenta));
    border-radius: 100px;
}

.seats-bar-meta {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-magenta);
    letter-spacing: 0.05em;
}

.pricing-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: auto;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */

.faq-drawer-engine {
    border-top: 1px solid var(--border-subtle);
    padding: 80px 16px 40px;
    background: var(--color-surface);
    transition: background 0.3s, border-color 0.3s;
}

.faq-wrapper {
    max-width: 880px;
    margin: 0 auto;
}

.faq-header-block {
    text-align: center;
    margin-bottom: 48px;
}

.faq-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-drawer {
    background: var(--color-surface);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    overflow: hidden;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

/* Entrance animation — staggered fade-up driven by .fade-in observer on the section */
.faq-drawer-engine .faq-drawer {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out),
                background 0.3s ease, border-color 0.3s ease, box-shadow 0.35s ease;
}

.faq-drawer-engine.visible .faq-drawer {
    opacity: 1;
    transform: translateY(0);
}

.faq-drawer-engine.visible .faq-drawer:nth-child(1) { transition-delay: 0.05s; }
.faq-drawer-engine.visible .faq-drawer:nth-child(2) { transition-delay: 0.12s; }
.faq-drawer-engine.visible .faq-drawer:nth-child(3) { transition-delay: 0.19s; }
.faq-drawer-engine.visible .faq-drawer:nth-child(4) { transition-delay: 0.26s; }
.faq-drawer-engine.visible .faq-drawer:nth-child(5) { transition-delay: 0.33s; }
.faq-drawer-engine.visible .faq-drawer:nth-child(6) { transition-delay: 0.40s; }
.faq-drawer-engine.visible .faq-drawer:nth-child(7) { transition-delay: 0.47s; }

.faq-drawer:hover {
    border-color: var(--border-highlight);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.faq-drawer[open] {
    background: var(--color-surface-hover);
    border-color: var(--border-highlight);
    box-shadow: 0 12px 32px rgba(239, 129, 26, 0.06);
}

.faq-trigger {
    padding: 20px;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-pure);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
    user-select: none;
    transition: color 0.25s ease;
}

.faq-trigger:hover .faq-q-text {
    color: var(--color-orange);
}

.faq-trigger::-webkit-details-marker {
    display: none;
}

.faq-q-text {
    transition: color 0.25s ease;
}

.faq-chevron {
    width: 28px;
    height: 28px;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(239, 129, 26, 0.08);
    transition: background 0.3s ease, transform 0.4s var(--ease-out);
}

.faq-drawer:hover .faq-chevron {
    background: rgba(239, 129, 26, 0.16);
}

.faq-drawer[open] .faq-chevron {
    background: rgba(201, 36, 96, 0.12);
    transform: rotate(180deg);
}

.faq-chevron::before,
.faq-chevron::after {
    content: '';
    position: absolute;
    background: var(--color-orange);
    border-radius: 2px;
    transition: transform 0.4s var(--ease-out), background 0.3s ease, opacity 0.3s ease;
}

.faq-chevron::before {
    top: 13px;
    left: 6px;
    width: 16px;
    height: 2px;
}

.faq-chevron::after {
    top: 6px;
    left: 13px;
    width: 2px;
    height: 16px;
}

.faq-drawer[open] .faq-chevron::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-drawer[open] .faq-chevron::before {
    background: var(--color-magenta);
}

/* Smooth open/close: animate the answer's height via grid-template-rows trick.
   The answer wrapper is the <div class="faq-answer">; we wrap content with a
   ::before pseudo-row of 0fr that becomes 1fr when [open]. */
.faq-answer {
    color: var(--text-body);
    font-size: 0.95rem;
    line-height: 1.6;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s var(--ease-out);
}

.faq-answer > * {
    overflow: hidden;
    min-height: 0;
}

.faq-answer > p {
    padding: 0 20px 20px;
    border-top: 1px solid var(--border-subtle);
    padding-top: 16px;
    margin-top: 0;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.35s ease 0.1s, transform 0.35s var(--ease-out) 0.1s, border-color 0.3s ease;
}

.faq-drawer[open] .faq-answer {
    grid-template-rows: 1fr;
}

.faq-drawer[open] .faq-answer > p {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   APPLICATION FORM — Intake Section
   ========================================================================== */

.intake-inline-engine {
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 16px;
}

.intake-split-grid {
    display: grid;
    align-items: center;
    background: var(--color-surface);
    border: 1px solid var(--border-highlight);
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.intake-info-col {
    display: flex;
    flex-direction: column;
}

.intake-desc {
    color: var(--text-body);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.intake-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.benefit-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-main);
}

.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 230, 153, 0.15);
    color: var(--color-neon-green);
    font-size: 0.75rem;
}

.mini-asset-card {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-subtle);
    padding: 12px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mini-asset-title {
    font-family: var(--font-heading);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--text-muted);
}

.mini-vid {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.form-surface-card {
    background: var(--color-bg);
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
    padding: 32px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-header-title {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 900;
    color: var(--text-pure);
    margin-bottom: 4px;
}

.form-micro-text {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.input-field-group {
    margin-bottom: 20px;
}

.input-field-group label {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--text-main);
    margin-bottom: 8px;
}

.input-field-group input,
.input-field-group select {
    width: 100%;
    height: 48px;
    background: var(--color-surface);
    border: 1px solid var(--border-highlight);
    border-radius: 12px;
    padding: 0 16px;
    color: var(--text-pure);
    font-family: var(--font-body);
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.3s, color 0.3s;
}

.input-field-group select option {
    background: var(--color-surface);
    color: var(--text-pure);
}

.input-field-group input:focus,
.input-field-group select:focus {
    outline: none;
    border-color: var(--color-orange);
    box-shadow: 0 0 0 2px rgba(239, 129, 26, 0.2);
}

.privacy-assure {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: center;
    margin-top: 16px;
}

.form-error-message {
    margin-top: 12px;
    padding: 10px 14px;
    background: rgba(201, 36, 96, 0.08);
    border: 1px solid rgba(201, 36, 96, 0.25);
    border-radius: 10px;
    color: var(--color-magenta);
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}

.form-success-view {
    text-align: center;
    padding: 24px 0;
}

.success-check-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 230, 153, 0.15);
    color: var(--color-neon-green);
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.form-success-view h4 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--text-pure);
    margin-bottom: 8px;
}

/* ==========================================================================
   FOOTER CTA STRIP
   ========================================================================== */

.footer-action-strip {
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 16px;
}

.action-strip-card {
    position: relative;
    border-radius: 32px;
    background: var(--color-surface);
    border: 1px solid var(--color-orange);
    text-align: center;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(239, 129, 26, 0.08);
    transition: background 0.3s;
}

.strip-background-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(239, 129, 26, 0.15), rgba(201, 36, 96, 0.15));
    filter: blur(80px);
    pointer-events: none;
}

.strip-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.strip-headline {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 5vw, 3.2rem);
    font-weight: 900;
    color: var(--text-pure);
    line-height: 1.1;
    margin-bottom: 16px;
}

.strip-desc {
    color: var(--text-main);
    font-size: 1.1rem;
    margin-bottom: 32px;
}

.strip-btn-dock {
    display: flex;
    justify-content: center;
}

/* ==========================================================================
   EDITORIAL FOOTER
   ========================================================================== */

.editorial-footer {
    border-top: 1px solid var(--border-subtle);
    padding: 32px 16px;
    background: var(--color-surface);
    transition: background 0.3s, border-color 0.3s;
}

.footer-container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
}

.brand-name {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 900;
    display: block;
}

.footer-micro,
.footer-policy {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 4px;
}

.footer-policy {
    font-weight: 600;
    text-align: center;
}

/* ==========================================================================
   FLOATING WHATSAPP FAB
   ========================================================================== */

.whatsapp-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
    z-index: 10000;
    text-decoration: none;
    transition: transform 0.3s var(--ease-elastic);
}

.whatsapp-fab:hover {
    transform: scale(1.1) rotate(-6deg);
}

.whatsapp-fab svg {
    width: 28px;
    height: 28px;
}

/* ==========================================================================
   FADE-IN ON SCROLL
   ========================================================================== */

.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered children */
.fade-in-children > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}

.fade-in-children.visible > * {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-children.visible > *:nth-child(1) { transition-delay: 0s; }
.fade-in-children.visible > *:nth-child(2) { transition-delay: 0.1s; }
.fade-in-children.visible > *:nth-child(3) { transition-delay: 0.2s; }
.fade-in-children.visible > *:nth-child(4) { transition-delay: 0.3s; }

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .fade-in,
    .fade-in-children > *,
    .hero-entrance .hero-left,
    .hero-entrance .hero-right {
        opacity: 1;
        transform: none;
        transition: none;
        animation: none;
    }

    /* Freeze infinite ambient loops; the visuals remain on screen
       (orbs, gradients, marquee positions) but stop animating. */
    .ambient-orb,
    .marquee-track,
    .proof-scroll-left,
    .proof-scroll-right,
    .hero-funded-badge,
    .badge-rupee {
        animation: none !important;
    }
}

/* Slow-update displays (e-ink, very-low-refresh embedded panels):
   freeze every infinite loop and skip the entrance transitions. */
@media (update: slow) {
    .ambient-orb,
    .marquee-track,
    .proof-scroll-left,
    .proof-scroll-right,
    .hero-funded-badge,
    .badge-rupee {
        animation: none !important;
    }
    .fade-in,
    .fade-in-children > * {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Save-data mode: don't autoplay decorative videos. The poster-less
   <video> element collapses cleanly because the layout is grid/flex based. */
@media (prefers-reduced-data: reduce) {
    .inline-vid,
    .main-preview-vid,
    .mini-vid {
        display: none;
    }
}

/* High-refresh hint: when JS confirms a >90Hz display we add data-hz="high"
   to <html>. We use the smoother, longer marquee timing so motion doesn't
   look "too fast" on 120/144Hz panels (animations are duration-based, but
   the perceived speed feels brisker on high-Hz screens). */
html[data-hz="high"] .proof-scroll-left { animation-duration: 50s; }
html[data-hz="high"] .proof-scroll-right { animation-duration: 55s; }
html[data-hz="high"] .marquee-track { animation-duration: 45s; }

/* On touch devices the magnetic-button mousemove handler never fires,
   so make sure we never leave a stray transform behind. */
@media (hover: none) {
    .btn-magnetic { transform: none !important; }
}

/* ==========================================================================
   RESPONSIVE DESIGN — MOBILE FIRST
   Base styles = mobile. Scale UP with min-width queries.
   ========================================================================== */

/* ---- MOBILE BASE (already handled by component defaults) ---- */

/* Frame: no frame on mobile, just notch as top bar */
.fixed-overlay {
    height: auto;
}

.frame-container {
    padding: 0;
    overflow: visible;
}

.transparent-viewport {
    border-radius: 0;
    box-shadow: none;
    height: auto;
}

.notch-wrapper {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    top: 0;
}

.notch {
    border-radius: 0 0 24px 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0;
    padding-bottom: 0;
    height: 72px;
    align-items: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.notch::before,
.notch::after {
    display: none;
}

/* Hero: single column on mobile */
.hero-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
}

/* Pain section mobile */
.pain-engine-v2 {
    margin: 40px 16px;
    padding: 32px 20px;
    border-radius: 20px;
}

.pain-v2-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.pain-v2-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
}

.pain-v2-card-number,
.pain-v2-card-icon {
    display: none;
}

/* What section mobile */
.what-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* Bento mobile */
.bento-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.bento-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flex-row {
    flex-direction: column;
    gap: 16px;
}

.pathway-tabs-dock {
    flex-direction: row;
    flex-wrap: wrap;
}

/* Walkaway mobile */
.walkaway-v2-grid {
    grid-template-columns: 1fr;
}

.walkaway-v2-card {
    padding: 28px 24px;
}

/* Eligibility mobile */
.eligibility-v2-container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 24px;
}

.eligibility-v2-right {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--border-subtle);
    padding-top: 24px;
}

/* Pricing mobile */
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.pricing-fee-block {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid var(--border-subtle);
    padding-bottom: 28px;
}

.pricing-card {
    padding: 28px 20px;
}

/* Intake form mobile */
.intake-split-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 28px 20px;
}

/* Sprint cards mobile */
.sprint-stack-card {
    padding: 24px;
}

/* Footer CTA mobile */
.action-strip-card {
    padding: 36px 20px;
}

/* Proof cards mobile — compact, single-row footer */

.proof-slide-card {
    width: 240px;
    min-width: 240px;
    padding: 16px;
    border-radius: 16px;
    gap: 14px;
}

.proof-slide-quote {
    font-size: 0.82rem;
    line-height: 1.55;
}

.proof-slide-footer {
    flex-wrap: nowrap;
    gap: 8px;
    padding-top: 12px;
}

.proof-slide-avatar {
    width: 36px;
    height: 36px;
    border-width: 1.5px;
}

.proof-slide-name {
    font-size: 0.78rem;
}

.proof-slide-company {
    font-size: 0.68rem;
}

.proof-slide-salary {
    font-size: 0.9rem;
}

.proof-marquee-block {
    gap: 14px;
    padding-right: 14px;
}

.proof-marquee-row {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}

/* Mobile: collapse to a single combined row built by JS */
.proof-marquee-row:not(.proof-marquee-row-mobile) {
    display: none;
}
.proof-marquee-row-mobile {
    display: block;
}

/* Footer mobile */
.footer-container {
    flex-direction: column;
    text-align: center;
}

/* Section spacing mobile — already base values */

.section-headline-display {
    font-size: clamp(1.8rem, 7vw, 4rem);
}

/* WhatsApp FAB mobile position */
.whatsapp-fab {
    bottom: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
}

.whatsapp-fab svg {
    width: 24px;
    height: 24px;
}

/* ---- MOBILE-ONLY HERO FORM ---- */
.mobile-hero-form {
    display: block;
    padding: 0 16px 40px;
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .mobile-hero-form {
        display: none;
    }
}

/* ---- SMALL PHONES (max-width: 374px) ---- */
@media (max-width: 374px) {
    .logo img {
        height: 22px;
    }

    .hero-funded-badge {
        font-size: 0.6rem;
        padding: 5px 10px 5px 5px;
        gap: 6px;
        letter-spacing: 0.05em;
    }

    .badge-rupee {
        width: 20px;
        height: 20px;
        font-size: 0.75rem;
    }

    .badge-rupee svg {
        width: 13px;
        height: 13px;
    }

    .headline-massive {
        font-size: 36px;
    }

    .inline-media-pill {
        width: 1.5em;
        height: 0.6em;
    }

    .btn-neo {
        height: 40px;
        padding: 0 16px;
        font-size: 0.72rem;
    }

    .btn-neo-outline {
        height: 40px;
        padding: 0 16px;
        font-size: 0.75rem;
    }

    .hero-actions-dock {
        flex-direction: column;
    }

    .hero-actions-dock .btn-neo,
    .hero-actions-dock .btn-neo-outline {
        width: 100%;
    }

    .hud-stat-box {
        padding: 4px 8px;
    }

    .hud-lbl {
        font-size: 0.5rem;
    }

    .hud-val {
        font-size: 0.85rem;
    }

    .proof-slide-card {
        width: 220px;
        min-width: 220px;
    }

    .proof-slide-quote {
        font-size: 0.78rem;
    }

    .proof-slide-name {
        font-size: 0.72rem;
    }

    .proof-slide-company {
        font-size: 0.64rem;
    }

    .proof-slide-salary {
        font-size: 0.82rem;
    }
}

/* ---- TABLET (min-width: 768px) ---- */
@media (min-width: 768px) {
    /* Frame restores on tablet+ */
    .fixed-overlay {
        height: 100vh;
    }

    .frame-container {
        padding: 24px;
        overflow: hidden;
    }

    .transparent-viewport {
        border-radius: 32px;
        box-shadow: 0 0 0 2000px #ffffff;
        height: 100%;
    }

    .notch-wrapper {
        position: absolute;
        top: -1px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1100px;
    }

    .notch {
        height: 60px;
        padding-bottom: 12px;
        border-radius: 0 0 24px 24px;
        padding-left: 28px;
        padding-right: 28px;
        align-items: center;
        box-shadow: none;
    }

    .notch::before,
    .notch::after {
        display: block;
    }

    .main-wrapper {
        padding-top: 80px;
    }

    .hero-editorial {
        padding: 0 24px 60px;
    }

    .hero-container {
        gap: 48px;
    }

    .hero-funded-badge {
        font-size: 0.75rem;
        padding: 8px 16px 8px 8px;
        gap: 10px;
        margin-bottom: 24px;
    }

    .badge-rupee {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }

    .badge-rupee svg {
        width: 18px;
        height: 18px;
    }

    .headline-massive {
        margin-bottom: 28px;
    }

    .inline-media-pill {
        width: 2em;
        height: 0.78em;
    }

    .hero-thesis {
        font-size: 1.15rem;
        margin-bottom: 32px;
    }

    .hero-actions-dock {
        gap: 16px;
        margin-bottom: 40px;
    }

    .hero-guarantees {
        gap: 24px;
        padding-top: 28px;
    }

    .guarantee-chip {
        font-size: 0.8rem;
    }

    .hero-visual-card {
        border-radius: 20px;
        padding: 8px;
    }

    .card-terminal-bar {
        padding: 8px 12px 12px;
    }

    .dots span {
        width: 10px;
        height: 10px;
    }

    .terminal-title {
        font-size: 0.7rem;
    }

    .media-container {
        aspect-ratio: 4/5;
    }

    .visual-hud-overlay {
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

    .hud-stat-box {
        padding: 8px 16px;
    }

    .hud-lbl {
        font-size: 0.65rem;
    }

    .hud-val {
        font-size: 1.25rem;
    }

    .headline-massive {
        font-size: clamp(3rem, 6.5vw, 6.2rem);
    }

    .pain-engine-v2 {
        margin: 60px auto;
        padding: 48px 32px;
        border-radius: 28px;
    }

    .pain-v2-container {
        gap: 48px;
    }

    .pain-v2-card {
        grid-template-columns: auto 1fr auto;
        gap: 20px;
        padding: 24px 28px;
    }

    .pain-v2-card-number,
    .pain-v2-card-icon {
        display: flex;
    }

    .what-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .what-card {
        padding: 32px;
    }

    .walkaway-v2-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eligibility-v2-container {
        padding: 40px 48px;
    }

    .pricing-card {
        padding: 36px;
    }

    .intake-split-grid {
        padding: 40px;
    }

    .sprint-stack-card {
        padding: 36px;
    }

    .action-strip-card {
        padding: 56px 40px;
    }

    .proof-slide-card {
        width: 380px;
        min-width: 380px;
        padding: 26px;
    }

    .proof-slide-footer {
        flex-wrap: nowrap;
    }

    .proof-marquee-row {
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    }

    /* Tablet+: restore original two-row layout, hide mobile combined row */
    .proof-marquee-row:not(.proof-marquee-row-mobile) {
        display: block;
    }
    .proof-marquee-row-mobile {
        display: none;
    }

    .faq-trigger {
        font-size: 1.25rem;
        padding: 24px;
    }

    .faq-answer > p {
        padding: 16px 24px 24px;
    }

    .footer-container {
        flex-direction: row;
        text-align: center;
    }

    .section-headline-display {
        font-size: clamp(2.5rem, 4.5vw, 4rem);
    }

    .section-header-block {
        margin-bottom: 48px;
    }

    .bento-engine,
    .what-engine,
    .walkaway-v2-engine,
    .eligibility-v2-engine,
    .pricing-engine,
    .sprints-stack-engine,
    .intake-inline-engine,
    .footer-action-strip,
    .marquee-engine,
    .faq-drawer-engine,
    .proof-marquee-engine {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bento-engine,
    .what-engine,
    .walkaway-v2-engine,
    .eligibility-v2-engine,
    .pricing-engine,
    .sprints-stack-engine,
    .intake-inline-engine,
    .footer-action-strip {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .marquee-engine,
    .proof-marquee-engine {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .faq-drawer-engine {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .proof-marquee-engine .section-header-block {
        padding: 0 24px;
        margin-bottom: 48px;
    }

    .whatsapp-fab {
        bottom: 24px;
        right: 24px;
        width: 56px;
        height: 56px;
    }

    .whatsapp-fab svg {
        width: 28px;
        height: 28px;
    }
}

/* ---- DESKTOP (min-width: 1024px) ---- */
@media (min-width: 1024px) {
    .main-wrapper {
        padding-top: 150px;
    }

    .hero-container {
        grid-template-columns: 1.25fr 0.75fr;
        gap: 64px;
    }

    .hero-funded-badge {
        font-size: 0.78rem;
        padding: 8px 18px 8px 8px;
        margin-bottom: 28px;
        box-shadow: 0 12px 30px rgba(239, 129, 26, 0.3);
    }

    .headline-massive {
        margin-bottom: 32px;
    }

    .inline-media-pill {
        width: 2.2em;
        height: 0.82em;
    }

    .hero-thesis {
        font-size: 1.35rem;
        margin-bottom: 40px;
    }

    .hero-actions-dock {
        margin-bottom: 48px;
    }

    .hero-guarantees {
        padding-top: 32px;
    }

    .hero-visual-card {
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    }

    .pain-engine-v2 {
        padding: 60px 64px;
        border-radius: 32px;
    }

    .pain-v2-container {
        grid-template-columns: 1fr 1.2fr;
        gap: 64px;
    }

    .what-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .what-card {
        padding: 36px;
    }

    .bento-layout {
        grid-template-columns: 1fr 2fr;
    }

    .bento-row {
        flex-direction: row;
    }

    .flex-row {
        flex-direction: row;
        gap: 24px;
    }

    .pathway-tabs-dock {
        flex-direction: column;
    }

    .walkaway-v2-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .walkaway-v2-card {
        padding: 36px 28px;
    }

    .eligibility-v2-container {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        padding: 48px 56px;
    }

    .eligibility-v2-right {
        border-left: 1px solid var(--border-subtle);
        padding-left: 48px;
        border-top: none;
        padding-top: 0;
    }

    .pricing-grid {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 48px;
    }

    .pricing-fee-block {
        border-right: 1px solid var(--border-subtle);
        padding-right: 48px;
        border-bottom: none;
        padding-bottom: 0;
    }

    .pricing-card {
        padding: 40px;
    }

    .intake-split-grid {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 48px;
        padding: 48px;
    }

    .sprint-stack-card {
        padding: 40px;
    }

    /* Sprints curriculum: two columns. Gallery cell stretches to the height
       of the cards column (default grid `stretch`); the gallery FRAME inside
       it is sticky so it pins through the full scroll range. The cards each
       have their own position: sticky and stack on top of each other. */
    .sprints-layout {
        grid-template-columns: 420px 1fr;
        gap: 48px;
    }

    .sprints-gallery {
        height: 100%;
    }

    .sprints-gallery .gallery-frame {
        position: sticky;
        top: 120px;
    }

    .gallery-stage {
        aspect-ratio: 4 / 5;
    }

    .action-strip-card {
        padding: 64px 48px;
    }

    .proof-slide-card {
        width: 400px;
        min-width: 400px;
        padding: 28px;
    }

    .proof-slide-quote {
        font-size: 0.95rem;
    }
}
