/* Little Lantern marketing shell — landing, blog, legal, auth */

*, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
html {
            overflow-x: hidden;
        }

        body {
            font-family: var(--font-body);
            color: var(--color-text-dark);
            overflow-x: hidden;
            margin: 0;
            padding: 0;
            background-color: var(--color-cream);
            background-image: var(--bg-parchment-hue);
            background-attachment: fixed;
        }

        .nav-links {
            display: none;
        }

        .hero-cta-group {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
        }

        .steps-grid { display: block; }
        .reviews-grid { display: block; }
        .pricing-grid { display: block; }

        .landing-container {
            width: 100%;
            margin-inline: auto;
        }

        /* Hero Section */
        .hero {
            position: relative;
            display: flex;
            flex-direction: column;
            background-color: transparent;
        }

        /* Standalone header (blog and other non-hero pages) */
        .site-header {
            position: relative;
            z-index: 110;
            width: 100%;
            overflow: visible;
        }

        .site-header:has(.nav-shell.menu-open) {
            z-index: 1000;
        }

        .nav-shell {
            position: relative;
            z-index: 110;
            isolation: isolate;
            --nav-bar-height: 4.75rem;
        }

        /* Stars over nav only; rocket/fire/moon keep their own z-index rules below */
        .hero > .nav-shell {
            z-index: 2;
        }

        /* Open menu must sit above hero content and section decorations */
        .nav-shell.menu-open {
            z-index: 1000;
        }

        .hero > .deco-star {
            z-index: 3;
        }

        .site-header .nav-shell {
            z-index: 110;
        }

        .site-header .nav-shell.menu-open {
            z-index: 1000;
        }

        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 1rem;
            position: relative;
        }

        .nav-logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            text-decoration: none;
        }

        .nav-logo img {
            height: 56px;
            width: auto;
        }

        .nav-logo span {
            font-family: var(--font-heading);
            font-size: 1.4rem;
            font-weight: 700;
            color: #2d2d2d;
            line-height: 1.15;
        }

        .nav-hamburger {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            background: #EDDBBE;
            border: 1px solid #E8D1B0;
            box-shadow: 0 3px 8px rgba(120, 100, 70, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            padding: 0;
            flex-shrink: 0;
            position: relative;
            z-index: 111;
            -webkit-tap-highlight-color: transparent;
        }

        /* Decorative hero elements must not block nav / menu taps */
        .deco-moon,
        .deco-rocket,
        .deco-star,
        .rocket-fire,
        .section-star,
        .review-star-deco {
            pointer-events: none;
        }

        .nav-hamburger span {
            display: block;
            width: 24px;
            height: 3px;
            background: #3d3528;
            border-radius: 2px;
            position: relative;
        }

        .nav-hamburger span::before,
        .nav-hamburger span::after {
            content: '';
            position: absolute;
            width: 24px;
            height: 3px;
            background: #3d3528;
            border-radius: 2px;
            left: 0;
            transition: transform 0.2s ease, top 0.2s ease;
        }

        .nav-hamburger span::before {
            top: -7px;
        }

        .nav-hamburger span::after {
            top: 7px;
        }

        /* Decorative elements */
        .deco-moon {
            position: absolute;
            top: 9rem;
            left: -0.2rem;
            width: 100px;
            z-index: 2;
            mix-blend-mode: multiply;
        }

        .deco-rocket {
            position: absolute;
            top: 9.5rem;
            right: 0rem;
            width: 100px;
            z-index: 2;
            mix-blend-mode: darken;
            filter: brightness(1.02);
        }

        .rocket-fire {
            position: absolute;
            top: 13.5rem;
            right: 3.2rem;
            width: 18px;
            height: 24px;
            z-index: 1;
            pointer-events: none;
            transform: rotate(45deg);
        }

        .rocket-fire::before,
        .rocket-fire::after {
            content: '';
            position: absolute;
            border-radius: 40% 40% 50% 50% / 50% 50% 50% 50%;
        }

        .rocket-fire::before {
            width: 14px;
            height: 18px;
            left: 2px;
            top: 0px;
            background: rgba(255, 100, 15, 0.35);
            animation: flameOuter 0.8s ease-in-out infinite;
            border-radius: 40% 40% 50% 50% / 50% 50% 50% 50%;
        }

        .rocket-fire::after {
            width: 10px;
            height: 14px;
            left: 4px;
            top: 1px;
            background: rgba(255, 180, 40, 0.6);
            animation: flameMid 0.5s ease-in-out infinite;
            border-radius: 40% 40% 50% 50% / 50% 50% 50% 50%;
        }

        .flame {
            position: absolute;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        }

        .flame-1 {
            width: 8px;
            height: 13px;
            left: 5px;
            top: 2px;
            background: rgba(255, 240, 150, 0.9);
            animation: flameCore 0.35s ease-in-out infinite;
        }

        .flame-2 {
            width: 5px;
            height: 10px;
            left: 1px;
            top: 4px;
            background: rgba(255, 130, 20, 0.6);
            animation: flameLick 0.7s ease-in-out infinite 0.1s;
        }

        .flame-3 {
            width: 5px;
            height: 9px;
            left: 12px;
            top: 5px;
            background: rgba(255, 100, 10, 0.5);
            animation: flameLick 0.6s ease-in-out infinite 0.25s;
        }

        @keyframes flameOuter {
            0%, 100% { transform: scaleX(1) scaleY(1); opacity: 0.5; }
            30% { transform: scaleX(0.85) scaleY(1.05); opacity: 0.6; }
            60% { transform: scaleX(1.1) scaleY(0.92); opacity: 0.45; }
        }

        @keyframes flameMid {
            0%, 100% { transform: scaleX(1) scaleY(1) translateX(0); opacity: 0.7; }
            25% { transform: scaleX(1.1) scaleY(0.9) translateX(-1px); opacity: 0.8; }
            50% { transform: scaleX(0.9) scaleY(1.1) translateX(1px); opacity: 0.65; }
            75% { transform: scaleX(1.05) scaleY(0.95) translateX(0); opacity: 0.75; }
        }

        @keyframes flameCore {
            0%, 100% { transform: scaleY(1) translateY(0); opacity: 0.9; background: rgba(255, 240, 150, 0.9); }
            30% { transform: scaleY(1.15) translateY(-1px); opacity: 1; background: rgba(255, 255, 200, 0.95); }
            60% { transform: scaleY(0.85) translateY(1px); opacity: 0.8; background: rgba(255, 200, 80, 0.85); }
        }

        @keyframes flameLick {
            0%, 100% { transform: scaleY(1) scaleX(1) translateY(0); opacity: 0.6; }
            40% { transform: scaleY(1.3) scaleX(0.7) translateY(-2px); opacity: 0.8; }
            70% { transform: scaleY(0.8) scaleX(1.2) translateY(1px); opacity: 0.4; }
        }

        /* Decorative stars */
        .deco-star {
            position: absolute;
            z-index: 2;
            opacity: 0.75;
            mix-blend-mode: multiply;
            animation: float ease-in-out infinite;
        }

        .section-star {
            position: absolute;
            z-index: 1;
            mix-blend-mode: multiply;
            animation: float ease-in-out infinite;
        }

        .section-star:nth-child(odd)  { animation-name: floatDiagLeft;  animation-duration: 4s; }
        .section-star:nth-child(even) { animation-name: floatDiagRight; animation-duration: 5.5s; }
        .section-star:nth-child(3n)   { animation-name: floatCircle;    animation-duration: 6s;  animation-delay: 0.5s; }
        .section-star:nth-child(4n)   { animation-name: floatSway;      animation-delay: 1.2s; }
        .section-star:nth-child(5n)   { animation-name: floatHorizontal; animation-duration: 7s; animation-delay: 2s; }
        .section-star:nth-child(6n)   { animation: float ease-in-out infinite, twinkle ease-in-out infinite; animation-duration: 5s, 3s; animation-delay: 0.3s, 1s; }

        @keyframes float {
            0%, 100% {
                translate: 0 0;
            }
            50% {
                translate: 0 -6px;
            }
        }

        @keyframes floatDiagLeft {
            0%, 100% {
                translate: 0 0;
            }
            50% {
                translate: -4px -5px;
            }
        }

        @keyframes floatDiagRight {
            0%, 100% {
                translate: 0 0;
            }
            50% {
                translate: 4px -5px;
            }
        }

        @keyframes floatHorizontal {
            0%, 100% {
                translate: 0 0;
            }
            50% {
                translate: 5px 0;
            }
        }

        @keyframes floatCircle {
            0% {
                translate: 0 0;
            }
            25% {
                translate: 3px -4px;
            }
            50% {
                translate: 0 -6px;
            }
            75% {
                translate: -3px -4px;
            }
            100% {
                translate: 0 0;
            }
        }

        @keyframes floatSway {
            0%, 100% {
                translate: -3px 0;
            }
            50% {
                translate: 3px -4px;
            }
        }

        .deco-star:nth-child(odd) {
            animation-duration: 4s;
            animation-name: floatDiagLeft;
        }

        .deco-star:nth-child(even) {
            animation-duration: 5.5s;
            animation-name: floatDiagRight;
        }

        .deco-star:nth-child(3n) {
            animation-duration: 6s;
            animation-delay: 0.5s;
            animation-name: floatCircle;
        }

        .deco-star:nth-child(4n) {
            animation-delay: 1.2s;
            animation-name: floatSway;
        }

        .deco-star:nth-child(5n) {
            animation-delay: 2s;
            animation-duration: 7s;
            animation-name: floatHorizontal;
        }

        .deco-star:nth-child(7n) {
            animation-delay: 0.8s;
            animation-name: float;
        }

        .deco-star:nth-child(6n) {
            animation: float ease-in-out infinite, twinkle ease-in-out infinite;
            animation-duration: 5s, 3s;
            animation-delay: 0.3s, 1s;
        }

        @keyframes twinkle {
            0%, 100% {
                opacity: var(--base-opacity, 0.5);
            }
            50% {
                opacity: calc(var(--base-opacity, 0.5) + 0.25);
            }
        }

        /* Hero content */
        .hero-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 0;
            position: relative;
            z-index: 5;
        }

        /* Mobile-first base styles */
        .hero-heading {
            font-family: var(--font-heading);
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 1.1;
            color: var(--color-text-dark);
            margin-top: 0;
            margin-bottom: 0.6rem;
            padding: 0;
        }

        .hero-subheading {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 1.3rem;
            font-weight: 500;
            color: var(--color-olive);
            line-height: 1.3;
            margin-bottom: 0.8rem;
            text-align: center;
        }

        .hero-description {
            font-size: 0.95rem;
            color: #4a4a4a;
            max-width: 320px;
            line-height: 1.5;
            margin-bottom: 1.2rem;
            font-weight: 500;
            letter-spacing: -0.01em;
        }

        /* CTA Buttons */
        .cta-primary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            background-color: var(--btn-primary-bg);
            color: var(--btn-primary-text);
            font-family: var(--font-heading);
            font-size: 1.1rem;
            font-weight: 500;
            padding: 0.9rem 2rem;
            border-radius: 999px;
            border: none;
            cursor: pointer;
            text-decoration: none;
            margin-bottom: 0.5rem;
            transition: background-color 0.2s, box-shadow 0.2s;
            box-shadow: var(--btn-primary-shadow);
        }

        .cta-primary:hover {
            background-color: var(--color-olive-dark);
            color: var(--btn-primary-text);
        }

        .cta-star {
            width: 24px;
            height: 24px;
            filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 2px rgba(200, 170, 60, 0.4));
        }

        .cta-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            background: var(--btn-secondary-bg);
            color: var(--btn-secondary-text);
            font-family: var(--font-heading);
            font-size: 1rem;
            font-weight: 500;
            padding: 0.75rem 2rem;
            border-radius: 999px;
            border: 2px solid var(--btn-secondary-border);
            cursor: pointer;
            text-decoration: none;
            margin-bottom: 0.5rem;
            transition: background-color 0.2s;
            box-shadow: none;
        }

        .cta-secondary:hover {
            background-color: rgba(76, 90, 58, 0.06);
            color: var(--btn-secondary-text);
        }

        .hero-img-mobile  { display: block; width: 100%; mix-blend-mode: multiply; }
        .hero-img-desktop { display: none !important; width: 100%; }

        /* Hero illustration */
        .hero-illustration {
            width: 100%;
            position: relative;
            margin-top: -7rem;
            isolation: isolate;
        }

        /* Glow tracks the image box, not outer padding/grid cell */
        .hero-illustration-media {
            position: relative;
            width: 100%;
            container-type: inline-size;
            container-name: hero-art;
            line-height: 0;
        }

        .hero-illustration-media img {
            width: 100%;
            display: block;
            mix-blend-mode: multiply;
        }

        .lantern-glow {
            position: absolute;
            top: 72%;
            left: 5.5%;
            width: clamp(36px, 12cqw, 50px);
            height: clamp(40px, 13cqw, 55px);
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 210, 90, 0.85) 0%, rgba(255, 180, 50, 0.45) 35%, transparent 70%);
            animation: lanternFlicker 3s linear infinite;
            pointer-events: none;
            z-index: 10;
        }

        .lantern-glow::after {
            content: '';
            position: absolute;
            top: -15px;
            left: -15px;
            right: -15px;
            bottom: -15px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 220, 120, 0.5) 0%, transparent 65%);
            animation: lanternPulse 4s linear infinite;
        }

        @keyframes lanternFlicker {
            0% { opacity: 0.8; transform: scale(1) translateY(0); }
            5% { opacity: 0.75; transform: scale(0.98) translateY(1px); }
            10% { opacity: 0.85; transform: scale(1.01) translateY(-1px); }
            15% { opacity: 0.7; transform: scale(0.97) translateY(0); }
            20% { opacity: 0.9; transform: scale(1.02) translateY(-1px); }
            25% { opacity: 0.75; transform: scale(0.99) translateY(1px); }
            30% { opacity: 0.85; transform: scale(1.01) translateY(0); }
            35% { opacity: 0.72; transform: scale(0.98) translateY(1px); }
            40% { opacity: 0.88; transform: scale(1.02) translateY(-1px); }
            45% { opacity: 0.78; transform: scale(0.99) translateY(0); }
            50% { opacity: 0.82; transform: scale(1.01) translateY(-1px); }
            55% { opacity: 0.7; transform: scale(0.97) translateY(1px); }
            60% { opacity: 0.87; transform: scale(1.02) translateY(0); }
            65% { opacity: 0.74; transform: scale(0.98) translateY(1px); }
            70% { opacity: 0.9; transform: scale(1.01) translateY(-1px); }
            75% { opacity: 0.76; transform: scale(0.99) translateY(0); }
            80% { opacity: 0.84; transform: scale(1.02) translateY(-1px); }
            85% { opacity: 0.72; transform: scale(0.98) translateY(1px); }
            90% { opacity: 0.86; transform: scale(1.01) translateY(0); }
            95% { opacity: 0.78; transform: scale(0.99) translateY(-1px); }
            100% { opacity: 0.8; transform: scale(1) translateY(0); }
        }

        /* Mobile-only container tuning (must not apply on desktop grid) */
        @media (max-width: 767px) {
            @container hero-art (max-width: 380px) {
                .lantern-glow {
                    left: 4.5%;
                    top: 72.5%;
                }
            }

            @container hero-art (min-width: 381px) {
                .lantern-glow {
                    left: 5.5%;
                    top: 71.5%;
                }
            }
        }

        @keyframes lanternPulse {
            0% { opacity: 0.4; transform: scale(1); }
            8% { opacity: 0.5; transform: scale(1.02); }
            16% { opacity: 0.35; transform: scale(0.98); }
            24% { opacity: 0.55; transform: scale(1.03); }
            32% { opacity: 0.38; transform: scale(0.99); }
            40% { opacity: 0.5; transform: scale(1.01); }
            48% { opacity: 0.42; transform: scale(0.98); }
            56% { opacity: 0.52; transform: scale(1.02); }
            64% { opacity: 0.36; transform: scale(0.99); }
            72% { opacity: 0.48; transform: scale(1.01); }
            80% { opacity: 0.4; transform: scale(0.98); }
            88% { opacity: 0.5; transform: scale(1.02); }
            100% { opacity: 0.4; transform: scale(1); }
        }

        /* ── MOBILE: How It Works (default, <768px) ── */
        .how-it-works {
            background: transparent;
            padding: 0.25rem 1.25rem 0;
            position: relative;
            z-index: 4;
        }

        .how-it-works-header {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.3rem;
            margin-bottom: 0.6rem;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

        .how-it-works-header h2 {
            font-family: var(--font-heading);
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-text-dark);
            white-space: nowrap;
        }

        .lantern-icon-section {
            width: 42px;
            height: auto;
            position: relative;
            top: -6px;
            filter: contrast(1.1) saturate(1.1);
            flex-shrink: 0;
        }

        .how-it-works-subtitle-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 0.75rem;
            isolation: isolate;
        }

        .how-it-works-subtitle {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 1.1rem;
            font-weight: 500;
            color: var(--color-olive);
            text-align: center;
            margin-bottom: 0;
            line-height: 1.4;
        }

        .section-quote {
            width: 32px;
            height: auto;
            filter: contrast(1.15) saturate(1.2);
        }

        .step-card {
            display: flex;
            align-items: center;
            gap: 1rem;
            background: #F8E8D0;
            border: 1px solid #D4B88A;
            border-radius: 18px;
            padding: 1rem 1.25rem 0.75rem;
            margin-bottom: 0.5rem;
            box-shadow: 0 4px 12px rgba(172, 126, 71, 0.2), 0 2px 4px rgba(172, 126, 71, 0.12);
            overflow: visible;
            position: relative;
        }

        .step-card-reverse {
            flex-direction: row-reverse;
        }

        .step-content {
            flex: 1;
        }

        .step-number {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: #CE9137;
            color: white;
            font-family: var(--font-heading);
            font-size: 0.85rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .step-header {
            display: flex;
            align-items: flex-start;
            gap: 0.6rem;
            margin-bottom: 0.5rem;
        }

        .step-title {
            font-family: var(--font-heading);
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--color-text-dark);
            margin-bottom: 0;
            line-height: 1.2;
            white-space: nowrap;
        }

        .step-description {
            font-family: var(--font-body);
            font-size: 0.7rem;
            color: #4a4035;
            line-height: 1.45;
            font-weight: 400;
        }

        .step-image {
            flex-shrink: 0;
            width: 140px;
            margin: -1.5rem -0.5rem -1.5rem 0;
        }

        .step-card-reverse .step-image {
            width: 140px;
            margin: -1.5rem 0 -1.5rem -0.5rem;
            position: relative;
        }

        .step-card-reverse .step-image img {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%) scale(1.1);
            width: 100%;
        }

        .step-image img {
            width: 100%;
            height: auto;
            display: block;
            filter: drop-shadow(0 0 12px rgba(206, 145, 55, 0.3)) drop-shadow(0 3px 6px rgba(80, 60, 30, 0.15));
        }

        /* Step 3 — mobile layered layout */
        .step-card-wide {
            position: relative;
            overflow: visible;
            padding-bottom: 1.25rem;
            min-height: 120px;
        }

        .step-card-wide .step-content {
            position: relative;
            z-index: 3;
            max-width: 55%;
        }

        .step3-bg {
            position: absolute;
            left: -4rem;
            right: -1rem;
            top: 100%;
            margin-top: -8rem;
            width: calc(100% + 6rem);
            height: auto;
            z-index: -1;
        }

        .step3-front {
            position: absolute;
            top: -1rem;
            right: -2rem;
            width: 80%;
            height: auto;
            z-index: 4;
            filter: drop-shadow(0 0 12px rgba(206, 145, 55, 0.3)) drop-shadow(0 3px 6px rgba(80, 60, 30, 0.15));
        }

        .step3-desktop-only {
            display: none;
        }

        /* ── MOBILE: Features (default, <768px) ── */
        .features-section {
            position: relative;
            z-index: 4;
            padding: 0 1.25rem 2rem;
            overflow: visible;
        }

        .section3-divider {
            position: relative;
            width: calc(100% + 2.5rem);
            left: -1.25rem;
            margin-top: -0.125rem;
            margin-bottom: -4px;
            z-index: 5;
            line-height: 0;
            font-size: 0;
        }

        .section3-divider img {
            width: 100%;
            height: auto;
            display: block;
            mix-blend-mode: multiply;
        }

        .section4-divider {
            position: relative;
            width: calc(100% + 2.5rem);
            left: -1.25rem;
            margin-top: -2.5rem;
            z-index: 10;
            line-height: 0;
            font-size: 0;
            pointer-events: none;
        }

        .section4-divider img {
            width: 100%;
            height: auto;
            display: block;
        }

        .features-header {
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.6rem;
            padding: 0 1.25rem 0.4rem;
            position: relative;
            z-index: 6;
            margin-top: -6.5rem;
        }

        .features-subtitle-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            margin-bottom: 1.25rem;
        }

        .features-intro {
            position: relative;
            z-index: 6;
        }

        .features-subtitle {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 1rem;
            color: var(--color-olive);
            text-align: center;
            margin-bottom: 0;
            line-height: 1.4;
        }

        /* Mobile features layout: hero card + icon grid (replaces 2-col card grid) */
        .features-mobile {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding-bottom: 1.2rem;
            overflow: visible;
        }

        .features-intro {
            display: none;
        }

        .features-mobile-intro {
            position: relative;
            z-index: 6;
            margin-top: -6.5rem;
            padding: 0 0.25rem 0.25rem;
            text-align: center;
        }

        .features-mobile-title {
            font-family: var(--font-heading);
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-text-dark);
            line-height: 1.2;
            margin-bottom: 0.5rem;
        }

        .features-mobile-subtitle {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 0.95rem;
            color: var(--color-olive);
            line-height: 1.4;
            max-width: 22rem;
            margin: 0 auto;
        }

        .features-mobile-benefits {
            position: relative;
            isolation: isolate;
            border-radius: 18px;
            padding: 0;
            overflow: visible;
            background: transparent;
            border: none;
            box-shadow: 0 4px 12px rgba(172, 126, 71, 0.2), 0 2px 4px rgba(172, 126, 71, 0.12);
        }

        /* Background + border sit behind grid; art can paint above the border when overflowing */
        .features-mobile-benefits::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: inherit;
            background: #F8E8D0;
            border: 1px solid #D4B88A;
            z-index: 0;
            pointer-events: none;
        }

        /* Mobile hero: same art + text overlay as desktop hero card */
        .features-mobile-hero {
            position: relative;
            aspect-ratio: 940 / 448;
            container-type: inline-size;
            overflow: hidden;
            border: 1px solid #D4B88A;
            border-radius: 18px;
            box-shadow: 0 4px 12px rgba(172, 126, 71, 0.2), 0 2px 4px rgba(172, 126, 71, 0.12);
            padding: 0;
        }

        .features-mobile-hero-bg {
            display: block;
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: fill;
            border-radius: 18px;
            z-index: 0;
            pointer-events: none;
        }

        .features-mobile-hero-body {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            max-width: none;
            padding: 0;
            margin: 0;
            z-index: 3;
            pointer-events: none;
        }

        .features-mobile-hero-title {
            position: absolute;
            top: 32%;
            left: 5.43%;
            right: 45%;
            z-index: 3;
            display: flex;
            flex-wrap: wrap;
            font-family: var(--font-heading);
            font-size: clamp(0.9rem, 2.85cqi, 1.45rem);
            font-weight: 700;
            line-height: 1.28;
            color: var(--color-text-dark);
            margin: 0;
            text-align: left;
        }

        .features-mobile-hero-desc {
            position: absolute;
            top: 48.5%;
            left: 5.64%;
            right: 45%;
            width: auto;
            max-width: none;
            margin: 0;
            font-family: var(--font-body);
            font-size: clamp(0.58rem, 1.05cqi, 0.68rem);
            line-height: 1.4;
            color: #4a4035;
            text-align: left;
        }

        .features-mobile-benefits-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
            margin: 0;
            padding: 0;
            list-style: none;
            background: transparent;
        }

        .features-mobile-benefits-grid li {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            gap: 0;
            min-height: 7rem;
            padding: 0 0.15rem 0.45rem;
            background: #F8E8D0;
            text-align: center;
            position: relative;
            overflow: visible;
            z-index: 1;
        }

        /* Bottom row stacks above top row when illustrations overlap upward */
        .features-mobile-benefits-grid li:nth-child(n+4) {
            z-index: 2;
        }

        .features-mobile-benefits-grid li:nth-child(1) {
            border-top-left-radius: 17px;
        }

        .features-mobile-benefits-grid li:nth-child(3) {
            border-top-right-radius: 17px;
        }

        .features-mobile-benefits-grid li:nth-child(4) {
            border-bottom-left-radius: 17px;
        }

        .features-mobile-benefits-grid li:nth-child(6) {
            border-bottom-right-radius: 17px;
        }

        /* Vertical dividers: stronger at vertical center, fade toward top/bottom */
        .features-mobile-benefits-grid li:not(:nth-child(3n))::after {
            content: '';
            position: absolute;
            top: 12%;
            bottom: 12%;
            right: 0;
            width: 1px;
            z-index: 1;
            background: linear-gradient(
                to bottom,
                rgba(212, 184, 138, 0),
                rgba(212, 184, 138, 0.42) 50%,
                rgba(212, 184, 138, 0)
            );
            pointer-events: none;
        }

        /* Horizontal dividers (between rows): stronger at horizontal center, fade toward sides */
        .features-mobile-benefits-grid li:nth-child(-n+3)::before {
            content: '';
            position: absolute;
            left: 12%;
            right: 12%;
            bottom: 0;
            height: 1px;
            z-index: 1;
            background: linear-gradient(
                to right,
                rgba(212, 184, 138, 0),
                rgba(212, 184, 138, 0.42) 50%,
                rgba(212, 184, 138, 0)
            );
            pointer-events: none;
        }

        .features-mobile-benefit-icon {
            position: relative;
            z-index: 4;
            width: 100%;
            max-width: 7.25rem;
            height: 5.85rem;
            margin: -1.5rem auto 0.2rem;
            object-fit: contain;
            object-position: center center;
            display: block;
            flex-shrink: 0;
            align-self: center;
            transform: scale(1.1);
            transform-origin: center center;
            pointer-events: none;
        }

        .features-mobile-benefit-label {
            position: relative;
            z-index: 5;
            font-family: var(--font-heading);
            font-size: 0.72rem;
            font-weight: 600;
            color: var(--color-text-dark);
            line-height: 1.2;
            margin: 0;
            padding-top: 0.05rem;
        }

        @media (max-width: 399px) {
            .features-mobile-benefits-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .features-mobile-benefit-label {
                font-size: 0.68rem;
            }

            .features-mobile-benefits-grid li:nth-child(n+4) {
                z-index: 1;
            }

            .features-mobile-benefits-grid li:nth-child(n+3) {
                z-index: 2;
            }

            .features-mobile-benefits-grid li:nth-child(1),
            .features-mobile-benefits-grid li:nth-child(3),
            .features-mobile-benefits-grid li:nth-child(4),
            .features-mobile-benefits-grid li:nth-child(6) {
                border-radius: 0;
            }

            .features-mobile-benefits-grid li:nth-child(1) {
                border-top-left-radius: 17px;
            }

            .features-mobile-benefits-grid li:nth-child(2) {
                border-top-right-radius: 17px;
            }

            .features-mobile-benefits-grid li:nth-child(5) {
                border-bottom-left-radius: 17px;
            }

            .features-mobile-benefits-grid li:nth-child(6) {
                border-bottom-right-radius: 17px;
            }

            /* 2×3 grid: reset 3-col divider logic */
            .features-mobile-benefits-grid li:not(:nth-child(3n))::after {
                content: none;
            }

            .features-mobile-benefits-grid li:nth-child(-n+3)::before {
                content: none;
            }

            .features-mobile-benefits-grid li:nth-child(2n-1)::after {
                content: '';
                position: absolute;
                top: 12%;
                bottom: 12%;
                right: 0;
                width: 1px;
                z-index: 1;
                background: linear-gradient(
                    to bottom,
                    rgba(212, 184, 138, 0),
                    rgba(212, 184, 138, 0.42) 50%,
                    rgba(212, 184, 138, 0)
                );
                pointer-events: none;
            }

            .features-mobile-benefits-grid li:nth-child(-n+4)::before {
                content: '';
                position: absolute;
                left: 12%;
                right: 12%;
                bottom: 0;
                height: 1px;
                z-index: 1;
                background: linear-gradient(
                    to right,
                    rgba(212, 184, 138, 0),
                    rgba(212, 184, 138, 0.42) 50%,
                    rgba(212, 184, 138, 0)
                );
                pointer-events: none;
            }
        }

        /* Mobile: hide desktop-only elements, show mobile-only */
        .feature-card-bg--desktop-only {
            display: none !important;
        }

        .feature-card-img--mobile-only {
            display: block;
        }

        .features-grid {
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            padding-bottom: 1.2rem;
        }

        .features-grid.features-layout-desktop {
            display: none;
        }

        /* Card background lives on ::before so the img can overflow freely */
        .feature-card {
            background: none;
            border: none;
            box-shadow: none;
            border-radius: 18px;
            overflow: visible;
            position: relative;
            aspect-ratio: 6/5;
            display: block;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: #F8E8D0;
            border: 1px solid #D4B88A;
            border-radius: 18px;
            box-shadow: 0 4px 12px rgba(172, 126, 71, 0.2), 0 2px 4px rgba(172, 126, 71, 0.12);
            z-index: 0;
        }

        .feature-card-body {
            position: relative;
            z-index: 1;
            padding: 0.55rem 0.8rem 0.3rem;
            max-width: 60%;
        }

        /* Base image: absolutely anchored to bottom-right, overflows the card */
        .feature-card-img {
            position: absolute;
            bottom: 8%;
            right: -2%;
            width: 88%;
            height: auto;
            z-index: 2;
        }

        /* Cards 1, 3, 4, 5 â€” flush with the bottom border */
        .features-grid .feature-card:nth-child(1) .feature-card-img,
        .features-grid .feature-card:nth-child(3) .feature-card-img,
        .features-grid .feature-card:nth-child(4) .feature-card-img,
        .features-grid .feature-card:nth-child(5) .feature-card-img {
            bottom: 0;
        }

        /* Card 1 â€” image left, text pinned to top-right column */
        .features-grid .feature-card:nth-child(1) .feature-card-img {
            left: 6%;
            right: auto;
            width: 72%;
            bottom: 0;
        }
        /* Card 1 body: spans full card width so header row sits top-left */
        .features-grid .feature-card:nth-child(1) .feature-card-body {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            max-width: none;
            padding: 0.45rem 0.75rem 0;
            z-index: 3;
            overflow-wrap: break-word;
            margin-left: 0;
        }

        .features-grid .feature-card--hero > .feature-title {
            position: absolute;
            top: 0.45rem;
            left: 0.75rem;
            right: 50%;
            z-index: 4;
            margin: 0;
        }
        /* Description only occupies the right half so it doesn't overlap the image */
        .features-grid .feature-card:nth-child(1) .feature-desc {
            margin-left: 50%;
            text-align: right;
        }

        /* Card 2 â€” lower the image to the bottom, nudge right */
        .features-grid .feature-card:nth-child(2) .feature-card-img {
            bottom: 0;
            right: -10%;
        }
        .features-grid .feature-card:nth-child(5) .feature-card-img {
            width: 76%;
            z-index: 11;
        }

        .feature-card-img--photo {
            background: none;
            display: block;
            mix-blend-mode: multiply;
            object-fit: contain;
            filter: drop-shadow(0 4px 10px rgba(80, 55, 20, 0.18));
        }

        .feature-header-row {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            margin-bottom: 0.2rem;
        }

        .feature-number {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #CE9137;
            color: white;
            font-family: var(--font-heading);
            font-size: 0.72rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .feature-title {
            font-family: var(--font-heading);
            font-size: 0.92rem;
            font-weight: 700;
            color: var(--color-text-dark);
            margin-bottom: 0.15rem;
            line-height: 1.2;
        }

        .feature-desc {
            font-family: var(--font-body);
            font-size: 0.68rem;
            color: #4a4035;
            line-height: 1.35;
        }

        .features-header h2 {
            font-family: var(--font-heading);
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-text-dark);
            text-align: center;
            line-height: 1.2;
        }

        /* â”€â”€ What Parents Say Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
        .reviews-section {
            position: relative;
            padding: 0 1.25rem 2.5rem;
            margin-top: -4.5rem;
            z-index: 5;
        }

        .reviews-header {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 0.3rem;
        }

        .reviews-header h2 {
            font-family: var(--font-heading);
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-text-dark);
            text-align: center;
            line-height: 1.2;
        }

        .reviews-subtitle {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 1rem;
            color: var(--color-olive);
            text-align: center;
            margin-bottom: 1rem;
            line-height: 1.4;
        }

        .reviews-stats {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            margin-bottom: 1.25rem;
            font-family: var(--font-heading);
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--color-text-dark);
        }

        .reviews-stats-divider {
            width: 1px;
            height: 1.2rem;
            background: #C4A87A;
        }

        .reviews-stat {
            display: flex;
            align-items: center;
            gap: 0.35rem;
        }

        .reviews-stat img {
            width: 22px;
            height: 22px;
            object-fit: contain;
        }

        .review-card {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            background: #F8E8D0;
            border: 1px solid #D4B88A;
            border-radius: 18px;
            padding: 0.7rem 0.85rem 0.7rem 0.7rem;
            margin-bottom: 0.75rem;
            box-shadow: 0 4px 12px rgba(172, 126, 71, 0.18), 0 2px 4px rgba(172, 126, 71, 0.1);
            position: relative;
        }

        .review-avatar {
            flex-shrink: 0;
            width: 115px;
            height: 115px;
            border-radius: 50%;
            overflow: hidden;
            margin-top: -0.9rem;
            margin-bottom: -0.9rem;
        }

        .review-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .review-content {
            flex: 1;
            min-width: 0;
        }

        .review-name {
            font-family: var(--font-heading);
            font-size: 1rem;
            font-weight: 700;
            color: var(--color-text-dark);
            margin-bottom: 0.2rem;
        }

        .review-stars {
            display: flex;
            gap: 0.15rem;
            margin-bottom: 0.3rem;
        }

        .review-stars img {
            width: 16px;
            height: 16px;
        }

        .review-text {
            font-family: var(--font-body);
            font-size: 0.72rem;
            color: #4a4035;
            line-height: 1.45;
        }

        .review-star-deco {
            position: absolute;
            mix-blend-mode: multiply;
            animation: float ease-in-out infinite;
            pointer-events: none;
        }

        /* â”€â”€ Pricing Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
        .pricing-section {
            position: relative;
            padding: 2rem 1.25rem 1rem;
            z-index: 5;
        }

        .pricing-header {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 0.3rem;
        }

        .pricing-header h2 {
            font-family: var(--font-heading);
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-text-dark);
            text-align: center;
            line-height: 1.2;
        }

        .pricing-subtitle {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 1rem;
            color: var(--color-olive);
            text-align: center;
            margin-bottom: 1.25rem;
        }

        .pricing-card {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            background: #F8E8D0;
            border: 1px solid #D4B88A;
            border-radius: 18px;
            padding: 0.85rem 0.9rem 0.85rem 0.75rem;
            margin-bottom: 0.85rem;
            box-shadow: 0 4px 12px rgba(172, 126, 71, 0.18), 0 2px 4px rgba(172, 126, 71, 0.1);
            position: relative;
            overflow: visible;
        }

        .pricing-card--featured {
            border-color: #CE9137;
            border-width: 2px;
            box-shadow: 0 6px 18px rgba(172, 126, 71, 0.28), 0 2px 6px rgba(172, 126, 71, 0.15);
        }

        .pricing-avatar {
            flex-shrink: 0;
            width: 140px;
            height: 140px;
            border-radius: 50%;
            overflow: hidden;
            margin-top: -0.85rem;
            margin-bottom: -0.85rem;
        }

        .pricing-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .pricing-content {
            flex: 1;
            min-width: 0;
        }

        .pricing-plan-name {
            font-family: var(--font-heading);
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--color-text-dark);
            margin-bottom: 0.05rem;
        }

        .pricing-tagline {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 0.72rem;
            color: var(--color-olive);
            margin-bottom: 0.25rem;
        }

        .pricing-price {
            display: flex;
            align-items: baseline;
            gap: 0.1rem;
            margin-bottom: 0.4rem;
        }

        .pricing-price-amount {
            font-family: var(--font-heading);
            font-size: 1.9rem;
            font-weight: 700;
            color: var(--color-text-dark);
            line-height: 1;
        }

        .pricing-price-period {
            font-family: var(--font-body);
            font-size: 0.72rem;
            color: var(--color-text-muted);
        }

        .pricing-features {
            list-style: none;
            margin-bottom: 0.6rem;
        }

        .pricing-features li {
            display: flex;
            align-items: center;
            gap: 0.3rem;
            font-family: var(--font-body);
            font-size: 0.68rem;
            color: #4a4035;
            line-height: 1.4;
            margin-bottom: 0.15rem;
        }

        .pricing-features li img {
            width: 12px;
            height: 12px;
            flex-shrink: 0;
        }

        .pricing-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            background-color: #4C502B;
            color: white;
            font-family: var(--font-heading);
            font-size: 0.85rem;
            font-weight: 500;
            padding: 0.5rem 1.1rem;
            border-radius: 50px;
            border: 2px solid #3B3F1E;
            text-decoration: none;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(150, 90, 30, 0.35);
        }

        .pricing-btn img {
            width: 14px;
            height: 14px;
        }

        .pricing-popular-badge {
            position: absolute;
            top: 0.6rem;
            right: 0.7rem;
            background: #CE9137;
            color: white;
            font-family: var(--font-heading);
            font-size: 0.65rem;
            font-weight: 700;
            padding: 0.2rem 0.55rem;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }

        .pricing-popular-badge img {
            width: 11px;
            height: 11px;
        }

        /* â”€â”€ Final CTA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
        .final-cta-section {
            position: relative;
            padding: 2.5rem 1.5rem 4rem;
            text-align: center;
            z-index: 5;
            overflow: hidden;
        }

        .final-cta-moon {
            position: absolute;
            top: 1.5rem;
            left: -0.5rem;
            width: 110px;
            mix-blend-mode: multiply;
            z-index: 1;
        }

        .final-cta-rocket {
            position: absolute;
            top: 3.5rem;
            right: 0.5rem;
            width: 70px;
            mix-blend-mode: darken;
            z-index: 1;
        }

        .final-cta-section h2 {
            font-family: var(--font-heading);
            font-size: 1.85rem;
            font-weight: 700;
            color: var(--color-text-dark);
            line-height: 1.15;
            margin-bottom: 0.75rem;
            position: relative;
            z-index: 2;
        }

        .final-cta-subtitle {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 0.95rem;
            color: var(--color-olive);
            margin-bottom: 1.5rem;
            line-height: 1.5;
            position: relative;
            z-index: 2;
        }

        .final-cta-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.65rem;
            position: relative;
            z-index: 2;
        }

        /* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
        .site-footer {
            position: relative;
            z-index: 5;
            text-align: center;
            padding: 0 1.25rem 2rem;
        }

        .footer-clouds {
            position: relative;
            width: calc(100% + 2.5rem);
            left: -1.25rem;
            line-height: 0;
            font-size: 0;
            transform: scaleY(-1);
            margin-bottom: -2px;
        }

        .footer-clouds img {
            width: 100%;
            height: auto;
            display: block;
        }

        .footer-logo-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 0.35rem;
        }

        .footer-logo-wrap img {
            width: 56px;
            height: auto;
        }

        .footer-logo-text {
            font-family: var(--font-heading);
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--color-text-dark);
            line-height: 1.1;
            text-align: left;
        }

        .footer-deco-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            margin-bottom: 0.4rem;
        }

        .footer-deco-row img {
            width: 28px;
            height: auto;
            opacity: 0.8;
        }

        .footer-deco-row .footer-star-mid {
            width: 16px;
        }

        .footer-tagline {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 0.9rem;
            color: var(--color-olive);
            margin-bottom: 1.5rem;
            line-height: 1.4;
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 0;
            margin-bottom: 1.25rem;
        }

        .footer-links-col {
            flex: 1;
            max-width: 140px;
        }

        .footer-links-col + .footer-links-col {
            border-left: 1px solid #C4A87A;
        }

        .footer-col-title {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.3rem;
            font-family: var(--font-heading);
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--color-text-dark);
            margin-bottom: 0.5rem;
        }

        .footer-col-title img {
            width: 13px;
            height: 13px;
        }

        .footer-links-col a {
            display: block;
            font-family: var(--font-body);
            font-size: 0.8rem;
            color: var(--color-text-muted);
            text-decoration: none;
            margin-bottom: 0.3rem;
        }

        .footer-links-col a:hover {
            color: var(--color-olive);
        }

        .footer-copyright {
            font-family: var(--font-body);
            font-size: 0.72rem;
            color: var(--color-text-muted);
            padding-top: 1rem;
            border-top: 1px solid rgba(196, 168, 122, 0.4);
        }
        @media (max-width: 360px) {
            .feature-title {
                font-size: 0.78rem;
            }

            .feature-desc {
                font-size: 0.62rem;
            }

            .feature-card-body {
                padding: 0.45rem 0.6rem 0.2rem;
            }

            /* Card 1: pull description margin in and shrink image */
            .features-grid .feature-card:nth-child(1) .feature-card-img {
                width: 62%;
            }

            .features-grid .feature-card:nth-child(1) .feature-desc {
                margin-left: 42%;
            }
        }

        /* Mobile guard: lock step 3 layered composition */
        @media (max-width: 767px) {
            /* Card 6 (wide) — only when desktop grid is shown on small screens is hidden; kept for legacy grid */
            .features-grid .feature-card:nth-child(6) .feature-card-img {
                bottom: -14%;
                width: 100%;
                z-index: 11;
            }

            .step-card-wide .step-content {
                max-width: 55%;
                z-index: 3;
            }

            .step3-bg {
                position: absolute;
                left: -4rem;
                right: -1rem;
                top: 100%;
                margin-top: -8rem;
                width: calc(100% + 6rem);
                height: auto;
                z-index: -1;
            }

            .step3-front {
                position: absolute;
                top: -1rem;
                right: -2rem;
                width: 80%;
                height: auto;
                z-index: 4;
            }

            .step3-desktop-only {
                display: none !important;
            }
        }

        /* ── Desktop (≥768px) ── */
        @media (min-width: 768px) {

            /* Sections span full width; inner padding handles gutters */

            /* â”€â”€ Nav â”€â”€ */
            .nav {
                padding: 0.5rem 4rem;
            }

            .nav-logo img {
                height: 50px;
            }

            .nav-links {
                display: flex;
                align-items: center;
                gap: 2rem;
            }

            .nav-links a {
                font-family: var(--font-heading);
                font-size: 0.95rem;
                font-weight: 500;
                color: var(--color-text-dark);
                text-decoration: none;
                transition: color 0.2s;
                white-space: nowrap;
            }

            .nav-links a:hover { color: var(--color-olive); }

            .nav-hamburger { display: none; }

            /* â”€â”€ Hero â”€â”€ */
            .hero {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-template-rows: auto 1fr;
                min-height: auto;
                width: 100%;
                max-width: 1400px;
                margin: 0 auto;
                padding: 0 clamp(2rem, 5vw, 5rem) clamp(2rem, 4vh, 4rem);
                box-sizing: border-box;
            }

            .hero > .deco-moon,
            .hero > .deco-rocket,
            .hero > .rocket-fire,
            .hero > .deco-star {
                grid-column: 1 / -1;
                grid-row: 1 / -1;
            }

            .nav-shell {
                grid-column: 1 / -1;
                grid-row: 1;
            }

            .mobile-menu {
                display: none !important;
            }

            /* All absolute deco items span naturally â€” no grid adjustments needed */
            .hero-content {
                grid-column: 1;
                grid-row: 2;
                text-align: left;
                align-items: flex-start;
                justify-content: center;
                padding: clamp(1.25rem, 3vh, 2.5rem) clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 3vh, 2.5rem) 0;
                z-index: 5;
                align-self: stretch;
                position: relative;
                max-width: none;
            }

            .hero-heading {
                font-size: clamp(2rem, 3.25vw, 3.15rem);
                line-height: 1.08;
                text-align: left;
                white-space: normal;
                margin-bottom: 0.85rem;
            }

            .hero-heading br { display: inline; }

            .hero-subheading {
                text-align: left;
                font-size: clamp(1.1rem, 1.65vw, 1.45rem);
                line-height: 1.35;
                margin-bottom: 1.25rem;
            }

            .hero-description {
                text-align: left;
                max-width: 28rem;
                font-size: clamp(0.95rem, 1.1vw, 1.05rem);
                font-weight: 400;
                color: #5a5248;
                line-height: 1.55;
                margin-bottom: 1.75rem;
            }

            .hero-cta-group {
                display: flex;
                flex-direction: row;
                gap: 0.75rem;
                flex-wrap: nowrap;
            }

            .hero-cta-group .cta-primary,
            .hero-cta-group .cta-secondary {
                font-size: clamp(0.75rem, 1.4vw, 1.1rem) !important;
                white-space: nowrap;
                padding: 0.7rem 1.4rem;
            }

            .hero-illustration {
                grid-column: 2;
                grid-row: 2;
                position: relative;
                align-self: end;
                justify-self: center;
                width: 100%;
                max-width: min(100%, 580px);
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                z-index: 4;
                margin-top: 0;
            }

            .deco-moon { display: block; width: 80px; top: auto; bottom: 55%; left: auto; right: 42%; z-index: 6; }
            .deco-rocket { width: 100px; right: 5%; top: clamp(2rem, 5vw, 4rem); z-index: 3; mix-blend-mode: darken; filter: brightness(1.02); }

            .rocket-fire {
                top: calc(clamp(2rem, 5vw, 4rem) + 4rem);
                right: calc(5% + 3.2rem);
                transform: rotate(45deg);
                z-index: 2;
                width: 18px;
                height: 24px;
            }

            .hero-img-mobile  { display: none !important; }
            .hero-img-desktop {
                display: block !important;
                mix-blend-mode: normal;
                width: 100%;
                height: auto;
                max-width: 100%;
                object-fit: contain;
            }

            /* Desktop art: glow tracks illustration width (9% only when column is full ~560px+) */
            .lantern-glow {
                top: 52%;
                left: 5%;
                width: clamp(34px, 8.5cqw, 52px);
                height: clamp(38px, 9.5cqw, 58px);
            }

            @container hero-art (min-width: 360px) {
                .lantern-glow {
                    left: 6%;
                }
            }

            @container hero-art (min-width: 400px) {
                .lantern-glow {
                    left: 6.5%;
                }
            }

            @container hero-art (min-width: 440px) {
                .lantern-glow {
                    left: 7%;
                }
            }

            @container hero-art (min-width: 480px) {
                .lantern-glow {
                    left: 7.5%;
                }
            }

            @container hero-art (min-width: 520px) {
                .lantern-glow {
                    left: 8%;
                }
            }

            @container hero-art (min-width: 560px) {
                .lantern-glow {
                    left: 9%;
                    top: 52%;
                }
            }

            /* ── DESKTOP: shared container ── */
            .landing-container {
                max-width: 72rem;
                padding-inline: clamp(1.25rem, 4vw, 4rem);
            }

            /* ── DESKTOP: How It Works ── */
            .how-it-works {
                padding: 1rem 0 0;
            }

            .how-it-works-header h2 {
                font-size: clamp(1.5rem, 2.5vw, 2.25rem);
                white-space: normal;
            }

            .how-it-works-subtitle {
                font-size: clamp(1rem, 1.5vw, 1.35rem);
            }

            .step-title {
                font-size: clamp(1.15rem, 1.5vw, 1.5rem);
                white-space: normal;
            }

            .step-description {
                font-size: clamp(0.95rem, 1.25vw, 1.125rem);
                line-height: 1.5;
            }

            .steps-grid {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 1.25rem;
                margin-top: 0.5rem;
                margin-inline: auto;
                max-width: 66rem;
                width: 100%;
                align-items: stretch;
                overflow: visible;
            }

            .steps-grid .step-card,
            .steps-grid .step-card-reverse,
            .steps-grid .step-card-wide {
                flex-direction: column;
                align-items: stretch;
                width: 100%;
                max-width: 280px;
                justify-self: center;
                padding: 1rem 0.85rem 0.65rem;
                margin-bottom: 0;
                height: 100%;
                min-height: unset;
            }

            /* Equal-height cards: spare space below image, not between text and image */
            .steps-grid .step-card::after,
            .steps-grid .step-card-reverse::after,
            .steps-grid .step-card-wide::after {
                content: '';
                flex: 1 1 auto;
                min-height: 0;
            }

            .steps-grid .step-card .step-content,
            .steps-grid .step-card-reverse .step-content,
            .steps-grid .step-card-wide .step-content {
                flex: 0 0 auto;
                width: 100%;
                max-width: 100%;
                text-align: left;
            }

            .steps-grid .step-description br {
                display: none;
            }

            .steps-grid .step-card .step-image,
            .steps-grid .step-card-reverse .step-image,
            .steps-grid .step-card-wide .step-image,
            .steps-grid .step-card-wide .step3-desktop-only {
                flex: 0 0 auto;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                margin: 0.35rem 0 0;
                position: static;
            }

            .steps-grid .step-card .step-image img,
            .steps-grid .step-card-reverse .step-image img,
            .steps-grid .step-card-wide .step-image img,
            .steps-grid .step-card-wide .step3-desktop-only img {
                position: static;
                top: auto;
                left: auto;
                transform: none;
                width: auto;
                max-width: 100%;
                max-height: 150px;
                object-fit: contain;
            }

            /* Step 3 — desktop: hide mobile layered assets */
            .steps-grid .step-card-wide .step3-mobile-only {
                display: none !important;
            }

            .section3-divider {
                width: 100%;
                left: 0;
            }

            /* ── DESKTOP: Features ── */
            .features-section {
                --features-divider-h: calc(100vw * 376 / 941);
                padding: 0 0 2.5rem;
                position: relative;
            }

            .features-section > .landing-container {
                position: relative;
            }

            .features-intro {
                display: flex;
                position: absolute;
                top: calc(var(--features-divider-h) * -0.52);
                left: 0;
                right: 0;
                height: calc(var(--features-divider-h) * 0.42);
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 0.35rem;
                z-index: 6;
                pointer-events: none;
            }

            .features-mobile {
                display: none;
            }

            .features-grid.features-layout-desktop {
                display: grid;
            }

            .features-header {
                margin-top: 0;
                padding: 0 1.25rem;
            }

            .features-subtitle-wrap {
                margin-bottom: 0;
            }

            .features-grid {
                margin-top: calc(var(--features-divider-h) * 0.06);
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                grid-template-rows: auto auto auto auto;
                gap: 1rem;
                align-items: stretch;
            }

            .features-header h2 {
                font-size: clamp(1.5rem, 2.5vw, 2.25rem);
            }

            .features-subtitle {
                font-size: clamp(1rem, 1.5vw, 1.35rem);
                max-width: 42rem;
            }

            .section4-divider {
                width: 100%;
                left: 0;
            }

            .footer-clouds {
                width: calc(100% + 8rem);
                left: -4rem;
            }

            .features-grid .feature-number {
                display: none;
            }

            .features-grid .feature-header-row {
                margin-bottom: 0.35rem;
            }

            .features-grid .feature-card {
                aspect-ratio: unset;
                min-height: 0;
                overflow: hidden;
            }

            .features-grid .feature-card.feature-card--compact,
            .features-grid .feature-card.feature-card--wide {
                overflow: visible;
            }

            .features-grid .feature-card::before {
                background: #F8E8D0;
                border: 1px solid #D4B88A;
                box-shadow: 0 4px 12px rgba(172, 126, 71, 0.2), 0 2px 4px rgba(172, 126, 71, 0.12);
            }

            /* Reset mobile nth-child card overrides on desktop */
            .features-grid .feature-card:nth-child(1) .feature-card-body,
            .features-grid .feature-card:nth-child(6) .feature-card-body {
                position: relative;
                top: auto;
                left: auto;
                right: auto;
                max-width: none;
                margin-left: 0;
            }

            .features-grid .feature-card:nth-child(1) .feature-desc,
            .features-grid .feature-card:nth-child(6) .feature-desc {
                margin-left: 0;
                text-align: left;
            }

            .features-grid .feature-card:nth-child(1) .feature-card-img,
            .features-grid .feature-card:nth-child(2) .feature-card-img,
            .features-grid .feature-card:nth-child(3) .feature-card-img,
            .features-grid .feature-card:nth-child(4) .feature-card-img,
            .features-grid .feature-card:nth-child(5) .feature-card-img {
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                width: auto;
                z-index: 2;
            }

            /* Hero card — text top-left, illustration on the right */
            .features-grid .feature-card--hero {
                grid-column: 1 / span 2;
                grid-row: 1;
                position: relative;
                aspect-ratio: 940 / 448;
                container-type: inline-size;
                display: block;
                overflow: hidden;
            }

            .features-grid .feature-card--hero::after {
                display: none;
            }

            .features-grid .feature-card--hero .feature-card-img--mobile-only {
                display: none !important;
            }

            .features-grid .feature-card--hero .feature-card-bg--desktop-only {
                display: block !important;
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                object-fit: fill;
                border-radius: 18px;
                z-index: 0;
                pointer-events: none;
            }

            .features-grid .feature-card.feature-card--hero .feature-card-body {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                max-width: none;
                padding: 0;
                z-index: 3;
                pointer-events: none;
            }

            .features-grid .feature-card--hero .feature-header-row {
                display: none;
            }

            /* Title sits in the gap between the bg star and yellow line (940×448 art) */
            .features-grid .feature-card--hero > .feature-title {
                position: absolute;
                top: 32%;
                left: 5.43%;
                right: 45%;
                z-index: 3;
                display: flex;
                flex-wrap: wrap;
                font-size: clamp(1.125rem, 3.83cqi, 2.25rem);
                line-height: 1.33;
                margin: 0;
            }

            /* Description below the yellow line (940×448 art) */
            .features-grid .feature-card.feature-card--hero .feature-desc {
                position: absolute;
                top: 48.5%;
                left: 5.64%;
                right: 45%;
                width: auto;
                max-width: none;
                margin: 0;
                font-size: clamp(0.8125rem, 1.7cqi, 1rem);
                line-height: 1.5;
            }

            /* Compact cards (boxes 2–5) — image left, text right; art overflows for stars */
            .features-grid .feature-card.feature-card--compact {
                display: flex;
                flex-direction: row;
                align-items: center;
                position: relative;
                aspect-ratio: auto;
                min-height: 0;
                padding: 0;
                overflow: visible;
            }

            .features-grid .feature-card.feature-card--compact::after {
                content: '';
                position: absolute;
                right: 0.85rem;
                bottom: 0.7rem;
                width: 14px;
                height: 14px;
                background: url("../images/landing/star-gold.png") center / contain no-repeat;
                z-index: 4;
                pointer-events: none;
                opacity: 0.85;
            }

            .features-grid .feature-card--compact:nth-child(2) {
                grid-column: 1;
                grid-row: 2;
            }

            .features-grid .feature-card--compact:nth-child(3) {
                grid-column: 2;
                grid-row: 2;
            }

            .features-grid .feature-card--compact:nth-child(4) {
                grid-column: 1;
                grid-row: 3;
            }

            .features-grid .feature-card--compact:nth-child(5) {
                grid-column: 2;
                grid-row: 3;
            }

            .features-grid .feature-card.feature-card--compact .feature-card-body {
                flex: 1 1 52%;
                min-width: 0;
                position: relative;
                z-index: 3;
                max-width: none;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 0.35rem clamp(0.85rem, 1.2vw, 1.1rem) 0.35rem 0.15rem;
            }

            .features-grid .feature-card.feature-card--compact .feature-number {
                display: none;
            }

            .features-grid .feature-card.feature-card--compact .feature-header-row {
                margin-bottom: 0.25rem;
            }

            .features-grid .feature-card.feature-card--compact .feature-title {
                font-size: clamp(0.95rem, 1.05vw, 1.15rem);
                margin-bottom: 0.2rem;
            }

            .features-grid .feature-card.feature-card--compact .feature-desc {
                font-size: clamp(0.78rem, 0.9vw, 0.92rem);
                line-height: 1.45;
            }

            .features-grid .feature-card.feature-card--compact .feature-card-img {
                position: relative;
                top: auto;
                right: auto;
                bottom: auto;
                left: auto;
                flex: 0 0 48%;
                width: 48%;
                max-width: 48%;
                height: auto;
                max-height: none;
                margin: -0.85rem 0;
                padding: 0;
                box-sizing: content-box;
                align-self: center;
                object-fit: contain;
                object-position: left center;
                transform: translate(clamp(-1.5rem, -3vw, -0.9rem), clamp(-0.95rem, -1.6vw, -0.6rem)) scale(1.12);
                transform-origin: left center;
                z-index: 2;
                pointer-events: none;
            }

            .features-grid .feature-card.feature-card--compact .feature-card-img--photo {
                mix-blend-mode: normal;
                filter: none;
            }

            /* Wide bottom card — art left (overflow), text center, deco right */
            .features-grid .feature-card.feature-card--wide {
                grid-column: 1 / span 2;
                grid-row: 4;
                display: grid;
                grid-template-columns: minmax(9.5rem, 38%) 1fr auto;
                align-items: center;
                gap: 0 clamp(0.75rem, 1.5vw, 1.25rem);
                position: relative;
                min-height: clamp(6.5rem, 11vw, 8.25rem);
                padding: 0 clamp(0.85rem, 1.35vw, 1.15rem);
            }

            .features-grid .feature-card.feature-card--wide .feature-card-img {
                grid-column: 1;
                grid-row: 1;
                position: relative;
                justify-self: start;
                align-self: end;
                width: 100%;
                max-width: min(12.25rem, 100%);
                height: auto;
                margin: clamp(-2.75rem, -5.5vw, -1.5rem) 0 clamp(-1.15rem, -2.25vw, -0.65rem) clamp(-1.1rem, -2vw, -0.35rem);
                z-index: 3;
                object-fit: contain;
                object-position: left bottom;
                mix-blend-mode: normal;
                filter: none;
            }

            .features-grid .feature-card.feature-card--wide .feature-card-body {
                grid-column: 2;
                grid-row: 1;
                position: relative;
                z-index: 2;
                align-self: center;
                max-width: none;
                padding: 0.35rem 0;
            }

            .features-grid .feature-card.feature-card--wide .feature-title {
                font-size: clamp(1rem, 1.15vw, 1.25rem);
                margin: 0;
            }

            .features-grid .feature-card.feature-card--wide .feature-wide-divider {
                position: relative;
                width: min(100%, 11rem);
                height: 1px;
                margin: 0.35rem 0 0.45rem;
                background: linear-gradient(
                    90deg,
                    rgba(206, 145, 55, 0.9) 0%,
                    rgba(206, 145, 55, 0.9) 88%,
                    transparent 100%
                );
            }

            .features-grid .feature-card.feature-card--wide .feature-wide-divider::after {
                content: '';
                position: absolute;
                right: -3px;
                top: 50%;
                transform: translate(100%, -50%);
                width: 9px;
                height: 9px;
                background: url("../images/landing/star-gold.png") center / contain no-repeat;
            }

            .features-grid .feature-card.feature-card--wide .feature-desc {
                font-size: clamp(0.8rem, 0.95vw, 0.95rem);
                line-height: 1.45;
                max-width: 28rem;
                margin: 0;
            }

            .features-grid .feature-card.feature-card--wide .feature-card-wide-deco {
                grid-column: 3;
                grid-row: 1;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                justify-content: center;
                gap: 0.35rem;
                align-self: center;
                height: 100%;
                padding: 0;
                z-index: 2;
                opacity: 0.9;
            }

            .features-grid .feature-card.feature-card--wide .feature-wide-deco-leaf {
                width: clamp(3.75rem, 9vw, 5.5rem);
                height: auto;
                display: block;
            }

            .features-grid .feature-card.feature-card--wide .feature-wide-deco-star {
                width: 11px;
                height: auto;
                display: block;
                margin-right: 0.15rem;
            }

            .feature-title {
                font-size: clamp(1.05rem, 1.2vw, 1.35rem);
            }

            .feature-desc {
                font-size: clamp(0.8rem, 1vw, 1rem);
                line-height: 1.5;
            }

            /* â”€â”€ Reviews â”€â”€ */
            .reviews-section {
                padding: 0 4rem 2rem;
            }

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

            .review-card {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 1.25rem 1rem 1rem;
                gap: 0.75rem;
            }

            .review-avatar {
                width: 100px;
                height: 100px;
                margin-top: -1.25rem;
                margin-bottom: 0;
                flex-shrink: 0;
            }

            .review-stars { justify-content: center; }

            /* â”€â”€ Pricing â”€â”€ */
            .pricing-section {
                padding: 2rem 4rem 1rem;
            }

            .pricing-grid {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                gap: 1.25rem;
            }

            .pricing-card {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 1rem 1rem 1.25rem;
                margin-bottom: 0;
            }

            .pricing-avatar {
                width: 140px;
                height: 140px;
                margin-top: -1rem;
                margin-bottom: 0.5rem;
            }

            .pricing-features li { justify-content: flex-start; }

            .pricing-popular-badge {
                top: 0.75rem;
                right: 0.75rem;
            }

            /* â”€â”€ Final CTA â”€â”€ */
            .final-cta-section {
                padding: 3rem 4rem;
                max-width: 700px;
                margin-left: auto;
                margin-right: auto;
            }

            .final-cta-section h2 { font-size: 2.5rem; }

            .final-cta-buttons {
                flex-direction: row;
                justify-content: center;
            }

            /* â”€â”€ Footer â”€â”€ */
            .site-footer {
                padding: 0 4rem 2rem;
            }

            .footer-inner-layout {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                gap: 2rem;
                padding-top: 1rem;
            }

            .footer-left {
                text-align: left;
                flex: 1;
            }

            .footer-logo-wrap { justify-content: flex-start; }
            .footer-deco-row { justify-content: flex-start; }
            .footer-tagline { text-align: left; margin-bottom: 0; }

            .footer-links {
                justify-content: flex-end;
                gap: 3rem;
                flex: 1;
                padding-top: 0.25rem;
            }

            .footer-links-col { text-align: left; }
            .footer-col-title { justify-content: flex-start; }

        }

        @media (min-width: 1024px) {
            .steps-grid {
                gap: 1.5rem;
            }

            .features-grid {
                gap: 1.5rem;
            }

        }

        /* Auth nav buttons */
        .nav-auth {
            display: none;
        }

        .nav-auth-link {
            font-family: var(--font-heading);
            font-size: 0.9rem;
            font-weight: 500;
            color: var(--color-text-dark);
            text-decoration: none;
            padding: 0.55rem 1.2rem;
            border-radius: 50px;
            border: 2px solid var(--color-olive);
            transition: background-color 0.2s;
            box-shadow: 0 4px 10px rgba(120, 90, 40, 0.15);
        }

        .nav-auth-link:hover {
            background-color: rgba(92, 107, 58, 0.05);
        }

        .nav-auth-cta {
            font-family: var(--font-heading);
            font-size: 0.9rem;
            font-weight: 500;
            color: white;
            text-decoration: none;
            padding: 0.55rem 1.2rem;
            border-radius: 50px;
            background-color: #4C502B;
            border: 2px solid #3B3F1E;
            transition: background-color 0.2s;
            box-shadow: 0 6px 16px rgba(150, 90, 30, 0.45), 0 2px 4px rgba(150, 90, 30, 0.3);
        }

        .nav-auth-cta:hover {
            background-color: var(--color-olive-dark);
        }

        .nav-auth-logout {
            font-family: var(--font-heading);
            font-size: 0.9rem;
            font-weight: 500;
            color: var(--color-text-muted);
            text-decoration: none;
            transition: color 0.2s;
            background: none;
            border: none;
            cursor: pointer;
        }

        .nav-auth-logout:hover {
            color: var(--color-olive);
        }

        /* Mobile menu — roll-down panel under nav */
        .mobile-menu {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 1;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.35s;
        }

        .nav-shell.menu-open .mobile-menu {
            max-height: 28rem;
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            overflow: visible;
        }

        /* Mobile: fixed dropdown so blog/page content cannot paint over the panel */
        @media (max-width: 767px) {
            .hero:has(.nav-shell.menu-open) {
                z-index: 1000;
            }

            .nav-shell.menu-open .mobile-menu {
                position: fixed;
                top: var(--nav-bar-height);
                left: 0;
                right: 0;
                width: 100%;
                z-index: 1001;
                max-height: calc(100dvh - var(--nav-bar-height));
                overflow-y: auto;
                overflow-x: hidden;
            }
        }

        .mobile-menu-panel {
            margin: 0 0.75rem 0.5rem;
            padding: 1rem 1.15rem 1.15rem;
            background: #F8E8D0;
            border: 1px solid #D4B88A;
            border-radius: 18px;
            box-shadow: 0 8px 24px rgba(120, 90, 40, 0.16);
        }

        .mobile-menu-links {
            display: flex;
            flex-direction: column;
            gap: 0.15rem;
        }

        .mobile-menu-links a {
            font-family: var(--font-heading);
            font-size: 1.05rem;
            font-weight: 500;
            color: var(--color-text-dark);
            text-decoration: none;
            padding: 0.65rem 0.75rem;
            border-radius: 12px;
            transition: background-color 0.2s, color 0.2s;
        }

        .mobile-menu-links a:hover {
            background: rgba(92, 107, 58, 0.08);
            color: var(--color-olive);
        }

        .mobile-menu-divider {
            height: 1px;
            background: rgba(212, 184, 138, 0.65);
            margin: 0.65rem 0 0.85rem;
        }

        .mobile-menu-auth {
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
        }

        .mobile-menu-auth .nav-auth-link,
        .mobile-menu-auth .nav-auth-cta {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            box-sizing: border-box;
            text-align: center;
        }

        .mobile-menu-auth form {
            margin: 0;
            width: 100%;
        }

        .mobile-menu-auth .nav-auth-logout {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            box-sizing: border-box;
            padding: 0.55rem 1.2rem;
            border-radius: 50px;
            border: 2px solid var(--color-olive);
            box-shadow: 0 4px 10px rgba(120, 90, 40, 0.15);
        }

        .nav-shell.menu-open .nav-hamburger span {
            background: transparent;
        }

        .nav-shell.menu-open .nav-hamburger span::before {
            top: 0;
            transform: rotate(45deg);
        }

        .nav-shell.menu-open .nav-hamburger span::after {
            top: 0;
            transform: rotate(-45deg);
        }

        /* FAQ Section */
        .faq-section {
            position: relative;
            padding: 2rem 1.25rem 2.5rem;
            z-index: 5;
        }

        .faq-header {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 0.3rem;
        }

        .faq-header h2 {
            font-family: var(--font-heading);
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-text-dark);
            text-align: center;
            line-height: 1.2;
        }

        .faq-subtitle {
            font-family: var(--font-heading);
            font-style: italic;
            font-size: 1rem;
            color: var(--color-olive);
            text-align: center;
            margin-bottom: 1.25rem;
        }

        .faq-grid {
            max-width: 600px;
            margin: 0 auto;
        }

        .faq-card {
            background: #F8E8D0;
            border: 1px solid #D4B88A;
            border-radius: 18px;
            padding: 1rem 1.25rem;
            margin-bottom: 0.75rem;
            box-shadow: 0 4px 12px rgba(172, 126, 71, 0.18), 0 2px 4px rgba(172, 126, 71, 0.1);
            cursor: pointer;
            transition: box-shadow 0.2s;
        }

        .faq-card:hover {
            box-shadow: 0 6px 16px rgba(172, 126, 71, 0.25), 0 2px 6px rgba(172, 126, 71, 0.15);
        }

        .faq-question-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
        }

        .faq-question {
            font-family: var(--font-heading);
            font-size: 1rem;
            font-weight: 600;
            color: var(--color-text-dark);
            line-height: 1.3;
        }

        .faq-toggle {
            flex-shrink: 0;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #CE9137;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: 700;
            transition: transform 0.2s;
        }

        .faq-card.active .faq-toggle {
            transform: rotate(45deg);
        }

        .faq-answer {
            display: none;
            font-family: var(--font-body);
            font-size: 0.85rem;
            color: #4a4035;
            line-height: 1.5;
            padding-top: 0.6rem;
        }

        .faq-card.active .faq-answer {
            display: block;
        }

        @media (min-width: 768px) {
            .nav-auth {
                display: flex;
                align-items: center;
                gap: 1rem;
            }

            .nav-auth-link,
            .nav-auth-cta {
                white-space: nowrap;
            }

            .faq-section {
                padding: 2rem 4rem 2.5rem;
            }

            .faq-grid {
                max-width: 700px;
            }

            .faq-header h2 {
                font-size: 1.8rem;
            }
        }

        /* Compact desktop nav — 768px–899px */
        @media (min-width: 768px) and (max-width: 899px) {
            .nav {
                padding: 0.5rem 1.25rem;
            }

            .nav-links {
                gap: 0.75rem;
            }

            .nav-links a {
                font-size: 0.875rem;
            }

            .nav-auth {
                gap: 0.5rem;
            }

            .nav-auth-link,
            .nav-auth-cta {
                font-size: 0.8rem;
                padding: 0.45rem 0.85rem;
            }
        }
