/* ============================================================================
   Viva Marketing Refresh — "Warm Editorial / Harbor Blue"
   Shared design system for goviva.ai marketing pages (homepage + products).
   Ported from the design handoff prototype (React/Babel) to plain CSS.
   Scope: marketing pages only. App/widgets/dashboard remain on the purple brand.
   ----------------------------------------------------------------------------
   Sections:
     0. Preserved chrome (footer + booking modal + container + brand tokens)
     1. Tokens + base
     2. Nav (flat journey nav + hamburger)
     3. Buttons + eyebrow + helpers
     4. Hero + proof card
     5. Stats strip
     6. Testimonials (homepage)
     7. Journey path (5-stage arc)
     8. Problem band
     9. Features grid
    10. How it works
    11. CTA bands
    12. Related cards
    13. Product rows (products index)
    14. Browser-frame mockups
    15. Responsive (980 / 560)
   ============================================================================ */

/* ── 0. PRESERVED CHROME ──────────────────────────────────────────────────
   Footer + booking modal are kept visually identical to the legacy site.
   These rely on the purple brand tokens below — DO NOT retheme to blue. */
:root {
  --brand-primary: #8200DB;
  --brand-primary-dark: #6B00B5;
  --brand-primary-light: #9810FA;
  --brand-dark: #1F2937;
  --brand-gray: #6B7280;
  --white: #FFFFFF;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* Footer (legacy structure, retyped to the refresh fonts) */
.footer { background: var(--brand-dark); color: var(--white); padding: 4rem 0 2rem; font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; }
.footer-brand h4 { font-family: "Spectral", Georgia, serif; }
.footer h5, .footer a, .footer p, .footer-bottom { font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand h4 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--brand-primary-light); }
.footer-brand p { opacity: .8; line-height: 1.7; }
.footer-links h5 { margin-bottom: 1rem; font-size: 1rem; }
.footer-links a { display: block; color: var(--white); opacity: .8; text-decoration: none; margin-bottom: .5rem; transition: opacity .2s; }
.footer-links a:hover { opacity: 1; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); opacity: .7; font-size: .875rem; }
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* Booking modal (identical to legacy) */
.booking-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 1000; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.booking-modal-overlay.active { display: flex; }
.booking-modal { background: var(--white); border-radius: 1rem; max-width: 500px; width: 90%; max-height: 90vh; overflow-y: auto; box-shadow: 0 25px 50px rgba(0,0,0,.25); animation: modalSlideIn .3s ease; }
@keyframes modalSlideIn { from { opacity: 0; transform: translateY(-20px) scale(.95); } to { opacity: 1; transform: translateY(0) scale(1); } }
.booking-modal-header { padding: 1.5rem 2rem; border-bottom: 1px solid #E5E7EB; display: flex; justify-content: space-between; align-items: center; }
.booking-modal-header h3 { font-size: 1.25rem; color: var(--brand-dark); }
.booking-modal-close { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--brand-gray); padding: .25rem; line-height: 1; }
.booking-modal-close:hover { color: var(--brand-dark); }
.booking-modal-body { padding: 2rem; }
.booking-form-group { margin-bottom: 1.5rem; }
.booking-form-group label { display: block; font-weight: 600; color: var(--brand-dark); margin-bottom: .5rem; font-size: .9rem; }
.booking-form-group input, .booking-form-group select, .booking-form-group textarea { width: 100%; padding: .75rem 1rem; border: 1px solid #E5E7EB; border-radius: .5rem; font-size: 1rem; font-family: inherit; transition: border-color .2s, box-shadow .2s; }
.booking-form-group input:focus, .booking-form-group select:focus, .booking-form-group textarea:focus { outline: none; border-color: var(--brand-primary); box-shadow: 0 0 0 3px rgba(130,0,219,.1); }
.booking-form-group textarea { resize: vertical; min-height: 80px; }
.booking-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.booking-submit { width: 100%; padding: 1rem; background: var(--brand-primary); color: var(--white); border: none; border-radius: .5rem; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background .2s; }
.booking-submit:hover { background: var(--brand-primary-dark); }
.booking-submit:disabled { background: var(--brand-gray); cursor: not-allowed; }
.booking-success { text-align: center; padding: 2rem; }
.booking-success-icon { margin-bottom: 1rem; color: var(--brand-primary); }
.booking-success-icon svg { width: 4rem; height: 4rem; }
.booking-success h4 { font-size: 1.5rem; color: var(--brand-dark); margin-bottom: .5rem; }
.booking-success p { color: var(--brand-gray); margin-bottom: 1.5rem; }
.time-slots { display: grid; grid-template-columns: repeat(3,1fr); gap: .5rem; margin-top: .5rem; }
.time-slot { padding: .5rem; border: 1px solid #E5E7EB; border-radius: .375rem; text-align: center; cursor: pointer; font-size: .875rem; transition: all .2s; }
.time-slot:hover { border-color: var(--brand-primary); background: rgba(130,0,219,.05); }
.time-slot.selected { background: var(--brand-primary); color: var(--white); border-color: var(--brand-primary); }
.time-slot.disabled { opacity: .5; cursor: not-allowed; }

/* ── 1. TOKENS + BASE ─────────────────────────────────────────────────────
   Harbor Blue palette — scoped to .vr so the purple footer/modal are unaffected. */
.vr {
  --ink: #2a241d;
  --muted: #6f6558;
  --soft: #8a8073;
  --paper: #fffdf8;
  --cream: #eaeff2;
  --line: rgba(42,36,29,.10);
  --blue: #436a8a;
  --blue-d: #33536e;
  --blue-soft: rgba(67,106,138,.12);
  --blue-glow: rgba(67,106,138,.28);
  --cta-bg: #22303d;
  --cta-fg: #eef3f6;
  --ok: #1f8a5b;
  font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.vr * { box-sizing: border-box; }
.vr .serif { font-family: "Spectral", Georgia, serif; }
.vr a { color: inherit; text-decoration: none; }
.vr img { max-width: 100%; display: block; }
.vr-wrap { max-width: 1180px; margin: 0 auto; padding: 0 56px; }
.vr-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--blue-d); }
.vr-section-pad { padding: 84px 0; }

/* ── 2. NAV ───────────────────────────────────────────────────────────────*/
.vr-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.86); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.vr-nav-in { display: flex; align-items: center; gap: 26px; height: 70px; max-width: 1180px; margin: 0 auto; padding: 0 56px; }
.vr-logo { font-family: "Spectral", Georgia, serif; font-weight: 600; font-size: 25px; letter-spacing: -.01em; color: var(--ink); }
.vr-logo b { color: var(--blue); font-weight: 600; }
.vr-desktop-links { display: flex; gap: 22px; margin-left: 6px; }
.vr-navlink { font-size: 15px; color: var(--muted); position: relative; padding: 6px 0; transition: color .15s; white-space: nowrap; }
.vr-navlink::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1.5px; background: var(--blue); transition: right .22s ease; }
.vr-navlink:hover { color: var(--ink); }
.vr-navlink:hover::after { right: 0; }
.vr-navlink[data-on="1"] { color: var(--ink); font-weight: 600; }
.vr-navlink[data-on="1"]::after { right: 0; }
.vr-nav-spacer { flex: 1; }
.vr-ask-trigger { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 500; color: var(--muted); background: none; border: none; cursor: pointer; padding: 6px 0; transition: color .15s; font-family: inherit; }
.vr-ask-trigger svg { width: 16px; height: 16px; }
.vr-ask-trigger:hover { color: var(--blue-d); }
.vr-link { font-size: 15px; color: var(--muted); transition: color .15s; }
.vr-link:hover { color: var(--blue-d); }
/* hamburger */
.vr-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: auto; }
.vr-burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.vr-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vr-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.vr-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.vr-mobile-menu { display: none; }
.vr-mobile-menu.open { display: flex; flex-direction: column; gap: 2px; padding: 10px 28px 18px; border-top: 1px solid var(--line); background: var(--paper); }
.vr-mobile-menu a { padding: 13px 6px; font-size: 16px; border-bottom: 1px solid var(--line); color: var(--ink); }
.vr-mobile-menu .vr-btn { margin-top: 14px; justify-content: center; }

/* ── 3. BUTTONS ───────────────────────────────────────────────────────────*/
.vr-btn { font-size: 15px; font-weight: 600; padding: 11px 20px; border-radius: 999px; cursor: pointer; border: none; transition: transform .14s, box-shadow .2s, background .2s; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-family: inherit; line-height: 1.1; }
.vr-btn svg { width: 16px; height: 16px; }
.vr-solid { background: var(--blue); color: #fff; box-shadow: 0 6px 18px var(--blue-glow); }
.vr-solid:hover { transform: translateY(-2px); box-shadow: 0 11px 28px var(--blue-glow); background: var(--blue-d); color: #fff; }
.vr-ghost { background: transparent; color: var(--ink); border: 1.5px solid rgba(42,36,29,.2); }
.vr-ghost:hover { border-color: var(--ink); background: rgba(42,36,29,.04); }
.vr-btn-lg { font-size: 16px; padding: 14px 26px; }

/* ── 4. HERO ──────────────────────────────────────────────────────────────*/
.vr-hero { background: linear-gradient(180deg, var(--paper), var(--cream)); border-bottom: 1px solid var(--line); }
.vr-hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; padding: 74px 56px 84px; }
.vr-hero-grid.home { grid-template-columns: 1.05fr .95fr; }
.vr-hero-copy { max-width: 540px; }
.vr-h1 { font-size: 56px; line-height: 1.04; letter-spacing: -.02em; margin: 0 0 22px; font-weight: 600; }
.vr-hero-grid.home .vr-h1 { font-size: 62px; line-height: 1.02; }
.vr-lead { font-size: 20px; line-height: 1.5; color: var(--muted); margin: 0 0 30px; }
.vr-hero-ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.vr-hero-note { font-size: 14.5px; color: var(--soft); margin-top: 18px; }
/* hero media (portrait + proof card) */
.vr-hero-media { position: relative; align-self: stretch; min-height: 460px; }
.vr-hero-portrait { position: absolute; inset: 40px 0 0 0; border-radius: 20px 20px 0 0; overflow: hidden; box-shadow: 0 30px 60px rgba(42,36,29,.18); }
.vr-hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.vr-proof { position: absolute; left: -24px; bottom: 46px; width: 290px; background: #fffdf8; border-radius: 16px; padding: 16px 18px; box-shadow: 0 22px 50px rgba(42,36,29,.20); border: 1px solid rgba(42,36,29,.06); }
.vr-proof-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.vr-proof-tag { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vr-proof-tag .dot { width: 8px; height: 8px; border-radius: 8px; background: currentColor; }
.vr-proof-time { font-size: 12.5px; color: #9a9082; }
.vr-proof-who { font-size: 16px; font-weight: 600; }
.vr-proof-line { font-size: 14.5px; color: #6f6558; margin-top: 3px; }
.vr-proof-bars { display: flex; gap: 5px; margin-top: 14px; }
.vr-proof-bars span { height: 3px; flex: 1; border-radius: 3px; background: rgba(42,36,29,.12); transition: background .3s; }

/* ── 5. STATS STRIP ───────────────────────────────────────────────────────*/
.vr-stats { background: var(--paper); border-bottom: 1px solid var(--line); }
.vr-stats-row { display: flex; padding: 34px 56px; max-width: 1180px; margin: 0 auto; }
.vr-stat { flex: 1; text-align: center; padding: 0 14px; }
.vr-stat + .vr-stat { border-left: 1px solid var(--line); }
.vr-stat-v { font-family: "Spectral", Georgia, serif; font-size: 38px; font-weight: 600; letter-spacing: -.02em; line-height: 1; margin-bottom: 8px; }
.vr-stat-v .star { color: var(--blue); margin-left: 3px; }
.vr-stat-l { font-size: 13.5px; color: var(--muted); }

/* ── 6. TESTIMONIALS (homepage) ───────────────────────────────────────────*/
.vr-trust { padding: 74px 0; background: var(--paper); }
.vr-section-head { text-align: center; max-width: 660px; margin: 0 auto 44px; }
.vr-section-head h2 { font-family: "Spectral", Georgia, serif; font-size: 40px; line-height: 1.08; letter-spacing: -.02em; margin: 14px 0 0; font-weight: 600; }
.vr-section-head p { font-size: 17.5px; line-height: 1.5; color: var(--muted); margin: 18px 0 0; }
.vr-tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.vr-tcard { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.vr-tcard:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(42,36,29,.12); }
.vr-tcard-img { height: 230px; overflow: hidden; }
.vr-tcard-img img { width: 100%; height: 100%; object-fit: cover; }
.vr-tcard-body { padding: 22px 24px 24px; }
.vr-tcard-q { font-family: "Spectral", Georgia, serif; font-size: 19px; line-height: 1.34; margin: 0 0 18px; font-weight: 500; }
.vr-tcard-n { font-size: 15.5px; font-weight: 700; }
.vr-tcard-r { font-size: 14px; color: var(--soft); }

/* ── 7. JOURNEY PATH (5-stage arc) ────────────────────────────────────────*/
.vr-arc { padding: 74px 0; background: var(--cream); }
.vr-arc-rail { position: relative; max-width: 1080px; margin: 0 auto; }
.vr-arc-line { position: absolute; top: 33px; left: 10%; right: 10%; height: 2px; background: var(--line); }
.vr-arc-grid { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.vr-arc-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 6px; color: inherit; }
.vr-arc-chip { width: 66px; height: 66px; border-radius: 50%; background: var(--blue-soft); border: 1.5px solid var(--blue); color: var(--blue); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; margin-bottom: 18px; transition: transform .18s, box-shadow .18s; }
.vr-arc-step:hover .vr-arc-chip { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(67,106,138,.22); }
.vr-arc-badge { position: absolute; top: -7px; right: -7px; width: 22px; height: 22px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.vr-arc-k { font-size: 16.5px; font-weight: 700; margin-bottom: 7px; letter-spacing: -.01em; }
.vr-arc-d { font-size: 14px; color: var(--muted); line-height: 1.4; }
.vr-arc-foot { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 36px; font-size: 14.5px; color: var(--blue-d); font-weight: 600; }
.vr-arc-foot svg { width: 17px; height: 17px; }

/* ── 8. PROBLEM BAND ──────────────────────────────────────────────────────*/
.vr-problem { background: var(--cta-bg); color: var(--cta-fg); }
.vr-problem-grid { display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center; padding: 60px 56px; max-width: 1180px; margin: 0 auto; }
.vr-problem-big { font-family: "Spectral", Georgia, serif; font-size: 96px; font-weight: 600; line-height: .9; letter-spacing: -.03em; color: #fff; }
.vr-problem-label { font-family: "Spectral", Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1.25; margin-bottom: 12px; }
.vr-problem-body { font-size: 17px; line-height: 1.55; margin: 0; color: rgba(238,243,246,.75); max-width: 640px; }

/* ── 9. FEATURES GRID ─────────────────────────────────────────────────────*/
.vr-features { padding: 84px 0; background: var(--paper); }
.vr-features-head { max-width: 640px; margin-bottom: 48px; }
.vr-features-head h2 { font-family: "Spectral", Georgia, serif; font-size: 40px; line-height: 1.08; letter-spacing: -.02em; margin: 14px 0 14px; font-weight: 600; }
.vr-features-head p { font-size: 18px; line-height: 1.5; color: var(--muted); margin: 0; }
.vr-feat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.vr-fcard { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 30px 30px 32px; transition: transform .18s, box-shadow .18s; }
.vr-fcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(42,36,29,.10); }
.vr-ficon { width: 50px; height: 50px; border-radius: 14px; background: var(--blue-soft); color: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.vr-ficon svg { width: 24px; height: 24px; }
.vr-fcard-t { font-size: 20px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 8px; }
.vr-fcard-b { font-size: 15.5px; line-height: 1.5; color: var(--muted); margin: 0 0 16px; }
.vr-bullet { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--muted); line-height: 1.45; margin-top: 11px; }
.vr-bullet svg { flex: 0 0 auto; margin-top: 2px; color: var(--blue); width: 16px; height: 16px; }

/* ── 10. HOW IT WORKS ─────────────────────────────────────────────────────*/
.vr-how { padding: 78px 0; background: var(--cream); }
.vr-how-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.vr-how-line { position: absolute; top: 27px; left: 16%; right: 16%; height: 2px; background: var(--line); }
.vr-how-step { text-align: center; padding: 0 14px; }
.vr-how-num { position: relative; z-index: 1; width: 54px; height: 54px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-size: 21px; font-weight: 700; font-family: "Spectral", serif; }
.vr-how-t { font-size: 18.5px; font-weight: 700; margin-bottom: 9px; letter-spacing: -.01em; }
.vr-how-b { font-size: 15px; line-height: 1.5; color: var(--muted); margin: 0; }

/* ── 11. CTA BANDS ────────────────────────────────────────────────────────*/
.vr-cta { background: var(--blue); color: #fff; }
.vr-cta-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 56px; max-width: 1180px; margin: 0 auto; }
.vr-cta-row h2 { font-family: "Spectral", Georgia, serif; font-size: 34px; letter-spacing: -.02em; margin: 0 0 6px; font-weight: 600; }
.vr-cta-sub { font-size: 16.5px; color: rgba(255,255,255,.82); }
.vr-cta-btns { display: flex; gap: 13px; flex-shrink: 0; }
.vr-cta .vr-btn-white { background: #fff; color: var(--blue-d); }
.vr-cta .vr-btn-white:hover { transform: translateY(-2px); box-shadow: 0 11px 28px rgba(0,0,0,.18); }
.vr-cta .vr-btn-outline-w { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.vr-cta .vr-btn-outline-w:hover { border-color: #fff; background: rgba(255,255,255,.08); }
/* dark CTA variant (homepage final) */
.vr-cta-dark { background: var(--cta-bg); color: var(--cta-fg); }
.vr-cta-dark .vr-btn-outline-w { background: transparent; color: var(--cta-fg); border: 1.5px solid rgba(255,255,255,.3); }

/* ── 12. RELATED CARDS ────────────────────────────────────────────────────*/
.vr-related-sec { padding: 74px 0 30px; background: var(--paper); }
.vr-related-sec h2 { font-family: "Spectral", Georgia, serif; font-size: 26px; letter-spacing: -.01em; margin: 0 0 26px; font-weight: 600; }
.vr-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.vr-related { display: block; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.vr-related:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(42,36,29,.10); border-color: var(--blue); }
.vr-related-stage { font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--blue-d); margin-bottom: 10px; }
.vr-related-t { font-size: 18px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 7px; display: flex; align-items: center; gap: 8px; }
.vr-related-t svg { color: var(--blue); width: 15px; height: 15px; }
.vr-related-b { font-size: 14.5px; line-height: 1.5; color: var(--muted); margin: 0; }

/* ── 13. PRODUCT ROWS (products index) ────────────────────────────────────*/
.vr-prows { padding: 30px 0 20px; background: var(--paper); }
.vr-prow { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 54px 0; }
.vr-prow + .vr-prow { border-top: 1px solid var(--line); }
.vr-prow.rev .vr-prow-media { order: 2; }
.vr-prow.rev .vr-prow-copy { order: 1; }
.vr-prow-copy { max-width: 520px; }
.vr-prow-copy h3 { font-family: "Spectral", Georgia, serif; font-size: 32px; letter-spacing: -.02em; margin: 12px 0 14px; font-weight: 600; }
.vr-prow-copy .vr-lead { font-size: 17px; margin-bottom: 18px; }
.vr-prow-link { display: inline-flex; margin-top: 22px; }

/* ── 14. BROWSER-FRAME MOCKUPS ────────────────────────────────────────────*/
.vr-frame { background: #fff; border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 30px 70px rgba(42,36,29,.16); overflow: hidden; }
.vr-frame-bar { display: flex; align-items: center; gap: 7px; padding: 13px 16px; border-bottom: 1px solid var(--line); background: #faf8f3; }
.vr-dot { width: 11px; height: 11px; border-radius: 50%; }
.vr-url { margin-left: 12px; font-size: 12.5px; color: var(--soft); background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 4px 12px; flex: 1; max-width: 280px; }
.vr-frame-body { padding: 22px; background: #fff; }
.vr-mock-title { font-size: 16px; font-weight: 700; }
.vr-mock-sub { font-size: 12.5px; color: var(--muted); }

/* Audit mockup */
.vr-ring { position: relative; width: 116px; height: 116px; flex-shrink: 0; }
.vr-ring svg { transform: rotate(-90deg); }
.vr-ring-fg { transition: stroke-dashoffset 1.1s cubic-bezier(.3,1,.4,1); }
.vr-ring-label { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.vr-ring-num { font-family: "Spectral", serif; font-size: 30px; font-weight: 600; line-height: 1; }
.vr-ring-den { font-size: 11px; color: var(--soft); }
.vr-audit-head { display: flex; align-items: center; gap: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.vr-eng-row { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 11px; border: 1px solid var(--line); }
.vr-eng-row.ok { background: var(--blue-soft); }
.vr-eng-row.no { background: #faf3f1; }
.vr-eng-ic { width: 24px; height: 24px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vr-eng-ic.ok { background: var(--ok); }
.vr-eng-ic.no { background: #d0826f; }
.vr-eng-n { font-size: 14.5px; font-weight: 600; flex: 1; }
.vr-eng-note { font-size: 13px; color: var(--muted); }

/* Inbox mockup */
.vr-inbox-tabs { display: flex; gap: 7px; margin-bottom: 16px; flex-wrap: wrap; }
.vr-inbox-tab { font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; cursor: pointer; border: 1px solid var(--line); background: #fff; color: var(--muted); transition: all .15s; font-family: inherit; }
.vr-inbox-tab.on { border-color: var(--ink); background: var(--ink); color: #fff; }
.vr-inbox-list { display: flex; flex-direction: column; gap: 8px; min-height: 226px; }
.vr-inbox-row { display: flex; align-items: center; gap: 13px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); }
.vr-inbox-av { width: 38px; height: 38px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 700; flex-shrink: 0; }
.vr-inbox-n { font-size: 14.5px; font-weight: 700; }
.vr-inbox-ch { font-size: 11px; font-weight: 600; color: var(--blue-d); background: var(--blue-soft); padding: 2px 8px; border-radius: 999px; }
.vr-inbox-m { font-size: 13.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
.vr-inbox-t { font-size: 12px; color: var(--soft); }
.vr-inbox-ai { font-size: 11.5px; color: var(--ok); font-weight: 600; }

/* Booking mockup */
.vr-bk-days { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-bottom: 18px; }
.vr-bk-day { padding: 10px 0; border-radius: 11px; cursor: pointer; text-align: center; border: 1px solid var(--line); background: #fff; color: var(--ink); transition: all .15s; font-family: inherit; }
.vr-bk-day.on { border-color: var(--blue); background: var(--blue); color: #fff; }
.vr-bk-day .d { font-size: 11.5px; opacity: .8; }
.vr-bk-day .n { font-family: "Spectral", serif; font-size: 19px; font-weight: 600; }
.vr-bk-slots { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 18px; }
.vr-bk-slot { padding: 12px 0; border-radius: 11px; cursor: pointer; font-size: 14.5px; font-weight: 600; border: 1.5px solid var(--line); background: #fff; color: var(--ink); transition: all .15s; font-family: inherit; }
.vr-bk-slot.on { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-d); }
.vr-bk-confirm { display: flex; align-items: center; gap: 12px; background: var(--blue-soft); border-radius: 12px; padding: 13px 16px; }
.vr-bk-check { width: 30px; height: 30px; border-radius: 9px; background: var(--ok); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Pipeline mockup */
.vr-pipe { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.vr-pipe-h { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; margin-bottom: 9px; padding: 0 2px; }
.vr-pipe-h .dot { width: 7px; height: 7px; border-radius: 7px; }
.vr-pipe-col-cards { display: flex; flex-direction: column; gap: 8px; }
.vr-pipe-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px 11px; }
.vr-pipe-card .n { font-size: 13px; font-weight: 700; }
.vr-pipe-card .s { font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.vr-pipe-foot { display: flex; gap: 10px; margin-top: 18px; }
.vr-pipe-campaign { flex: 1; display: flex; align-items: center; gap: 11px; background: var(--blue-soft); border-radius: 12px; padding: 12px 14px; }
.vr-pipe-campaign .ic { width: 30px; height: 30px; border-radius: 9px; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vr-pipe-stat { width: 120px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 10px 8px; }
.vr-pipe-stat .v { font-family: "Spectral", serif; font-size: 24px; font-weight: 600; color: var(--blue-d); }
.vr-pipe-stat .l { font-size: 11.5px; color: var(--muted); }

/* Automation mockup */
.vr-auto-head { display: flex; align-items: center; gap: 11px; margin-bottom: 4px; }
.vr-auto-ic { width: 34px; height: 34px; border-radius: 10px; background: var(--blue-soft); color: var(--blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vr-auto-active { margin-left: auto; font-size: 11.5px; font-weight: 700; color: var(--ok); background: rgba(31,138,91,.1); padding: 4px 10px; border-radius: 999px; }
.vr-auto-steps { display: flex; flex-direction: column; margin-top: 14px; }
.vr-auto-step { display: flex; align-items: flex-start; gap: 14px; }
.vr-auto-rail { display: flex; flex-direction: column; align-items: center; align-self: stretch; }
.vr-auto-num { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12.5px; font-weight: 700; flex-shrink: 0; color: #fff; }
.vr-auto-num.done { background: var(--ok); }
.vr-auto-num.running { background: var(--blue); }
.vr-auto-num.pending { background: #fff; border: 1.5px solid var(--line); color: var(--soft); }
.vr-auto-conn { width: 2px; flex: 1; background: var(--line); min-height: 14px; }
.vr-auto-body { flex: 1; }
.vr-auto-t { font-size: 14.5px; font-weight: 700; }
.vr-auto-st { margin-left: auto; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.vr-auto-st.done { color: var(--ok); }
.vr-auto-st.running { color: var(--blue); }
.vr-auto-st.pending { color: var(--soft); }
.vr-auto-s { font-size: 13px; color: var(--muted); margin-top: 2px; }

/* ── 15. RESPONSIVE ───────────────────────────────────────────────────────*/
@media (max-width: 980px) {
  .vr-wrap { padding: 0 28px; }
  .vr-nav-in { padding: 0 28px; gap: 14px; }
  .vr-desktop-links, .vr-nav-cta { display: none !important; }
  .vr-burger { display: flex; }
  .vr-hero-grid, .vr-hero-grid.home { grid-template-columns: 1fr !important; gap: 40px !important; padding: 48px 28px 56px !important; }
  .vr-hero-media { min-height: 380px; }
  .vr-h1, .vr-hero-grid.home .vr-h1 { font-size: 42px !important; }
  .vr-stats-row { flex-wrap: wrap; padding: 26px 28px; }
  .vr-stat { flex: 0 0 50%; padding: 16px 8px; }
  .vr-stat + .vr-stat { border-left: none; }
  .vr-tgrid { grid-template-columns: 1fr; }
  .vr-arc-grid { grid-template-columns: repeat(2,1fr); gap: 28px 10px; }
  .vr-arc-line { display: none; }
  .vr-problem-grid { grid-template-columns: 1fr; gap: 14px; padding: 48px 28px; }
  .vr-problem-big { font-size: 72px; }
  .vr-feat-grid { grid-template-columns: 1fr; }
  .vr-how-grid { grid-template-columns: 1fr; gap: 34px; }
  .vr-how-line { display: none; }
  .vr-cta-row { flex-direction: column; align-items: flex-start; gap: 22px; padding: 44px 28px; }
  .vr-related-grid { grid-template-columns: 1fr; }
  .vr-section-pad, .vr-features, .vr-trust, .vr-arc, .vr-how, .vr-related-sec { padding-left: 0; padding-right: 0; }
  .vr-prow, .vr-prow.rev { grid-template-columns: 1fr !important; gap: 32px !important; }
  .vr-prow.rev .vr-prow-media, .vr-prow.rev .vr-prow-copy { order: initial; }
  .vr-proof { left: 0; width: 260px; }
}
@media (max-width: 560px) {
  .vr-h1, .vr-hero-grid.home .vr-h1 { font-size: 34px !important; }
  .vr-arc-grid { grid-template-columns: 1fr; }
  .vr-cta-row h2 { font-size: 28px; }
  .vr-proof { position: static; width: auto; margin-top: 16px; }
  .vr-hero-portrait { position: static; inset: auto; height: 320px; }
  .vr-hero-media { min-height: 0; }
}

/* ── 16. OVERRIDES & ADDITIONS (post-launch refinements) ──────────────────*/

/* Suppress the vanity stats strip for now (80+, <1 min, 5 min, 4.9★, etc.) */
.vr-stats { display: none !important; }

/* Drop the inline "Ask Viva anything" search box rendered by the Ask embed —
   the nav "Ask Viva" trigger covers this. VivaAsk.open() stays available. */
.viva-inline-search { display: none !important; }

/* Button text colours.
   IMPORTANT: `.vr a { color: inherit }` (specificity 0,1,1) outranks single-class
   button rules like `.vr-solid` (0,1,0), which made <a> buttons render dark text.
   These selectors target a/button explicitly so they win and stay white. */

/* Primary solid — always white text + clear darken-on-hover highlight */
.vr a.vr-solid, .vr button.vr-solid { color: #fff; }
.vr a.vr-solid:hover, .vr button.vr-solid:hover { color: #fff; background: var(--blue-d); }
.vr a.vr-solid svg, .vr button.vr-solid svg { stroke: #fff; }

/* Secondary ghost — blue text at rest, fills harbor blue with white text on hover */
.vr a.vr-ghost, .vr button.vr-ghost { color: var(--blue-d); border-color: rgba(67,106,138,.45); }
.vr a.vr-ghost:hover, .vr button.vr-ghost:hover { background: var(--blue); border-color: var(--blue); color: #fff; transform: translateY(-2px); box-shadow: 0 11px 28px var(--blue-glow); }
.vr a.vr-ghost:hover svg, .vr button.vr-ghost:hover svg { stroke: #fff; }

/* CTA-band buttons (on blue / dark): white-pill primary + white-outline secondary */
.vr a.vr-btn-white, .vr button.vr-btn-white { color: var(--blue-d); }
.vr a.vr-btn-white:hover, .vr button.vr-btn-white:hover { background: var(--blue-d); color: #fff; }
.vr a.vr-btn-white:hover svg, .vr button.vr-btn-white:hover svg { stroke: #fff; }
.vr a.vr-btn-outline-w, .vr button.vr-btn-outline-w { color: #fff; }
.vr a.vr-btn-outline-w:hover, .vr button.vr-btn-outline-w:hover { color: #fff; background: rgba(255,255,255,.12); border-color: #fff; }
.vr a.vr-btn-outline-w svg, .vr button.vr-btn-outline-w svg { stroke: #fff; }

/* ── 17. PRICING CARDS ────────────────────────────────────────────────────*/
.vr-pricing { padding: 20px 0 40px; background: var(--paper); }
.vr-pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; max-width: 1040px; margin: 0 auto; }
.vr-pcard { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 32px 28px; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s, border-color .18s; }
.vr-pcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(42,36,29,.10); }
.vr-pcard.featured { border-color: var(--blue); box-shadow: 0 18px 44px rgba(67,106,138,.16); }
.vr-pcard-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--blue); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .04em; padding: 6px 16px; border-radius: 999px; white-space: nowrap; }
.vr-pcard-title { font-family: "Spectral", Georgia, serif; font-size: 24px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 6px; }
.vr-pcard-price { font-family: "Spectral", Georgia, serif; font-size: 46px; font-weight: 600; letter-spacing: -.02em; line-height: 1; }
.vr-pcard-price.custom { font-size: 30px; color: var(--blue-d); }
.vr-pcard-period { font-size: 13.5px; color: var(--soft); margin-top: 6px; }
.vr-pcard-desc { font-size: 15px; color: var(--muted); margin: 14px 0 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.vr-pcard-features { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.vr-pfeat { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; color: var(--ink); }
.vr-pfeat svg { flex: 0 0 auto; margin-top: 2px; color: var(--blue); width: 16px; height: 16px; }
.vr-pcard-foot { margin-top: 24px; }
.vr-pcard-note { font-size: 12.5px; color: var(--soft); text-align: center; margin-top: 10px; min-height: 16px; }
.vr-pcard .vr-btn { width: 100%; justify-content: center; }
.vr-pricing-note { max-width: 600px; margin: 36px auto 0; text-align: center; padding: 18px 22px; background: var(--blue-soft); border: 1px solid var(--line); border-radius: 14px; }
.vr-pricing-note .h { color: var(--blue-d); font-weight: 700; margin-bottom: 4px; }
.vr-pricing-note .s { color: var(--muted); font-size: 14px; }
@media (max-width: 980px) {
  .vr-pricing-grid { grid-template-columns: 1fr; max-width: 460px; }
}
