﻿     /* ═══════════════════════════════════════════════════════════════
         Diag Manager — Premium Landing Page  2026
         Design: Aurora gradients · Glassmorphism · Bento Grid
         Palette: Terracotta · Deep Teal · Off White
     ═══════════════════════════════════════════════════════════════ */

    :root {
        --indigo:        #b16a43;
        --indigo-dark:   #8b4f2f;
        --violet:        #254a45;
        --cyan:          #6d9a8f;
        --emerald:       #10b981;
        --amber:         #f59e0b;
        --rose:          #f43f5e;
        --grad-brand:    linear-gradient(135deg, #c47b52 0%, #254a45 100%);
        --grad-text:     linear-gradient(135deg, #b16a43 0%, #254a45 100%);
        --page-bg:       #f6efe5;
        --text-900:      #21323a;
        --text-600:      #5e675f;
        --text-400:      #8c887f;
        --border-soft:   rgba(177,106,67,.1);
        --font:          'Plus Jakarta Sans', system-ui, sans-serif;
        --font-display:  'Fraunces', Georgia, serif;
        --r-sm: 8px; --r-md: 12px; --r-lg: 16px;
        --r-xl: 20px; --r-2xl: 28px; --r-3xl: 36px; --r-full: 9999px;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
        font-family: var(--font);
        background:
            radial-gradient(circle at top left, rgba(255,255,255,.7), transparent 34%),
            radial-gradient(circle at bottom right, rgba(37,74,69,.1), transparent 32%),
            linear-gradient(135deg, #faf5ee 0%, #f0e4d4 46%, #f7efe7 100%);
        color: var(--text-900);
        line-height: 1.6;
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased;
    }
    a { text-decoration: none; color: inherit; }

    /* ─── AURORA BACKGROUND ─────────────────────────────────────── */
    .aurora {
        position: fixed; inset: 0; z-index: -1; pointer-events: none;
        background:
            radial-gradient(ellipse 90% 70% at 0% -15%,   rgba(196,123,82,.18) 0%, transparent 55%),
            radial-gradient(ellipse 70% 55% at 100%  10%,  rgba(37,74,69,.13) 0%, transparent 50%),
            radial-gradient(ellipse 80% 45% at 50%  110%,  rgba(109,154,143,.1) 0%, transparent 50%),
            var(--page-bg);
        filter: blur(80px);
    }

    /* ─── NAV ───────────────────────────────────────────────────── */
    .nav {
        position: sticky; top: 0; z-index: 200;
        height: 68px;
        display: flex; align-items: center; justify-content: space-between;
        padding: 0 max(1.5rem, 5vw);
        backdrop-filter: blur(20px) saturate(180%);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        background: rgba(248,249,255,.88);
        border-bottom: 1px solid rgba(79,70,229,.08);
    }
    .nav-logo {
        display: flex; align-items: center; gap: .6rem;
        font-weight: 800; font-size: 1.125rem; color: var(--text-900);
    }
    .nav-logo-mark {
        width: 38px; height: 38px; border-radius: 10px;
        background: var(--grad-brand);
        display: flex; align-items: center; justify-content: center;
        color: #fff; font-weight: 800; font-size: 1.125rem;
        box-shadow: 0 4px 14px rgba(79,70,229,.38);
    }
    .brand-wordmark { letter-spacing: .02em; }
    .brand-accent { color: var(--indigo); }
    .nav-menu { display: flex; align-items: center; gap: 2rem; }
    .nav-links { display: flex; align-items: center; gap: .125rem; list-style: none; }
    .nav-links a {
        padding: .5rem .9rem; font-size: .875rem; font-weight: 500;
        color: var(--text-600); border-radius: var(--r-md);
        transition: all .15s ease;
    }
    .nav-links a:hover { color: var(--indigo); background: rgba(79,70,229,.06); }
    .nav-links a.active { color: var(--indigo); font-weight: 700; border-bottom: 2px solid var(--indigo); border-radius: 0; padding-bottom: .3rem; }
    .nav-cta { display: flex; align-items: center; gap: .75rem; }
    .nav-mobile-toggle { display: none; background: transparent; border: none; font-size: 1.5rem; color: var(--text-900); cursor: pointer; }

    /* ─── BUTTONS ───────────────────────────────────────────────── */
    .btn-ghost {
        padding: .5rem 1.125rem; font-size: .875rem; font-weight: 600;
        color: var(--text-600); background: transparent;
        border: 1.5px solid rgba(79,70,229,.2); border-radius: var(--r-md);
        font-family: var(--font); cursor: pointer; transition: all .15s ease;
        display: inline-flex; align-items: center;
    }
    .btn-ghost:hover { color: var(--indigo); border-color: var(--indigo); background: rgba(79,70,229,.04); }
    .btn-primary {
        display: inline-flex; align-items: center; gap: .4rem;
        padding: .5625rem 1.25rem; font-size: .875rem; font-weight: 700;
        color: #fff; background: var(--grad-brand); border: none;
        border-radius: var(--r-md); font-family: var(--font); cursor: pointer;
        box-shadow: 0 4px 16px rgba(79,70,229,.38), inset 0 1px 0 rgba(255,255,255,.15);
        transition: all .2s ease;
    }
    .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(79,70,229,.44), inset 0 1px 0 rgba(255,255,255,.15); }
    .btn-primary:active { transform: translateY(0); }
    .btn-primary-lg { padding: .9375rem 2.25rem; font-size: 1.0625rem; border-radius: var(--r-lg); }
    .btn-outline-lg {
        display: inline-flex; align-items: center; gap: .4rem;
        padding: .9375rem 2.25rem; font-size: 1.0625rem; font-weight: 700;
        color: var(--indigo); background: rgba(79,70,229,.06);
        border: 1.5px solid rgba(79,70,229,.22); border-radius: var(--r-lg);
        font-family: var(--font); cursor: pointer; transition: all .2s ease;
    }
    .btn-outline-lg:hover { background: rgba(79,70,229,.12); border-color: var(--indigo); }

    /* ─── HERO ──────────────────────────────────────────────────── */
    .hero-wrap { padding: 5.5rem max(1.5rem, 5vw) 5rem; max-width: 1280px; margin: 0 auto; }
    .hero-grid {
        display: grid; grid-template-columns: 1fr 1fr;
        grid-gap: 4rem; gap: 4rem; align-items: center;
    }
    @media (max-width: 960px) {
        .hero-grid { grid-template-columns: 1fr; grid-gap: 3rem; gap: 3rem; }
        .hero-visual-wrap { order: -1; }
    }
    .hero-badge {
        display: inline-flex; align-items: center; gap: .5rem;
        padding: .375rem .875rem; border-radius: var(--r-full);
        background: rgba(79,70,229,.08); border: 1px solid rgba(79,70,229,.16);
        font-size: .8rem; font-weight: 700; color: var(--indigo);
        margin-bottom: 1.5rem; letter-spacing: .03em;
    }
    .badge-dot {
        width: 7px; height: 7px; background: var(--emerald);
        border-radius: 50%; animation: dot-pulse 2s ease-in-out infinite;
    }
    @keyframes dot-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.75)} }
    .hero-copy h1 {
        font-size: clamp(2.25rem, 5vw, 3.75rem);
        font-family: var(--font-display);
        font-weight: 800; line-height: 1.08; letter-spacing: -.025em;
        color: var(--text-900); margin-bottom: 1.5rem;
    }
    .gtxt {
        background: var(--grad-text);
        -webkit-background-clip: text; -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .hero-sub {
        font-size: 1.125rem; color: var(--text-600); line-height: 1.7;
        max-width: 500px; margin-bottom: 2.25rem;
    }
    .hero-sub strong { color: var(--text-900); font-weight: 700; }
    .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
    .hero-trust { display: flex; align-items: center; gap: .875rem; }
    .trust-faces { display: flex; }
    .tf {
        width: 34px; height: 34px; border-radius: 50%;
        border: 2.5px solid white; margin-left: -10px;
        background: var(--grad-brand); display: flex;
        align-items: center; justify-content: center;
        font-size: .6875rem; font-weight: 700; color: white; letter-spacing: .01em;
    }
    .tf:first-child { margin-left: 0; }
    .tf:nth-child(2) { background: linear-gradient(135deg,#0ea5e9,#06b6d4); }
    .tf:nth-child(3) { background: linear-gradient(135deg,#10b981,#34d399); }
    .tf:nth-child(4) { background: linear-gradient(135deg,#f59e0b,#f97316); }
    .trust-label { font-size: .875rem; color: var(--text-600); line-height: 1.4; }
    .trust-label strong { color: var(--text-900); font-weight: 700; }

    /* ─── HERO MOCKUP ───────────────────────────────────────────── */
    .hero-visual-wrap { position: relative; padding: 1rem; }
    .mockup {
        background: white; border-radius: var(--r-2xl);
        box-shadow: 0 30px 80px rgba(79,70,229,.18), 0 0 0 1px rgba(79,70,229,.08);
        overflow: hidden;
        animation: mock-float 7s ease-in-out infinite;
    }
    @keyframes mock-float {
        0%,100%{ transform: translateY(0) rotate(-.4deg); }
        50%{ transform: translateY(-14px) rotate(.4deg); }
    }
    .mock-bar {
        background: var(--grad-brand); padding: .875rem 1.25rem;
        display: flex; align-items: center; gap: .75rem;
    }
    .mock-dots { display: flex; gap: .375rem; }
    .mock-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.35); }
    .mock-bar-title { font-size: .8125rem; font-weight: 600; color: rgba(255,255,255,.9); flex: 1; }
    .mock-bar-date { font-size: .75rem; color: rgba(255,255,255,.6); }
    .mock-body { padding: 1.25rem; background: #f1f5ff; }
    .mock-stats { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: .625rem; gap: .625rem; margin-bottom: .875rem; }
    .mock-stat {
        background: white; border-radius: var(--r-md); padding: .875rem .75rem;
        box-shadow: 0 2px 8px rgba(0,0,0,.05);
    }
    .mock-stat-lbl { font-size: .625rem; color: var(--text-400); margin-bottom: .25rem; text-transform: uppercase; letter-spacing: .06em; }
    .mock-stat-val { font-size: 1.0625rem; font-weight: 800; color: var(--text-900); }
    .mock-stat-val.c-indigo { color: var(--indigo); }
    .mock-stat-val.c-green  { color: var(--emerald); }
    .mock-stat-val.c-amber  { color: var(--amber); }
    .mock-chart { background: white; border-radius: var(--r-md); padding: 1rem; margin-bottom: .875rem; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
    .mock-chart-head { font-size: .6875rem; font-weight: 700; color: var(--text-400); text-transform: uppercase; letter-spacing: .07em; margin-bottom: .75rem; }
    .mock-bars { display: flex; align-items: flex-end; gap: .3rem; height: 54px; }
    .mock-bar-col {
        flex: 1; border-radius: 3px 3px 0 0;
        background: linear-gradient(to top, rgba(79,70,229,.18), rgba(79,70,229,.5));
    }
    .mock-bar-col.hi { background: linear-gradient(to top, rgba(79,70,229,.4), var(--indigo)); }
    .mock-patients { background: white; border-radius: var(--r-md); overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
    .mock-patients-hd { padding: .5rem 1rem; font-size: .625rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-400); border-bottom: 1px solid rgba(0,0,0,.05); }
    .mock-row {
        padding: .5rem 1rem; display: flex; align-items: center; gap: .625rem;
        border-bottom: 1px solid rgba(0,0,0,.04);
    }
    .mock-row:last-child { border-bottom: none; }
    .mock-av {
        width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
        display: flex; align-items: center; justify-content: center;
        font-size: .5625rem; font-weight: 800; color: white;
    }
    .mock-name { font-size: .75rem; font-weight: 600; color: var(--text-900); flex: 1; }
    .mock-test { font-size: .6875rem; color: var(--text-400); }
    .mock-pill {
        font-size: .5625rem; font-weight: 700; padding: .2rem .5rem;
        border-radius: var(--r-full); white-space: nowrap;
    }
    .pill-done { background: rgba(16,185,129,.12); color: #059669; }
    .pill-pending { background: rgba(245,158,11,.12); color: #d97706; }
    .pill-lab { background: rgba(79,70,229,.1); color: var(--indigo); }

    /* Floating info badges around mockup */
    .fb {
        position: absolute; background: white; border-radius: var(--r-lg);
        padding: .75rem 1rem; box-shadow: 0 8px 28px rgba(0,0,0,.12);
        display: flex; align-items: center; gap: .625rem; white-space: nowrap;
        border: 1px solid rgba(255,255,255,.9); z-index: 2;
    }
    .fb-icon { font-size: 1.375rem; line-height: 1; }
    .fb-label { font-size: .75rem; color: var(--text-400); }
    .fb-value { font-size: .9375rem; font-weight: 800; color: var(--text-900); }
    .fb-1 {
        top: 10%; right: -60px;
        animation: fb-float-1 5.5s ease-in-out infinite;
    }
    .fb-2 {
        bottom: 18%; left: -36px;
        animation: fb-float-2 6s ease-in-out infinite;
    }
    @keyframes fb-float-1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
    @keyframes fb-float-2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(9px)} }

    /* ─── TRUST STRIPE ──────────────────────────────────────────── */
    .trust-stripe {
        border-top: 1px solid rgba(79,70,229,.07);
        border-bottom: 1px solid rgba(79,70,229,.07);
        background: rgba(255,255,255,.6);
        -webkit-backdrop-filter: blur(8px); /* Chrome < 76 prefix */
        backdrop-filter: blur(8px);
        padding: 1.5rem max(1.5rem, 5vw);
    }
    .trust-stripe-inner {
        max-width: 1280px; margin: 0 auto;
        display: flex; align-items: center; justify-content: space-between;
        gap: 1.5rem; flex-wrap: wrap;
    }
    .ts-label { font-size: .8125rem; font-weight: 600; color: var(--text-400); white-space: nowrap; }
    .ts-items { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
    .ts-item { display: flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 600; color: var(--text-600); }
    .ts-icon { font-size: 1.125rem; }

    /* ─── PROBLEM BAND ──────────────────────────────────────────── */
    .problem-band {
        background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 45%, #0c1332 100%);
        padding: 5rem max(1.5rem, 5vw);
        position: relative; overflow: hidden;
    }
    .problem-band::before {
        content: ''; position: absolute; inset: 0;
        background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(79,70,229,.12) 0%, transparent 70%);
    }
    .problem-inner {
        max-width: 1280px; margin: 0 auto; position: relative;
    }
    .problem-top { text-align: center; margin-bottom: 3.5rem; }
    .problem-eyebrow {
        font-size: .8125rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
        color: rgba(165,180,252,.8); margin-bottom: .875rem;
    }
    .problem-top h2 {
        font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800;
        line-height: 1.15; color: white; margin-bottom: 1rem;
    }
    .problem-top p { font-size: 1.0625rem; color: rgba(148,163,184,.9); max-width: 520px; margin: 0 auto; line-height: 1.65; }
    .problem-cards { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 1.5rem; gap: 1.5rem; }
    @media (max-width: 768px) { .problem-cards { grid-template-columns: 1fr; } }
    .problem-card {
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(255,255,255,.08);
        border-radius: var(--r-xl); padding: 2rem 1.75rem;
        text-align: center; display: flex; flex-direction: column; height: 100%;
        transition: border-color .25s ease, background .25s ease;
    }
    .problem-card:hover { background: rgba(255,255,255,.07); border-color: rgba(165,180,252,.25); }
    .problem-card-icon { font-size: 2.25rem; margin-bottom: 1rem; }
    .problem-stat {
        font-size: 3.25rem; font-weight: 800; line-height: 1;
        background: linear-gradient(135deg, #a5b4fc, #67e8f9);
        -webkit-background-clip: text; -webkit-text-fill-color: transparent;
        background-clip: text; margin-bottom: .625rem;
    }
    .problem-desc { font-size: .9375rem; color: rgba(148,163,184,.9); line-height: 1.6; }
    .problem-desc strong { color: rgba(225,232,248,.95); font-weight: 700; }

    /* ─── SECTION UTILITIES ─────────────────────────────────────── */
    .sec { padding: 6rem max(1.5rem, 5vw); }
    .sec-inner { max-width: 1280px; margin: 0 auto; }
    .sec-label {
        display: inline-flex; align-items: center; gap: .5rem;
        font-size: .8rem; font-weight: 700; color: var(--indigo);
        text-transform: uppercase; letter-spacing: .12em; margin-bottom: .875rem;
    }
    .sec-label::before { content: ''; width: 18px; height: 2px; background: var(--indigo); border-radius: 1px; }
    .sec-headline {
        font-size: clamp(1.875rem, 4vw, 2.875rem); font-weight: 800;
        letter-spacing: -.025em; line-height: 1.12; color: var(--text-900);
        margin-bottom: .875rem;
    }
    .sec-sub { font-size: 1.0625rem; color: var(--text-600); line-height: 1.65; max-width: 540px; }
    .sec-head-block { margin-bottom: 3.5rem; }

    /* ─── BENTO GRID ────────────────────────────────────────────── */
    .bento {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 1.25rem; gap: 1.25rem;
    }
    .bc { /* bento card base */
        background: white; border-radius: var(--r-xl);
        border: 1px solid rgba(79,70,229,.08); padding: 2rem;
        transition: transform .25s ease, box-shadow .25s ease;
        position: relative; overflow: hidden;
        display: flex; flex-direction: column; height: 100%;
    }
    .bc:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(79,70,229,.11); }
    .bc-icon {
        width: 52px; height: 52px; border-radius: var(--r-lg);
        display: flex; align-items: center; justify-content: center;
        font-size: 1.5rem; margin-bottom: 1.25rem;
    }
    .ic-indigo  { background: rgba(79,70,229,.1); }
    .ic-violet  { background: rgba(124,58,237,.1); }
    .ic-cyan    { background: rgba(14,165,233,.1); }
    .ic-emerald { background: rgba(16,185,129,.1); }
    .ic-amber   { background: rgba(245,158,11,.1); }
    .ic-rose    { background: rgba(244,63,94,.1); }
    .bn { /* bento title */ font-size: 1.125rem; font-weight: 700; color: var(--text-900); margin-bottom: .5rem; }
    .bp { /* bento para  */ font-size: .9375rem; color: var(--text-600); line-height: 1.65; }

    /* Grid spans */
    .s7  { grid-column: span 7; }
    .s5  { grid-column: span 5; }
    .s4  { grid-column: span 4; }
    .s4b { grid-column: span 4; }
    .s4c { grid-column: span 4; }
    .s6  { grid-column: span 6; }
    .s6b { grid-column: span 6; }
    @media (max-width: 1024px) {
        .s7, .s5 { grid-column: span 6; }
        .s4,.s4b,.s4c { grid-column: span 4; }
        .s6,.s6b { grid-column: span 6; }
    }
    @media (max-width: 768px) {
        .bento { grid-template-columns: 1fr 1fr; }
        .s7,.s5,.s4,.s4b,.s4c,.s6,.s6b { grid-column: span 2; }
    }
    @media (max-width: 500px) {
        .bento { grid-template-columns: 1fr; }
        .s7,.s5,.s4,.s4b,.s4c,.s6,.s6b { grid-column: span 1; }
    }

    /* Featured ai card */
    .bc-feat {
        background: var(--grad-brand);
        border: none;
    }
    .bc-feat .bn { color: white; }
    .bc-feat .bp { color: rgba(255,255,255,.82); }
    .bc-feat .bc-icon { background: rgba(255,255,255,.16); }
    .bc-feat:hover { box-shadow: 0 20px 50px rgba(79,70,229,.32); }

    .ai-vis {
        margin-top: 1.5rem; background: rgba(255,255,255,.1);
        border-radius: var(--r-lg); padding: 1rem;
        display: flex; align-items: center; gap: 1rem;
    }
    .ai-img {
        width: 72px; height: 72px; background: rgba(255,255,255,.15);
        border-radius: var(--r-md); display: flex; align-items: center; justify-content: center;
        font-size: 1.75rem; position: relative; overflow: hidden; flex-shrink: 0;
    }
    .ai-img::after {
        content: ''; position: absolute; left: 0; right: 0; height: 2px;
        background: rgba(255,255,255,.75); top: 0;
        animation: ai-scan 2s linear infinite;
    }
    @keyframes ai-scan { 0%{top:0} 100%{top:100%} }
    .ai-sep { font-size: 1.25rem; color: rgba(255,255,255,.5); }
    .ai-out { flex: 1; }
    .ai-line { height: 8px; background: rgba(255,255,255,.28); border-radius: 4px; margin-bottom: .5rem; }
    .ai-line:last-child { width: 65%; margin-bottom: 0; }
    .ai-caption { font-size: .75rem; color: rgba(255,255,255,.55); margin-top: .5rem; font-style: italic; }

    /* Bill mini card */
    .bill-mini {
        margin-top: 1.25rem; background: #f8faff; border-radius: var(--r-md);
        padding: .875rem 1rem; font-size: .8125rem;
    }
    .bill-row { display: flex; justify-content: space-between; padding: .25rem 0; color: var(--text-600); }
    .bill-row.total { border-top: 1px solid rgba(0,0,0,.07); margin-top: .25rem; padding-top: .5rem; font-weight: 700; color: var(--text-900); }
    .gst-ok { display: inline-flex; align-items: center; gap: .3rem; margin-top: .5rem; font-size: .6875rem; font-weight: 700; color: #059669; background: rgba(16,185,129,.1); padding: .2rem .6rem; border-radius: var(--r-full); }

    /* Stock mini visual */
    .stock-vis { margin-top: 1.25rem; }
    .stock-item { display: flex; align-items: center; gap: .625rem; margin-bottom: .625rem; }
    .stock-item:last-child { margin-bottom: 0; }
    .stock-name { font-size: .8125rem; color: var(--text-600); flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .stock-bar-wrap { flex: 2; background: rgba(0,0,0,.06); border-radius: var(--r-full); height: 8px; overflow: hidden; }
    .stock-bar-fill { height: 100%; border-radius: var(--r-full); transition: width .4s ease; }
    .stock-val { font-size: .75rem; font-weight: 700; color: var(--text-900); width: 32px; text-align: right; }
    .sb-green  { background: linear-gradient(90deg,#10b981,#34d399); }
    .sb-amber  { background: linear-gradient(90deg,#f59e0b,#fbbf24); }
    .sb-rose   { background: linear-gradient(90deg,#f43f5e,#fb7185); }

    /* Commission mini */
    .comm-vis { margin-top: 1.125rem; }
    .comm-row { display: flex; align-items: center; justify-content: space-between; padding: .4375rem 0; border-bottom: 1px solid rgba(0,0,0,.05); }
    .comm-row:last-child { border-bottom: none; }
    .comm-dr { font-size: .8125rem; font-weight: 600; color: var(--text-900); }
    .comm-amt { font-size: .875rem; font-weight: 800; color: var(--indigo); }
    .comm-badge { font-size: .625rem; font-weight: 700; padding: .175rem .5rem; border-radius: var(--r-full); }
    .cb-paid { background: rgba(16,185,129,.12); color: #059669; }
    .cb-due  { background: rgba(245,158,11,.12); color: #d97706; }

    /* ─── HOW IT WORKS ──────────────────────────────────────────── */
    .how-section {
        padding: 6rem max(1.5rem, 5vw);
        background: linear-gradient(180deg, rgba(79,70,229,.04) 0%, transparent 100%);
    }
    .how-inner { max-width: 1280px; margin: 0 auto; }
    .steps-row {
        display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 2rem; gap: 2rem;
        position: relative;
    }
    @media (max-width: 768px) { .steps-row { grid-template-columns: 1fr; } }
    .steps-row::before {
        content: ''; position: absolute;
        top: 32px; left: calc(16.67% + 1rem); right: calc(16.67% + 1rem);
        height: 1px;
        background: linear-gradient(90deg, rgba(79,70,229,.25) 0%, rgba(14,165,233,.25) 100%);
        border-top: 1px dashed rgba(79,70,229,.22);
    }
    @media (max-width: 768px) { .steps-row::before { display: none; } }
    .step-card {
        background: white; border-radius: var(--r-xl);
        border: 1px solid rgba(79,70,229,.08); padding: 2.25rem 1.75rem;
        text-align: center; position: relative;
        transition: transform .25s ease, box-shadow .25s ease;
    }
    .step-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(79,70,229,.1); }
    .step-num {
        width: 56px; height: 56px; border-radius: 50%; background: var(--grad-brand);
        display: flex; align-items: center; justify-content: center;
        font-size: 1.375rem; font-weight: 800; color: white;
        margin: 0 auto 1.5rem;
        box-shadow: 0 6px 20px rgba(79,70,229,.38); position: relative; z-index: 1;
    }
    .step-card h3 { font-size: 1.0625rem; font-weight: 700; color: var(--text-900); margin-bottom: .625rem; }
    .step-card p  { font-size: .9375rem; color: var(--text-600); line-height: 1.65; }

    /* ─── TESTIMONIALS ──────────────────────────────────────────── */
    .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(290px,1fr)); grid-gap: 1.5rem; gap: 1.5rem; }
    .tcard {
        background: white; border-radius: var(--r-xl);
        border: 1px solid rgba(79,70,229,.08); padding: 2rem;
        position: relative; transition: transform .25s ease, box-shadow .25s ease;
        display: flex; flex-direction: column; height: 100%;
    }
    .tcard:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(79,70,229,.1); }
    .tcard-stars { position: absolute; top: 1.75rem; right: 1.75rem; color: var(--amber); font-size: .875rem; letter-spacing: .1em; }
    .tcard-quote { font-size: 3rem; line-height: 1; color: var(--indigo); opacity: .15; font-family: Georgia,serif; margin-bottom: .25rem; }
    .tcard-text { font-size: .9375rem; color: var(--text-600); line-height: 1.72; margin-bottom: 1.5rem; font-style: italic; }
    .tcard-author { display: flex; align-items: center; gap: .75rem; margin-top: auto; }
    .tcard-av {
        width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
        display: flex; align-items: center; justify-content: center;
        font-weight: 800; font-size: .9375rem; color: white;
    }
    .tcard-name { font-size: .9375rem; font-weight: 700; color: var(--text-900); }
    .tcard-role { font-size: .8125rem; color: var(--text-400); margin-top: .125rem; }

    /* ─── PRICING ───────────────────────────────────────────────── */
    .pricing-section {
        padding: 6rem max(1.5rem, 5vw);
        background: linear-gradient(180deg, #f0f4ff 0%, var(--page-bg) 100%);
    }
    .pricing-inner { max-width: 1280px; margin: 0 auto; }
    .pricing-grid {
        display: grid; grid-template-columns: repeat(3,1fr);
        grid-gap: 1.5rem; gap: 1.5rem; max-width: 980px; margin: 0 auto;
        align-items: center;
    }
    @media (max-width: 768px) { .pricing-grid { grid-template-columns: 1fr; } }
    .pcard {
        background: white; border-radius: var(--r-xl);
        border: 1.5px solid rgba(79,70,229,.1); padding: 2.25rem 2rem;
        transition: transform .25s ease, box-shadow .25s ease; position: relative;
    }
    .pcard:hover:not(.pcard-pop) { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(79,70,229,.1); }
    .pcard-pop {
        background: var(--grad-brand); border-color: transparent;
        box-shadow: 0 24px 64px rgba(79,70,229,.32);
    }
    .pop-chip {
        position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
        background: linear-gradient(135deg,#f59e0b,#f97316); color: white;
        font-size: .6875rem; font-weight: 800; padding: .25rem .875rem;
        border-radius: var(--r-full); text-transform: uppercase; letter-spacing: .1em; white-space: nowrap;
    }
    .plan-name {
        font-size: .75rem; font-weight: 700; text-transform: uppercase;
        letter-spacing: .12em; color: var(--text-400); margin-bottom: .75rem;
    }
    .pcard-pop .plan-name { color: rgba(255,255,255,.7); }
    .plan-price {
        font-size: 3.25rem; font-weight: 800; color: var(--text-900);
        line-height: 1; margin-bottom: .25rem;
    }
    .pcard-pop .plan-price { color: white; }
    .plan-price sup { font-size: 1.25rem; vertical-align: top; margin-top: .5rem; }
    .plan-period { font-size: .875rem; color: var(--text-400); margin-bottom: 1.5rem; }
    .pcard-pop .plan-period { color: rgba(255,255,255,.6); }
    .plan-div { height: 1px; background: rgba(0,0,0,.06); margin-bottom: 1.5rem; }
    .pcard-pop .plan-div { background: rgba(255,255,255,.15); }
    .plan-feats { list-style: none; margin-bottom: 2rem; }
    .plan-feats li { display: flex; align-items: flex-start; gap: .625rem; padding: .5rem 0; font-size: .9375rem; color: var(--text-600); }
    .pcard-pop .plan-feats li { color: rgba(255,255,255,.87); }
    .pf-chk {
        width: 18px; height: 18px; background: rgba(16,185,129,.15);
        border-radius: 50%; display: flex; align-items: center; justify-content: center;
        font-size: .5625rem; font-weight: 700; color: #059669; flex-shrink: 0; margin-top: .15rem;
    }
    .pcard-pop .pf-chk { background: rgba(255,255,255,.2); color: white; }
    .btn-plan {
        width: 100%; display: flex; align-items: center; justify-content: center;
        padding: .9375rem 1.5rem; font-size: .9375rem; font-weight: 700;
        border-radius: var(--r-lg); border: none; cursor: pointer;
        font-family: var(--font); transition: all .2s ease; text-decoration: none;
    }
    .btn-plan-def {
        background: rgba(79,70,229,.07); color: var(--indigo);
        border: 1.5px solid rgba(79,70,229,.2);
    }
    .btn-plan-def:hover { background: rgba(79,70,229,.13); border-color: var(--indigo); }
    .btn-plan-wh {
        background: white; color: var(--indigo);
        box-shadow: 0 4px 16px rgba(0,0,0,.14);
    }
    .btn-plan-wh:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,.18); }

    /* ─── FAQ ───────────────────────────────────────────────────── */
    .faq-wrap { max-width: 760px; margin: 0 auto; }
    .faq-list { list-style: none; }
    .faq-item { border-bottom: 1px solid rgba(79,70,229,.1); }
    .faq-item:first-child { border-top: 1px solid rgba(79,70,229,.1); }
    .faq-btn {
        width: 100%; display: flex; justify-content: space-between; align-items: center;
        gap: 1rem; padding: 1.25rem 0; font-size: .9375rem; font-weight: 600;
        color: var(--text-900); background: transparent; border: none; text-align: left;
        cursor: pointer; font-family: var(--font);
    }
    .faq-btn:hover { color: var(--indigo); }
    .faq-chev {
        width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
        background: rgba(79,70,229,.08); display: flex; align-items: center; justify-content: center;
        color: var(--indigo); font-size: .75rem;
        transition: transform .25s ease, background .2s ease;
    }
    .faq-item.open .faq-chev { transform: rotate(180deg); background: var(--indigo); color: white; }
    .faq-ans { display: none; padding-bottom: 1.25rem; font-size: .9375rem; color: var(--text-600); line-height: 1.72; }
    .faq-item.open .faq-ans { display: block; }

    /* ─── FINAL CTA ─────────────────────────────────────────────── */
    .cta-wrap { padding: 0 max(1.5rem, 5vw) 6rem; max-width: 1280px; margin: 0 auto; }
    .cta-box {
        background: var(--grad-brand); border-radius: var(--r-3xl);
        padding: 5rem 3rem; text-align: center; position: relative; overflow: hidden;
    }
    .cta-box::before {
        content: ''; position: absolute; top: -80%; left: -15%;
        width: 55%; height: 220%;
        background: radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 65%);
    }
    .cta-box::after {
        content: ''; position: absolute; bottom: -80%; right: -15%;
        width: 55%; height: 220%;
        background: radial-gradient(circle,rgba(255,255,255,.07) 0%,transparent 65%);
    }
    .cta-box h2 {
        font-size: clamp(1.75rem, 4vw, 2.875rem); font-weight: 800;
        color: white; line-height: 1.12; margin-bottom: 1rem;
        position: relative; z-index: 1;
    }
    .cta-box p {
        font-size: 1.125rem; color: rgba(255,255,255,.85);
        margin-bottom: 2.5rem; position: relative; z-index: 1;
    }
    .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
    .btn-cta-wh {
        display: inline-flex; align-items: center; gap: .5rem;
        padding: 1rem 2.25rem; font-size: 1.0625rem; font-weight: 700;
        color: var(--indigo); background: white; border: none;
        border-radius: var(--r-lg); font-family: var(--font); cursor: pointer;
        box-shadow: 0 4px 20px rgba(0,0,0,.16); transition: all .2s ease; text-decoration: none;
    }
    .btn-cta-wh:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,0,0,.22); }
    .btn-cta-gh {
        display: inline-flex; align-items: center; gap: .5rem;
        padding: 1rem 2.25rem; font-size: 1.0625rem; font-weight: 700;
        color: white; background: rgba(255,255,255,.14);
        border: 1.5px solid rgba(255,255,255,.3); border-radius: var(--r-lg);
        font-family: var(--font); cursor: pointer; transition: all .2s ease; text-decoration: none;
    }
    .btn-cta-gh:hover { background: rgba(255,255,255,.22); }

    /* ─── FOOTER ────────────────────────────────────────────────── */
    .footer {
        border-top: 1px solid rgba(79,70,229,.08);
        padding: 2.75rem max(1.5rem, 5vw);
    }
    .footer-inner {
        max-width: 1280px; margin: 0 auto;
        display: flex; align-items: center; justify-content: space-between;
        flex-wrap: wrap; gap: 1.5rem;
    }
    .footer-brand { display: flex; align-items: center; gap: .625rem; text-decoration: none; }
    .footer-mark {
        width: 32px; height: 32px; border-radius: 8px;
        background: var(--grad-brand); display: flex; align-items: center; justify-content: center;
        color: white; font-weight: 800; font-size: .9375rem;
    }
    .footer-name { font-weight: 700; font-size: 1rem; color: var(--text-900); }
    .footer-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; flex-wrap: wrap; }
    .footer-links a { font-size: .875rem; color: var(--text-400); transition: color .15s ease; }
    .footer-links a:hover { color: var(--indigo); }
    .footer-copy { font-size: .8125rem; color: var(--text-400); }
    .footer-copy a { color: var(--indigo); }

    /* ─── ANIMATIONS ────────────────────────────────────────────── */
    .fade-up {
        opacity: 0; transform: translateY(28px);
        transition: opacity .6s ease, transform .6s ease;
    }
    .fade-up.visible { opacity: 1; transform: translateY(0); }
    .fade-up:nth-child(2) { transition-delay: .08s; }
    .fade-up:nth-child(3) { transition-delay: .16s; }
    .fade-up:nth-child(4) { transition-delay: .24s; }
    .fade-up:nth-child(5) { transition-delay: .32s; }

    /* ─── RESPONSIVE MISC ───────────────────────────────────────── */
    @media (max-width: 640px) {
        .nav-menu {
            display: none; flex-direction: column; position: absolute;
            top: 68px; left: 0; right: 0; background: rgba(255,255,255,.98);
            backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
            padding: 1.5rem; border-bottom: 1px solid rgba(79,70,229,.1);
            box-shadow: 0 10px 25px rgba(0,0,0,.05); gap: 1rem;
        }
        .nav-menu.open { display: flex; }
        .nav-links { flex-direction: column; width: 100%; text-align: center; gap: .75rem; margin-bottom: .5rem; }
        .nav-cta { flex-direction: column; width: 100%; }
        .nav-cta a { width: 100%; justify-content: center; }
        .nav-mobile-toggle { display: block; margin-left: auto; }
        .fb { display: none; }
        .hero-wrap { padding: 3.5rem 1.25rem 4rem; }
        .cta-box { padding: 3rem 1.5rem; }
        .cta-wrap { padding-bottom: 4rem; }
    }

    /* ─── Warm Theme Overrides ─────────────────────────────────── */
    .nav {
        background: rgba(251,246,239,.9);
        border-bottom: 1px solid rgba(177,106,67,.1);
        box-shadow: 0 12px 24px rgba(107,77,52,.05);
    }
    .nav-links a:hover {
        color: var(--indigo);
        background: rgba(177,106,67,.08);
    }
    .nav-mobile-toggle {
        color: var(--text-900);
    }
    .btn-ghost,
    .btn-outline-lg,
    .btn-plan-def {
        border-color: rgba(177,106,67,.2);
    }
    .btn-ghost:hover,
    .btn-outline-lg:hover,
    .btn-plan-def:hover {
        background: rgba(177,106,67,.1);
    }
    .mockup,
    .bc,
    .step-card,
    .tcard,
    .pcard,
    .faq-item:first-child,
    .faq-item,
    .footer {
        border-color: rgba(121,87,62,.09);
    }
    .mockup {
        box-shadow: 0 30px 80px rgba(93,64,43,.16), 0 0 0 1px rgba(177,106,67,.08);
    }
    .mock-body,
    .bill-mini {
        background: #f8f2ea;
    }
    .problem-band {
        background: linear-gradient(135deg, #22353d 0%, #2d4c46 44%, #5f392a 100%);
    }
    .problem-band::before {
        background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(196,123,82,.14) 0%, transparent 70%);
    }
    .trust-stripe {
        border-top: 1px solid rgba(177,106,67,.08);
        border-bottom: 1px solid rgba(177,106,67,.08);
        background: rgba(255,250,244,.7);
    }
    .how-section {
        background: linear-gradient(180deg, rgba(177,106,67,.05) 0%, transparent 100%);
    }
    .steps-row::before {
        background: linear-gradient(90deg, rgba(177,106,67,.22) 0%, rgba(37,74,69,.25) 100%);
        border-top: 1px dashed rgba(177,106,67,.2);
    }
    .step-num,
    .nav-logo-mark,
    .footer-mark {
        box-shadow: 0 8px 24px rgba(177,106,67,.24);
    }
    .pricing-section {
        background: linear-gradient(180deg, #f2e7d8 0%, var(--page-bg) 100%);
    }
    .cta-box {
        background: linear-gradient(135deg, #b96c45 0%, #244843 100%);
    }
    .faq-chev {
        background: rgba(177,106,67,.08);
    }
    .footer-copy a,
    .footer-links a:hover,
    .tcard-quote,
    .comm-amt {
        color: var(--indigo);
    }
