        /* ============================================================
           RESERVE PAGE — Matches index.php design language
           ============================================================ */

        html, body { overflow-x: hidden; }
        .rsv { background: var(--clr-bg, #F2EDE5); min-height: 100vh; overflow-x: hidden; }

        /* ── Entrance animations ── */
        @keyframes rsvFadeUp {
            from { opacity: 0; transform: translateY(32px); }
            to   { opacity: 1; transform: translateY(0); }
        }
        .rsv-anim {
            opacity: 0;
            transform: translateY(32px);
        }
        .rsv-anim.is-visible {
            animation: rsvFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        }
        .rsv-anim.is-visible:nth-child(2) { animation-delay: .08s; }
        .rsv-anim.is-visible:nth-child(3) { animation-delay: .16s; }
        .rsv-anim.is-visible:nth-child(4) { animation-delay: .24s; }

        /* ── Hero — full-bleed image with text overlay ── */
        .rsv__hero-wrap {
            position: relative;
        }
        .rsv__hero-bg {
            display: block;
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 56vh;
            min-height: 360px;
            max-height: 560px;
            overflow: hidden;
            z-index: 0;
        }
        .rsv__hero-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 30%;
        }
        .rsv__hero-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom,
                rgba(194,197,186,0) 15%,
                rgba(194,197,186,0.35) 40%,
                rgba(200,203,193,0.65) 58%,
                rgba(205,208,197,0.85) 72%,
                rgba(205,208,197,1) 88%
            );
        }
        .rsv__hero {
            position: relative;
            z-index: 1;
            min-height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            max-width: 680px;
            margin: 0 auto;
            padding: calc(var(--banner-h, 36px) + var(--nav-h, 52px) + 28vh) 2.5rem 4rem;
        }
        .rsv__hero-image {
            display: none;
        }
        .rsv__hero-sub {
            margin-left: auto;
            margin-right: auto;
        }
        .rsv__hero-eyebrow {
            display: inline-block;
            font-family: var(--font-body, 'Inter', sans-serif);
            font-size: 0.6875rem;
            font-weight: 600;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--clr-red, #D42B2B);
            margin-bottom: 1.5rem;
        }
        .rsv__hero-heading {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: clamp(2.2rem, 4.5vw, 3.75rem);
            font-weight: 700;
            letter-spacing: -0.02em;
            line-height: 1.08;
            color: var(--clr-text, #1B1916);
            margin: 0 0 1.25rem;
        }
        .rsv__hero-heading em {
            font-family: var(--font-display, 'Playfair Display', serif);
            font-style: italic;
            font-weight: 400;
            color: var(--clr-red, #D42B2B);
        }
        .rsv__hero-sub {
            font-size: 1rem;
            color: var(--clr-text, #1B1916);
            line-height: 1.7;
            margin-bottom: 2.5rem;
            max-width: 440px;
            margin-left: auto;
            margin-right: auto;
        }
        .rsv__hero-actions {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-top: 2.5rem;
            margin-bottom: 1.5rem;
            justify-content: center;
        }
        .rsv__hero-btn {
            display: inline-flex;
            align-items: center;
            padding: 0.75rem 1.75rem;
            font-family: var(--font-body, 'Inter', sans-serif);
            font-size: 0.8125rem;
            font-weight: 600;
            letter-spacing: 0.04em;
            border-radius: 4px;
            border: none;
            cursor: pointer;
            text-decoration: none;
            transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
        }
        .rsv__hero-btn--primary {
            background: var(--clr-red, #D42B2B);
            color: #fff;
            border: 1px solid #0d0d0d;
            box-shadow: 0 0 0 0 rgba(212,43,43,0);
        }
        .rsv__hero-btn--primary:hover {
            background: #b82424;
            transform: translateY(-2px) scale(1.04);
            box-shadow: 0 0 20px rgba(212,43,43,0.35), 0 8px 24px rgba(212,43,43,0.25);
        }
        .rsv__hero-btn--glass {
            background: rgba(255,255,255,.08);
            color: var(--clr-text, #1B1916);
            border: 1px solid transparent;
            backdrop-filter: blur(12px) saturate(1.4);
            -webkit-backdrop-filter: blur(12px) saturate(1.4);
            box-shadow: 0 1px 0 rgba(255,255,255,.22) inset, 0 -1px 0 rgba(0,0,0,.2) inset, 0 4px 16px rgba(0,0,0,.18);
            border-radius: 8px;
        }
        .rsv__hero-btn--glass:hover {
            background: rgba(255,255,255,.14);
            box-shadow: 0 1px 0 rgba(255,255,255,.28) inset, 0 -1px 0 rgba(0,0,0,.18) inset, 0 8px 28px rgba(0,0,0,.22);
        }
        .rsv__hero-note {
            color: var(--clr-text-muted, #8C8478);
            font-size: 0.82rem;
            font-weight: 600;
            letter-spacing: .01em;
            margin-top: 0.6rem;
        }
        .rsv__why-deposit-trigger {
            background: none;
            border: none;
            color: inherit;
            font-size: 1em;
            font-weight: 600;
            cursor: pointer;
            padding: 0 0.1em;
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 2px;
            opacity: 0.85;
            transition: opacity 0.2s;
        }
        .rsv__why-deposit-trigger:hover { opacity: 1; }
        .rsv__hero-subnote {
            font-size: 0.68rem;
            color: var(--clr-text-muted, #8C8478);
            margin-top: 0.35rem;
            opacity: 0.7;
        }

        /* ── Why deposit popup ── */
        .rsv__deposit-overlay {
            position: fixed; inset: 0; z-index: 9998;
            background: rgba(0,0,0,0.4);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            display: none; align-items: center; justify-content: center;
            padding: 1.5rem;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }
        .rsv__deposit-overlay[aria-hidden="false"] { display: flex; pointer-events: auto; }
        .rsv__deposit-overlay.is-visible { opacity: 1; }
        .rsv__deposit-modal {
            position: relative;
            background: #ffffff;
            border-radius: 20px;
            padding: 2.5rem 2.5rem 2rem;
            max-width: 440px;
            width: 100%;
            text-align: left;
            box-shadow: 0 24px 80px rgba(0,0,0,0.22);
            transform: translateY(14px) scale(0.97);
            transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
        }
        .rsv__deposit-overlay.is-visible .rsv__deposit-modal { transform: translateY(0) scale(1); }
        .rsv__deposit-close {
            position: absolute; top: .75rem; right: .85rem;
            background: none; border: none; color: rgba(0,0,0,0.28);
            font-size: 1.4rem; cursor: pointer; line-height: 1; padding: .25rem;
            transition: color .15s;
        }
        .rsv__deposit-close:hover { color: rgba(0,0,0,0.7); }
        .rsv__deposit-heading {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: 1.15rem; font-weight: 700; color: #1B1916;
            margin: 0 0 1rem; line-height: 1.3;
        }
        .rsv__deposit-text {
            font-size: 0.92rem; color: rgba(0,0,0,0.6);
            line-height: 1.75; margin: 0 0 0.85rem;
        }
        .rsv__deposit-text:last-of-type { margin: 0; }

        /* ── Scarcity line (replaces progress bar) ── */
        .rsv__hero-scarcity {
            font-size: 0.82rem;
            color: var(--clr-text-muted, #8C8478);
            margin: 1.25rem 0 1.5rem;
            line-height: 1.5;
        }
        .rsv__hero-scarcity i {
            color: var(--clr-red, #D42B2B);
            font-size: 0.75em;
        }

        /* ── Founder Progress Bar ── */
        .rsv__progress {
            margin: 2rem auto;
            width: 100%;
            max-width: 440px;
            padding: 1.25rem 1.5rem;
            background: rgba(212,43,43,.06);
            border: 1px solid rgba(212,43,43,.2);
            border-radius: 12px;
        }
        .rsv__progress-header {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin-bottom: 0.75rem;
        }
        .rsv__progress-label {
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--clr-text, #1B1916);
        }
        .rsv__progress-count {
            font-size: 1.1rem;
            font-weight: 800;
            color: var(--clr-text, #1B1916);
            font-variant-numeric: tabular-nums;
        }
        .rsv__progress-count span {
            color: var(--clr-red, #D42B2B);
            font-size: 1.3rem;
        }
        .rsv__progress-track {
            width: 100%;
            height: 10px;
            background: rgba(27, 25, 22, 0.12);
            border-radius: 999px;
            overflow: hidden;
        }
        .rsv__progress-bar {
            height: 100%;
            width: 0%;
            background: linear-gradient(90deg, #D42B2B 0%, #ff6b6b 100%);
            border-radius: 999px;
            transition: width 1.6s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .rsv__progress-sub {
            font-size: 0.82rem;
            font-weight: 700;
            color: var(--clr-text, #1B1916);
            margin-top: 0.6rem;
            letter-spacing: 0.01em;
        }
        .rsv__progress-sub strong {
            color: var(--clr-red, #D42B2B);
        }
        /* ── Ticker band — matches index ── */
        /* ── Section heading pattern — matches index ── */
        .rsv__section {
            max-width: var(--container-max, 85%);
            margin: 0 auto;
            padding: 5rem 2.5rem;
        }
        .rsv__section--narrow { max-width: 960px; }
        .rsv__section--faq { max-width: 700px; }
        .rsv__section-label {
            font-size: 0.6875rem;
            font-weight: 400;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--clr-text-muted, #8C8478);
            margin-bottom: .5rem;
        }
        .rsv__section-heading {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: clamp(1.6rem, 3vw, 2.4rem);
            font-weight: 700;
            line-height: 1.15;
            letter-spacing: -0.02em;
            color: var(--clr-text, #1B1916);
            margin-bottom: .6rem;
        }
        .rsv__section-heading em {
            font-family: var(--font-display, 'Playfair Display', serif);
            font-style: italic;
            font-weight: 400;
            color: var(--clr-red, #D42B2B);
        }
        .rsv__section-sub {
            font-size: .95rem;
            color: var(--clr-text-muted, #8C8478);
            line-height: 1.7;
            max-width: 520px;
        }
        .rsv__section-sub--center { margin: 0 auto; text-align: center; }
        .rsv__section-heading--center { text-align: center; }

        /* ── Reserve funnel — dark strip ── */
        .rsv__funnel {
            background: var(--clr-bg-dark, #131110);
            padding: 5rem 2.5rem;
            content-visibility: auto;
            contain-intrinsic-size: auto 700px;
        }
        .rsv__funnel-inner {
            max-width: var(--container-max, 85%);
            margin: 0 auto;
        }
        .rsv__funnel-header {
            text-align: center;
            margin-bottom: 3.5rem;
        }
        .rsv__funnel-heading {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: clamp(1.8rem, 3.5vw, 2.8rem);
            font-weight: 700;
            letter-spacing: -0.02em;
            color: #fff;
            line-height: 1.15;
            margin-bottom: .5rem;
        }
        .rsv__funnel-heading em {
            font-family: var(--font-display, 'Playfair Display', serif);
            font-style: italic;
            font-weight: 400;
            color: var(--clr-red, #D42B2B);
        }
        .rsv__funnel-sub {
            font-size: .9rem;
            color: rgba(255,255,255,.45);
        }

        /* Funnel stage — normal block on desktop */
        .rsv__funnel-stage { display: block; }

        /* Steps — horizontal flow */
        .rsv__steps {
            display: flex;
            justify-content: center;
            gap: 0;
            margin-bottom: 3.5rem;
            position: relative;
        }
        .rsv__step {
            flex: 1;
            max-width: 260px;
            text-align: center;
            position: relative;
            padding: 0 1.5rem;
        }
        /* Connector line between steps */
        .rsv__step:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 20px;
            right: -2px;
            width: calc(100% - 80px);
            height: 1px;
            background: rgba(255,255,255,.12);
            transform: translateX(50%);
        }
        .rsv__step-num {
            width: 40px; height: 40px;
            border-radius: 50%;
            border: 1.5px solid var(--clr-red, #D42B2B);
            background: transparent;
            color: var(--clr-red, #D42B2B);
            font-size: .85rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto .85rem;
            position: relative;
            z-index: 1;
        }
        .rsv__step-title {
            font-weight: 600;
            font-size: .85rem;
            color: #fff;
            margin-bottom: .3rem;
        }
        .rsv__step-desc {
            font-size: .78rem;
            color: rgba(255,255,255,.4);
            line-height: 1.55;
        }

        /* Tier cards — inside funnel */
        .rsv__tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 780px; margin: 0 auto; }
        .rsv__tiers--single { grid-template-columns: 1fr; max-width: 420px; }
        .rsv__tiers-dots { display: none; }
        .rsv__card {
            position: relative;
            background: rgba(255,255,255,.04);
            border: 1px solid rgba(255,255,255,.1);
            border-radius: 16px;
            padding: 2.5rem 2rem 2rem;
            display: flex;
            flex-direction: column;
            transition: border-color .3s cubic-bezier(0.22,1,0.36,1), transform .4s cubic-bezier(0.22,1,0.36,1), box-shadow .4s cubic-bezier(0.22,1,0.36,1);
        }
        .rsv__card:hover {
            transform: translateY(-4px);
            background: rgba(255,255,255,.06);
            box-shadow: 0 20px 56px rgba(0,0,0,.3);
        }
        .rsv__card--featured {
            border-color: var(--clr-red, #D42B2B);
            box-shadow: 0 0 0 1px var(--clr-red, #D42B2B);
        }
        .rsv__card--featured:hover {
            box-shadow: 0 0 0 1px var(--clr-red, #D42B2B), 0 20px 56px rgba(212,43,43,.2);
        }
        .rsv__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--clr-red, #D42B2B); color: #fff; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 18px; border-radius: 20px; white-space: nowrap; }
        .rsv__price {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: 3rem;
            font-weight: 700;
            color: #fff;
            letter-spacing: -.04em;
            line-height: 1;
            margin-bottom: .3rem;
        }
        .rsv__price-label { font-size: .82rem; color: rgba(255,255,255,.4); margin-bottom: 1.5rem; }
        .rsv__card-title { font-weight: 600; font-size: 1.05rem; color: #fff; margin-bottom: 1.15rem; }
        .rsv__perks { list-style: none; padding: 0; margin: 0 0 2rem; flex: 1; }
        .rsv__perks li { position: relative; padding-left: 1.75rem; font-size: .88rem; color: rgba(255,255,255,.7); line-height: 1.65; margin-bottom: .6rem; }
        .rsv__perks li i { position: absolute; left: 0; top: .3em; font-size: .82rem; color: var(--clr-red, #D42B2B); width: 1.1rem; text-align: center; }
        .rsv__perks li span { color: rgba(255,255,255,.35); font-size: .82rem; }
        .rsv__cta {
            display: block; width: 100%; padding: 1rem 0; text-align: center;
            font-family: var(--font-body, 'Inter', sans-serif); font-size: .8125rem; font-weight: 600; letter-spacing: .04em;
            border-radius: 4px; border: none; cursor: pointer; text-decoration: none;
            transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
        }
        .rsv__cta:hover { transform: translateY(-2px); }
        .rsv__cta--outline {
            background: transparent;
            color: #fff;
            border: 1px solid rgba(255,255,255,.2);
        }
        .rsv__cta--outline:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.4); }
        .rsv__cta--primary {
            background: var(--clr-red, #D42B2B);
            color: #fff;
            border: 1px solid #0d0d0d;
        }
        .rsv__cta--primary:hover { background: #b82424; box-shadow: 0 8px 24px rgba(212,43,43,.3); }

        /* ── Hero pricing block ── */
        .rsv__hero-pricing {
            display: flex;
            align-items: baseline;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 2rem;
        }
        .rsv__hero-pricing-retail {
            font-family: var(--font-body, 'Inter', sans-serif);
            font-size: 1.5rem;
            font-weight: 400;
            color: var(--clr-text-muted, #8C8478);
            text-decoration: line-through;
            text-decoration-thickness: 1.5px;
        }
        .rsv__hero-pricing-founder {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: 3rem;
            font-weight: 700;
            color: var(--clr-text, #1B1916);
            letter-spacing: -.03em;
            line-height: 1;
        }
        .rsv__hero-pricing-tag {
            display: inline-block;
            background: var(--clr-red, #D42B2B);
            color: #fff;
            font-size: .65rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            padding: .3rem .65rem;
            border-radius: 4px;
            position: relative;
            top: -4px;
        }


        /* ── What's inside — dark strip ── */
        .rsv__specs-strip {
            background: var(--clr-bg-dark, #131110);
            padding: 5rem 2.5rem;
            content-visibility: auto;
            contain-intrinsic-size: auto 500px;
        }
        .rsv__specs-inner { max-width: var(--container-max, 85%); margin: 0 auto; }
        .rsv__specs-heading {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: clamp(1.6rem, 3vw, 2.4rem);
            font-weight: 700;
            letter-spacing: -0.02em;
            color: #fff;
            margin-bottom: .5rem;
            text-align: center;
        }
        .rsv__specs-heading em {
            font-family: var(--font-display, 'Playfair Display', serif);
            font-style: italic;
            font-weight: 400;
            color: var(--clr-red, #D42B2B);
        }
        .rsv__specs-sub {
            font-size: .9rem;
            color: rgba(255,255,255,.4);
            text-align: center;
            margin-bottom: 3rem;
        }
        .rsv__specs-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.25rem;
        }
        .rsv__spec-card {
            background: rgba(255,255,255,.04);
            border: 1px solid rgba(255,255,255,.08);
            border-radius: 14px;
            padding: 1.75rem 1.5rem;
            transition: transform .3s cubic-bezier(0.22,1,0.36,1), background .3s ease;
        }
        .rsv__spec-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.07); }
        .rsv__spec-card--accent {
            border-color: var(--clr-red, #D42B2B);
            background: rgba(212,43,43,.06);
        }
        .rsv__spec-card--accent:hover { background: rgba(212,43,43,.1); }
        .rsv__spec-value {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: .95rem;
            font-weight: 700;
            color: #fff;
            letter-spacing: -0.01em;
            margin-bottom: .45rem;
        }
        .rsv__spec-desc {
            font-size: .78rem;
            color: rgba(255,255,255,.4);
            line-height: 1.55;
        }

        /* ── Competitive comparison ── */
        .rsv__vs-table { width: 100%; border-collapse: collapse; font-size: .86rem; margin-top: 2rem; }
        .rsv__vs-table th { text-align: left; font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--clr-text-muted, #8C8478); padding: .85rem 1.1rem; border-bottom: 1.5px solid var(--clr-border, #D5CFC4); }
        .rsv__vs-table td { padding: .85rem 1.1rem; border-bottom: 1px solid var(--clr-border, #D5CFC4); color: var(--clr-text, #1B1916); }
        .rsv__vs-table tr:last-child td { border-bottom: none; }
        .rsv__vs-table .rsv__vs-hl { background: rgba(212,43,43,.04); }
        .rsv__vs-table .rsv__vs-hl td:first-child { font-weight: 700; color: var(--clr-red, #D42B2B); }
        .rsv__vs-yes { color: #22c55e; font-weight: 600; }
        .rsv__vs-no { color: #ef4444; }

        /* ── What you get — dark strip ── */
        .rsv__details-strip {
            background: var(--clr-bg-dark, #131110);
            padding: 5rem 2.5rem;
            content-visibility: auto;
            contain-intrinsic-size: auto 350px;
        }
        .rsv__details-inner { max-width: var(--container-max, 85%); margin: 0 auto; }
        .rsv__details-heading {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: clamp(1.5rem, 2.5vw, 2rem);
            font-weight: 700;
            letter-spacing: -0.02em;
            color: #fff;
            margin-bottom: 3rem;
            text-align: center;
        }
        .rsv__details-heading em { font-family: var(--font-display, 'Playfair Display', serif); font-style: italic; font-weight: 400; color: var(--clr-red, #D42B2B); }
        .rsv__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
        .rsv__detail-card {
            background: rgba(255,255,255,.04);
            border: 1px solid rgba(255,255,255,.08);
            border-radius: 14px;
            padding: 2.25rem 1.75rem;
            transition: transform .3s cubic-bezier(0.22,1,0.36,1), background .3s ease;
        }
        .rsv__detail-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.07); }
        .rsv__detail-icon { font-size: 1.6rem; margin-bottom: 1rem; color: var(--clr-red, #D42B2B); }
        .rsv__detail-title { font-weight: 600; font-size: .95rem; color: #fff; margin-bottom: .4rem; }
        .rsv__detail-desc { font-size: .84rem; color: rgba(255,255,255,.5); line-height: 1.65; }

        /* ── Testimonials ── */
        .rsv__testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
        .rsv__testimonial {
            background: rgba(255,255,255,.06);
            backdrop-filter: blur(12px) saturate(1.4);
            -webkit-backdrop-filter: blur(12px) saturate(1.4);
            border: 1px solid var(--clr-border, #D5CFC4);
            border-radius: 14px;
            padding: 2rem;
            box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 4px 16px rgba(0,0,0,.06);
            transition: transform .3s cubic-bezier(0.22,1,0.36,1);
        }
        .rsv__testimonial:hover { transform: translateY(-4px); }
        .rsv__testimonial-stars { color: #f59e0b; font-size: .85rem; margin-bottom: .85rem; letter-spacing: 2px; }
        .rsv__testimonial-quote {
            font-family: var(--font-display, 'Playfair Display', serif);
            font-size: .95rem;
            color: var(--clr-text, #1B1916);
            line-height: 1.55;
            font-style: italic;
            font-weight: 400;
            margin-bottom: 1.15rem;
        }
        .rsv__testimonial-author { font-size: .78rem; font-weight: 600; color: var(--clr-text-muted, #8C8478); }

        /* ── Pricing table ── */
        .rsv__table { width: 100%; border-collapse: collapse; font-size: .88rem; margin-top: 2rem; }
        .rsv__table th { text-align: left; font-weight: 600; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--clr-text-muted, #8C8478); padding: .85rem 1.25rem; border-bottom: 1.5px solid var(--clr-border, #D5CFC4); }
        .rsv__table td { padding: .85rem 1.25rem; border-bottom: 1px solid var(--clr-border, #D5CFC4); color: var(--clr-text, #1B1916); }
        .rsv__table tr:last-child td { border-bottom: none; }
        .rsv__table .rsv__table-highlight { background: rgba(212,43,43,.04); }
        .rsv__table .rsv__table-highlight td:first-child { font-weight: 600; color: var(--clr-red, #D42B2B); }

        /* ── FAQ ── */
        .rsv__faq-item { border-bottom: 1px solid var(--clr-border, #D5CFC4); padding: 1.15rem 0; }
        .rsv__faq-q {
            font-weight: 600; font-size: .95rem; color: var(--clr-text, #1B1916); cursor: pointer;
            display: flex; justify-content: space-between; align-items: center; gap: 1rem;
            background: none; border: none; width: 100%; text-align: left; font-family: inherit; padding: 0;
        }
        .rsv__faq-q::after { content: '\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: .75rem; color: var(--clr-text-muted, #8C8478); transition: transform .3s cubic-bezier(0.22,1,0.36,1); flex-shrink: 0; }
        .rsv__faq-item.is-open .rsv__faq-q::after { transform: rotate(45deg); }
        .rsv__faq-a { font-size: .88rem; color: var(--clr-text-muted, #8C8478); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(0.22,1,0.36,1), padding .4s cubic-bezier(0.22,1,0.36,1); padding-top: 0; }
        .rsv__faq-item.is-open .rsv__faq-a { max-height: 200px; padding-top: .75rem; }

        /* ── Email signup — dark strip ── */
        .rsv__email-strip { background: var(--clr-bg-dark, #131110); padding: 5rem 2.5rem; }
        .rsv__email { max-width: 560px; margin: 0 auto; text-align: center; }
        .rsv__email-heading {
            font-family: var(--font-logo, 'Arial Black', sans-serif);
            font-size: clamp(1.3rem, 2.2vw, 1.7rem);
            font-weight: 700;
            letter-spacing: -0.02em;
            color: #fff;
            margin-bottom: .5rem;
        }
        .rsv__email-heading em { font-family: var(--font-display, 'Playfair Display', serif); font-style: italic; font-weight: 400; color: var(--clr-red, #D42B2B); }
        .rsv__email-sub { font-size: .9rem; color: rgba(255,255,255,.5); line-height: 1.65; margin-bottom: 1.75rem; }
        .rsv__email-form { display: flex; gap: .6rem; }
        .rsv__email-input { flex: 1; padding: .85rem 1.1rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; color: #fff; font-size: .9rem; font-family: inherit; outline: none; transition: border-color .2s; }
        .rsv__email-input:focus { border-color: var(--clr-red, #D42B2B); }
        .rsv__email-input::placeholder { color: rgba(255,255,255,.3); }
        .rsv__email-submit {
            padding: .85rem 1.6rem; background: var(--clr-red, #D42B2B); color: #fff; border: 1px solid #0d0d0d; border-radius: 4px;
            font-size: .8125rem; font-weight: 600; font-family: inherit; cursor: pointer; white-space: nowrap; letter-spacing: .04em;
            transition: background .2s, transform .15s;
        }
        .rsv__email-submit:hover { background: #b82424; transform: translateY(-1px); }
        .rsv__email-submit:disabled { opacity: .45; cursor: not-allowed; transform: none; }
        .rsv__email-error { color: var(--clr-red, #D42B2B); font-size: .8rem; margin-top: .65rem; display: none; }
        .rsv__email-success { display: none; padding: 1rem 0; }
        .rsv__email-success .rsv__email-check { width: 48px; height: 48px; border-radius: 50%; background: var(--clr-red, #D42B2B); color: #fff; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto .85rem; }
        .rsv__email-fine { color: rgba(255,255,255,.3); font-size: .74rem; margin-top: .85rem; }

        /* ── Sticky CTA ── */
        .rsv__sticky {
            position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
            background: var(--clr-bg-dark, #131110); border-top: 1px solid rgba(255,255,255,.08);
            padding: .75rem 2rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem;
            transform: translateY(100%); transition: transform .4s cubic-bezier(0.22,1,0.36,1);
        }
        .rsv__sticky.is-visible { transform: translateY(0); }
        .rsv__sticky-text { color: rgba(255,255,255,.7); font-size: .85rem; }
        .rsv__sticky-text strong { color: #fff; }
        .rsv__sticky-btn {
            padding: .65rem 1.8rem; background: var(--clr-red, #D42B2B); color: #fff; border: 1px solid #0d0d0d; border-radius: 4px;
            font-size: .8125rem; font-weight: 600; font-family: inherit; cursor: pointer; letter-spacing: .04em; text-decoration: none;
            transition: background .2s, transform .15s;
        }
        .rsv__sticky-btn:hover { background: #b82424; transform: translateY(-1px); }

        /* ── Responsive ── */
        /* ── Tablet ── */
        @media (max-width: 1024px) {
            .rsv__hero { max-width: 600px; }
            .rsv__specs-grid { grid-template-columns: repeat(2, 1fr); }
            .rsv__tiers { max-width: 640px; }
        }

        /* ── Mobile ── */
        @media (max-width: 768px) {
            /* Hero — mobile adjustments */
            .rsv__hero-bg {
                height: 44vh;
                min-height: 260px;
                max-height: none;
            }
            .rsv__hero {
                padding: calc(var(--banner-h, 36px) + var(--nav-h, 52px) + 22vh) 1.25rem 1rem;
            }
            .rsv__hero-heading { font-size: clamp(1.8rem, 7vw, 2.4rem); margin-bottom: 0.75rem; }
            .rsv__hero-sub { max-width: 100%; font-size: .82rem; margin-bottom: 0.85rem; line-height: 1.5; }
            .rsv__hero-pricing { justify-content: center; gap: .75rem; }
            .rsv__hero-pricing-founder { font-size: 2.2rem; }
            .rsv__hero-pricing-retail { font-size: 1.1rem; }
            .rsv__hero-pricing-tag { font-size: .6rem; padding: .25rem .5rem; }
            .rsv__hero-actions { justify-content: center; flex-direction: column; align-items: center; margin-top: 0.85rem; margin-bottom: 0.5rem; }
            .rsv__hero-btn { width: 100%; max-width: 280px; justify-content: center; }
            .rsv__hero-note { text-align: center; font-size: .75rem; margin-top: 0.3rem; }
            .rsv__hero-subnote { text-align: center; font-size: .68rem; }
            .rsv__progress-header { display: none; }
            .rsv__progress { margin: 0.7rem auto; padding: 0.75rem 1rem; }

            /* Fix sticky: overflow-x on ancestors kills position:sticky */
            html, body { overflow-x: clip !important; }
            .rsv { overflow-x: clip !important; }

            /* Funnel — pinned on mobile */
            .rsv__funnel { padding: 3rem 1.25rem; content-visibility: visible !important; contain-intrinsic-size: none !important; contain: none !important; }
            .rsv__funnel-heading { font-size: clamp(1.4rem, 6vw, 1.8rem); }

            /* Stage: stacked for pin */
            .rsv__funnel-stage {
                position: relative;
                min-height: 420px;
            }

            /* Steps: stacked, slide in from left */
            .rsv__funnel-stage .rsv__steps {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.75rem;
                margin-bottom: 0;
                transition: opacity 0.5s ease, transform 0.5s ease;
            }
            .rsv__step { max-width: none; text-align: left; }
            .rsv__step-num { margin: 0 0 0.4rem; }
            .rsv__step:not(:last-child)::after { display: none; }

            /* Each step starts off-screen left */
            .rsv__funnel-stage .rsv__step {
                opacity: 0;
                transform: translateX(-60px);
                transition: opacity 0.4s ease, transform 0.4s ease;
            }
            .rsv__funnel-stage .rsv__step.is-visible {
                opacity: 1;
                transform: translateX(0);
            }

            /* Card: hidden initially, fills space */
            .rsv__funnel-stage .rsv__tiers--single {
                display: flex !important;
                justify-content: center !important;
                overflow-x: visible !important;
                scroll-snap-type: none !important;
                padding: 0 !important;
                max-width: none !important;
                opacity: 0;
                transform: translateY(30px);
                transition: opacity 0.5s ease, transform 0.5s ease;
                position: absolute;
                inset: 0;
                align-items: center;
                pointer-events: none;
            }
            .rsv__funnel-stage .rsv__tiers--single.is-visible {
                opacity: 1;
                transform: translateY(0);
                position: relative;
                pointer-events: auto;
            }
            .rsv__funnel-stage .rsv__tiers--single .rsv__card {
                flex: 0 1 100% !important;
                max-width: 100% !important;
                min-width: 0 !important;
            }
            .rsv__tiers {
                display: flex !important;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                gap: 1rem;
                max-width: 100%;
                margin: 0;
                padding: 0 1.25rem 1rem;
                scrollbar-width: none;
            }
            .rsv__tiers::-webkit-scrollbar { display: none; }
            .rsv__card {
                flex: 0 0 85%;
                min-width: 0;
                scroll-snap-align: center;
                padding: 2rem 1.5rem 1.75rem;
                border-radius: 14px;
            }
            .rsv__price { font-size: 2.4rem; }
            .rsv__perks li { font-size: .84rem; }

            /* Single card — inside funnel-stage, no nested scroll */
            .rsv__funnel-stage .rsv__tiers {
                overflow-x: visible !important;
                scroll-snap-type: none !important;
                padding: 0 !important;
            }

            /* Carousel dot indicators */
            .rsv__tiers-dots {
                display: flex !important;
                justify-content: center;
                gap: 0.5rem;
                margin-top: 1rem;
            }
            .rsv__tiers-dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: rgba(255,255,255,0.2);
                border: none;
                padding: 0;
                cursor: pointer;
                transition: background 0.3s, transform 0.3s;
            }
            .rsv__tiers-dot.is-active {
                background: var(--clr-red, #D42B2B);
                transform: scale(1.25);
            }

            /* Specs strip */
            .rsv__specs-strip { padding: 3rem 1.25rem; }
            .rsv__specs-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
            .rsv__spec-card { padding: 1.25rem 1rem; }

            /* Comparison table */
            .rsv__section { padding: 3rem 1.25rem; }
            .rsv__vs-table { font-size: .7rem; }
            .rsv__vs-table th, .rsv__vs-table td { padding: .5rem .45rem; }
            .rsv__vs-table th:first-child, .rsv__vs-table td:first-child { min-width: 70px; }

            /* Details strip */
            .rsv__details-strip { padding: 3rem 1.25rem; }
            .rsv__grid { grid-template-columns: 1fr; gap: 1rem; }
            .rsv__detail-card { padding: 1.5rem 1.25rem; }

            /* Testimonials — horizontal snap carousel */
            .rsv__testimonials-grid {
                display: flex !important;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                gap: 0.75rem;
                padding: 0.5rem 1.25rem 1rem;
                margin: 0 -1.25rem;
                scrollbar-width: none;
            }
            .rsv__testimonials-grid::-webkit-scrollbar { display: none; }
            .rsv__testimonial {
                flex: 0 0 78vw;
                min-width: 78vw;
                scroll-snap-align: start;
                padding: 1.5rem;
            }

            /* Pricing table */
            .rsv__table { font-size: .75rem; }
            .rsv__table th, .rsv__table td { padding: .55rem .6rem; }

            /* FAQ */
            .rsv__faq-q { font-size: .88rem; }

            /* Email strip */
            .rsv__email-strip { padding: 3rem 1.25rem; }
            .rsv__email-form { flex-direction: column; }
            .rsv__email-input { padding: .75rem 1rem; }
            .rsv__email-submit { padding: .75rem 1rem; }

            /* Sticky CTA */
            .rsv__sticky { gap: .5rem; padding: .6rem 1rem; }
            .rsv__sticky-text { font-size: .72rem; display: flex; flex-direction: column; line-height: 1.3; }
            .rsv__sticky-text strong { display: block; }
            .rsv__sticky-btn { padding: .55rem 1.2rem; font-size: .72rem; white-space: nowrap; }
        }

        /* ── Small phones ── */
        @media (max-width: 400px) {
            .rsv__hero-heading { font-size: 1.6rem; }
            .rsv__hero-pricing-founder { font-size: 1.9rem; }
            .rsv__hero-pricing-retail { font-size: 1rem; }
            .rsv__funnel-heading { font-size: 1.3rem; }
            .rsv__specs-grid { grid-template-columns: 1fr; }
            .rsv__vs-table { font-size: .62rem; }
            .rsv__vs-table th, .rsv__vs-table td { padding: .4rem .3rem; }
        }

        /* ════════════════════════════════════════════════════════
           INDEX-UNIFIED OVERRIDES — modern, clean, Apple-inspired
           ════════════════════════════════════════════════════════ */

        /* ── 1. Page background ── */
        .rsv { background: var(--clr-bg, #F2EDE5); }

        /* ── 2. Hero refinements ── */
        .rsv__hero-wrap {
            background:
                radial-gradient(ellipse at 78% 12%, rgba(228,230,223,0.72) 0%, transparent 48%),
                radial-gradient(ellipse at 12% 88%, rgba(140,144,134,0.38) 0%, transparent 52%),
                linear-gradient(148deg, #b2b5aa 0%, #c2c5ba 42%, #cdd0c5 100%);
        }
        .rsv__hero {
            padding-bottom: 3rem;
        }
        .rsv__hero-heading { letter-spacing: -0.035em; color: #1B1916; }
        .rsv__hero-heading em { color: #1B1916; opacity: 0.85; }
        .rsv__hero-sub { font-size: 0.95rem; color: rgba(27,25,22,0.55); line-height: 1.65; }
        .rsv__hero-eyebrow { background: rgba(27,25,22,0.08); padding: 0.4rem 1rem; border-radius: 999px; color: #1B1916; font-size: 0.65rem; }
        .rsv__hero-note { color: rgba(27,25,22,0.45) !important; }
        .rsv__hero-btn--primary { background: #1d1d1f !important; color: #fff !important; }
        .rsv__hero-btn--primary:hover { background: #333 !important; }
        .rsv__hero-btn--glass { border-color: rgba(27,25,22,0.2) !important; color: #1B1916 !important; }
        .rsv__hero-pricing-retail { color: rgba(27,25,22,0.4) !important; }
        .rsv__hero-pricing-founder { color: #1B1916 !important; }
        .rsv__hero-pricing-tag { background: rgba(27,25,22,0.08) !important; color: #1B1916 !important; }

        /* Progress card — glass white */
        .rsv__progress {
            background: rgba(255,255,255,0.82);
            backdrop-filter: blur(16px) saturate(1.3);
            -webkit-backdrop-filter: blur(16px) saturate(1.3);
            border: 1px solid rgba(255,255,255,0.95);
            box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 6px 24px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.03);
            border-radius: 16px;
            padding: 1.5rem 1.75rem;
        }
        .rsv__progress-track { background: rgba(27,25,22,0.06); height: 8px; border-radius: 999px; }
        .rsv__progress-bar { border-radius: 999px; }

        /* Pricing row */
        .rsv__hero-pricing-tag { border-radius: 999px; padding: 0.35rem 0.85rem; font-size: 0.6rem; }

        /* ── 3. ALL buttons → pill shape ── */
        .rsv__hero-btn { border-radius: 999px !important; padding: 0.85rem 2rem; font-size: 0.82rem; letter-spacing: 0.02em; }
        .rsv__hero-btn--primary {
            background: #1d1d1f; color: #fff; border: none;
            box-shadow: 0 4px 20px rgba(27,25,22,0.3), 0 0 50px rgba(27,25,22,0.15), 0 0 100px rgba(27,25,22,0.08);
            font-size: 0.88rem; font-weight: 700; letter-spacing: 0.03em;
            padding: 1rem 2.5rem;
            animation: btnPulse 2.5s ease-in-out infinite;
        }
        .rsv__hero-btn--primary:hover {
            background: #333;
            box-shadow: 0 6px 28px rgba(27,25,22,0.45), 0 0 70px rgba(27,25,22,0.25), 0 0 120px rgba(27,25,22,0.14);
            transform: translateY(-2px) scale(1.03);
            animation: none;
        }
        @keyframes btnPulse {
            0%, 100% { box-shadow: 0 4px 20px rgba(27,25,22,0.3), 0 0 50px rgba(27,25,22,0.15), 0 0 100px rgba(27,25,22,0.08); }
            50% { box-shadow: 0 6px 28px rgba(27,25,22,0.4), 0 0 70px rgba(27,25,22,0.22), 0 0 120px rgba(27,25,22,0.12); }
        }
        .rsv__cta { border-radius: 999px !important; padding: 1rem 2rem; font-size: 0.82rem; }
        .rsv__cta--primary { background: var(--clr-red, #D42B2B); border: none; }
        .rsv__sticky-btn { border-radius: 999px !important; border: none; }
        .rsv__email-submit { border-radius: 999px !important; border: none; padding: 0.85rem 1.8rem; }
        .rsv__email-input { border-radius: 12px; }

        /* ── 4. Specs strip → light, not dark ── */
        .rsv__specs-strip {
            background: transparent !important;
            padding: 5rem 2.5rem;
        }
        .rsv__specs-heading { color: var(--clr-text, #1B1916); }
        .rsv__specs-heading em { color: var(--clr-red, #D42B2B); }
        .rsv__specs-sub { color: rgba(27,25,22,0.45); }
        .rsv__spec-card {
            background: rgba(255,255,255,0.82);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.95);
            box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 6px 20px rgba(0,0,0,0.05), 0 1px 4px rgba(0,0,0,0.03);
            border-radius: 16px;
        }
        .rsv__spec-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); background: #ffffff; }
        .rsv__spec-card--accent { border-color: rgba(212,43,43,0.2); background: rgba(212,43,43,0.04); }
        .rsv__spec-card--accent:hover { background: rgba(212,43,43,0.07); }
        .rsv__spec-value { color: var(--clr-text, #1B1916); }
        .rsv__spec-desc { color: rgba(27,25,22,0.45); }

        /* ── Mobile: compact spec list ── */
        @media (max-width: 640px) {
            .rsv__specs-grid {
                grid-template-columns: 1fr !important;
                gap: 0 !important;
                background: rgba(255,255,255,0.82);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                border: 1px solid rgba(255,255,255,0.95);
                border-radius: 16px;
                box-shadow: 0 6px 20px rgba(0,0,0,0.05);
                overflow: hidden;
            }
            .rsv__spec-card {
                background: transparent !important;
                backdrop-filter: none !important;
                border: none !important;
                border-bottom: 1px solid rgba(27,25,22,0.08) !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                padding: 1rem 1.25rem !important;
                cursor: pointer;
                transition: background 0.2s ease !important;
            }
            .rsv__spec-card:last-child { border-bottom: none !important; }
            .rsv__spec-card:hover, .rsv__spec-card.is-open {
                transform: none !important;
                background: rgba(27,25,22,0.03) !important;
            }
            .rsv__spec-value {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 0 !important;
                font-size: 0.84rem !important;
            }
            .rsv__spec-value::after {
                content: '+';
                font-family: var(--font-body, 'Inter', sans-serif);
                font-size: 1rem;
                font-weight: 300;
                color: rgba(27,25,22,0.3);
                transition: transform 0.25s ease;
                flex-shrink: 0;
                margin-left: 0.5rem;
            }
            .rsv__spec-card.is-open .rsv__spec-value::after {
                content: '−';
            }
            .rsv__spec-desc {
                max-height: 0;
                overflow: hidden;
                opacity: 0;
                transition: max-height 0.3s ease, opacity 0.25s ease, margin 0.3s ease;
                margin-top: 0 !important;
                font-size: 0.78rem !important;
                line-height: 1.55 !important;
            }
            .rsv__spec-card.is-open .rsv__spec-desc {
                max-height: 120px;
                opacity: 1;
                margin-top: 0.5rem !important;
            }
        }

        /* ── 5. "What depositors get" → bold dark perk cards ── */
        .rsv__details-strip { background: transparent; padding: 5rem 2.5rem; }
        .rsv__details-heading { color: #1d1d1f; }
        .rsv__details-heading em { color: var(--clr-red, #D42B2B); }
        .rsv__detail-card {
            background: #1d1d1f;
            border: none;
            border-radius: 20px;
            padding: 2.5rem 2rem;
            box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
        }
        .rsv__detail-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.18); transform: translateY(-4px); }
        .rsv__detail-icon { font-size: 2.2rem !important; margin-bottom: 1.25rem !important; color: #fff !important; opacity: 0.9; }
        .rsv__detail-title { color: #fff !important; font-size: 1.3rem !important; font-weight: 700 !important; letter-spacing: -0.02em; margin-bottom: 0.6rem !important; }
        .rsv__detail-desc { color: rgba(255,255,255,0.55) !important; font-size: 0.88rem !important; line-height: 1.65 !important; }
        .rsv__detail-card--accent,
        .rsv__detail-card:first-child {
            background: linear-gradient(135deg, #e04040 0%, #D42B2B 40%, #b82424 100%);
        }
        .rsv__detail-card:first-child .rsv__detail-icon { color: #fff !important; opacity: 1; }
        @media (max-width: 640px) {
            .rsv__detail-card { padding: 2rem 1.5rem !important; }
            .rsv__detail-title { font-size: 1.15rem !important; }
        }
        .rsv__detail-icon { color: var(--clr-text, #1B1916); opacity: 0.65; }

        /* ── 6. Floating panels — comparison, pricing, FAQ ── */
        .rsv__section--narrow,
        .rsv__section--faq {
            background: rgba(255,255,255,0.65);
            backdrop-filter: blur(16px) saturate(1.3);
            -webkit-backdrop-filter: blur(16px) saturate(1.3);
            border: 1px solid rgba(255,255,255,0.9);
            border-radius: 24px;
            padding: 3.5rem 3rem;
            margin-top: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset, 0 8px 32px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.03);
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22,1,0.36,1);
        }
        .rsv__section--narrow.is-in-view,
        .rsv__section--faq.is-in-view { opacity: 1; transform: translateY(0); }

        /* ── 7. Testimonials → glass cards ── */
        .rsv__testimonial {
            background: rgba(255,255,255,0.82);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.95);
            box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 6px 20px rgba(0,0,0,0.05);
            border-radius: 16px;
        }
        .rsv__testimonial-quote { color: #1d1d1f; }
        .rsv__testimonial-author { color: rgba(27,25,22,0.45); }



        /* ── 10. Funnel (reserve card section) — modernize ── */
        .rsv__funnel { border-radius: 24px; margin: 2rem auto; max-width: 960px; }
        .rsv__card { border-radius: 20px; }
        .rsv__badge { border-radius: 999px; }
        .rsv__step-num {
            background: rgba(212,43,43,0.08);
            border: none;
            color: var(--clr-red, #D42B2B);
            font-weight: 800;
        }

        /* ── 12. Email strip ── */
        .rsv__email-strip { border-radius: 24px; margin: 2rem auto; max-width: 960px; }

        /* ── 13. Sticky bar ── */
        .rsv__sticky {
            background: rgba(255,255,255,0.85) !important;
            backdrop-filter: blur(20px) saturate(1.4) !important;
            -webkit-backdrop-filter: blur(20px) saturate(1.4) !important;
            border-top: 1px solid rgba(0,0,0,0.06) !important;
            border-radius: 0 !important;
            box-shadow: 0 -4px 24px rgba(0,0,0,0.06);
        }
        .rsv__sticky-text { color: rgba(27,25,22,0.55) !important; }
        .rsv__sticky-text strong { color: #1d1d1f !important; }
        .rsv__sticky-btn {
            background: #1d1d1f !important;
            color: #fff !important;
            border: none !important;
            border-radius: 999px !important;
            padding: 0.7rem 1.6rem !important;
            font-weight: 600 !important;
        }
        .rsv__sticky-btn:hover { background: #333 !important; }

        /* ── 14. Tables — cleaner ── */
        .rsv__vs-table { border-radius: 12px; overflow: hidden; }
        .rsv__vs-table th { background: rgba(0,0,0,0.02); }
        .rsv__table { border-radius: 12px; overflow: hidden; }
        .rsv__table th { background: rgba(0,0,0,0.02); }

        /* ── 15. FAQ — softer ── */
        .rsv__faq-q { font-size: 0.92rem; padding: 0.2rem 0; }
        .rsv__faq-item { border-color: rgba(0,0,0,0.06); }

        /* ── Mobile panel adjustments ── */
        @media (max-width: 768px) {
            .rsv__section--narrow,
            .rsv__section--faq {
                border-radius: 18px;
                padding: 2rem 1.5rem;
                margin: 1rem 0.75rem;
            }
            .rsv__details-strip { padding: 3rem 1.25rem; }
            .rsv__funnel { border-radius: 18px; margin: 1.5rem 0.75rem; padding: 2.5rem 1.25rem; }
            .rsv__email-strip { border-radius: 18px; margin: 1.5rem 0.75rem; padding: 2.5rem 1.25rem; }
            .rsv__specs-strip { padding: 3rem 1.25rem; }
            .rsv__hero-eyebrow { font-size: 0.58rem; padding: 0.35rem 0.85rem; }
        }

        /* ── Feat-card "+" button (bottom-right) ── */
        .home-features { content-visibility: visible !important; contain: none !important; }
        .feat-card { position: relative !important; overflow: visible !important; }
        .feat-card__plus {
            position: absolute;
            bottom: 1rem;
            right: 1rem;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: rgba(27,25,22,0.15);
            color: rgba(27,25,22,0.6);
            font-size: 1.15rem;
            font-weight: 300;
            line-height: 1;
            display: flex !important;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
            z-index: 10;
        }
        .feat-card__plus:hover {
            background: rgba(27,25,22,0.12);
            color: var(--clr-text, #1B1916);
            transform: scale(1.1);
        }
        .feat-card__plus--light {
            background: rgba(255,255,255,0.1);
            color: rgba(255,255,255,0.45);
        }
        .feat-card__plus--light:hover {
            background: rgba(255,255,255,0.18);
            color: #fff;
        }

        /* ── Spec cards as links ── */
        a.rsv__spec-card {
            text-decoration: none;
            color: inherit;
            display: block;
            cursor: pointer;
        }