/* ═══════════════════════════════════════════════════════
   VerifyHuman V8 — Category-defining redesign
   Instrument Serif + Inter — editorial premium SaaS
   ═══════════════════════════════════════════════════════ */

/* ── Reset ─────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;color:#0a0a0a;background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body{overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font-family:inherit;cursor:pointer;border:none;background:none}
svg{display:block;flex-shrink:0}

/* ── Tokens ─────────────────────────────────────────────── */
:root{
  --blue:#0246FF;
  --blue-mid:#1558FF;
  --blue-pale:#EBF0FF;
  --blue-glow:rgba(2,70,255,.18);
  --green:#10B981;
  --amber:#F59E0B;
  --purple:#7C3AED;
  --red:#EF4444;
  --ink:#050d1f;
  --ink-2:#0d1b3e;
  --text-2:#374375;
  --text-3:#6b7ba8;
  --text-4:#9baacb;
  --surface:#F4F6FB;
  --border:#E1E8F4;
  --border-2:#C8D5EE;
  --white:#fff;
  --dark:#060B1A;
  --dark-2:#0a1228;
  --dark-3:#111827;
  --dark-border:rgba(255,255,255,.07);
  --max-w:1320px;
  --px:clamp(20px,5vw,72px);
  --r-sm:6px;
  --r-md:10px;
  --r-lg:16px;
  --r-xl:24px;
  --r-2xl:32px;
  --sh-sm:0 1px 3px rgba(5,13,31,.06),0 1px 2px rgba(5,13,31,.04);
  --sh-md:0 4px 20px rgba(5,13,31,.09),0 1px 4px rgba(5,13,31,.05);
  --sh-lg:0 16px 56px rgba(5,13,31,.13),0 4px 16px rgba(5,13,31,.07);
  --sh-blue:0 8px 40px rgba(2,70,255,.28),0 2px 8px rgba(2,70,255,.16);
}

/* ── Fonts ─────────────────────────────────────────────── */
.serif-italic{font-family:'Instrument Serif',Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-.01em}

/* ── Layout ─────────────────────────────────────────────── */
.section-wrap{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}
.section-wrap-relative{position:relative}

/* ── Reusable kicker ────────────────────────────────────── */
.kicker{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin-bottom:20px}
.kicker-line{display:block;width:24px;height:2px;background:var(--blue);border-radius:2px;flex-shrink:0}
.kicker-light{color:rgba(255,255,255,.42)}
.kicker-line-light{background:rgba(255,255,255,.35)}
.section-h2{font-size:clamp(30px,3.8vw,52px);font-weight:800;line-height:1.1;letter-spacing:-.028em;color:var(--ink)}

/* ── Buttons ────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;padding:11px 22px;border-radius:var(--r-lg);transition:all .18s;cursor:pointer;white-space:nowrap;border:1.5px solid transparent}
.btn-sm{font-size:12.5px;padding:9px 18px;border-radius:var(--r-md)}
.btn svg{width:15px;height:15px;flex-shrink:0}
.btn-lg{font-size:15px;padding:14px 28px;border-radius:var(--r-xl)}
.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 2px 8px rgba(2,70,255,.3),inset 0 1px 0 rgba(255,255,255,.14)}
.btn-primary:hover{background:var(--blue-mid);transform:translateY(-1px);box-shadow:0 6px 24px rgba(2,70,255,.36)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--border-2)}
.btn-ghost:hover{background:var(--surface);border-color:var(--blue);color:var(--blue)}
.btn-link{background:transparent;color:var(--text-2);border-color:transparent;padding-left:0;padding-right:0}
.btn-link:hover{color:var(--ink)}
.btn-white{background:#fff;color:var(--ink);border-color:#fff;box-shadow:var(--sh-md)}
.btn-white:hover{transform:translateY(-2px);box-shadow:var(--sh-lg)}
.btn-outline-white{background:transparent;color:rgba(255,255,255,.82);border-color:rgba(255,255,255,.2)}
.btn-outline-white:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.45);color:#fff}
.btn-nav{font-size:13px;padding:8px 16px;border-radius:var(--r-md)}
.btn-block{width:100%;justify-content:center}

/* ── Animations ─────────────────────────────────────────── */
.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.fade-up.visible{opacity:1;transform:none}
.fade-d1{transition-delay:.08s}
.fade-d2{transition-delay:.16s}
.fade-d3{transition-delay:.24s}
.fade-d4{transition-delay:.32s}
.fade-d5{transition-delay:.40s}

/* ═══════════════════════════════════════════════════════
   ANNOUNCEMENT BAR
═══════════════════════════════════════════════════════ */
.announce{background:var(--ink);border-bottom:1px solid rgba(255,255,255,.06);position:relative;z-index:100}
.announce-inner{display:flex;align-items:center;justify-content:center;gap:10px;padding:9px var(--px);font-size:12.5px;color:rgba(255,255,255,.62);transition:color .15s}
.announce-inner:hover{color:rgba(255,255,255,.9)}
.announce-tag{background:var(--blue);color:#fff;font-size:10px;font-weight:800;padding:2px 8px;border-radius:100px;letter-spacing:.04em;flex-shrink:0}
.announce-arrow{color:rgba(255,255,255,.4);transition:transform .15s}
.announce-inner:hover .announce-arrow{transform:translateX(3px)}

/* ═══════════════════════════════════════════════════════
   HEADER / NAV
═══════════════════════════════════════════════════════ */
.nav{position:fixed;top:0;left:0;right:0;z-index:200;height:60px;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}
.nav.scrolled{border-color:var(--border);box-shadow:0 1px 16px rgba(5,13,31,.07)}
.nav-wrap{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);height:100%;display:flex;align-items:center;gap:0}
.nav-logo{display:flex;align-items:center;gap:9px;flex-shrink:0;margin-right:36px}
.nav-logo-wordmark{font-size:15px;font-weight:800;color:var(--ink);letter-spacing:-.02em}
.nav-links{display:flex;align-items:center;gap:2px;flex:1}
.nav-link{font-size:13.5px;font-weight:500;color:var(--text-2);padding:5px 10px;border-radius:var(--r-sm);transition:color .15s,background .15s}
.nav-link:hover{color:var(--blue);background:var(--blue-pale)}
.nav-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}
.nav-signin{font-size:13.5px;font-weight:500;color:var(--text-2);padding:5px 10px;border-radius:var(--r-sm);transition:color .15s}
.nav-signin:hover{color:var(--blue)}
.nav-mobile-btn{display:none;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--r-md);color:var(--ink)}
.nav-mobile-btn:hover{background:var(--surface)}
.mobile-nav{display:none;position:fixed;top:60px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:12px var(--px) 20px;z-index:199;flex-direction:column;gap:2px;box-shadow:var(--sh-lg)}
.mobile-nav.open{display:flex}
.mobile-nav .nav-link{padding:10px 12px;font-size:14.5px;border-radius:var(--r-md)}
.mobile-cta{margin-top:12px;display:flex;flex-direction:column;gap:8px}

/* ═══════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════ */
.hero{position:relative;overflow:hidden;padding-top:calc(60px + 38px + 56px);padding-bottom:0;background:#fff}
/* We need to account for announce bar height too */

.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(2,70,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(2,70,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:radial-gradient(ellipse 90% 70% at 60% 40%,black 20%,transparent 80%);pointer-events:none;z-index:0}
.hero-noise{position:absolute;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-size:128px;pointer-events:none;z-index:0}
.hero-glow-a{position:absolute;top:-120px;right:0;width:760px;height:680px;background:radial-gradient(ellipse 65% 65% at 65% 35%,rgba(2,70,255,.09),transparent 65%);pointer-events:none;z-index:0}
.hero-glow-b{position:absolute;bottom:0;left:0;width:400px;height:320px;background:radial-gradient(ellipse,rgba(124,58,237,.05),transparent 70%);filter:blur(40px);pointer-events:none;z-index:0}

.hero-wrap{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);position:relative;z-index:1}

/* Meta row */
.hero-meta{display:flex;align-items:center;gap:12px;margin-bottom:28px}
.hero-meta-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(2,70,255,.07);border:1px solid rgba(2,70,255,.14);border-radius:100px;padding:5px 14px;font-size:12px;font-weight:600;color:var(--blue)}
.hero-meta-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(2,70,255,.4)}50%{opacity:.7;box-shadow:0 0 0 5px rgba(2,70,255,0)}}
.hero-meta-sep{color:var(--border-2);font-size:16px}
.hero-meta-text{font-size:12.5px;color:var(--text-3);font-weight:500}

/* The headline */
.hero-h1{font-size:clamp(56px,7.2vw,108px);font-weight:900;line-height:.96;letter-spacing:-.042em;color:var(--ink);margin-bottom:28px}
.hero-h1-line{display:block}
.hero-h1 .serif-italic{font-size:1.04em}

/* Subline */
.hero-sub{font-size:clamp(16px,1.4vw,18.5px);color:var(--text-2);line-height:1.68;max-width:520px;margin-bottom:34px;font-weight:400}

/* CTAs */
.hero-ctas{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:64px}

/* ── The showcase ────────────────────────────────────── */
.hero-showcase{position:relative;margin:0 calc(-1 * var(--px));padding:0 var(--px)}
.showcase-spotlight{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:900px;height:300px;background:radial-gradient(ellipse,rgba(2,70,255,.08) 0%,transparent 70%);pointer-events:none}

.showcase-stage{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:0;height:560px;padding-bottom:0}

/* ── Floating pills ──────────────────────────────────── */
.showcase-pill{position:absolute;top:60px;display:inline-flex;align-items:center;gap:8px;background:var(--ink);border:1px solid rgba(255,255,255,.08);border-radius:100px;padding:8px 14px;font-family:'JetBrains Mono',monospace;font-size:11.5px;color:rgba(255,255,255,.7);box-shadow:0 8px 32px rgba(2,8,30,.25),inset 0 1px 0 rgba(255,255,255,.06)}
.pill-request{left:clamp(20px,8%,160px);animation:floatA 7s ease-in-out infinite}
.pill-response{right:clamp(20px,8%,160px);animation:floatB 7s ease-in-out 3.5s infinite}
@keyframes floatA{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes floatB{0%,100%{transform:translateY(-8px)}50%{transform:translateY(4px)}}
.pill-tag{font-size:9px;font-weight:800;letter-spacing:.06em;padding:2px 7px;border-radius:4px;font-family:'Inter',sans-serif}
.tag-blue{background:rgba(2,70,255,.25);color:#7ba8ff}
.pill-status{display:flex;align-items:center;gap:5px}
.pill-status-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse 1.8s infinite}
.pill-meta{color:rgba(255,255,255,.3)}

/* ── Decision card (left) ───────────────────────────── */
.card-decision{left:clamp(20px,5%,100px);bottom:80px;width:clamp(220px,22vw,280px);animation:floatA 8s ease-in-out 1s infinite}
.card-signals{right:clamp(20px,5%,100px);bottom:100px;width:clamp(200px,20vw,260px);animation:floatB 8s ease-in-out 2s infinite}

.showcase-card{position:absolute;background:#fff;border-radius:var(--r-xl);border:1px solid var(--border);box-shadow:0 8px 40px rgba(5,13,31,.12),0 2px 8px rgba(5,13,31,.06);padding:18px 20px;z-index:4}
.cd-header{display:flex;align-items:center;gap:7px;margin-bottom:12px}
.cd-pulse{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 6px rgba(16,185,129,.5);animation:pulse 1.8s infinite}
.cd-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3)}
.cd-row{display:flex;gap:12px;margin-bottom:10px}
.cd-cell{flex:1}
.cd-cell-label{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-4);margin-bottom:4px}
.cd-cell-value{font-size:13px;font-weight:700;color:var(--ink);display:flex;align-items:center;gap:6px}
.cd-check-ring{width:18px;height:18px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cd-mono{font-family:'JetBrains Mono',monospace;font-size:14px;color:var(--blue)}
.cd-bar{height:4px;background:#EBF0FF;border-radius:100px;margin-bottom:10px;overflow:hidden}
.cd-bar-fill{height:100%;width:99%;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:100px}
.cd-checks{display:flex;align-items:center;gap:0;flex-wrap:wrap}
.cd-chk{font-size:9px;font-weight:600;color:var(--text-3)}
.cd-chk-tick{font-size:9px;color:var(--green);font-weight:800;margin:0 6px}

/* ── Risk signals card (right) ──────────────────────── */
.cs-header{display:flex;align-items:center;gap:7px;margin-bottom:12px}
.cs-icon{width:22px;height:22px;border-radius:var(--r-sm);background:rgba(2,70,255,.08);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}
.cs-title{font-size:11px;font-weight:700;color:var(--ink);flex:1}
.cs-tag-low{font-size:8.5px;font-weight:800;color:var(--green);background:rgba(16,185,129,.1);border-radius:4px;padding:2px 7px;letter-spacing:.04em}
.cs-rows{display:flex;flex-direction:column;gap:7px;margin-bottom:12px}
.cs-r{display:flex;align-items:center;justify-content:space-between}
.cs-l{font-size:11.5px;color:var(--text-3)}
.cs-v{font-size:11.5px;font-weight:700}
.cs-good{color:var(--green)}
.cs-footer{display:flex;align-items:center;gap:6px;font-size:10.5px;color:var(--text-3);border-top:1px solid var(--border);padding-top:10px}
.cs-footer svg{color:var(--green)}

/* ── The phone ─────────────────────────────────────── */
.showcase-phone{position:relative;z-index:3;flex-shrink:0}
.phone-shell{width:clamp(260px,24vw,310px);background:linear-gradient(175deg,#0e1424 0%,#060b18 100%);border-radius:clamp(36px,3.5vw,46px);padding:0 0 18px;box-shadow:0 40px 120px rgba(2,8,30,.55),0 16px 48px rgba(2,70,255,.28),0 0 0 1px rgba(255,255,255,.12),inset 0 1px 0 rgba(255,255,255,.10)}
.phone-screen{}
.phone-status{display:flex;justify-content:space-between;align-items:center;padding:clamp(12px,1.4vw,16px) 20px 4px;color:rgba(255,255,255,.75)}
.phone-time{font-size:10px;font-weight:700;letter-spacing:.02em;font-variant-numeric:tabular-nums}
.phone-status-icons{display:flex;align-items:center;gap:5px}
.phone-notch{width:70px;height:18px;background:#0e1424;border-radius:0 0 14px 14px;margin:0 auto 8px;box-shadow:inset 0 -1px 0 rgba(255,255,255,.05)}
.phone-app{background:#fff;margin:0 8px;border-radius:clamp(22px,2.5vw,28px);padding:clamp(12px,1.5vw,16px) clamp(12px,1.5vw,14px) 12px;overflow:hidden}
.phone-app-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.phone-app-tag{font-size:9.5px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.phone-app-step{font-size:8px;font-weight:700;background:rgba(2,70,255,.08);color:var(--blue);border-radius:100px;padding:2px 7px}
.phone-progress{height:2.5px;background:rgba(2,70,255,.10);border-radius:100px;margin-bottom:10px;overflow:hidden}
.phone-progress-fill{height:100%;width:33%;background:linear-gradient(90deg,var(--blue),#3d6ff8);border-radius:100px}
.phone-hint{font-size:8.5px;color:var(--text-3);text-align:center;margin-bottom:10px;font-weight:500}

/* ── Camera ──────────────────────────────────────────── */
.phone-camera{position:relative;border-radius:14px;overflow:hidden;background:#060d1e;aspect-ratio:1/1.05;margin-bottom:10px;display:flex;align-items:center;justify-content:center}
.phone-camera-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 8%;display:block;z-index:1}
.phone-camera-vignette{position:absolute;inset:0;background:radial-gradient(ellipse 64% 68% at 50% 44%,transparent 36%,rgba(4,10,24,.6) 100%);z-index:2;pointer-events:none}
/* Brackets */
.phone-bracket{position:absolute;width:16px;height:16px;z-index:5}
.br-tl{top:8px;left:8px;border-top:2px solid rgba(2,70,255,.85);border-left:2px solid rgba(2,70,255,.85);border-radius:3px 0 0 0}
.br-tr{top:8px;right:8px;border-top:2px solid rgba(2,70,255,.85);border-right:2px solid rgba(2,70,255,.85);border-radius:0 3px 0 0}
.br-bl{bottom:8px;left:8px;border-bottom:2px solid rgba(2,70,255,.85);border-left:2px solid rgba(2,70,255,.85);border-radius:0 0 0 3px}
.br-br{bottom:8px;right:8px;border-bottom:2px solid rgba(2,70,255,.85);border-right:2px solid rgba(2,70,255,.85);border-radius:0 0 3px 0}
/* Oval guide */
.phone-oval-guide{position:absolute;top:50%;left:50%;transform:translate(-50%,-52%);width:58%;aspect-ratio:1/1.25;border-radius:50%;border:1.5px dashed rgba(2,70,255,.6);z-index:4;box-shadow:0 0 0 2000px rgba(4,10,24,.46),0 0 20px rgba(2,70,255,.2);pointer-events:none}
/* Scan line */
.phone-scanline{position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,rgba(2,70,255,.95) 40%,rgba(61,130,255,.7) 60%,transparent);box-shadow:0 0 12px rgba(2,70,255,.7);animation:scanline 3.5s ease-in-out infinite;z-index:6}
@keyframes scanline{0%,100%{transform:translateY(0);opacity:.3}50%{transform:translateY(calc(100% + 8px));opacity:1}}
.phone-detected{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:4px;background:rgba(2,70,255,.92);border-radius:100px;padding:3px 10px;z-index:7;white-space:nowrap;font-size:7.5px;font-weight:800;color:#fff;letter-spacing:.08em;text-transform:uppercase}
.phone-detected-dot{width:5px;height:5px;border-radius:50%;background:#34D399;animation:pulse 1.5s infinite}
/* Meter */
.phone-meter-row{display:flex;justify-content:space-between;font-size:8.5px;color:var(--text-3);font-weight:500;margin-bottom:3px}
.phone-meter-value{color:var(--blue);font-weight:800}
.phone-meter-bar{height:3.5px;background:rgba(2,70,255,.10);border-radius:100px;margin-bottom:10px;overflow:hidden}
.phone-meter-bar-fill{height:100%;width:99%;background:linear-gradient(90deg,var(--blue),#34D399);border-radius:100px}
/* Capture button */
.phone-capture-btn{width:100%;padding:10px;background:linear-gradient(135deg,#0246FF 0%,#5b45e0 100%);border-radius:12px;color:#fff;font-size:10.5px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:9px;box-shadow:0 8px 20px rgba(2,70,255,.34)}
.phone-footnote{display:flex;align-items:center;justify-content:center;gap:4px;font-size:7.5px;color:var(--text-4)}

/* Hero trust strip */
.hero-trust{padding:32px 0 48px;border-top:1px solid var(--border);margin-top:0}
.hero-trust-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-4);display:block;text-align:center;margin-bottom:16px}
.hero-trust-logos{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}
.trust-logo{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--border-2);text-transform:uppercase}

/* ═══════════════════════════════════════════════════════
   MARQUEE / PROOF BAR
═══════════════════════════════════════════════════════ */
.marquee-section{background:var(--ink);overflow:hidden;padding:1px 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.marquee-track{overflow:hidden}
.marquee-row{display:flex;align-items:center;gap:28px;padding:16px 0;animation:marquee 32s linear infinite;width:max-content}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.marquee-section:hover .marquee-row{animation-play-state:paused}
.mq-stat{display:flex;align-items:baseline;gap:6px;white-space:nowrap;padding:0 4px}
.mq-num{font-size:14px;font-weight:800;color:#fff;letter-spacing:-.01em;font-variant-numeric:tabular-nums}
.mq-label{font-size:11px;font-weight:500;color:rgba(255,255,255,.38)}
.mq-dot{color:rgba(255,255,255,.14);font-size:6px}

/* ═══════════════════════════════════════════════════════
   MANIFESTO / PROBLEM
═══════════════════════════════════════════════════════ */
.manifesto{padding:120px 0 100px;background:#fff;border-top:1px solid var(--border)}
.manifesto-grid{display:grid;grid-template-columns:200px 1fr;gap:80px;align-items:start;margin-bottom:72px}
.manifesto-side{padding-top:6px}
.manifesto-body{}
.manifesto-h2{font-size:clamp(36px,4.4vw,60px);font-weight:800;line-height:1.08;letter-spacing:-.032em;color:var(--ink);margin-bottom:24px}
.manifesto-h2 .serif-italic{color:var(--blue)}
.manifesto-lead{font-size:clamp(15px,1.35vw,17px);line-height:1.72;color:var(--text-2);max-width:640px}
.manifesto-lead strong{color:var(--ink);font-weight:600}

/* Problem bento */
.problem-bento{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:auto auto;gap:14px}
.pb-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:28px;transition:border-color .18s,box-shadow .18s,transform .18s}
.pb-card:hover{border-color:var(--border-2);box-shadow:var(--sh-md);transform:translateY(-3px)}
.pb-big{grid-row:1/3;display:flex;flex-direction:column}
.pb-wide{grid-column:2/4}
.pb-icon-wrap{width:38px;height:38px;border-radius:var(--r-md);background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-3);margin-bottom:18px}
.pb-icon-wrap svg{width:18px;height:18px}
.pb-title{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:8px;letter-spacing:-.01em;line-height:1.3}
.pb-text{font-size:13.5px;color:var(--text-2);line-height:1.6;flex:1}
.pb-stat{margin-top:auto;padding-top:24px;border-top:1px solid var(--border)}
.pb-stat-num{font-size:36px;font-weight:900;color:var(--ink);letter-spacing:-.03em;line-height:1;display:block;margin-bottom:5px}
.pb-stat-label{font-size:12px;color:var(--text-3);line-height:1.4}

/* ═══════════════════════════════════════════════════════
   PLATFORM — DARK
═══════════════════════════════════════════════════════ */
.platform{position:relative;background:var(--dark);padding:120px 0;overflow:hidden}
.platform-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;pointer-events:none}
.platform-bg-glow{position:absolute;top:-200px;right:-100px;width:800px;height:600px;background:radial-gradient(ellipse,rgba(2,70,255,.18),transparent 65%);filter:blur(60px);pointer-events:none}
.platform-header{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-bottom:72px;position:relative;z-index:1}
.platform-h2{font-size:clamp(32px,4vw,56px);font-weight:800;line-height:1.08;letter-spacing:-.032em;color:#fff;margin-bottom:0}
.platform-h2 .serif-italic{color:rgba(255,255,255,.55)}
.platform-header-side{padding-top:8px}
.platform-lead{font-size:clamp(14px,1.3vw,16px);color:rgba(255,255,255,.5);line-height:1.72;margin-bottom:20px}
.platform-meta{display:flex;flex-direction:column;gap:8px}
.platform-meta-item{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.45)}
.platform-meta-item svg{color:var(--blue);flex-shrink:0}

/* Engines grid */
.engines{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-template-rows:auto;gap:14px;position:relative;z-index:1}
.engine{position:relative;border-radius:var(--r-2xl);border:1px solid var(--dark-border);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s;text-decoration:none;background:rgba(255,255,255,.03)}
.engine:hover{border-color:rgba(255,255,255,.14);box-shadow:0 16px 60px rgba(2,8,30,.5);transform:translateY(-4px)}
.engine-feature{grid-row:1/1;background:rgba(2,70,255,.08)}
.engine-feature:hover{box-shadow:0 16px 60px rgba(2,70,255,.25),0 4px 16px rgba(2,8,30,.4)}
.engine-stripe{height:3px;width:100%}
.engine-blue .engine-stripe{background:linear-gradient(90deg,var(--blue),#5b8fff)}
.engine-green .engine-stripe{background:linear-gradient(90deg,var(--green),#34d399)}
.engine-purple .engine-stripe{background:linear-gradient(90deg,var(--purple),#a78bfa)}
.engine-amber .engine-stripe{background:linear-gradient(90deg,var(--amber),#fcd34d)}
.engine-body{padding:28px;flex:1;display:flex;flex-direction:column;position:relative;z-index:1}
.engine-icon{width:42px;height:42px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.engine-blue .engine-icon{background:rgba(2,70,255,.2);color:#7ba8ff}
.engine-green .engine-icon{background:rgba(16,185,129,.15);color:#34d399}
.engine-purple .engine-icon{background:rgba(124,58,237,.2);color:#a78bfa}
.engine-amber .engine-icon{background:rgba(245,158,11,.15);color:#fcd34d}
.engine-icon svg{width:20px;height:20px}
.engine-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px}
.engine-blue .engine-label{color:#7ba8ff}
.engine-green .engine-label{color:#34d399}
.engine-purple .engine-label{color:#a78bfa}
.engine-amber .engine-label{color:#fcd34d}
.engine-name{font-size:clamp(16px,1.6vw,20px);font-weight:800;color:#fff;letter-spacing:-.016em;margin-bottom:10px;line-height:1.2}
.engine-desc{font-size:13px;color:rgba(255,255,255,.45);line-height:1.6;margin-bottom:16px;flex:1}
.engine-feats{list-style:none;display:flex;flex-direction:column;gap:6px;margin-bottom:20px}
.engine-feats li{display:flex;align-items:center;gap:8px;font-size:12.5px;color:rgba(255,255,255,.5)}
.engine-tick{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:900;flex-shrink:0}
.engine-blue .engine-tick{background:rgba(2,70,255,.25);color:#7ba8ff}
.engine-green .engine-tick{background:rgba(16,185,129,.18);color:#34d399}
.engine-purple .engine-tick{background:rgba(124,58,237,.25);color:#a78bfa}
.engine-amber .engine-tick{background:rgba(245,158,11,.18);color:#fcd34d}
.engine-cta{display:flex;align-items:center;gap:14px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);margin-top:auto}
.engine-link{font-size:12.5px;font-weight:700;transition:color .15s}
.engine-blue .engine-link{color:#7ba8ff}
.engine-green .engine-link{color:#34d399}
.engine-purple .engine-link{color:#a78bfa}
.engine-amber .engine-link{color:#fcd34d}
.engine-arrow{display:inline-block;transition:transform .15s}
.engine:hover .engine-arrow{transform:translateX(3px)}
.engine-sublink{font-size:12px;color:rgba(255,255,255,.28);transition:color .15s}
.engine:hover .engine-sublink{color:rgba(255,255,255,.55)}

/* Feature visual (on big engine card) */
.engine-feature-visual{position:absolute;bottom:0;right:0;width:220px;height:220px;pointer-events:none;overflow:hidden;opacity:.6}
.ef-rings{position:absolute;bottom:-60px;right:-60px}
.ef-ring{position:absolute;border-radius:50%;border:1px solid rgba(2,70,255,.22)}
.r1{width:180px;height:180px;top:-90px;left:-90px;animation:ringPulse 4s ease-in-out infinite}
.r2{width:280px;height:280px;top:-140px;left:-140px;animation:ringPulse 4s ease-in-out .7s infinite}
.r3{width:380px;height:380px;top:-190px;left:-190px;animation:ringPulse 4s ease-in-out 1.4s infinite}
@keyframes ringPulse{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.03)}}
.ef-dots{position:absolute;inset:0}
.ef-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:rgba(2,70,255,.55);animation:dotFloat 3s ease-in-out infinite}
.d1{bottom:60px;right:80px;animation-delay:0s}
.d2{bottom:110px;right:50px;animation-delay:.6s}
.d3{bottom:40px;right:130px;animation-delay:1.2s}
.d4{bottom:90px;right:160px;animation-delay:1.8s}
@keyframes dotFloat{0%,100%{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-8px)}}

/* ═══════════════════════════════════════════════════════
   DUALITY
═══════════════════════════════════════════════════════ */
.duality{padding:120px 0;background:#fff;border-top:1px solid var(--border)}
.duality-header{margin-bottom:56px}
.duality-header .section-h2{margin-top:8px}
.duality-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.duality-card{border-radius:var(--r-2xl);padding:48px;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:0}
.duality-light{background:var(--surface);border:1px solid var(--border)}
.duality-dark{background:var(--dark-2);border:1px solid var(--dark-border)}
.dc-glow{position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(ellipse,rgba(2,70,255,.18),transparent 65%);pointer-events:none}
.dc-eyebrow{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:7px;margin-bottom:14px;color:var(--text-3)}
.dc-eyebrow-dark{color:rgba(255,255,255,.32)}
.dc-eyebrow-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}
.dc-blue-dot{background:var(--blue)}
.dc-violet-dot{background:var(--purple)}
.dc-h3{font-size:clamp(22px,2.4vw,30px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--ink);margin-bottom:14px}
.dc-h3-dark{color:#fff}
.dc-body{font-size:14.5px;line-height:1.68;color:var(--text-2);margin-bottom:28px}
.dc-body-dark{color:rgba(255,255,255,.45)}
/* Flow mock */
.flow-mock{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:16px;margin-bottom:24px;box-shadow:var(--sh-sm)}
.flow-mock-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}
.flow-mock-title{font-size:11px;font-weight:700;color:var(--ink)}
.flow-mock-status{font-size:9px;font-weight:800;color:var(--green);background:rgba(16,185,129,.1);padding:2px 8px;border-radius:100px;letter-spacing:.04em}
.flow-mock-body{display:flex;flex-direction:column;gap:6px}
.flow-step{display:flex;align-items:center;gap:10px;padding:7px 10px;border:1px solid var(--border);border-radius:var(--r-md);font-size:12px;color:var(--text-2);background:#fff}
.flow-step-done{border-color:rgba(16,185,129,.2);color:var(--text-3)}
.flow-step-active{border-color:var(--blue);color:var(--ink);font-weight:600;background:rgba(2,70,255,.03)}
.flow-step-num{width:20px;height:20px;border-radius:50%;background:var(--blue);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.flow-step-done .flow-step-num{background:var(--green)}
.flow-step-label{flex:1}
.flow-step-check{color:var(--green);font-size:11px;font-weight:800}
.flow-step-pulse{width:8px;height:8px;border-radius:50%;background:var(--blue);animation:pulse 1.6s infinite;flex-shrink:0}
/* dc features */
.dc-feats{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:28px}
.dc-feats li{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--text-2)}
.dc-tick{width:18px;height:18px;border-radius:50%;background:rgba(2,70,255,.08);color:var(--blue);font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.dc-feats-dark li{color:rgba(255,255,255,.55)}
.dc-tick-dark{background:rgba(2,70,255,.22);color:#7ba8ff}
.dc-cta{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:700;color:var(--blue);margin-top:auto;transition:gap .18s}
.dc-cta:hover{gap:11px}
.dc-cta-dark{color:#7ba8ff}
/* Code block */
.codeblock{background:#080F20;border:1px solid rgba(255,255,255,.06);border-radius:var(--r-lg);overflow:hidden;margin-bottom:28px;position:relative;z-index:1}
.codeblock-tab-row{display:flex;align-items:center;gap:2px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.02);overflow-x:auto}
.codeblock-tab{font-size:10.5px;font-weight:600;color:rgba(255,255,255,.28);padding:4px 10px;border-radius:var(--r-sm);display:flex;align-items:center;gap:6px;white-space:nowrap;cursor:default;transition:color .15s,background .15s}
.codeblock-tab-active{background:rgba(255,255,255,.07);color:rgba(255,255,255,.75)}
.codeblock-body{padding:18px;font-family:'JetBrains Mono',monospace;font-size:11.5px;line-height:1.75;overflow-x:auto}
.c-cmt{color:#546E7A}
.c-kw{color:#C792EA}
.c-var{color:#82AAFF}
.c-fn{color:#82AAFF}
.c-str{color:#C3E88D}
.c-num{color:#F78C6C}
.c-key{color:#89DDFF}

/* ═══════════════════════════════════════════════════════
   ORCHESTRATION — DARK
═══════════════════════════════════════════════════════ */
.orchestration{position:relative;background:var(--ink-2,#080d20);padding:120px 0;overflow:hidden}
.orch-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:56px 56px;pointer-events:none}
.orch-bg-glow-main{position:absolute;top:-160px;left:50%;transform:translateX(-50%);width:900px;height:480px;background:radial-gradient(ellipse,rgba(2,70,255,.22),transparent 65%);filter:blur(50px);pointer-events:none}
.orch-header{text-align:center;margin-bottom:80px;position:relative;z-index:1}
.orch-header .kicker-light{justify-content:center}
.orch-h2{font-size:clamp(32px,4vw,56px);font-weight:800;line-height:1.08;letter-spacing:-.032em;color:#fff;max-width:680px;margin:0 auto 18px;text-align:center}
.orch-h2 .serif-italic{color:rgba(255,255,255,.45)}
.orch-lead{font-size:clamp(14px,1.3vw,16.5px);color:rgba(255,255,255,.48);max-width:560px;margin:0 auto;text-align:center;line-height:1.72}

/* Diagram */
.orch-diagram{display:grid;grid-template-columns:1fr 80px 1.1fr 80px 1fr;align-items:center;gap:0;position:relative;z-index:1;margin-bottom:56px;padding:0 40px}
.orch-col{display:flex;flex-direction:column;gap:10px;align-items:stretch}
.orch-col-label{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.2);display:flex;align-items:center;gap:8px;margin-bottom:6px}
.orch-col-num{color:var(--blue);font-variant-numeric:tabular-nums}

.orch-node{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:var(--r-lg);padding:14px 16px;display:flex;flex-direction:column;gap:4px}
.orch-node-icon{width:26px;height:26px;border-radius:var(--r-sm);background:rgba(2,70,255,.18);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);margin-bottom:4px}
.orch-node-icon svg{width:13px;height:13px}
.orch-node-title{font-size:11.5px;font-weight:700;color:rgba(255,255,255,.65)}
.orch-node-meta{font-size:9.5px;color:rgba(255,255,255,.28)}

.orch-connector-svg{width:80px;height:240px;overflow:visible}

.orch-engine-node{background:var(--blue);border-radius:var(--r-xl);padding:24px 20px;text-align:center;box-shadow:var(--sh-blue);position:relative;overflow:hidden}
.orch-engine-pulse{position:absolute;inset:-2px;border-radius:inherit;background:var(--blue);animation:enginePulse 3s ease-in-out infinite}
@keyframes enginePulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(2,70,255,0)}50%{opacity:1;box-shadow:0 0 0 12px rgba(2,70,255,0)}}
.orch-engine-logo{margin:0 auto 10px}
.orch-engine-name{font-size:13px;font-weight:800;color:#fff;margin-bottom:5px;position:relative;z-index:1}
.orch-engine-sub{font-size:10px;color:rgba(255,255,255,.6);line-height:1.4;position:relative;z-index:1}
.orch-engine-trace{display:flex;align-items:center;gap:5px;margin-top:12px;justify-content:center;position:relative;z-index:1}
.trace-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.5);animation:traceDot 1.4s ease-in-out infinite}
.trace-dot:nth-child(2){animation-delay:.2s}
.trace-dot:nth-child(3){animation-delay:.4s}
@keyframes traceDot{0%,100%{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}
.trace-text{font-size:9px;color:rgba(255,255,255,.4);font-style:italic;margin-left:2px}

.orch-out{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:var(--r-lg);padding:12px 14px;display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;transition:border-color .15s,background .15s}
.orch-out-icon{width:22px;height:22px;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.orch-out-icon svg{width:11px;height:11px}
.orch-out-name{flex:1;color:rgba(255,255,255,.55)}
.orch-out-tick{font-size:11px;font-weight:900}
.orch-out-blue{border-color:rgba(2,70,255,.25)}.orch-out-blue .orch-out-icon{background:rgba(2,70,255,.2);color:#7ba8ff}.orch-out-blue .orch-out-tick{color:#7ba8ff}
.orch-out-green{border-color:rgba(16,185,129,.2)}.orch-out-green .orch-out-icon{background:rgba(16,185,129,.15);color:#34d399}.orch-out-green .orch-out-tick{color:#34d399}
.orch-out-purple{border-color:rgba(124,58,237,.2)}.orch-out-purple .orch-out-icon{background:rgba(124,58,237,.18);color:#a78bfa}.orch-out-purple .orch-out-tick{color:#a78bfa}
.orch-out-amber{border-color:rgba(245,158,11,.2)}.orch-out-amber .orch-out-icon{background:rgba(245,158,11,.14);color:#fcd34d}.orch-out-amber .orch-out-tick{color:#fcd34d}

/* Decision card */
.orch-decision{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:var(--r-2xl);position:relative;z-index:1;overflow:hidden}
.orch-decision-inner{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:0;padding:32px 40px}
.od-left{display:flex;flex-direction:column;gap:8px;padding-right:40px}
.od-status{display:flex;align-items:center;gap:7px}
.od-status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 6px rgba(16,185,129,.5);animation:pulse 2s infinite}
.od-status-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.35)}
.od-verdict{display:flex;align-items:center;gap:10px}
.od-check{width:28px;height:28px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(16,185,129,.4)}
.od-check svg{width:14px;height:14px;color:#fff}
.od-verdict-text{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.01em}
.od-time{font-size:11px;color:rgba(255,255,255,.3)}
.od-divider{width:1px;background:rgba(255,255,255,.06);margin:0 40px}
.od-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.od-stat{display:flex;flex-direction:column;gap:4px}
.od-stat-label{font-size:10px;color:rgba(255,255,255,.28);font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.od-stat-value{font-size:14px;font-weight:700;color:rgba(255,255,255,.7)}
.od-good{color:var(--green)}
.od-mono{font-family:'JetBrains Mono',monospace}
.od-delivery{display:flex;flex-direction:column;gap:10px;padding-left:40px}
.od-delivery-label{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.22)}
.od-delivery-tags{display:flex;flex-wrap:wrap;gap:6px}
.od-tag{font-size:11px;font-weight:600;color:rgba(255,255,255,.45);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);border-radius:var(--r-sm);padding:4px 10px}
.od-pulse-ring{position:absolute;top:-120px;left:-120px;width:400px;height:400px;border-radius:50%;background:radial-gradient(ellipse,rgba(16,185,129,.08),transparent 65%);pointer-events:none}

/* ═══════════════════════════════════════════════════════
   TRUST
═══════════════════════════════════════════════════════ */
.trust{padding:120px 0;background:#fff;border-top:1px solid var(--border)}
.trust-layout{display:grid;grid-template-columns:400px 1fr;gap:80px;align-items:start}
.trust-left .section-h2{margin:8px 0 16px}
.trust-lead{font-size:clamp(14px,1.3vw,16px);color:var(--text-2);line-height:1.7;margin-bottom:28px}
.trust-disclaimer{font-size:12px;color:var(--text-4);line-height:1.65;margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}
.trust-disclaimer strong{color:var(--text-3);font-weight:600}
/* Bento */
.trust-bento{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:12px}
.tb-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:22px;transition:border-color .18s,box-shadow .18s}
.tb-card:hover{border-color:var(--border-2);box-shadow:var(--sh-sm)}
.tb-big{grid-column:1/3;display:flex;flex-direction:column}
.tb-sm{}
.tb-wide{grid-column:1/4}
.tb-icon{width:36px;height:36px;border-radius:var(--r-md);background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--blue);margin-bottom:14px}
.tb-icon svg{width:16px;height:16px}
.tb-title{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:6px;letter-spacing:-.01em}
.tb-text{font-size:12.5px;color:var(--text-2);line-height:1.6}
.tb-stat-bar{height:4px;background:var(--border);border-radius:100px;margin:auto 0 10px;overflow:hidden}
.tb-stat-bar-fill{display:block;height:100%;width:100%;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:100px}
.tb-stat-label{font-size:10.5px;font-weight:700;color:var(--green);letter-spacing:.02em}
/* Log preview */
.tb-log{margin-top:14px;background:#fff;border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;font-family:'JetBrains Mono',monospace;font-size:10px}
.tb-log-row{display:flex;align-items:center;gap:10px;padding:7px 12px;border-bottom:1px solid var(--border)}
.tb-log-row:last-child{border-bottom:none}
.tb-log-time{color:var(--text-4);flex-shrink:0}
.tb-log-ev{font-weight:600;flex-shrink:0}
.tb-log-ev-pass{color:var(--green)}
.tb-log-ev-start{color:var(--blue)}
.tb-log-id{color:var(--text-4);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* ═══════════════════════════════════════════════════════
   INDUSTRIES
═══════════════════════════════════════════════════════ */
.industries{padding:100px 0;background:var(--surface);border-top:1px solid var(--border)}
.industries-header{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px;flex-wrap:wrap}
.industries-header-left .section-h2{margin-top:8px}
.industries-lead{font-size:clamp(14px,1.3vw,16px);color:var(--text-2);max-width:380px;line-height:1.7}
.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ind-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);padding:20px 22px;display:flex;align-items:center;gap:14px;transition:border-color .18s,box-shadow .18s,transform .18s}
.ind-card:hover{border-color:var(--border-2);box-shadow:var(--sh-sm);transform:translateY(-2px)}
.ind-icon{width:42px;height:42px;border-radius:var(--r-md);background:var(--blue-pale);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}
.ind-icon svg{width:18px;height:18px}
.ind-text{flex:1}
.ind-name{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:2px;letter-spacing:-.01em}
.ind-desc{font-size:12px;color:var(--text-3)}
.ind-arrow{color:var(--border-2);transition:color .15s,transform .15s;font-size:16px}
.ind-card:hover .ind-arrow{color:var(--blue);transform:translateX(3px)}

/* ═══════════════════════════════════════════════════════
   FINAL CTA
═══════════════════════════════════════════════════════ */
/* ── Pricing Section ───────────────────────────────────── */
.pricing-section{position:relative;padding:100px 0 80px;background:var(--dark);overflow:hidden}
.pricing-header{text-align:center;margin-bottom:40px}
.pricing-h2{font-size:clamp(26px,3.2vw,42px);font-weight:900;letter-spacing:-.035em;color:#fff;margin:12px 0 10px;line-height:1.1}
.pricing-sub{font-size:14px;color:rgba(255,255,255,.42);max-width:500px;margin:0 auto;line-height:1.65}
.pricing-trial-banner{border:1px solid rgba(2,70,255,.3);background:rgba(2,70,255,.07);border-radius:14px;padding:16px 24px;display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}
.ptb-badge{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:rgba(2,70,255,.14);border:1px solid rgba(2,70,255,.2);border-radius:100px;padding:3px 10px;white-space:nowrap}
.ptb-body{display:flex;align-items:center;gap:20px;flex:1;flex-wrap:wrap}
.ptb-price-group{display:flex;align-items:baseline;gap:8px}
.ptb-price{font-size:28px;font-weight:900;color:#fff;letter-spacing:-.04em}
.ptb-desc{font-size:12px;color:rgba(255,255,255,.4)}
.ptb-highlight{font-size:13px;font-weight:600;color:rgba(255,255,255,.75);flex:1}
.ptb-note{color:rgba(255,255,255,.35);font-weight:400}
.ptb-btn{margin-left:auto;white-space:nowrap}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}
.pricing-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:22px 22px 20px;display:flex;flex-direction:column;position:relative;transition:border-color .2s,box-shadow .2s}
.pricing-card:hover{border-color:rgba(255,255,255,.16);box-shadow:0 8px 40px rgba(0,0,0,.3)}
.pricing-card-featured{background:rgba(2,70,255,.09);border-color:rgba(2,70,255,.4);box-shadow:0 0 0 1px rgba(2,70,255,.2)}
.pricing-card-featured:hover{border-color:rgba(2,70,255,.7);box-shadow:0 8px 40px rgba(2,70,255,.2)}
.pc-popular-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:var(--blue);color:#fff;border-radius:100px;padding:3px 12px;white-space:nowrap}
.pc-header{margin-bottom:14px}
.pc-tier{font-size:13px;font-weight:800;color:#fff;margin-bottom:2px}
.pc-desc{font-size:11.5px;color:rgba(255,255,255,.38)}
.pc-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:0;margin-bottom:12px}
.pc-price{font-size:32px;font-weight:900;color:#fff;letter-spacing:-.04em;line-height:1}
.pc-per{font-size:13px;color:rgba(255,255,255,.4);margin-left:3px;align-self:flex-end;margin-bottom:2px}
.pc-credits{font-size:10.5px;color:rgba(255,255,255,.3);width:100%;margin-top:3px}
.pc-divider{height:1px;background:rgba(255,255,255,.07);margin-bottom:14px}
.pc-features{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:7px;flex:1}
.pc-features li{display:flex;align-items:center;gap:7px;font-size:12px;color:rgba(255,255,255,.6);line-height:1.3}
.pc-features li svg{width:12px;height:12px;color:var(--blue);flex-shrink:0}
.pricing-card-featured .pc-features li{color:rgba(255,255,255,.8)}
.pc-btn{width:100%;justify-content:center;font-size:13px;padding:10px 16px}
.pricing-enterprise-bar{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03);border-radius:14px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}
.peb-left{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.peb-badge{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:3px 10px;white-space:nowrap}
.peb-text{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.peb-text strong{font-size:14px;font-weight:700;color:#fff}
.peb-text span{font-size:12px;color:rgba(255,255,255,.38)}
.pricing-footnote{text-align:center;font-size:11.5px;color:rgba(255,255,255,.25);margin:0}
.final-cta{position:relative;padding:160px 0;background:var(--dark);overflow:hidden}
.final-cta-glow-a{position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:1000px;height:600px;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(2,70,255,.38),transparent 65%);pointer-events:none}
.final-cta-glow-b{position:absolute;bottom:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(ellipse,rgba(124,58,237,.14),transparent 65%);filter:blur(60px);pointer-events:none}
.final-cta-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}
.final-cta-inner{position:relative;z-index:1;text-align:center}
.final-cta-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:22px}
.cta-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);animation:pulse 2s infinite}
.final-cta-h2{font-size:clamp(40px,5.5vw,76px);font-weight:900;line-height:.97;letter-spacing:-.04em;color:#fff;margin-bottom:22px}
.final-cta-h2 .serif-italic{color:rgba(255,255,255,.45)}
.final-cta-sub{font-size:clamp(15px,1.4vw,18px);color:rgba(255,255,255,.48);max-width:480px;margin:0 auto 52px;line-height:1.68}
.final-cta-btns{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:40px}
.final-trust-strip{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.fts-item{display:flex;align-items:center;gap:6px;font-size:12.5px;color:rgba(255,255,255,.35);font-weight:500}
.fts-item svg{width:13px;height:13px;color:rgba(255,255,255,.2)}
.fts-sep{color:rgba(255,255,255,.12)}

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
.footer{background:#030812;padding:72px 0 36px;border-top:1px solid rgba(255,255,255,.04)}
.footer-top{display:grid;grid-template-columns:240px 1fr;gap:72px;margin-bottom:56px}
.footer-brand a{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.footer-wordmark{font-size:15px;font-weight:800;color:rgba(255,255,255,.75);letter-spacing:-.02em}
.footer-tagline{font-size:12.5px;color:rgba(255,255,255,.28);line-height:1.65;margin-bottom:20px}
.footer-social{display:flex;gap:7px}
.footer-social-link{width:32px;height:32px;border-radius:var(--r-md);background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);transition:background .15s,color .15s}
.footer-social-link:hover{background:rgba(255,255,255,.09);color:rgba(255,255,255,.75)}
.footer-social-link svg{width:13px;height:13px}
.footer-cols{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.footer-col-title{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.22);margin-bottom:14px}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-link{font-size:12.5px;color:rgba(255,255,255,.38);transition:color .15s}
.footer-link:hover{color:rgba(255,255,255,.75)}
.footer-divider{height:1px;background:rgba(255,255,255,.05);margin-bottom:24px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-copy{font-size:12px;color:rgba(255,255,255,.2)}
.footer-legal{display:flex;gap:18px}
.footer-legal-link{font-size:12px;color:rgba(255,255,255,.2);transition:color .15s}
.footer-legal-link:hover{color:rgba(255,255,255,.5)}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════ */
@media(max-width:1200px){
  .engines{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
  .engine-feature{grid-column:1/3;display:grid;grid-template-columns:1fr 1fr}
  .engine-feature .engine-body{padding:32px}
  .engine-feature-visual{position:relative;width:auto;height:auto;opacity:.8;display:flex;align-items:center;justify-content:center}
  .showcase-card{display:none}
  .showcase-pill{display:none}
}
@media(max-width:1024px){
  .manifesto-grid{grid-template-columns:1fr}
  .problem-bento{grid-template-columns:1fr 1fr;}.pb-big{grid-row:auto;}.pb-wide{grid-column:1/3}
  .platform-header{grid-template-columns:1fr;gap:32px}
  .trust-layout{grid-template-columns:1fr;gap:48px}
  .trust-bento{grid-template-columns:1fr 1fr}.tb-big{grid-column:1/3}.tb-wide{grid-column:1/3}
  .orch-diagram{grid-template-columns:1fr;gap:16px;padding:0}.orch-connector-svg{display:none}
  .orch-col-outputs{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .orch-decision-inner{grid-template-columns:1fr;padding:24px}.od-divider{width:auto;height:1px;margin:16px 0}.od-left{padding-right:0}.od-delivery{padding-left:0}
  .duality-pair{grid-template-columns:1fr;gap:16px}
  .footer-top{grid-template-columns:1fr;gap:40px}.footer-cols{grid-template-columns:repeat(3,1fr)}
  .industries-header{flex-direction:column;align-items:flex-start}
  .industries-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .nav-links{display:none}.nav-mobile-btn{display:flex}
  .hero{padding-top:calc(60px + 38px + 32px)}
  .hero-h1{font-size:clamp(48px,11vw,80px)}
  .showcase-stage{height:460px}
  .phone-shell{width:clamp(220px,55vw,290px)}
  .engines{grid-template-columns:1fr;gap:12px}.engine-feature{grid-column:auto;display:block}
  .engine-feature-visual{display:none}
  .trust-bento{grid-template-columns:1fr;}.tb-big,.tb-wide{grid-column:auto}
  .industries-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  :root{--px:20px}
  .announce-inner{font-size:11px}
  .hero-h1{font-size:clamp(40px,12vw,64px)}
  .hero-sub{font-size:15px}
  .hero-meta-text{display:none}
  .showcase-stage{height:380px}
  .phone-shell{width:min(260px,80vw)}
  .phone-camera{aspect-ratio:1/.9}
  .hero-trust-logos{gap:16px}
  .problem-bento{grid-template-columns:1fr;}.pb-wide{grid-column:auto}
  .final-cta-btns{flex-direction:column;align-items:stretch}.final-cta-btns .btn{justify-content:center}
  .pricing-grid{grid-template-columns:1fr}
  .pricing-card-featured{order:-1}
  .pricing-trial-banner{flex-direction:column;align-items:flex-start}
  .ptb-btn{width:100%;justify-content:center;margin-left:0}
  .pricing-enterprise-bar{flex-direction:column;align-items:flex-start}
  .footer-cols{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  .manifesto-grid{grid-template-columns:1fr;gap:32px}
  .duality-light,.duality-dark{padding:32px 24px}
  .orch-col-outputs{grid-template-columns:1fr 1fr}
}

/* ═══════════════════════════════════════════════════════
   V8.1 TARGETED FIXES
   ═══════════════════════════════════════════════════════ */

/* ── HERO: Two-column split layout ───────────────────── */
.hero{
  position:relative;
  overflow:visible;
  padding-top:0;
  background:#fff;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-bg-grid{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(2,70,255,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(2,70,255,.032) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(ellipse 100% 80% at 80% 50%,black 20%,transparent 75%);
  pointer-events:none;z-index:0;
}
.hero-bg-glow{
  position:absolute;top:-120px;right:-80px;
  width:700px;height:700px;
  background:radial-gradient(ellipse 65% 65% at 60% 35%,rgba(2,70,255,.10),transparent 65%);
  pointer-events:none;z-index:0;
}
.hero-container{
  max-width:1440px;
  margin:0 auto;
  padding:calc(60px + 38px + 48px) clamp(16px,3vw,48px) 56px;
  display:grid;
  grid-template-columns:45fr 55fr;
  gap:48px;
  align-items:center;
  position:relative;z-index:1;
  width:100%;
}
/* Hero LEFT */
.hero-left{}
.hero-kicker{
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(2,70,255,.07);border:1px solid rgba(2,70,255,.14);
  border-radius:100px;padding:5px 14px;
  font-size:12px;font-weight:600;color:var(--blue);letter-spacing:.02em;
  margin-bottom:24px;
}
.hero-kicker-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);animation:pulse 2s infinite;flex-shrink:0}
.hero-h1{
  font-size:clamp(52px,5.8vw,84px);
  font-weight:900;line-height:.95;letter-spacing:-.042em;
  color:var(--ink);margin-bottom:22px;
}
.hero-h1 br{display:block}
.hero-h1 .serif-italic{font-size:1.02em}
.hero-sub{
  font-size:clamp(15px,1.3vw,17.5px);
  color:var(--text-2);line-height:1.7;max-width:480px;margin-bottom:30px;
}
.hero-ctas{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:28px}
/* Proof strip */
.hero-proof{
  display:flex;align-items:center;gap:10px;
  flex-wrap:wrap;margin-bottom:28px;
}
.hero-proof-item{
  display:flex;align-items:center;gap:5px;
  font-size:12px;font-weight:500;color:var(--text-3);
}
.hero-proof-item svg{width:13px;height:13px;color:var(--blue);flex-shrink:0}
.hero-proof-sep{width:1px;height:14px;background:var(--border-2);flex-shrink:0}
/* Metric strip */
.hero-metrics{
  display:flex;align-items:center;gap:0;
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--r-lg);padding:14px 20px;
  flex-wrap:wrap;
}
.hero-metric{display:flex;flex-direction:column;gap:2px;flex:1;min-width:70px}
.hm-num{font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1}
.hm-lbl{font-size:10px;color:var(--text-4);font-weight:500;white-space:nowrap}
.hero-metric-div{width:1px;height:36px;background:var(--border);flex-shrink:0;margin:0 16px}

/* Hero RIGHT */
.hero-right{
  position:relative;
  height:clamp(520px,56vw,700px);
  overflow:visible;
}
.hero-visual{
  position:absolute;inset:0;
  display:flex;align-items:flex-start;justify-content:flex-start;
  overflow:visible;
}

/* ── DASHBOARD BROWSER WINDOW ─────────────────────── */
.hv-dashboard{
  position:absolute;
  top:-4%;
  left:-5%;
  right:2%;
  bottom:8%;
  background:#fff;
  border-radius:12px;
  border:1px solid rgba(226,232,244,.9);
  box-shadow:
    0 2px 4px rgba(5,13,31,.04),
    0 20px 60px rgba(5,13,31,.14),
    0 8px 24px rgba(5,13,31,.08);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

/* Browser chrome bar */
.hvd-chrome{
  display:flex;align-items:center;gap:10px;
  padding:10px 14px;
  background:#f8fafc;
  border-bottom:1px solid #e2e8f0;
  flex-shrink:0;
}
.hvd-dots{display:flex;gap:5px;align-items:center;flex-shrink:0}
.hvd-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}
.hvd-dot-r{background:#FF5F57}
.hvd-dot-y{background:#FEBC2E}
.hvd-dot-g{background:#28C840}
.hvd-urlbar{
  flex:1;display:flex;align-items:center;gap:5px;
  background:#fff;border:1px solid #e2e8f0;
  border-radius:6px;padding:4px 10px;
  font-size:10px;color:#64748b;
  font-family:'Inter',sans-serif;
  overflow:hidden;white-space:nowrap;
}
.hvd-status{display:flex;gap:6px;align-items:center;flex-shrink:0}
.hvd-status-pill{
  font-size:9px;font-weight:700;border-radius:100px;
  padding:2px 8px;font-family:'Inter',sans-serif;
}
.hvd-test{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}
.hvd-live{background:rgba(16,185,129,.1);color:#065F46;border:1px solid rgba(16,185,129,.25)}

/* Dashboard body layout */
.hvd-body{
  display:flex;flex:1;overflow:hidden;
}

/* Sidebar */
.hvd-sidebar{
  width:110px;flex-shrink:0;
  background:#0d1117;
  padding:12px 0;
  display:flex;flex-direction:column;gap:1px;
  overflow:hidden;
}
.hvd-sb-logo{
  display:flex;align-items:center;
  padding:0 10px 10px;
  border-bottom:1px solid rgba(255,255,255,.08);
  margin-bottom:6px;
}
.hvd-logo-img{
  display:block;
  height:18px;
  width:auto;
  object-fit:contain;
  /* logo-white.png is white text on transparent — renders perfectly on dark sidebar */
}
.hvd-sb-section{
  font-size:8px;font-weight:700;letter-spacing:.1em;
  color:rgba(255,255,255,.25);padding:6px 12px 3px;
  text-transform:uppercase;
}
.hvd-sb-item{
  display:flex;align-items:center;gap:6px;
  padding:5px 12px;font-size:9.5px;color:rgba(255,255,255,.5);
  font-family:'Inter',sans-serif;
}
.hvd-sb-item-active{
  background:rgba(2,70,255,.15);color:#fff;border-right:2px solid #0246FF;
}
.hvd-sb-product{
  display:flex;align-items:center;gap:6px;
  padding:4px 12px;font-size:9px;color:rgba(255,255,255,.45);
  font-family:'Inter',sans-serif;
}
.hvd-dot-blue{width:6px;height:6px;border-radius:50%;background:#0246FF;flex-shrink:0}
.hvd-dot-green{width:6px;height:6px;border-radius:50%;background:#10B981;flex-shrink:0}
.hvd-dot-orange{width:6px;height:6px;border-radius:50%;background:#F59E0B;flex-shrink:0}
.hvd-dot-purple{width:6px;height:6px;border-radius:50%;background:#8B5CF6;flex-shrink:0}

/* Main content area */
.hvd-main{
  flex:1;padding:10px 12px;overflow:hidden;
  background:#f8fafc;
  display:flex;flex-direction:column;gap:7px;
}
.hvd-header-row{
  display:flex;align-items:flex-start;justify-content:space-between;gap:10px;
}
.hvd-eyebrow{
  font-size:8px;font-weight:800;letter-spacing:.1em;
  color:#0246FF;text-transform:uppercase;margin-bottom:3px;
  font-family:'Inter',sans-serif;
}
.hvd-welcome{
  font-size:13px;font-weight:800;color:#0d1117;line-height:1.2;
  font-family:'Inter',sans-serif;
}
.hvd-sub{
  font-size:8.5px;color:#64748b;margin-top:3px;line-height:1.4;
  font-family:'Inter',sans-serif;
}
.hvd-header-actions{display:flex;gap:5px;flex-shrink:0;align-items:flex-start;margin-top:2px}
.hvd-btn-primary{
  background:#0246FF;color:#fff;font-size:8.5px;font-weight:700;
  padding:5px 9px;border-radius:6px;white-space:nowrap;
  font-family:'Inter',sans-serif;
  box-shadow:0 2px 6px rgba(2,70,255,.3);
}
.hvd-btn-ghost{
  background:#fff;color:#475569;font-size:8.5px;font-weight:600;
  padding:5px 9px;border-radius:6px;border:1px solid #e2e8f0;white-space:nowrap;
  font-family:'Inter',sans-serif;
}

/* Stat cards */
.hvd-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px;
}
.hvd-stat{
  background:#fff;border-radius:8px;border:1px solid #e2e8f0;
  padding:10px;
}
.hvd-stat-label{
  font-size:7.5px;font-weight:700;letter-spacing:.06em;
  color:#94a3b8;text-transform:uppercase;margin-bottom:3px;
  font-family:'Inter',sans-serif;
}
.hvd-stat-val{
  font-size:16px;font-weight:900;color:#0d1117;line-height:1;
  font-family:'Inter',sans-serif;letter-spacing:-.02em;
}
.hvd-stat-green{color:#10B981}
.hvd-stat-blue{color:#0246FF}
.hvd-stat-breakdown{display:flex;flex-direction:column;gap:1px;margin-top:4px}
.hvd-stat-breakdown span{font-size:7.5px;font-family:'Inter',sans-serif}
.hvds-human{color:#0246FF}
.hvds-identity{color:#10B981}
.hvds-age{color:#F59E0B}
.hvds-trust{color:#8B5CF6}
.hvd-stat-meta{font-size:7.5px;color:#94a3b8;margin-top:3px;font-family:'Inter',sans-serif}
.hvd-stat-link{font-size:7.5px;color:#0246FF;margin-top:3px;font-family:'Inter',sans-serif}

/* Charts row */
.hvd-charts{
  display:grid;grid-template-columns:1.6fr 1fr;gap:8px;
}
.hvd-chart-block{
  background:#fff;border-radius:8px;border:1px solid #e2e8f0;
  padding:10px;
}
.hvd-chart-head{
  display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;
}
.hvd-chart-title{font-size:9px;font-weight:700;color:#0d1117;font-family:'Inter',sans-serif}
.hvd-chart-meta{font-size:8px;color:#94a3b8;font-family:'Inter',sans-serif}
.hvd-bar-chart{width:100%;height:50px;display:block}
.hvd-legend{display:flex;flex-direction:column;gap:5px;margin-top:4px}
.hvd-legend-item{display:flex;align-items:center;gap:5px;font-size:8.5px;color:#475569;font-family:'Inter',sans-serif}
.hvd-leg-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}

/* Table */
.hvd-table-head{
  font-size:9px;font-weight:700;color:#0d1117;font-family:'Inter',sans-serif;
}
.hvd-table{
  background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;
}
.hvd-table-row{
  display:grid;grid-template-columns:1fr 1.2fr .7fr 1fr;
  align-items:center;gap:6px;
  padding:6px 10px;
  border-bottom:1px solid #f1f5f9;
  font-size:8.5px;color:#475569;
  font-family:'Inter',sans-serif;
}
.hvd-table-labels{
  background:#f8fafc;font-size:7.5px;font-weight:700;letter-spacing:.06em;
  color:#94a3b8;text-transform:uppercase;
}
.hvd-mono{font-family:'JetBrains Mono',monospace;font-size:8px;color:#475569}
.hvd-chip{
  font-size:8px;font-weight:700;padding:2px 6px;border-radius:4px;
  font-family:'Inter',sans-serif;
}
.hvd-chip-id{background:rgba(16,185,129,.08);color:#065F46}
.hvd-chip-hu{background:rgba(2,70,255,.08);color:#0246FF}
.hvd-chip-age{background:rgba(245,158,11,.10);color:#92400E}
.hvd-chip-trust{background:rgba(139,92,246,.09);color:#5B21B6}
.hvd-badge{
  font-size:8px;font-weight:800;padding:2px 6px;border-radius:4px;
  font-family:'Inter',sans-serif;
}
.hvd-badge-pass{background:rgba(16,185,129,.1);color:#065F46}
.hvd-conf-bar{
  height:5px;background:#f1f5f9;border-radius:100px;overflow:hidden;
}
.hvd-conf-bar div{
  height:100%;background:linear-gradient(90deg,#0246FF,#10B981);border-radius:100px;
}

/* ── Phone overlay — lower right corner ─────────────── */
.hv-phone.hv-phone-overlay{
  position:absolute;
  bottom:-22px;
  right:-14px;
  z-index:10;
  transform:perspective(1200px) rotateY(-5deg) rotateX(1.5deg);
  transition:transform .6s ease;
}
.hv-phone.hv-phone-overlay:hover{
  transform:perspective(1200px) rotateY(-2deg) rotateX(.5deg);
}
.hv-phone.hv-phone-overlay .hvp-shell{
  width:clamp(154px,14vw,182px);
  border-radius:clamp(22px,2.4vw,28px);
  padding:0 0 12px;
}
/* Scale internal phone elements proportionally (~70% of original) */
.hv-phone.hv-phone-overlay .hvp-statusbar{padding:10px 16px 4px}
.hv-phone.hv-phone-overlay .hvp-clock{font-size:9px}
.hv-phone.hv-phone-overlay .hvp-island{width:56px;height:14px;margin:0 auto 7px;border-radius:0 0 10px 10px}
.hv-phone.hv-phone-overlay .hvp-app{margin:0 6px;padding:10px 10px 8px;border-radius:clamp(16px,2vw,20px)}
.hv-phone.hv-phone-overlay .hvp-appstep{font-size:7px;padding:2px 6px}
.hv-phone.hv-phone-overlay .hvp-apptag{font-size:8px}
.hv-phone.hv-phone-overlay .hvp-hint{font-size:7.5px;margin-bottom:7px}
.hv-phone.hv-phone-overlay .hvp-cam{border-radius:10px;margin-bottom:8px}
.hv-phone.hv-phone-overlay .hvp-detected{font-size:6.5px;padding:3px 8px;bottom:7px}
.hv-phone.hv-phone-overlay .hvp-meter-row{font-size:7.5px}
.hv-phone.hv-phone-overlay .hvp-meter-pct{font-size:7.5px}
.hv-phone.hv-phone-overlay .hvp-meterbar{height:3px;margin-bottom:8px}
.hv-phone.hv-phone-overlay .hvp-capture{padding:8px;font-size:9px;border-radius:9px;margin-bottom:7px}
.hv-phone.hv-phone-overlay .hvp-footer{font-size:6.5px}

/* ── Ambient glows ────────────────────────────────── */
.hv-glow-a{
  position:absolute;top:-60px;left:50%;transform:translateX(-50%);
  width:520px;height:520px;
  background:radial-gradient(ellipse 72% 68% at 48% 38%,rgba(2,70,255,.10),transparent 62%);
  filter:blur(48px);pointer-events:none;z-index:0;
}
.hv-glow-b{
  position:absolute;bottom:0;right:5%;
  width:320px;height:320px;
  background:radial-gradient(ellipse,rgba(2,70,255,.14),transparent 68%);
  filter:blur(60px);pointer-events:none;z-index:0;
}

/* ── Floating API pills ────────────────────────────── */
.hv-pill{
  position:absolute;
  display:inline-flex;align-items:center;gap:9px;
  background:linear-gradient(135deg,#0e1728 0%,#0a1020 100%);
  border:1px solid rgba(255,255,255,.09);
  border-radius:100px;padding:9px 16px;
  font-family:'JetBrains Mono',monospace;font-size:11.5px;
  color:rgba(255,255,255,.68);
  box-shadow:
    0 12px 40px rgba(2,8,30,.30),
    0 4px 12px rgba(2,70,255,.12),
    inset 0 1px 0 rgba(255,255,255,.07);
  z-index:5;backdrop-filter:blur(12px);
}
.hv-pill-tl{
  top:32px;left:0;
  animation:floatA 7s ease-in-out infinite;
}
.hv-pill-br{
  bottom:90px;right:-10px;
  animation:floatB 7s ease-in-out 3.5s infinite;
}
.hvp-method{
  font-size:10px;font-weight:800;letter-spacing:.06em;
  background:rgba(2,70,255,.28);color:#90b4ff;
  padding:3px 8px;border-radius:5px;
  font-family:'Inter',sans-serif;
}
.hvp-path{color:rgba(255,255,255,.58);font-size:11px}
.hvp-ok-dot{width:7px;height:7px;border-radius:50%;background:#10B981;box-shadow:0 0 6px rgba(16,185,129,.6);animation:pulse 1.8s infinite;flex-shrink:0}
.hvp-ok{color:rgba(255,255,255,.78);font-weight:700}
.hvp-sep{color:rgba(255,255,255,.2)}
.hvp-time{color:rgba(255,255,255,.38)}

/* ── The Phone ─────────────────────────────────────── */
.hv-phone{
  flex-shrink:0;
  transform:perspective(1200px) rotateY(-3deg) rotateX(1.5deg);
  transition:transform .6s ease;
}
.hv-phone:hover{transform:perspective(1200px) rotateY(-1deg) rotateX(.5deg)}

.hvp-shell{
  background:linear-gradient(170deg,#0d1528 0%,#070d1c 60%,#050a16 100%);
  border-radius:clamp(38px,4vw,48px);
  padding:0 0 18px;
  box-shadow:
    0 60px 140px rgba(2,5,20,.60),
    0 28px 60px rgba(2,70,255,.24),
    0 0 0 1px rgba(255,255,255,.13),
    0 0 0 2px rgba(255,255,255,.03),
    inset 0 1.5px 0 rgba(255,255,255,.13),
    inset 0 -1px 0 rgba(255,255,255,.03);
}

/* Status bar */
.hvp-statusbar{
  display:flex;justify-content:space-between;align-items:center;
  padding:14px 22px 5px;color:rgba(255,255,255,.78);
}
.hvp-clock{font-size:11px;font-weight:700;letter-spacing:.02em;font-variant-numeric:tabular-nums}
.hvp-sb-icons{display:flex;align-items:center;gap:5px}

/* Dynamic Island notch */
.hvp-island{
  width:80px;height:20px;
  background:#070d1c;
  border-radius:0 0 16px 16px;
  margin:0 auto 10px;
  box-shadow:inset 0 -2px 4px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.04);
  display:flex;align-items:center;justify-content:center;
  gap:10px;
}

/* White app area */
.hvp-app{
  background:#fff;
  margin:0 8px;
  border-radius:clamp(24px,3vw,30px);
  padding:14px 14px 12px;
  overflow:hidden;
}

/* App header */
.hvp-apphead{
  display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;
}
.hvp-appbrand{display:flex;align-items:center;gap:7px}
.hvp-apptag{font-size:10px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.hvp-appstep{
  font-size:8px;font-weight:800;
  background:rgba(2,70,255,.08);color:var(--blue);
  border-radius:100px;padding:3px 8px;white-space:nowrap;
}

/* Progress */
.hvp-prog{height:3px;background:rgba(2,70,255,.09);border-radius:100px;margin-bottom:9px;overflow:hidden}
.hvp-progfill{height:100%;width:33%;background:linear-gradient(90deg,var(--blue),#3d6ff8);border-radius:100px}
.hvp-hint{font-size:9px;color:var(--text-3);text-align:center;margin-bottom:10px;font-weight:500}

/* ══════════════════════════════════════════════════
   CAMERA VIEWPORT — the entire visual quality fix
══════════════════════════════════════════════════ */
.hvp-cam{
  position:relative;
  /* Portrait aspect ratio matches a real selfie frame */
  aspect-ratio:3/4;
  border-radius:14px;
  overflow:hidden;
  background:#06111f;
  margin-bottom:11px;
  /* Subtle inner border for crispness */
  box-shadow:inset 0 0 0 1px rgba(2,70,255,.14);
}

/* The face photo — full-resolution, no upscaling */
.hvp-face{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  /* Cover maintains aspect ratio and fills frame */
  object-fit:cover;
  /* Show face and upper body — portrait offset from top */
  object-position:center 5%;
  display:block;
  z-index:1;
  /* Subtle brightness/contrast lift to pop against dark UI */
  filter:brightness(1.04) contrast(1.02) saturate(1.05);
}

/* Edge darkening — ONLY around periphery, not on face */
.hvp-cam-edge{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(6,17,31,.55) 0%,transparent 18%,transparent 75%,rgba(6,17,31,.45) 100%),
    linear-gradient(90deg,rgba(6,17,31,.35) 0%,transparent 18%,transparent 82%,rgba(6,17,31,.35) 100%);
  z-index:2;pointer-events:none;
}

/* Biometric mesh SVG overlay */
.hvp-mesh{
  position:absolute;inset:0;z-index:3;pointer-events:none;
  /* Only visible on face area — fades with opacity */
  opacity:.9;
}
.hvp-mesh-svg{width:100%;height:100%}

/* Corner guide brackets */
.hvp-bracket{position:absolute;width:16px;height:16px;z-index:5}
.hvp-tl{top:10px;left:10px;border-top:2.5px solid rgba(2,70,255,.9);border-left:2.5px solid rgba(2,70,255,.9);border-radius:3px 0 0 0}
.hvp-tr{top:10px;right:10px;border-top:2.5px solid rgba(2,70,255,.9);border-right:2.5px solid rgba(2,70,255,.9);border-radius:0 3px 0 0}
.hvp-bl{bottom:36px;left:10px;border-bottom:2.5px solid rgba(2,70,255,.9);border-left:2.5px solid rgba(2,70,255,.9);border-radius:0 0 0 3px}
.hvp-br{bottom:36px;right:10px;border-bottom:2.5px solid rgba(2,70,255,.9);border-right:2.5px solid rgba(2,70,255,.9);border-radius:0 0 3px 0}

/* Scan line animation */
.hvp-scan{
  position:absolute;left:0;right:0;top:0;height:2px;
  background:linear-gradient(90deg,transparent 0%,rgba(2,70,255,.0) 10%,rgba(2,70,255,.9) 40%,rgba(80,140,255,.7) 60%,rgba(2,70,255,.0) 90%,transparent 100%);
  box-shadow:0 0 14px rgba(2,70,255,.65),0 0 4px rgba(2,70,255,.4);
  animation:scanline 3.5s ease-in-out infinite;
  z-index:6;
}
@keyframes scanline{
  0%{transform:translateY(0);opacity:.4}
  15%{opacity:1}
  85%{opacity:1}
  100%{transform:translateY(calc(var(--cam-h,260px)));opacity:.4}
}

/* Face detected badge */
.hvp-detected{
  position:absolute;
  bottom:10px;left:50%;transform:translateX(-50%);
  display:flex;align-items:center;gap:5px;
  background:rgba(2,70,255,.92);
  border-radius:100px;padding:4px 12px;
  z-index:7;white-space:nowrap;
  font-size:8px;font-weight:800;color:#fff;letter-spacing:.09em;text-transform:uppercase;
  box-shadow:0 4px 16px rgba(2,70,255,.4);
  backdrop-filter:blur(8px);
}
.hvp-det-dot{width:5px;height:5px;border-radius:50%;background:#34D399;animation:pulse 1.4s infinite;flex-shrink:0}

/* ── Below camera UI ───────────────────────────────── */
.hvp-meter-row{
  display:flex;justify-content:space-between;
  font-size:9px;color:var(--text-3);font-weight:500;margin-bottom:4px;
}
.hvp-meter-label{color:var(--text-3)}
.hvp-meter-pct{color:var(--blue);font-weight:800;font-size:9px}
.hvp-meterbar{
  height:4px;background:rgba(2,70,255,.09);
  border-radius:100px;margin-bottom:11px;overflow:hidden;
}
.hvp-meterbar div{
  height:100%;width:99%;
  background:linear-gradient(90deg,var(--blue),#34D399);
  border-radius:100px;
}

/* Capture CTA */
.hvp-capture{
  width:100%;padding:11px;
  background:linear-gradient(135deg,#0246FF 0%,#5042d4 100%);
  border-radius:12px;color:#fff;
  font-size:11px;font-weight:800;
  display:flex;align-items:center;justify-content:center;gap:6px;
  margin-bottom:9px;
  box-shadow:0 10px 28px rgba(2,70,255,.38),inset 0 1px 0 rgba(255,255,255,.16);
}

/* Privacy footer */
.hvp-footer{
  display:flex;align-items:center;justify-content:center;
  gap:5px;font-size:8px;color:var(--text-4);
}

/* ── VERIFICATION COMPLETE floating card ──────────── */
.hv-card{
  position:absolute;
  background:#fff;
  border-radius:var(--r-xl);
  border:1px solid rgba(226,232,244,.8);
  box-shadow:
    0 2px 4px rgba(5,13,31,.04),
    0 12px 40px rgba(5,13,31,.12),
    0 4px 12px rgba(5,13,31,.06);
  padding:18px 20px;z-index:4;
}
.hv-card-right{
  /* Positioned to overlap phone right edge, centered vertically */
  right:-20px;
  top:50%;
  transform:translateY(-50%);
  width:clamp(196px,18vw,230px);
  animation:floatA 8s ease-in-out 1s infinite;
}

/* Card internals */
.hvc-top-row{
  display:flex;align-items:center;gap:7px;margin-bottom:11px;
}
.hvc-dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--green);
  box-shadow:0 0 8px rgba(16,185,129,.55);
  animation:pulse 1.8s infinite;flex-shrink:0;
}
.hvc-eyebrow{
  font-size:9.5px;font-weight:800;
  text-transform:uppercase;letter-spacing:.07em;color:var(--green);
}
.hvc-result-row{
  display:flex;align-items:center;gap:9px;margin-bottom:12px;
}
.hvc-checkmark{
  width:24px;height:24px;border-radius:50%;
  background:linear-gradient(135deg,#10B981,#34D399);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
  box-shadow:0 4px 12px rgba(16,185,129,.35);
}
.hvc-verdict-text{font-size:14.5px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.hvc-metrics{
  display:flex;gap:16px;margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid var(--border);
}
.hvc-metric{display:flex;flex-direction:column;gap:2px}
.hvc-m-label{font-size:8.5px;color:var(--text-4);font-weight:500}
.hvc-m-val{font-size:16px;font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1}
.hvc-bar{height:4px;background:var(--blue-pale);border-radius:100px;margin-bottom:10px;overflow:hidden}
.hvc-bar div{height:100%;width:99%;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:100px}
.hvc-tags{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:9px}
.hvc-tag{
  font-size:9px;font-weight:700;
  background:rgba(16,185,129,.09);color:#065F46;
  border-radius:4px;padding:2.5px 7px;
}
.hvc-webhook{
  font-size:10px;font-weight:700;color:var(--blue);
  display:flex;align-items:center;gap:4px;
}

/* ── PROBLEM BENTO FIX ────────────────────────────────── */
/* 3-column grid: pb-big spans col 1 rows 1-2, rest fill naturally */
.problem-bento{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  grid-template-rows:auto auto;
  gap:14px;
}
.pb-big{grid-row:1/3;display:flex;flex-direction:column}
/* pb-wide class removed — all remaining cards are equal */

/* ── TRUST BENTO FIX ──────────────────────────────────── */
/* Layout: row1=[big(2col) + sm], row2=[sm sm sm], row3=[wide(3col)] */
.trust-bento{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:12px;
}
.tb-big{grid-column:1/3;display:flex;flex-direction:column}
.tb-sm{}
.tb-wide{grid-column:1/4}

/* ── ORCHESTRATION: Compact split layout ──────────────── */
.orchestration{
  position:relative;
  background:var(--dark);
  padding:80px 0;
  overflow:hidden;
}
.orch-split{
  display:grid;
  grid-template-columns:38fr 62fr;
  gap:56px;
  align-items:center;
  position:relative;z-index:1;
}
/* Left */
.orch-split-left{}
.orch-h2{font-size:clamp(28px,3.2vw,44px);font-weight:800;line-height:1.1;letter-spacing:-.028em;color:#fff;margin:8px 0 16px}
.orch-h2 .serif-italic{color:rgba(255,255,255,.45)}
.orch-lead{font-size:clamp(13.5px,1.2vw,15.5px);color:rgba(255,255,255,.48);line-height:1.7;margin-bottom:28px}
/* Stats grid */
.orch-stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.06);border-radius:var(--r-lg);overflow:hidden;margin-bottom:28px}
.orch-stat{background:rgba(255,255,255,.03);padding:16px;display:flex;flex-direction:column;gap:4px}
.orch-stat-num{font-family:'JetBrains Mono',monospace;font-size:22px;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1}
.orch-stat-lbl{font-size:10px;color:rgba(255,255,255,.32);font-weight:500}
/* Delivery */
.orch-delivery{}
.orch-del-label{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.22);margin-bottom:8px}
.orch-del-tags{display:flex;gap:5px;flex-wrap:nowrap}
.orch-del-tag{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600;color:rgba(255,255,255,.5);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-sm);padding:5px 9px;white-space:nowrap}
.orch-del-tag svg{width:10px;height:10px;color:rgba(255,255,255,.35)}

/* Right: flow card */
.orch-split-right{display:flex;flex-direction:column;gap:12px}
.orch-flow-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--r-2xl);
  padding:24px;
  position:relative;
  overflow:hidden;
}
.orch-flow-card::before{content:'';position:absolute;top:-80px;right:-80px;width:280px;height:280px;background:radial-gradient(ellipse,rgba(2,70,255,.18),transparent 65%);pointer-events:none}

/* ── HORIZONTAL FLOW DIAGRAM ───────────────────────── */
.ofc-hflow{
  display:grid;
  grid-template-columns:1fr 28px 1fr 28px 1.1fr 28px 1.1fr;
  align-items:center;
  gap:0;
  margin-bottom:18px;
}
.ofc-hcol{
  display:flex;flex-direction:column;gap:6px;
}
.ofc-hcol-label{
  font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(255,255,255,.2);margin-bottom:4px;
}

/* Input nodes */
.ofc-input-node{
  font-size:10.5px;font-weight:600;
  color:rgba(255,255,255,.55);
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--r-md);
  padding:8px 12px;
  white-space:nowrap;
}

/* Arrow connectors */
.ofc-harrow{
  display:flex;align-items:center;justify-content:center;
  padding:0 2px;position:relative;
}
.ofc-harrow-line{
  position:absolute;top:50%;left:0;right:12px;
  height:1.5px;
  background:linear-gradient(90deg,rgba(2,70,255,.2),rgba(2,70,255,.5));
  transform:translateY(-50%);
}
.ofc-harrow-head{
  width:8px;height:12px;flex-shrink:0;margin-left:auto;position:relative;z-index:1;
}

/* Engine node horizontal */
.ofc-engine-node-h{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  background:var(--blue);
  border-radius:var(--r-lg);
  padding:16px 12px;
  text-align:center;
  box-shadow:0 8px 32px rgba(2,70,255,.35),inset 0 1px 0 rgba(255,255,255,.15);
  position:relative;
  overflow:hidden;
}
.ofc-engine-node-h::before{
  content:'';position:absolute;top:-30px;left:50%;transform:translateX(-50%);
  width:120px;height:80px;
  background:radial-gradient(ellipse,rgba(255,255,255,.12),transparent 70%);
  pointer-events:none;
}
.ofc-eng-node-label{
  font-size:10.5px;font-weight:800;color:#fff;line-height:1.25;
  position:relative;z-index:1;
}

/* Check nodes */
.ofc-check-node{
  display:flex;align-items:center;gap:7px;
  font-size:10.5px;font-weight:600;
  border-radius:var(--r-md);padding:7px 10px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.04);
  white-space:nowrap;
}
.ofc-check-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}
.ofc-check-blue{color:rgba(255,255,255,.7);border-color:rgba(2,70,255,.25);background:rgba(2,70,255,.06)}
.ofc-check-green{color:rgba(255,255,255,.7);border-color:rgba(16,185,129,.2);background:rgba(16,185,129,.05)}
.ofc-check-amber{color:rgba(255,255,255,.7);border-color:rgba(245,158,11,.2);background:rgba(245,158,11,.05)}
.ofc-check-purple{color:rgba(255,255,255,.7);border-color:rgba(139,92,246,.25);background:rgba(139,92,246,.07)}
.ofc-check-skip-text{flex:1;color:rgba(255,255,255,.35);text-decoration:line-through;text-decoration-color:rgba(255,255,255,.18)}
.ofc-check-skip-badge{
  font-size:8px;font-weight:700;font-style:italic;
  color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.05);
  border-radius:4px;padding:1px 5px;
}

/* Decision card */
.ofc-decision-card{
  background:rgba(16,185,129,.08);
  border:1px solid rgba(16,185,129,.22);
  border-radius:var(--r-lg);
  padding:14px;
  display:flex;flex-direction:column;gap:10px;
  box-shadow:0 4px 20px rgba(16,185,129,.08);
}
.ofc-decision-top{
  display:flex;align-items:center;gap:8px;
}
.ofc-decision-dot{
  width:10px;height:10px;border-radius:50%;
  background:var(--green);
  box-shadow:0 0 8px rgba(16,185,129,.6);
  animation:pulse 1.8s infinite;flex-shrink:0;
}
.ofc-decision-verdict{
  font-size:14px;font-weight:800;color:#fff;letter-spacing:-.01em;
}
.ofc-decision-meta-row{
  display:flex;gap:0;
  border-top:1px solid rgba(255,255,255,.06);
  padding-top:8px;
}
.ofc-decision-meta{
  display:flex;flex-direction:column;gap:2px;flex:1;
}
.ofc-decision-meta:not(:last-child){
  border-right:1px solid rgba(255,255,255,.06);
  padding-right:8px;
  margin-right:8px;
}
.ofc-dm-label{font-size:8px;color:rgba(255,255,255,.3);font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.ofc-dm-val{font-size:12px;font-weight:800;color:rgba(255,255,255,.75)}
.ofc-dm-green{color:var(--green)!important}
.ofc-decision-footer{
  font-size:8.5px;color:rgba(255,255,255,.25);
  border-top:1px solid rgba(255,255,255,.05);
  padding-top:8px;
}

/* Context row at bottom of card */
.ofc-context-row{
  display:flex;align-items:center;gap:10px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.06);
}
.ofc-timing{
  display:flex;flex-direction:column;align-items:flex-end;gap:1px;margin-left:auto;flex-shrink:0;
}
.ofc-timing-val{font-family:'JetBrains Mono',monospace;font-size:13px;font-weight:700;color:#fff;line-height:1}
.ofc-timing-lbl{font-size:8px;color:rgba(255,255,255,.28);font-weight:500}

/* Benefit cards row */
.ofc-benefits{
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;
}
.ofc-benefit{
  display:flex;gap:10px;align-items:flex-start;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  border-radius:var(--r-lg);
  padding:14px;
  transition:border-color .2s,background .2s;
}
.ofc-benefit:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
.ofc-benefit-icon{
  width:28px;height:28px;border-radius:var(--r-sm);
  background:rgba(2,70,255,.18);
  display:flex;align-items:center;justify-content:center;
  color:#7ba8ff;flex-shrink:0;
}
.ofc-benefit-icon svg{width:13px;height:13px}
.ofc-benefit-title{font-size:11px;font-weight:700;color:rgba(255,255,255,.8);margin-bottom:3px}
.ofc-benefit-body{font-size:10px;color:rgba(255,255,255,.35);line-height:1.5}
/* Flow card header */
.ofc-header{display:flex;align-items:center;gap:8px;margin-bottom:20px}
.ofc-live-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 6px rgba(16,185,129,.5);animation:pulse 1.8s infinite}
.ofc-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.35);flex:1}
.ofc-badge{font-size:9.5px;font-weight:700;color:#7ba8ff;background:rgba(2,70,255,.18);padding:3px 9px;border-radius:100px}
/* User input row */
.ofc-row-input{display:flex;align-items:center;gap:12px;margin-bottom:0}
.ofc-user{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4);flex-shrink:0}
.ofc-user svg{width:16px;height:16px}
.ofc-context-chips{display:flex;gap:5px;flex-wrap:wrap}
.ofc-chip{font-size:10px;font-weight:600;color:rgba(255,255,255,.5);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:100px;padding:3px 9px}
.ofc-chip-flag{color:#fcd34d;background:rgba(245,158,11,.10);border-color:rgba(245,158,11,.2)}
/* Connector */
.ofc-connector{display:flex;flex-direction:column;align-items:center;padding:4px 0}
.ofc-con-line{width:1.5px;height:14px;background:linear-gradient(180deg,rgba(2,70,255,.2),rgba(2,70,255,.6))}
.ofc-con-dot{width:7px;height:7px;border-radius:50%;background:var(--blue)}
.ofc-con-dot-pulse{animation:pulse 1.8s infinite}
/* Engine node */
.ofc-engine{
  display:flex;align-items:center;gap:10px;
  background:var(--blue);border-radius:var(--r-lg);padding:14px 18px;
  font-size:13px;font-weight:800;color:#fff;
  box-shadow:0 8px 32px rgba(2,70,255,.3);
}
.ofc-engine-trace{display:flex;gap:3px;margin-left:auto}
.ofc-tdot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.5);animation:traceDot 1.4s ease-in-out infinite}
.ofc-tdot:nth-child(2){animation-delay:.2s}
.ofc-tdot:nth-child(3){animation-delay:.4s}
/* Engine outputs row */
.ofc-engines-row{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.ofc-eng{
  display:flex;flex-direction:column;align-items:center;gap:4px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);
  border-radius:var(--r-md);padding:10px 6px;
  font-size:10px;font-weight:700;transition:border-color .15s;
}
.ofc-eng-icon{width:22px;height:22px;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ofc-eng-icon svg{width:11px;height:11px}
.ofc-eng-name{color:rgba(255,255,255,.45);font-size:9.5px}
.ofc-eng-tick{font-size:11px;font-weight:900}
.ofc-eng-skip-lbl{font-size:8.5px;color:rgba(255,255,255,.22);font-style:italic}
.ofc-eng-blue.ofc-eng-active{border-color:rgba(2,70,255,.3)}.ofc-eng-blue .ofc-eng-icon{background:rgba(2,70,255,.2);color:#7ba8ff}.ofc-eng-blue .ofc-eng-tick{color:#7ba8ff}
.ofc-eng-green.ofc-eng-active{border-color:rgba(16,185,129,.25)}.ofc-eng-green .ofc-eng-icon{background:rgba(16,185,129,.15);color:#34d399}.ofc-eng-green .ofc-eng-tick{color:#34d399}
.ofc-eng-purple{opacity:.4}.ofc-eng-purple .ofc-eng-icon{background:rgba(124,58,237,.15);color:#a78bfa}
.ofc-eng-amber.ofc-eng-active{border-color:rgba(245,158,11,.2)}.ofc-eng-amber .ofc-eng-icon{background:rgba(245,158,11,.14);color:#fcd34d}.ofc-eng-amber .ofc-eng-tick{color:#fcd34d}
/* Result row */
.ofc-result{
  display:flex;align-items:center;justify-content:space-between;
  background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.2);
  border-radius:var(--r-lg);padding:14px 18px;gap:12px;
}
.ofc-result-left{display:flex;align-items:center;gap:10px}
.ofc-r-check{width:26px;height:26px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(16,185,129,.4)}
.ofc-r-verdict{font-size:14px;font-weight:800;color:#fff}
.ofc-r-time{font-size:10px;color:rgba(255,255,255,.35)}
.ofc-result-right{display:flex;gap:14px;flex-shrink:0}
.ofc-r-stat{display:flex;flex-direction:column;gap:2px;text-align:right}
.ofc-r-stat span{font-size:9px;color:rgba(255,255,255,.3);font-weight:500}
.ofc-r-stat strong{font-size:12px;font-weight:800;color:rgba(255,255,255,.75)}
.ofc-good{color:var(--green)!important}

/* ── RESPONSIVE ADDITIONS ─────────────────────────────── */
@media(max-width:1100px){
  .hero-container{grid-template-columns:45fr 55fr;gap:36px}
  .orch-split{grid-template-columns:1fr;gap:40px}
  .orch-split-left{max-width:600px}
}
@media(max-width:900px){
  .hero-container{grid-template-columns:1fr;padding-top:calc(60px + 38px + 36px)}
  .hero-right{height:480px}
  .hv-card-right{display:none}
  .hv-pill{display:none}
  .ofc-hflow{grid-template-columns:1fr 20px 1fr 20px 1fr 20px 1fr;font-size:9px}
  .ofc-benefits{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .hero-container{padding:calc(60px + 38px + 28px) var(--px) 40px;gap:40px}
  .hero-h1{font-size:clamp(40px,11vw,60px)}
  .hero-metrics{padding:10px 14px}
  .hm-num{font-size:15px}
  .hero-metric-div{margin:0 10px;height:28px}
  .problem-bento{grid-template-columns:1fr 1fr}.pb-big{grid-row:auto}
  .trust-bento{grid-template-columns:1fr 1fr}.tb-big{grid-column:1/3}.tb-wide{grid-column:1/3}
  .ofc-engines-row{grid-template-columns:repeat(2,1fr)}
  .orch-stats{grid-template-columns:1fr 1fr}
}


/* --- VerifyHuman logo refresh + premium hero selfie update --- */
.nav-logo-img{display:block;height:28px;width:auto;object-fit:contain}
.footer-logo-img{display:block;height:26px;width:auto;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}
.hvp-brand-img{display:block;width:15px;height:15px;object-fit:contain;flex-shrink:0}
@media (max-width: 640px){.nav-logo-img{height:24px}}

/* Hero phone selfie refinement */
.hvp-cam{background:linear-gradient(180deg,#0B1736 0%, #081124 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06), inset 0 0 0 2px rgba(2,70,255,.08)}
.hvp-face{object-position:center 18%; filter:brightness(1.05) contrast(1.03) saturate(1.02)}
.hvp-cam-edge{background:linear-gradient(180deg,rgba(6,17,31,.34) 0%, rgba(6,17,31,.08) 18%, rgba(6,17,31,.03) 50%, rgba(6,17,31,.10) 78%, rgba(6,17,31,.30) 100%),linear-gradient(90deg,rgba(6,17,31,.20) 0%,transparent 18%,transparent 82%,rgba(6,17,31,.20) 100%)}
.hvp-mesh{opacity:.56}
.hvp-capture{box-shadow:0 10px 24px rgba(2,70,255,.18)}
.hero-right{isolation:isolate}

/* ── Dashboard + phone layout responsive ─────────── */
@media(max-width:1100px){
  .hero-container{grid-template-columns:1fr 1fr;gap:40px}
  .hero-right{height:500px}
  .hv-phone.hv-phone-overlay{right:-8px;bottom:-14px}
  .hv-phone.hv-phone-overlay .hvp-shell{width:clamp(140px,13vw,168px) !important}
  .orch-split{gap:44px}
}
@media(max-width:900px){
  .hero-right{height:440px}
  .hv-phone.hv-phone-overlay{right:-6px;bottom:-12px}
  .hv-phone.hv-phone-overlay .hvp-shell{width:min(133px,28vw) !important}
  .hvd-stats{grid-template-columns:repeat(2,1fr)}
  .hvd-charts{grid-template-columns:1fr}
}
@media(max-width:640px){
  .hero-right{height:360px}
  .hv-phone.hv-phone-overlay{right:-4px;bottom:-8px}
  .hv-phone.hv-phone-overlay .hvp-shell{width:min(116px,27vw) !important}
  .hvd-sidebar{width:80px}
  .hvd-sb-section,.hvd-sb-product span:last-child{display:none}
}


/* --- Must-ship final fixes: nav cleanup, engine CTA links, pricing CTA visibility, compact FAQ --- */
.pb-stat-add{margin-top:18px;padding-top:16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px}
.pb-stat-add-num{font-size:24px;font-weight:900;color:var(--blue);letter-spacing:-.03em;line-height:1}
.pb-stat-add-label{font-size:12px;color:var(--text-3);line-height:1.45}

.engines{grid-template-columns:repeat(4,1fr)}
.engine{cursor:default}
.engine:hover .engine-arrow{transform:translateX(3px)}
.engine-link,.engine-sublink{text-decoration:none}
.engine-link:hover,.engine-sublink:hover{text-decoration:none}
.engine-fineprint{font-size:11px;color:rgba(255,255,255,.36);line-height:1.45;margin:-4px 0 14px;font-weight:600}
.pricing-card .pc-btn.btn-primary{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(2,70,255,.22)}
.pricing-card .pc-btn.btn-primary:hover{background:#003bd8;border-color:#003bd8;color:#fff}

.faq-section{padding:84px 0;background:#fff;border-top:1px solid var(--border)}
.faq-wrap{max-width:920px}
.faq-header{text-align:center;margin-bottom:28px}
.faq-header .kicker{justify-content:center;margin-bottom:12px}
.faq-title{font-size:clamp(28px,3vw,42px);font-weight:900;letter-spacing:-.035em;color:var(--ink);line-height:1.1;margin-bottom:10px}
.faq-sub{font-size:14px;color:var(--text-2);line-height:1.6}
.faq-list{display:grid;gap:10px}
.faq-item{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden}
.faq-item summary{cursor:pointer;list-style:none;padding:18px 20px;font-size:14px;font-weight:700;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:18px;font-weight:600;color:var(--text-3);line-height:1}
.faq-item[open] summary::after{content:'–'}
.faq-item p{padding:0 20px 18px;margin:0;font-size:13.5px;line-height:1.65;color:var(--text-2)}

@media(max-width:1200px){.engines{grid-template-columns:repeat(2,1fr)}.engine-feature{grid-column:auto;display:flex}.engine-feature-visual{display:none}}
@media(max-width:900px){.engines{grid-template-columns:1fr}.faq-section{padding:64px 0}.faq-item summary{padding:16px 18px}.faq-item p{padding:0 18px 16px}}

/* =========================================================
   CRITICAL MOBILE RESPONSIVENESS HOTFIX
   Scope: layout only. No copy, links, imagery, or section content changed.
   Fixes iPhone-width issues from competing earlier responsive blocks.
   ========================================================= */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .nav-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-links {
    display: none !important;
  }

  .nav-signin {
    display: none !important;
  }

  .nav-mobile-btn {
    display: flex !important;
  }

  .hero {
    padding-top: 0 !important;
  }

  .hero-container {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    align-items: start !important;
    padding: calc(60px + 38px + 28px) 20px 40px !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .hero-left {
    min-width: 0;
    width: 100%;
  }

  .hero-kicker {
    max-width: 100%;
    white-space: normal;
    font-size: 11px !important;
    line-height: 1.35;
  }

  .hero-h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: .98 !important;
    letter-spacing: -.04em !important;
    margin-bottom: 18px !important;
  }

  .hero-sub {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
    margin-bottom: 22px !important;
  }

  .hero-ctas {
    gap: 10px !important;
    margin-bottom: 18px !important;
  }

  .hero-ctas .btn {
    min-width: 0;
    justify-content: center;
    padding: 12px 16px;
    font-size: 13px;
  }

  .hero-proof {
    gap: 8px !important;
    margin-bottom: 18px !important;
  }

  .hero-proof-sep {
    display: none !important;
  }

  .hero-metrics {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 12px !important;
  }

  .hero-metric {
    min-width: 0 !important;
  }

  .hero-metric-div {
    display: none !important;
  }

  .hero-right {
    width: 100% !important;
    height: 360px !important;
    overflow: visible !important;
    margin-top: 2px !important;
  }

  .hero-visual {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
  }

  .hv-dashboard {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 46px !important;
    bottom: auto !important;
    height: 308px !important;
    min-width: 0 !important;
    transform: none !important;
  }

  .hvd-sidebar {
    width: 78px !important;
  }

  .hvd-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .hvd-charts {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  .hvd-chart-block:nth-child(2) {
    display: none !important;
  }

  .hvd-table-row {
    grid-template-columns: .9fr 1fr .7fr !important;
  }

  .hvd-table-row > :nth-child(4) {
    display: none !important;
  }

  .hv-phone.hv-phone-overlay {
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    z-index: 12 !important;
  }

  .hv-phone.hv-phone-overlay:hover {
    transform: none !important;
  }

  .hv-phone.hv-phone-overlay .hvp-shell {
    width: clamp(112px, 28vw, 132px) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 40px rgba(2, 8, 30, .28), 0 8px 18px rgba(2, 70, 255, .12), inset 0 1px 0 rgba(255,255,255,.12) !important;
  }

  .hv-pill,
  .hv-card {
    display: none !important;
  }

  .problem-bento,
  .trust-bento,
  .pricing-grid,
  .industries-grid,
  .footer-cols,
  .ofc-engines-row {
    grid-template-columns: 1fr !important;
  }

  .pb-big,
  .pb-wide,
  .tb-big,
  .tb-wide {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .platform {
    padding: 72px 0 !important;
    overflow: hidden !important;
  }

  .platform-header {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    margin-bottom: 34px !important;
  }

  .engines {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .engine,
  .engine-feature {
    grid-column: auto !important;
    display: flex !important;
    min-width: 0 !important;
  }

  .engine-body,
  .engine-feature .engine-body {
    padding: 24px !important;
  }

  .engine-feature-visual {
    display: none !important;
  }

  .duality-pair,
  .orch-split,
  .trust-layout {
    grid-template-columns: 1fr !important;
  }

  .section-wrap {
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  :root {
    --px: 18px;
  }

  .nav-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-logo-img {
    height: 22px !important;
  }

  .btn-nav {
    padding: 8px 12px;
    font-size: 12px;
  }

  .hero-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
    gap: 26px !important;
  }

  .hero-h1 {
    font-size: clamp(38px, 13vw, 52px) !important;
  }

  .hero-ctas .btn {
    width: 100%;
  }

  .hero-proof-item {
    font-size: 11px !important;
  }

  .hero-right {
    height: 318px !important;
  }

  .hv-dashboard {
    right: 36px !important;
    height: 278px !important;
    border-radius: 10px !important;
  }

  .hvd-sidebar {
    width: 62px !important;
  }

  .hvd-sb-section,
  .hvd-sb-product span,
  .hvd-sb-item span,
  .hvd-urlbar span,
  .hvd-status,
  .hvd-header-actions,
  .hvd-sub {
    display: none !important;
  }

  .hvd-main {
    padding: 8px !important;
    gap: 6px !important;
  }

  .hvd-stat {
    padding: 8px !important;
  }

  .hvd-stat-val {
    font-size: 13px !important;
  }

  .hv-phone.hv-phone-overlay {
    right: -2px !important;
    bottom: 4px !important;
  }

  .hv-phone.hv-phone-overlay .hvp-shell {
    width: 112px !important;
  }

  .hv-phone.hv-phone-overlay .hvp-app {
    padding: 8px 8px 7px !important;
  }

  .hv-phone.hv-phone-overlay .hvp-cam {
    margin-bottom: 6px !important;
  }

  .problem {
    padding-top: 64px !important;
  }

  .problem-bento {
    gap: 12px !important;
  }

  .pb-card,
  .pb-big {
    padding: 22px !important;
    min-width: 0 !important;
  }

  .platform-h2,
  .section-h2,
  .pricing-h2,
  .faq-title {
    font-size: clamp(30px, 10vw, 38px) !important;
  }

  .footer-cols {
    gap: 28px !important;
  }
}


/* ==========================================================
   ORCHESTRATION MOBILE HOTFIX
   Scope: orchestration section only.
   Purpose: prevent horizontal overflow on iPhone/mobile by
   stacking the orchestration copy, stats, delivery chips,
   flow diagram, context row, and benefit cards.
   ========================================================== */
.orchestration,
.orchestration * {
  box-sizing: border-box;
}

.orchestration {
  max-width: 100%;
}

.orchestration .section-wrap,
.orchestration .section-wrap-relative,
.orchestration .orch-split,
.orchestration .orch-split-left,
.orchestration .orch-split-right,
.orchestration .orch-flow-card,
.orchestration .ofc-hflow,
.orchestration .ofc-context-row,
.orchestration .ofc-benefits {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 900px) {
  .orchestration {
    padding: 72px 0;
    overflow: hidden;
  }

  .orchestration .section-wrap {
    width: 100%;
    max-width: 100%;
    padding-left: var(--px);
    padding-right: var(--px);
  }

  .orchestration .orch-split {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 32px;
    align-items: stretch;
  }

  .orchestration .orch-split-left {
    max-width: 100%;
    text-align: left;
  }

  .orchestration .kicker,
  .orchestration .kicker-light {
    justify-content: flex-start;
  }

  .orchestration .orch-h2 {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(32px, 9vw, 44px);
  }

  .orchestration .orch-lead {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .orchestration .orch-stats {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .orchestration .orch-stat {
    min-width: 0;
    padding: 14px;
  }

  .orchestration .orch-stat-num {
    font-size: clamp(20px, 6vw, 28px);
    overflow-wrap: anywhere;
  }

  .orchestration .orch-stat-lbl {
    font-size: 10px;
    line-height: 1.35;
  }

  .orchestration .orch-del-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .orchestration .orch-del-tag {
    white-space: normal;
    max-width: 100%;
  }

  .orchestration .orch-flow-card {
    width: 100%;
    padding: 18px;
    border-radius: 22px;
    overflow: hidden;
  }

  .orchestration .ofc-header {
    flex-wrap: wrap;
    gap: 8px;
  }

  .orchestration .ofc-badge {
    margin-left: 0;
  }

  .orchestration .ofc-hflow {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 16px;
  }

  .orchestration .ofc-hcol {
    width: 100%;
    min-width: 0;
  }

  .orchestration .ofc-hcol-label {
    font-size: 8px;
  }

  .orchestration .ofc-input-node,
  .orchestration .ofc-check-node,
  .orchestration .ofc-decision-card {
    width: 100%;
    white-space: normal;
  }

  .orchestration .ofc-engine-node-h {
    width: 100%;
    min-height: 92px;
  }

  .orchestration .ofc-harrow {
    height: 18px;
    padding: 0;
  }

  .orchestration .ofc-harrow-line {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1.5px;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(2,70,255,.18), rgba(2,70,255,.52));
  }

  .orchestration .ofc-harrow-head {
    transform: rotate(90deg);
    margin: auto;
  }

  .orchestration .ofc-decision-meta-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .orchestration .ofc-decision-meta {
    min-width: 0;
  }

  .orchestration .ofc-context-row {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .orchestration .ofc-context-chips {
    flex: 1 1 220px;
    min-width: 0;
  }

  .orchestration .ofc-chip {
    white-space: normal;
  }

  .orchestration .ofc-timing {
    margin-left: 0;
    align-items: flex-start;
  }

  .orchestration .ofc-benefits {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .orchestration .ofc-benefit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .orchestration {
    padding: 64px 0;
  }

  .orchestration .section-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orchestration .orch-split {
    gap: 28px;
  }

  .orchestration .orch-h2 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .orchestration .orch-lead {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .orchestration .orch-stats {
    grid-template-columns: 1fr 1fr;
  }

  .orchestration .orch-stat {
    padding: 13px 12px;
  }

  .orchestration .orch-del-label {
    font-size: 9px;
  }

  .orchestration .orch-flow-card {
    padding: 16px;
    border-radius: 20px;
  }

  .orchestration .ofc-input-node,
  .orchestration .ofc-check-node {
    font-size: 10px;
    padding: 8px 10px;
  }

  .orchestration .ofc-decision-card {
    padding: 13px;
  }

  .orchestration .ofc-decision-meta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .orchestration .ofc-decision-meta:not(:last-child) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .orchestration .ofc-decision-meta:last-child {
    grid-column: 1 / -1;
  }

  .orchestration .ofc-user {
    width: 32px;
    height: 32px;
  }

  .orchestration .ofc-context-chips {
    flex-basis: calc(100% - 44px);
  }
}


/* =========================================================
   HERO MOCKUP TARGETED FIX
   Scope: static landing-page hero only.
   - Adds styles for the extra demo verification rows.
   - On phone widths, hides the desktop dashboard mockup and centers
     the phone mockup so mobile responsiveness does not regress.
   ========================================================= */
.hvd-badge-review{
  background:rgba(245,158,11,.12);
  color:#92400E;
}
.hvd-badge-approved{
  background:rgba(2,70,255,.10);
  color:#0246FF;
}

@media (max-width: 767px){
  .hero-right{
    height: 500px !important;
    margin-top: 8px !important;
    overflow: visible !important;
  }

  .hero-visual{
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .hv-dashboard{
    display: none !important;
  }

  .hv-phone.hv-phone-overlay{
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 auto !important;
    transform: none !important;
    z-index: 12 !important;
  }

  .hv-phone.hv-phone-overlay:hover{
    transform: none !important;
  }

  .hv-phone.hv-phone-overlay .hvp-shell{
    width: min(72vw, 270px) !important;
    max-width: 270px !important;
    border-radius: 30px !important;
  }
}

@media (max-width: 390px){
  .hero-right{
    height: 470px !important;
  }

  .hv-phone.hv-phone-overlay .hvp-shell{
    width: min(74vw, 250px) !important;
  }
}

/* =========================================================
   HERO RECENT VERIFICATIONS ALIGNMENT FIX — V3
   Scope: static landing-page hero dashboard table only.
   Purpose: keep added demo rows in the same four-column grid,
   prevent chips/badges from drifting, and preserve mobile hotfixes.
   ========================================================= */
.hvd-table{
  overflow:hidden;
}

.hvd-table-row{
  grid-template-columns:minmax(54px,1fr) minmax(96px,1.22fr) minmax(56px,.72fr) minmax(78px,1fr);
  column-gap:8px;
  min-height:22px;
}

.hvd-table-row > *{
  min-width:0;
}

.hvd-mono,
.hvd-chip,
.hvd-badge{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.hvd-chip,
.hvd-badge{
  justify-self:start;
  max-width:100%;
}

.hvd-conf-bar{
  width:100%;
  min-width:0;
}

.hvd-table-row:last-child{
  border-bottom:0;
}

@media (min-width: 768px){
  .hvd-table-row{
    padding-top:4px;
    padding-bottom:4px;
  }
}

