@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swap');

/* ============================================================
   Theme tokens
   Brand chrome (nav, hero, footer, dark bands) stays dark in both
   themes. Everything below flips with [data-theme].
   ============================================================ */
:root {
    /* Brand green — fixed */
    --vh-green: #22b573;
    --vh-green-hover: #1a9460;
    --vh-green-bright: #2fd98c;
    --vh-green-glow: rgba(34, 181, 115, 0.35);

    /* Fixed ink scale used by the always-dark chrome */
    --vh-ink: #0b1220;
    --vh-ink-2: #101c30;
    --vh-navy: #0f172a;

    --vh-radius: 14px;
    --vh-radius-lg: 22px;
    --vh-max: 1220px;
    --vh-nav-h: 72px;

    --vh-font: 'Plus Jakarta Sans', system-ui, sans-serif;
    --vh-mono: 'JetBrains Mono', ui-monospace, monospace;
}

/* ---- Light theme (default) ---- */
:root,
[data-theme="light"] {
    color-scheme: light;

    /* Chrome: top bar, nav, hero, mobile menu, sticky CTA */
    --vh-topbar-bg: #eef2f7;
    --vh-topbar-fg: #475569;
    --vh-topbar-fg-strong: #0f172a;
    --vh-nav-bg: #ffffff;
    --vh-nav-fg: #475569;
    --vh-nav-fg-strong: #0f172a;
    --vh-nav-hover-bg: #f1f5f9;
    --vh-chrome-border: #e2e8f0;
    --vh-nav-shadow: 0 14px 40px rgba(11, 18, 32, 0.1);

    --vh-hero-bg: #ffffff;
    --vh-hero-heading: #0f172a;
    --vh-hero-fg: #475569;
    --vh-hero-fg-strong: #1e293b;
    --vh-hero-accent: #1a9460;
    --vh-hero-glow: rgba(34, 181, 115, 0.16);
    --vh-hero-grid: rgba(15, 23, 42, 0.05);
    --vh-hero-rule: #e2e8f0;

    --vh-pill-bg: #f1f5f9;
    --vh-pill-border: #e2e8f0;
    --vh-pill-fg: #475569;

    --vh-glass-bg: #ffffff;
    --vh-glass-border: #e2e8f0;
    --vh-glass-shadow: 0 30px 70px rgba(11, 18, 32, 0.14);
    --vh-calc-fg: #0f172a;
    --vh-calc-muted: #64748b;
    --vh-calc-input-bg: #f7f9fb;
    --vh-calc-input-border: #cbd5e1;
    --vh-calc-divider: #e2e8f0;
    --vh-calc-btn-bg: #e2e8f0;
    --vh-calc-btn-fg: #0f172a;

    --vh-ghost-bg: #ffffff;
    --vh-ghost-border: #cbd5e1;
    --vh-ghost-fg: #0f172a;

    --vh-page: #f7f9fb;
    --vh-surface: #ffffff;
    --vh-surface-2: #ffffff;
    --vh-border: #e2e8f0;

    --vh-heading: #0f172a;
    --vh-text: #1e293b;
    --vh-text-2: #334155;
    --vh-muted: #64748b;

    --vh-accent-ink: #1a9460;
    --vh-accent-wash: rgba(34, 181, 115, 0.07);
    --vh-accent-soft: #e8f8f0;

    --vh-input-bg: #f7f9fb;
    --vh-input-bg-focus: #ffffff;
    --vh-chip-bg: #f7f9fb;

    --vh-icon-blue-bg: #eef2ff;
    --vh-icon-blue-fg: #4338ca;
    --vh-icon-amber-bg: #fff7ed;
    --vh-icon-amber-fg: #c2410c;

    --vh-success-bg: #e8f8f0;
    --vh-success-fg: #1a9460;
    --vh-success-border: rgba(34, 181, 115, 0.3);
    --vh-error-bg: #fef2f2;
    --vh-error-fg: #b91c1c;
    --vh-error-border: #fecaca;

    --vh-shadow: 0 30px 70px rgba(11, 18, 32, 0.14);
    --vh-shadow-sm: 0 10px 30px rgba(11, 18, 32, 0.08);

    /* Dark bands sit deeper than the page in light mode */
    --vh-band: #0b1220;
    --vh-band-surface: #101c30;
    --vh-band-border: rgba(148, 163, 184, 0.18);
}

/* ---- Dark theme ---- */
[data-theme="dark"] {
    color-scheme: dark;

    --vh-topbar-bg: #060c17;
    --vh-topbar-fg: #cbd5e1;
    --vh-topbar-fg-strong: #ffffff;
    --vh-nav-bg: #0b1220;
    --vh-nav-fg: #cbd5e1;
    --vh-nav-fg-strong: #ffffff;
    --vh-nav-hover-bg: rgba(148, 163, 184, 0.1);
    --vh-chrome-border: rgba(148, 163, 184, 0.14);
    --vh-nav-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);

    --vh-hero-bg: #0b1220;
    --vh-hero-heading: #ffffff;
    --vh-hero-fg: #94a3b8;
    --vh-hero-fg-strong: #e2e8f0;
    --vh-hero-accent: #2fd98c;
    --vh-hero-glow: rgba(34, 181, 115, 0.28);
    --vh-hero-grid: rgba(148, 163, 184, 0.055);
    --vh-hero-rule: rgba(148, 163, 184, 0.18);

    --vh-pill-bg: rgba(255, 255, 255, 0.04);
    --vh-pill-border: rgba(148, 163, 184, 0.3);
    --vh-pill-fg: #cbd5e1;

    --vh-glass-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    --vh-glass-border: rgba(148, 163, 184, 0.24);
    --vh-glass-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
    --vh-calc-fg: #ffffff;
    --vh-calc-muted: #94a3b8;
    --vh-calc-input-bg: rgba(11, 18, 32, 0.75);
    --vh-calc-input-border: rgba(148, 163, 184, 0.3);
    --vh-calc-divider: rgba(148, 163, 184, 0.16);
    --vh-calc-btn-bg: rgba(148, 163, 184, 0.16);
    --vh-calc-btn-fg: #ffffff;

    --vh-ghost-bg: rgba(255, 255, 255, 0.06);
    --vh-ghost-border: rgba(255, 255, 255, 0.22);
    --vh-ghost-fg: #ffffff;

    --vh-page: #0b1220;
    --vh-surface: #141f33;
    --vh-surface-2: #0f1a2b;
    --vh-border: rgba(148, 163, 184, 0.2);

    --vh-heading: #f1f5f9;
    --vh-text: #cbd5e1;
    --vh-text-2: #cbd5e1;
    --vh-muted: #94a3b8;

    --vh-accent-ink: #2fd98c;
    --vh-accent-wash: rgba(34, 181, 115, 0.14);
    --vh-accent-soft: rgba(34, 181, 115, 0.16);

    --vh-input-bg: rgba(8, 14, 25, 0.7);
    --vh-input-bg-focus: rgba(8, 14, 25, 0.9);
    --vh-chip-bg: rgba(148, 163, 184, 0.1);

    --vh-icon-blue-bg: rgba(99, 102, 241, 0.18);
    --vh-icon-blue-fg: #a5b4fc;
    --vh-icon-amber-bg: rgba(249, 115, 22, 0.18);
    --vh-icon-amber-fg: #fdba74;

    --vh-success-bg: rgba(34, 181, 115, 0.16);
    --vh-success-fg: #2fd98c;
    --vh-success-border: rgba(34, 181, 115, 0.4);
    --vh-error-bg: rgba(220, 38, 38, 0.16);
    --vh-error-fg: #fca5a5;
    --vh-error-border: rgba(220, 38, 38, 0.4);

    --vh-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
    --vh-shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.4);

    /* Dark bands go deeper still so they read as distinct sections */
    --vh-band: #060c17;
    --vh-band-surface: #111d2f;
    --vh-band-border: rgba(148, 163, 184, 0.16);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body.vh-body {
    margin: 0;
    font-family: var(--vh-font);
    color: var(--vh-text);
    background: var(--vh-page);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    transition: background-color 0.2s ease, color 0.2s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

.vh-container {
    width: min(var(--vh-max), calc(100% - 2.5rem));
    margin-inline: auto;
}

/* ============ Typography helpers ============ */
.vh-mono {
    font-family: var(--vh-mono);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vh-accent {
    color: var(--vh-accent-ink);
}

/* ============ Utility top bar ============ */
.vh-topbar {
    background: var(--vh-topbar-bg);
    color: var(--vh-topbar-fg);
    border-bottom: 1px solid var(--vh-chrome-border);
}

.vh-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 40px;
    font-size: 0.78rem;
    font-weight: 600;
}

.vh-topbar-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--vh-mono);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vh-topbar-fg);
}

.vh-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vh-green-bright);
    box-shadow: 0 0 0 3px rgba(47, 217, 140, 0.18);
    animation: vh-pulse 2.4s ease infinite;
}

.vh-topbar-links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.vh-topbar-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--vh-topbar-fg);
    transition: color 0.15s;
}

.vh-topbar-links a:hover {
    color: var(--vh-accent-ink);
}

.vh-topbar-phone {
    font-family: var(--vh-mono);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--vh-topbar-fg-strong) !important;
}

/* ============ Announcement bar ============ */
.vh-announce {
    background: var(--vh-green);
    color: #04231a;
}

.vh-announce-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    min-height: 38px;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
}

.vh-announce a {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 800;
}

/* ============ Nav ============ */
.vh-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--vh-nav-bg);
    border-bottom: 1px solid var(--vh-chrome-border);
    transition: box-shadow 0.25s ease, background-color 0.2s ease;
}

.vh-nav.is-scrolled {
    box-shadow: var(--vh-nav-shadow);
}

.vh-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: var(--vh-nav-h);
}

.vh-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.vh-brand img {
    height: 34px;
    width: auto;
}

/* Wordmark swaps so it stays legible on either nav background */
.vh-nav .vh-logo--on-light {
    display: none;
}

[data-theme="light"] .vh-nav .vh-logo--on-dark {
    display: none;
}

[data-theme="light"] .vh-nav .vh-logo--on-light {
    display: block;
}

.vh-nav-links {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vh-nav-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--vh-nav-fg);
    transition: color 0.15s, background 0.15s;
}

.vh-nav-links a::after {
    content: '';
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.25rem;
    height: 2px;
    background: var(--vh-green-bright);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.vh-nav-links a:hover {
    color: var(--vh-nav-fg-strong);
    background: var(--vh-nav-hover-bg);
}

.vh-nav-links a[aria-current="page"] {
    color: var(--vh-nav-fg-strong);
}

.vh-nav-links a[aria-current="page"]::after {
    transform: scaleX(1);
}

.vh-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.vh-nav-login {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--vh-nav-fg);
    padding: 0.5rem 0.75rem;
}

.vh-nav-login:hover {
    color: var(--vh-accent-ink);
}

.vh-nav-cta {
    padding: 0.6rem 1.2rem;
    font-size: 0.82rem;
}

/* ============ Theme toggle ============ */
.vh-theme-toggle {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--vh-pill-border);
    background: var(--vh-pill-bg);
    color: var(--vh-nav-fg);
    font-size: 0.9rem;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s, transform 0.15s;
}

.vh-theme-toggle:hover {
    color: var(--vh-accent-ink);
    border-color: var(--vh-green);
    background: var(--vh-accent-soft);
    transform: translateY(-1px);
}

.vh-theme-toggle:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 217, 140, 0.3);
}

.vh-nav-toggle {
    display: none;
    border: 1px solid var(--vh-pill-border);
    background: transparent;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    color: var(--vh-nav-fg-strong);
    font-size: 1rem;
}

.vh-mobile-menu {
    display: none;
}

@media (max-width: 960px) {
    .vh-mobile-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 0.75rem;
        right: 0.75rem;
        background: var(--vh-nav-bg);
        border: 1px solid var(--vh-chrome-border);
        border-radius: 18px;
        padding: 1.25rem;
        z-index: 101;
        box-shadow: var(--vh-glass-shadow);
        max-height: calc(100vh - var(--vh-nav-h) - 32px);
        overflow-y: auto;
    }

    .vh-mobile-menu.is-open {
        display: block;
    }
}

.vh-mobile-menu-cta {
    margin-bottom: 1rem;
    display: grid;
    gap: 0.5rem;
}

.vh-mobile-menu-cta .btn-vh {
    width: 100%;
}

.vh-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.15rem;
}

.vh-mobile-menu a {
    display: block;
    padding: 0.7rem 0.5rem;
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--vh-nav-fg-strong);
    border-radius: 8px;
}

.vh-mobile-menu a:hover {
    background: var(--vh-nav-hover-bg);
    color: var(--vh-accent-ink);
}

/* ============ Buttons ============ */
.btn-vh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    font-family: inherit;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s, border-color 0.15s, color 0.15s;
    white-space: nowrap;
}

.btn-vh:hover {
    transform: translateY(-2px);
}

.btn-vh-primary {
    background: var(--vh-green);
    color: #fff;
    box-shadow: 0 10px 26px var(--vh-green-glow);
}

.btn-vh-primary:hover {
    background: var(--vh-green-hover);
    box-shadow: 0 14px 34px var(--vh-green-glow);
}

.btn-vh-outline {
    background: transparent;
    border-color: var(--vh-border);
    color: var(--vh-heading);
}

.btn-vh-outline:hover {
    border-color: var(--vh-green);
    color: var(--vh-accent-ink);
    background: var(--vh-accent-soft);
}

.btn-vh-ghost {
    background: var(--vh-ghost-bg);
    border-color: var(--vh-ghost-border);
    color: var(--vh-ghost-fg);
}

.btn-vh-ghost:hover {
    border-color: var(--vh-green);
    color: var(--vh-accent-ink);
    background: var(--vh-accent-soft);
}

/* Bands that stay dark in both themes need the light-on-dark treatment */
.vh-cta-band .btn-vh-ghost,
.vh-section--dark .btn-vh-ghost,
.vh-media-frame .btn-vh-ghost {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.vh-cta-band .btn-vh-ghost:hover,
.vh-section--dark .btn-vh-ghost:hover,
.vh-media-frame .btn-vh-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--vh-green-bright);
    color: var(--vh-green-bright);
}

.btn-vh-dark {
    background: var(--vh-ink);
    color: #fff;
}

.btn-vh-dark:hover {
    background: var(--vh-navy);
}

.btn-vh-lg {
    padding: 1rem 1.9rem;
    font-size: 1rem;
}

.btn-vh-block {
    width: 100%;
}

/* ============ Hero ============ */
.vh-hero {
    position: relative;
    background: var(--vh-hero-bg);
    color: var(--vh-hero-fg);
    padding: 4.5rem 0 3.5rem;
    overflow: hidden;
}

.vh-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 60vw;
    height: 90vh;
    background: radial-gradient(circle, var(--vh-hero-glow) 0%, rgba(34, 181, 115, 0.05) 45%, transparent 70%);
    pointer-events: none;
}

.vh-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(var(--vh-hero-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--vh-hero-grid) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 90% 70% at 30% 30%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 90% 70% at 30% 30%, #000 20%, transparent 75%);
    pointer-events: none;
}

.vh-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    align-items: center;
}

.vh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--vh-pill-border);
    background: var(--vh-pill-bg);
    font-family: var(--vh-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vh-pill-fg);
    margin-bottom: 1.5rem;
    animation: vh-fade-up 0.6s ease both;
}

.vh-cta-band .vh-eyebrow,
.vh-section--dark .vh-eyebrow {
    border-color: rgba(148, 163, 184, 0.3);
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
}

.vh-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vh-green-bright);
    box-shadow: 0 0 0 3px rgba(47, 217, 140, 0.2);
    animation: vh-pulse 2.4s ease infinite;
}

.vh-hero h1 {
    font-size: clamp(2.9rem, 6.6vw, 5.4rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.035em;
    line-height: 0.92;
    color: var(--vh-hero-heading);
    margin: 0 0 1.5rem;
    animation: vh-fade-up 0.6s ease 0.06s both;
}

.vh-hero h1 em,
.vh-hero h1 span {
    font-style: normal;
    color: var(--vh-hero-accent);
}

.vh-hero-lead {
    font-size: 1.1rem;
    color: var(--vh-hero-fg);
    max-width: 34rem;
    margin: 0 0 2rem;
    animation: vh-fade-up 0.6s ease 0.12s both;
}

.vh-hero-lead strong {
    color: var(--vh-hero-fg-strong);
}

.vh-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.75rem;
    animation: vh-fade-up 0.6s ease 0.18s both;
}

.vh-hero-support {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--vh-hero-fg);
}

/* Trust chips (on dark chrome) */
.vh-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
    animation: vh-fade-up 0.6s ease 0.24s both;
}

.vh-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--vh-pill-border);
    background: var(--vh-pill-bg);
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--vh-pill-fg);
}

/* The footer stays dark in both themes */
.vh-footer-trust .vh-chip {
    border-color: rgba(148, 163, 184, 0.26);
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
}

.vh-chip::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--vh-green-bright);
    flex-shrink: 0;
}

/* Hero stats strip */
.vh-hero-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 3.5rem;
    padding-top: 2.25rem;
    border-top: 1px solid var(--vh-hero-rule);
}

.vh-hero-stat strong {
    display: block;
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--vh-hero-heading);
    line-height: 1.1;
}

.vh-hero-stat strong small {
    font-size: 0.55em;
    font-weight: 700;
    color: var(--vh-hero-accent);
    margin-left: 0.1em;
}

.vh-hero-stat span {
    font-family: var(--vh-mono);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--vh-hero-fg);
}

/* ============ Quote / calculator card ============ */
.vh-quote-card {
    position: relative;
    background: var(--vh-glass-bg);
    border: 1px solid var(--vh-glass-border);
    border-radius: var(--vh-radius-lg);
    padding: 1.6rem;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--vh-glass-shadow);
    animation: vh-fade-in 0.8s ease 0.2s both;
}

.vh-quote-card h2 {
    margin: 0 0 0.3rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--vh-calc-fg);
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.vh-quote-card > p {
    margin: 0 0 1.25rem;
    font-size: 0.85rem;
    color: var(--vh-calc-muted);
}

.vh-calc-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.7rem 0;
    border-top: 1px solid var(--vh-calc-divider);
}

.vh-calc-row:first-of-type {
    border-top: none;
}

.vh-calc-row label,
.vh-calc-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--vh-calc-fg);
}

.vh-calc-label span {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--vh-calc-muted);
}

.vh-calc-field select,
.vh-calc-field input {
    width: 100%;
    padding: 0.55rem 0.7rem;
    border-radius: 10px;
    border: 1px solid var(--vh-calc-input-border);
    background: var(--vh-calc-input-bg);
    color: var(--vh-calc-fg);
    font: inherit;
    font-size: 0.85rem;
    font-weight: 600;
}

.vh-calc-field select:focus,
.vh-calc-field input:focus {
    outline: none;
    border-color: var(--vh-green);
    box-shadow: 0 0 0 3px rgba(34, 181, 115, 0.2);
}

.vh-stepper {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    background: var(--vh-calc-input-bg);
    border: 1px solid var(--vh-calc-input-border);
    border-radius: 999px;
    padding: 0.2rem;
}

.vh-stepper button {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: var(--vh-calc-btn-bg);
    color: var(--vh-calc-btn-fg);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
}

.vh-stepper button:hover {
    background: var(--vh-green);
    color: #fff;
}

.vh-stepper input {
    width: 44px;
    border: none;
    background: transparent;
    color: var(--vh-calc-fg);
    text-align: center;
    font: inherit;
    font-weight: 800;
    font-size: 0.95rem;
    -moz-appearance: textfield;
    appearance: textfield;
}

.vh-stepper input::-webkit-outer-spin-button,
.vh-stepper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.vh-calc-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.85rem 0 0;
}

.vh-toggle {
    position: relative;
    display: inline-flex;
}

.vh-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vh-toggle span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--vh-calc-input-border);
    background: var(--vh-calc-input-bg);
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--vh-calc-fg);
    cursor: pointer;
    transition: all 0.15s;
}

.vh-toggle span::before {
    content: '+';
    font-weight: 800;
    color: var(--vh-accent-ink);
}

.vh-toggle input:checked + span {
    background: var(--vh-green);
    border-color: var(--vh-green);
    color: #fff;
}

.vh-toggle input:checked + span::before {
    content: '✓';
    color: #fff;
}

.vh-toggle input:focus-visible + span {
    box-shadow: 0 0 0 3px rgba(47, 217, 140, 0.3);
}

.vh-calc-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px dashed var(--vh-calc-input-border);
}

.vh-calc-total-label {
    font-family: var(--vh-mono);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--vh-calc-muted);
}

.vh-calc-total-value {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--vh-accent-ink);
    line-height: 1;
}

.vh-calc-total-value small {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--vh-calc-muted);
    letter-spacing: 0;
}

.vh-calc-breakdown {
    margin: 0.85rem 0 0;
    font-size: 0.76rem;
    color: var(--vh-calc-muted);
    min-height: 1.2em;
}

.vh-quote-card .btn-vh {
    margin-top: 1.1rem;
}

.vh-quote-note {
    margin: 0.85rem 0 0;
    font-size: 0.72rem;
    color: var(--vh-calc-muted);
    text-align: center;
}

/* ============ Sections ============ */
.vh-section {
    padding: 5.5rem 0;
    position: relative;
}

.vh-section--alt {
    background: var(--vh-surface-2);
    border-block: 1px solid var(--vh-border);
}

.vh-section--dark {
    background: var(--vh-band);
    color: #e2e8f0;
    border-block: 1px solid var(--vh-band-border);
}

.vh-section--dark .vh-section-head h2,
.vh-section--dark h2,
.vh-section--dark h3 {
    color: #fff;
}

.vh-section--dark .vh-section-head p,
.vh-section--dark p {
    color: #94a3b8;
}

.vh-section-head {
    max-width: 700px;
    margin: 0 auto 3.25rem;
    text-align: center;
}

.vh-section-head--left {
    margin-left: 0;
    text-align: left;
}

.vh-section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--vh-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vh-accent-ink);
    margin-bottom: 0.9rem;
}

.vh-section--dark .vh-section-label {
    color: var(--vh-green-bright);
}

.vh-section-label::before {
    content: '';
    width: 22px;
    height: 2px;
    background: var(--vh-green);
}

.vh-section-head h2 {
    font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--vh-heading);
    margin: 0 0 0.9rem;
}

.vh-section-head p {
    margin: 0;
    color: var(--vh-muted);
    font-size: 1.03rem;
}

/* ============ Accent slab band ============ */
.vh-slab {
    background: var(--vh-green);
    color: #04231a;
    padding: 2.5rem 0;
}

.vh-slab-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.vh-slab h2 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.4rem, 2.6vw, 2.1rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.05;
    max-width: 30ch;
}

.vh-slab p {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(4, 35, 26, 0.78);
    max-width: 50ch;
}

.vh-slab .btn-vh-dark {
    box-shadow: 0 10px 26px rgba(4, 35, 26, 0.22);
}

/* Marquee statement band */
.vh-marquee {
    background: var(--vh-topbar-bg);
    border-block: 1px solid var(--vh-chrome-border);
    padding: 1.1rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.vh-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 2.5rem;
    animation: vh-scroll 32s linear infinite;
    will-change: transform;
}

.vh-marquee-track span {
    font-family: var(--vh-mono);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vh-topbar-fg);
}

.vh-marquee-track i {
    color: var(--vh-accent-ink);
    font-size: 0.6rem;
}

/* ============ Cards ============ */
.vh-audience-grid,
.vh-product-grid,
.vh-feature-cards,
.vh-pricing-grid,
.vh-steps {
    display: grid;
    gap: 1.35rem;
}

.vh-audience-grid {
    grid-template-columns: repeat(3, 1fr);
}

.vh-product-grid,
.vh-feature-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.vh-pricing-grid {
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}

.vh-pricing-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.vh-card {
    position: relative;
    background: var(--vh-surface);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-lg);
    padding: 1.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.vh-card::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: var(--vh-green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.vh-card:hover {
    box-shadow: var(--vh-shadow-sm);
    transform: translateY(-3px);
    border-color: rgba(34, 181, 115, 0.4);
}

.vh-card:hover::after {
    transform: scaleX(1);
}

.vh-section--dark .vh-card {
    background: var(--vh-band-surface);
    border-color: var(--vh-band-border);
}

.vh-section--dark .vh-card > p {
    color: #94a3b8;
}

.vh-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    background: var(--vh-accent-soft);
    color: var(--vh-accent-ink);
}

.vh-section--dark .vh-card-icon {
    background: rgba(34, 181, 115, 0.16);
    color: var(--vh-green-bright);
}

.vh-card-icon--blue {
    background: var(--vh-icon-blue-bg);
    color: var(--vh-icon-blue-fg);
}

.vh-card-icon--amber {
    background: var(--vh-icon-amber-bg);
    color: var(--vh-icon-amber-fg);
}

.vh-card-kicker,
.vh-feature-label {
    font-family: var(--vh-mono);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vh-accent-ink);
}

.vh-card h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--vh-heading);
}

.vh-card > p {
    margin: 0;
    color: var(--vh-muted);
    flex: 1;
    font-size: 0.95rem;
}

.vh-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--vh-accent-ink);
}

.vh-card-link i {
    transition: transform 0.2s;
}

.vh-card:hover .vh-card-link i {
    transform: translateX(4px);
}

.vh-section--dark .vh-card-link {
    color: var(--vh-green-bright);
}

.vh-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.vh-tag {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: var(--vh-chip-bg);
    color: var(--vh-text-2);
    border: 1px solid var(--vh-border);
}

.vh-section--dark .vh-tag {
    background: rgba(148, 163, 184, 0.1);
    border-color: rgba(148, 163, 184, 0.22);
    color: #cbd5e1;
}

/* ============ Feature split ============ */
.vh-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.vh-feature-grid--reverse .vh-feature-copy {
    order: 2;
}

.vh-feature-grid--reverse .vh-feature-media {
    order: 1;
}

.vh-feature-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.vh-feature-label::before {
    content: '';
    width: 22px;
    height: 2px;
    background: var(--vh-green);
}

.vh-feature-copy h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.02;
    color: var(--vh-heading);
    margin: 0 0 1rem;
}

.vh-section--dark .vh-feature-copy h2 {
    color: #fff;
}

.vh-feature-copy > p {
    color: var(--vh-muted);
    margin: 0 0 1.6rem;
    font-size: 1.01rem;
}

.vh-feature-list {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    display: grid;
    gap: 0.8rem;
}

.vh-feature-list li {
    position: relative;
    padding-left: 1.9rem;
    font-weight: 600;
    color: var(--vh-text-2);
}

.vh-section--dark .vh-feature-list li {
    color: #cbd5e1;
}

.vh-feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.28rem;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: var(--vh-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.4' d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E") center / 11px no-repeat;
}

.vh-media-frame {
    position: relative;
    background: var(--vh-ink);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--vh-radius-lg);
    padding: 2.5rem 2rem;
    min-height: 280px;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
    box-shadow: var(--vh-shadow);
}

.vh-media-frame::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 70%;
    height: 120%;
    background: radial-gradient(circle, rgba(34, 181, 115, 0.3), transparent 65%);
}

.vh-media-frame > * {
    position: relative;
}

.vh-media-frame i {
    font-size: 2.6rem;
    color: var(--vh-green-bright);
    margin-bottom: 1rem;
}

.vh-media-frame strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 0.4rem;
}

.vh-media-frame span {
    color: #94a3b8;
    font-size: 0.93rem;
}

/* ============ Steps / timeline ============ */
.vh-steps {
    grid-template-columns: repeat(3, 1fr);
}

.vh-step {
    position: relative;
    padding: 1.75rem;
    background: var(--vh-surface);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-lg);
}

.vh-section--dark .vh-step {
    background: var(--vh-band-surface);
    border-color: var(--vh-band-border);
}

.vh-step-num {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: var(--vh-green);
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
}

.vh-step h3 {
    margin: 0 0 0.5rem;
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--vh-heading);
}

.vh-section--dark .vh-step h3 {
    color: #fff;
}

.vh-step p {
    margin: 0;
    color: var(--vh-muted);
    font-size: 0.94rem;
}

/* Horizontal timeline */
.vh-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    position: relative;
}

.vh-timeline::before {
    content: '';
    position: absolute;
    top: 19px;
    left: 8px;
    right: calc(25% - 8px);
    height: 2px;
    background: linear-gradient(90deg, var(--vh-green), rgba(34, 181, 115, 0.25));
}

.vh-timeline-item {
    position: relative;
    padding-top: 3.25rem;
}

.vh-timeline-item::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--vh-green);
    box-shadow: 0 0 0 5px rgba(34, 181, 115, 0.18);
}

.vh-timeline-when {
    position: absolute;
    top: 0;
    left: 26px;
    font-family: var(--vh-mono);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vh-green-bright);
    line-height: 2.4;
}

.vh-timeline-item h3 {
    margin: 0 0 0.4rem;
    font-size: 1.08rem;
    font-weight: 800;
    color: #fff;
}

.vh-timeline-item p {
    margin: 0;
    font-size: 0.9rem;
    color: #94a3b8;
}

/* ============ Comparison table ============ */
.vh-compare {
    background: var(--vh-surface);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-lg);
    overflow: hidden;
    box-shadow: var(--vh-shadow-sm);
}

.vh-compare table {
    width: 100%;
    border-collapse: collapse;
}

.vh-compare th,
.vh-compare td {
    padding: 1rem 1.15rem;
    text-align: left;
    font-size: 0.92rem;
    border-bottom: 1px solid var(--vh-border);
    color: var(--vh-text);
}

.vh-compare thead th {
    background: var(--vh-ink);
    color: #fff;
    font-family: var(--vh-mono);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: none;
    white-space: nowrap;
}

.vh-compare tbody th {
    font-weight: 700;
    color: var(--vh-heading);
}

.vh-compare tbody tr:last-child th,
.vh-compare tbody tr:last-child td {
    border-bottom: none;
}

.vh-compare .is-us {
    background: var(--vh-accent-wash);
    font-weight: 800;
    color: var(--vh-accent-ink);
}

.vh-compare thead .is-us {
    background: var(--vh-green);
    color: #fff;
}

.vh-compare td i.fa-check {
    color: var(--vh-green);
}

.vh-compare td i.fa-xmark {
    color: var(--vh-muted);
}

.vh-compare-note {
    padding: 0.9rem 1.15rem;
    background: var(--vh-page);
    font-size: 0.78rem;
    color: var(--vh-muted);
    border-top: 1px solid var(--vh-border);
}

/* ============ Testimonials ============ */
.vh-quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.35rem;
}

.vh-quote {
    background: var(--vh-surface);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-lg);
    padding: 1.85rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vh-section--dark .vh-quote {
    background: var(--vh-band-surface);
    border-color: var(--vh-band-border);
}

.vh-quote-stars {
    color: #f59e0b;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
}

.vh-quote blockquote {
    margin: 0;
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: var(--vh-heading);
    line-height: 1.6;
}

.vh-section--dark .vh-quote blockquote {
    color: #e2e8f0;
}

.vh-quote figcaption {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.85rem;
}

.vh-quote-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--vh-green);
    color: #fff;
    font-weight: 800;
    flex-shrink: 0;
}

.vh-quote figcaption strong {
    display: block;
    color: var(--vh-heading);
}

.vh-section--dark .vh-quote figcaption strong {
    color: #fff;
}

.vh-quote figcaption span {
    color: var(--vh-muted);
    font-size: 0.8rem;
}

/* ============ FAQ ============ */
.vh-faq {
    max-width: 820px;
    margin-inline: auto;
    display: grid;
    gap: 0.7rem;
}

.vh-faq details {
    background: var(--vh-surface);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius);
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.vh-faq details[open] {
    border-color: rgba(34, 181, 115, 0.45);
    box-shadow: var(--vh-shadow-sm);
}

.vh-faq summary {
    cursor: pointer;
    padding: 1.1rem 1.35rem;
    font-weight: 800;
    font-size: 1rem;
    color: var(--vh-heading);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    list-style: none;
}

.vh-faq summary::-webkit-details-marker {
    display: none;
}

.vh-faq summary::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--vh-green);
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.vh-faq details[open] summary::after {
    transform: rotate(45deg);
}

.vh-faq details > div {
    padding: 0 1.35rem 1.25rem;
    color: var(--vh-muted);
    font-size: 0.95rem;
}

/* ============ Pricing ============ */
.vh-price-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.75rem;
}

.vh-price-nav a {
    display: inline-flex;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    border: 1px solid var(--vh-pill-border);
    background: var(--vh-pill-bg);
    font-family: var(--vh-mono);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--vh-pill-fg);
    transition: all 0.15s;
}

.vh-price-nav a:hover {
    border-color: var(--vh-green);
    color: var(--vh-accent-ink);
    background: var(--vh-accent-soft);
}

.vh-price-card {
    position: relative;
    background: var(--vh-surface);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-lg);
    padding: 3.1rem 1.9rem 1.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.vh-price-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--vh-shadow-sm);
    border-color: rgba(34, 181, 115, 0.4);
}

.vh-price-card--featured {
    border-color: var(--vh-green);
    box-shadow: 0 0 0 2px var(--vh-green), var(--vh-shadow-sm);
}

.vh-price-badge {
    position: absolute;
    top: 1.3rem;
    left: 1.9rem;
    display: inline-flex;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: var(--vh-green);
    color: #fff;
    font-family: var(--vh-mono);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vh-price-card h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: var(--vh-heading);
}

.vh-price-amount {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--vh-heading);
    line-height: 1;
    letter-spacing: -0.035em;
}

.vh-price-amount small {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--vh-muted);
    letter-spacing: 0;
}

.vh-price-desc {
    margin: 0;
    color: var(--vh-muted);
    font-size: 0.9rem;
}

.vh-price-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
    flex: 1;
}

.vh-price-features li {
    font-size: 0.88rem;
    color: var(--vh-text-2);
    padding-left: 1.4rem;
    position: relative;
}

.vh-price-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--vh-green);
    font-weight: 800;
}

.vh-price-card .btn-vh {
    margin-top: 0.5rem;
    width: 100%;
}

.vh-note {
    margin-top: 1.5rem;
    text-align: center;
    color: var(--vh-muted);
    font-size: 0.85rem;
}

.vh-note a {
    color: var(--vh-accent-ink);
    font-weight: 700;
}

/* Rate tables (flex / DIDs) */
.vh-rate-table {
    background: var(--vh-surface);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-lg);
    overflow: hidden;
    box-shadow: var(--vh-shadow-sm);
}

.vh-rate-head,
.vh-rate-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1rem 1.4rem;
}

.vh-rate-head {
    background: var(--vh-ink);
    color: #fff;
    font-family: var(--vh-mono);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vh-rate-row {
    border-top: 1px solid var(--vh-border);
    transition: background 0.15s;
}

.vh-rate-row:hover {
    background: var(--vh-accent-wash);
}

.vh-rate-row strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: var(--vh-heading);
    margin-bottom: 0.1rem;
}

.vh-rate-row span {
    color: var(--vh-muted);
    font-size: 0.88rem;
}

.vh-rate-price {
    text-align: right;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--vh-heading);
    white-space: nowrap;
}

.vh-rate-price small {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--vh-muted);
    letter-spacing: 0;
}

/* ============ CTA band ============ */
.vh-cta-band {
    position: relative;
    padding: 4.5rem 0;
    background: var(--vh-ink);
    color: #fff;
    overflow: hidden;
}

.vh-cta-band::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -5%;
    width: 55%;
    height: 200%;
    background: radial-gradient(circle, rgba(34, 181, 115, 0.28), transparent 62%);
}

.vh-cta-band-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.vh-cta-band h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.7rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0 0 0.6rem;
    max-width: 24ch;
}

.vh-cta-band p {
    margin: 0;
    color: #94a3b8;
    max-width: 44ch;
}

/* ============ Page hero (inner pages) ============ */
.vh-page-hero {
    position: relative;
    background: var(--vh-hero-bg);
    color: var(--vh-hero-fg);
    padding: 4rem 0 3.5rem;
    overflow: hidden;
    border-bottom: 1px solid var(--vh-hero-rule);
}

.vh-page-hero::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -5%;
    width: 55%;
    height: 220%;
    background: radial-gradient(circle, var(--vh-hero-glow), transparent 62%);
}

.vh-page-hero > .vh-container {
    position: relative;
}

.vh-page-hero h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.6rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.035em;
    line-height: 0.98;
    margin: 0 0 1rem;
    color: var(--vh-hero-heading);
}

.vh-page-hero h1 em {
    font-style: normal;
    color: var(--vh-hero-accent);
}

.vh-page-hero p {
    margin: 0;
    max-width: 46rem;
    color: var(--vh-hero-fg);
    font-size: 1.05rem;
}

.vh-page-hero .vh-eyebrow {
    margin-bottom: 1.25rem;
}

.vh-page-hero .vh-hero-ctas {
    margin: 2rem 0 0;
}

/* ============ Contact / forms ============ */
.vh-contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
    align-items: start;
}

.vh-contact-info h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.02;
    color: var(--vh-heading);
    margin: 0 0 1rem;
}

.vh-section--dark .vh-contact-info h2 {
    color: #fff;
}

.vh-contact-info > p {
    color: var(--vh-muted);
    margin: 0 0 1.5rem;
}

.vh-contact-details {
    display: grid;
    gap: 0.75rem;
}

.vh-contact-detail {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    color: var(--vh-text-2);
}

.vh-section--dark .vh-contact-detail {
    color: #cbd5e1;
}

.vh-contact-detail i {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: var(--vh-accent-soft);
    color: var(--vh-accent-ink);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.vh-form {
    background: var(--vh-surface);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-lg);
    padding: 2rem;
    box-shadow: var(--vh-shadow-sm);
}

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

.vh-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.vh-field--full {
    grid-column: 1 / -1;
}

.vh-field label {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--vh-text-2);
}

.vh-field input,
.vh-field select,
.vh-field textarea {
    width: 100%;
    padding: 0.8rem 0.95rem;
    border: 1px solid var(--vh-border);
    border-radius: 11px;
    background: var(--vh-input-bg);
    color: var(--vh-text);
    font: inherit;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.vh-field input:focus,
.vh-field select:focus,
.vh-field textarea:focus {
    outline: none;
    border-color: var(--vh-green);
    box-shadow: 0 0 0 3px rgba(34, 181, 115, 0.15);
    background: var(--vh-input-bg-focus);
}

.vh-field textarea {
    min-height: 130px;
    resize: vertical;
}

.vh-form .btn-vh {
    margin-top: 1rem;
    width: 100%;
}

.vh-form-note {
    margin: 0.85rem 0 0;
    font-size: 0.8rem;
    color: var(--vh-muted);
    text-align: center;
}

.vh-alert {
    padding: 0.9rem 1.1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 0.92rem;
}

.vh-alert--success {
    background: var(--vh-success-bg);
    color: var(--vh-success-fg);
    border: 1px solid var(--vh-success-border);
}

.vh-alert--error {
    background: var(--vh-error-bg);
    color: var(--vh-error-fg);
    border: 1px solid var(--vh-error-border);
}

/* ============ Footer (always dark) ============ */
.vh-footer {
    background: var(--vh-ink);
    color: #cbd5e1;
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.vh-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

.vh-footer-brand p {
    margin: 1rem 0 1.25rem;
    color: #94a3b8;
    max-width: 24rem;
    font-size: 0.93rem;
}

.vh-footer .vh-brand img {
    height: 34px;
}

.vh-footer-contact {
    display: grid;
    gap: 0.4rem;
    font-size: 0.9rem;
}

.vh-footer-contact a {
    color: #e2e8f0;
    font-weight: 700;
}

.vh-footer-contact a:hover {
    color: var(--vh-green-bright);
}

.vh-footer h4 {
    margin: 0 0 1rem;
    color: #fff;
    font-family: var(--vh-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vh-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.vh-footer ul a {
    color: #94a3b8;
    font-size: 0.92rem;
    font-weight: 500;
    transition: color 0.15s;
}

.vh-footer ul a:hover {
    color: var(--vh-green-bright);
}

/* Specific enough to beat the `.vh-footer ul` grid above */
.vh-footer .vh-footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    list-style: none;
    margin: 0;
}

.vh-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    font-size: 0.82rem;
    color: #64748b;
}

.vh-footer-bottom p {
    margin: 0;
}

/* ============ Sticky mobile CTA ============ */
.vh-sticky-cta {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 95;
    display: none;
    gap: 0.6rem;
    padding: 0.7rem 0.9rem;
    background: var(--vh-nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--vh-chrome-border);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
}

.vh-sticky-cta .btn-vh {
    flex: 1;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
}

/* ============ Reveal + animations ============ */
.vh-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.vh-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@keyframes vh-fade-up {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
}

@keyframes vh-fade-in {
    from { opacity: 0; transform: scale(0.97); }
    to { opacity: 1; transform: none; }
}

@keyframes vh-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(47, 217, 140, 0.22); }
    50% { box-shadow: 0 0 0 7px rgba(47, 217, 140, 0.05); }
}

@keyframes vh-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============ Responsive ============ */
@media (max-width: 1080px) {
    .vh-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .vh-pricing-grid,
    .vh-pricing-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .vh-quotes {
        grid-template-columns: 1fr;
    }

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

    .vh-timeline::before {
        display: none;
    }
}

@media (max-width: 960px) {
    .vh-nav-links,
    .vh-nav-login,
    .vh-topbar-status {
        display: none;
    }

    .vh-nav-toggle {
        display: inline-grid;
        place-items: center;
    }

    .vh-feature-grid,
    .vh-contact-grid,
    .vh-audience-grid,
    .vh-steps,
    .vh-footer-grid {
        grid-template-columns: 1fr;
    }

    .vh-feature-grid {
        gap: 2.5rem;
    }

    .vh-feature-grid--reverse .vh-feature-copy,
    .vh-feature-grid--reverse .vh-feature-media {
        order: initial;
    }

    .vh-hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .vh-section {
        padding: 4rem 0;
    }

    .vh-compare {
        overflow-x: auto;
    }

    .vh-compare table {
        min-width: 620px;
    }
}

@media (max-width: 640px) {
    .vh-container {
        width: min(var(--vh-max), calc(100% - 1.75rem));
    }

    .vh-nav-cta {
        display: none;
    }

    .vh-topbar-inner {
        justify-content: center;
    }

    .vh-pricing-grid,
    .vh-pricing-grid--3,
    .vh-form-grid,
    .vh-timeline {
        grid-template-columns: 1fr;
    }

    .vh-rate-head,
    .vh-rate-row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .vh-rate-price {
        text-align: left;
    }

    .vh-cta-band-inner,
    .vh-slab-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .vh-sticky-cta {
        display: flex;
    }

    body.vh-body {
        padding-bottom: 68px;
    }

    .vh-hero {
        padding: 3rem 0 2.5rem;
    }

    .vh-calc-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}
