/* ═══════════════════════════════════════════════════════════════════════
   TESSERA — Site stylesheet (responsive, marketing + product)
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  --ink:    #0A1521;
  --ink2:   #13202E;
  --ink3:   #1F2D3D;
  --paper:  #FFFFFF;
  --off:    #F0F2F5;
  --teal:   #0EA5A0;
  --tealHi: #22D3CE;
  --lime:   #C5FF3B;
  --amber:  #F59E0B;
  --rose:   #F43F5E;
  --text:   #0A1521;
  --text2:  #54606E;
  --rule:   #E5E8EE;
  --ruleDk: #1F2D3D;

  --sans: 'Space Grotesk', 'Inter', system-ui, -apple-system, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --serif: 'Source Serif 4', 'Iowan Old Style', Georgia, serif;

  --nav-h: 68px;
  --max:   1280px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--text);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(10,21,33,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,21,33,0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.vt-site { min-height: 100vh; display: flex; flex-direction: column; }
.vt-site > main { flex: 1; }

.vt-mono { font-family: var(--mono); font-weight: 500; letter-spacing: 0.04em; }
.vt-dim  { color: var(--text2); }
.vt-hi   { color: var(--teal); }

/* ── Typography ───────────────────────────────────────────────────── */
.vt-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-family: var(--mono); font-size: 14px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink);
  padding: 8px 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--lime);
  margin-bottom: 20px;
}
.vt-eyebrow.is-light { color: var(--ink); border-color: transparent; background: var(--lime); }

.vt-h1 {
  font-family: var(--sans); font-weight: 600;
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -0.025em; line-height: 1.04;
  margin: 24px 0 20px; text-wrap: balance;
}
.vt-h2 {
  font-family: var(--sans); font-weight: 600;
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: -0.02em; line-height: 1.1;
  margin: 0 0 16px; text-wrap: balance;
}
.vt-h2.is-light { color: var(--paper); }
.vt-h3 { font-size: clamp(22px, 2.4vw, 28px); font-weight: 600; letter-spacing: -0.015em; line-height: 1.2; margin: 0 0 12px; }
.vt-lede { font-size: clamp(17px, 1.6vw, 20px); color: var(--text2); max-width: 56ch; line-height: 1.55; margin: 0 0 28px; text-wrap: pretty; }
.vt-lede.is-light { color: rgba(245,241,232,0.75); }
.vt-body { font-size: 17px; color: var(--text2); line-height: 1.6; margin: 0 0 16px; }

/* ── Buttons ──────────────────────────────────────────────────────── */
.vt-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  padding: 10px 18px; border-radius: 6px; border: 1px solid transparent;
  transition: transform 0.08s ease, background 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.vt-btn-lg { padding: 14px 22px; font-size: 16px; }
.vt-btn-block { width: 100%; }
.vt-btn-primary { background: var(--ink); color: var(--paper); }
.vt-btn-primary:hover { background: var(--ink2); }
.vt-btn-accent { background: var(--lime); color: var(--ink); }
.vt-btn-accent:hover { background: #b5f01a; }
.vt-btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.vt-btn-ghost:hover { background: rgba(10,21,33,0.04); border-color: var(--ink2); }
.vt-btn-ghost-light { background: transparent; color: var(--paper); border-color: rgba(245,241,232,0.25); }
.vt-btn-ghost-light:hover { border-color: var(--paper); }

.vt-link { color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 1px; transition: color 0.15s; }
.vt-link:hover { color: var(--teal); }
.vt-link-arrow { font-weight: 600; }

/* ── Pills / dots ─────────────────────────────────────────────────── */
.vt-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; padding: 3px 9px; border-radius: 4px;
  text-transform: uppercase;
}
.vt-pill.is-ok    { background: rgba(14,165,160,0.12); color: #0c7f7b; }
.vt-pill.is-warn  { background: rgba(245,158,11,0.14); color: #a36500; }
.vt-pill.is-info  { background: rgba(10,21,33,0.08); color: var(--ink2); }
.vt-pill.is-paper { background: var(--off); color: var(--ink2); }

.vt-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.vt-dot.is-live { background: var(--lime); box-shadow: 0 0 0 0 rgba(197,255,59,0.6); animation: vt-pulse 2s infinite; }
.vt-dot.is-ok   { background: var(--teal); }
.vt-dot.is-warn { background: var(--amber); }
@keyframes vt-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(197,255,59,0.7); }
  70%  { box-shadow: 0 0 0 8px rgba(197,255,59,0); }
  100% { box-shadow: 0 0 0 0 rgba(197,255,59,0); }
}

/* ── Nav ─────────────────────────────────────────────────────────── */
.vt-nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--paper) 85%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.vt-nav.is-scrolled { border-color: var(--rule); background: color-mix(in srgb, var(--paper) 95%, transparent); }
.vt-nav-inner {
  max-width: var(--max); margin: 0 auto;
  height: var(--nav-h); padding: 0 24px;
  display: flex; align-items: center; gap: 28px;
}
.vt-nav-brand { display: flex; align-items: center; flex-shrink: 0; }
.vt-nav-links { display: flex; align-items: center; gap: 4px; flex: 1; }
.vt-nav-link {
  font-size: 14px; font-weight: 500; padding: 8px 12px; border-radius: 6px;
  color: var(--ink2); transition: background 0.15s;
}
.vt-nav-link:hover { background: rgba(197,255,59,0.55); color: var(--ink); }
.vt-nav-link.is-active { color: var(--ink); background: rgba(197,255,59,0.75); }
.vt-nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.vt-nav-cta .vt-btn { padding: 8px 14px; font-size: 14px; }
.vt-btn-lime { background: var(--lime); color: var(--ink); border-color: transparent; border-radius: 999px; font-weight: 700; padding: 9px 20px; }
.vt-btn-lime:hover { background: #b5f01a; }

.vt-nav-burger {
  display: none; background: transparent; border: 0; padding: 8px;
  width: 44px; height: 44px;
}
.vt-burger { display: block; width: 24px; height: 18px; position: relative; }
.vt-burger span {
  display: block; position: absolute; left: 0; right: 0; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform 0.25s, top 0.25s, opacity 0.2s;
}
.vt-burger span:nth-child(1) { top: 0; }
.vt-burger span:nth-child(2) { top: 8px; }
.vt-burger span:nth-child(3) { top: 16px; }
.vt-burger.is-open span:nth-child(1) { top: 8px; transform: rotate(45deg); }
.vt-burger.is-open span:nth-child(2) { opacity: 0; }
.vt-burger.is-open span:nth-child(3) { top: 8px; transform: rotate(-45deg); }

.vt-nav-mobile {
  display: none;
  border-top: 1px solid var(--rule);
  background: var(--paper);
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
}
.vt-nav-mobile.is-open { max-height: 480px; }
.vt-nav-mobile nav { display: flex; flex-direction: column; padding: 12px 24px 20px; gap: 2px; }
.vt-nav-mobile-link {
  padding: 14px 8px; font-size: 16px; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--rule);
}
.vt-nav-mobile-link.is-divider { margin-top: 12px; }
.vt-nav-mobile-cta { margin-top: 14px; padding: 14px; text-align: center; background: var(--ink); color: var(--paper); border-radius: 6px; font-weight: 600; }

@media (max-width: 900px) {
  .vt-nav-links, .vt-nav-cta { display: none; }
  .vt-nav-burger { display: block; margin-left: auto; }
  .vt-nav-mobile { display: block; }
}

/* ── Hero ────────────────────────────────────────────────────────── */
.vt-hero { position: relative; padding: 32px 24px 44px; overflow: hidden; background: transparent; }
.vt-hero-grid { display: none; }
.vt-hero-inner {
  position: relative; max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px;
  align-items: center;
}
.vt-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 28px; font-family: var(--mono); font-size: 12px; color: var(--text2); }
.vt-hero-meta b { color: var(--ink); font-weight: 600; }
.vt-sep { color: var(--text2); opacity: 0.5; }
.vt-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }

/* ── Hero split (text left · 3 images right + proof band) ────────── */
.vt-hero-split {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr);
  gap: 52px; align-items: center;
}
.vt-hero-split .vt-hero-copy { max-width: 560px; }
.vt-hero-split .vt-h1 { font-size: clamp(30px, 3vw, 40px); margin: 0 0 22px; }
.vt-hero-split .vt-h1 .vt-hi { white-space: nowrap; }
.vt-hero-split .vt-lede { margin: 0; font-size: clamp(16px, 1.4vw, 18px); }

.vt-hero-media { display: flex; flex-direction: column; gap: 14px; }
.vt-hero-phones { display: flex; gap: 8px; justify-content: center; align-items: flex-start; }
.vt-hero-phone { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.vt-hero-phone .vt-phone2-wrap { zoom: 0.56; }
.vt-hero-phone .vt-phone2 { box-shadow: 0 30px 60px -28px rgba(10,21,33,0.5), 0 0 0 1px #2a3344, 0 0 0 6px #11151d; }
.vt-hero-phone-lab { font-family: var(--mono); font-size: 9.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); background: var(--lime); padding: 6px 12px; border-radius: 999px; white-space: nowrap; }
@media (min-width: 1100px) { .vt-hero-phone .vt-phone2-wrap { zoom: 0.62; } .vt-hero-phones { gap: 10px; } }
@media (max-width: 560px) { .vt-hero-phone .vt-phone2-wrap { zoom: 0.46; } }
.vt-hero-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.vt-tri-cell {
  position: relative; aspect-ratio: 3 / 8; border-radius: 12px;
  overflow: hidden; background: var(--off);
  box-shadow: 0 22px 46px -28px rgba(10,21,33,0.5);
}
.vt-tri-cell image-slot { width: 100%; height: 100%; }
.vt-tri-tag { position: absolute; left: 10px; bottom: 10px; display: flex; align-items: center; gap: 6px; pointer-events: none; }
.vt-tri-lab { font-size: 10px; letter-spacing: 0.12em; color: var(--paper); text-shadow: 0 1px 10px rgba(0,0,0,0.8); }

.vt-hero-band {
  background: var(--ink); color: var(--paper); border-radius: 12px;
  padding: 14px 20px; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
}
.vt-hero-band-label { font-size: 11px; letter-spacing: 0.16em; color: var(--lime); white-space: nowrap; }
.vt-hero-band-stats { display: flex; gap: 22px; flex-wrap: wrap; font-family: var(--mono); font-size: 12px; color: rgba(245,241,232,0.72); }
.vt-hero-band-stats span { white-space: nowrap; }
.vt-hero-band-stats b { color: var(--paper); font-weight: 600; }

.vt-hero-card {
  background: var(--ink); color: var(--paper); border-radius: 10px;
  border: 1px solid var(--ruleDk);
  box-shadow: 0 30px 60px -20px rgba(10,21,33,0.4);
  overflow: hidden;
}
.vt-card-head, .vt-card-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px; border-bottom: 1px solid var(--ruleDk);
  font-family: var(--mono); font-size: 12px;
  color: rgba(245,241,232,0.7);
}
.vt-card-foot { border-top: 1px solid var(--ruleDk); border-bottom: 0; }
.vt-card-head-l { display: flex; align-items: center; gap: 8px; color: var(--lime); font-weight: 600; }
.vt-hero-card .vt-link { color: var(--lime); border-color: var(--lime); }

.vt-feed { display: flex; flex-direction: column; }
.vt-feed-row {
  display: grid; grid-template-columns: 78px auto 60px 1fr; gap: 12px;
  align-items: center; padding: 11px 18px;
  font-size: 13px; border-bottom: 1px solid rgba(245,241,232,0.06);
}
.vt-feed-row:last-child { border-bottom: 0; }
.vt-feed-site { font-family: var(--mono); font-size: 12px; color: var(--tealHi); font-weight: 600; }
.vt-feed-txt { color: rgba(245,241,232,0.9); }
.vt-hero-card .vt-pill.is-ok   { background: rgba(197,255,59,0.15); color: var(--lime); }
.vt-hero-card .vt-pill.is-warn { background: rgba(245,158,11,0.2);  color: var(--amber); }
.vt-hero-card .vt-pill.is-info { background: rgba(34,211,206,0.18); color: var(--tealHi); }

@media (max-width: 900px) {
  .vt-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .vt-hero-split { align-items: start; }
  .vt-hero-split .vt-hero-copy { max-width: 100%; }
  .vt-hero { padding: 40px 20px 56px; }
  .vt-feed-row { grid-template-columns: 64px auto 1fr; }
  .vt-feed-row .vt-feed-site { display: none; }
}

/* ── Sections ────────────────────────────────────────────────────── */
.vt-section { padding: 76px 24px; }
.vt-section.is-dark { background: var(--ink); color: var(--paper); }
.vt-section.is-paper { background: var(--off); }
.vt-section-inner { max-width: var(--max); margin: 0 auto; }
.vt-section-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.vt-section-head.is-light { color: var(--paper); }
.vt-section-head.is-light .vt-h2 { color: var(--paper); }
.vt-section-head .vt-lede { margin: 16px auto 0; }
.vt-section-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 56px; }

@media (max-width: 700px) {
  .vt-section { padding: 64px 20px; }
  .vt-section-head { margin-bottom: 40px; }
}

/* ── Trust strip ─────────────────────────────────────────────────── */
.vt-trust { padding: 30px 24px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: transparent; }
.vt-trust-inner { max-width: var(--max); margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.vt-trust-label { font-size: 11px; letter-spacing: 0.2em; color: var(--text2); white-space: nowrap; }
.vt-trust-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 40px; width: 100%; }
.vt-trust-logo {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.1em; font-weight: 500;
  color: var(--ink2); white-space: nowrap;
  transition: color 0.15s, opacity 0.15s; opacity: 0.82;
}
.vt-trust-logo svg { width: 15px; height: 15px; color: var(--teal); flex-shrink: 0; }
.vt-trust-logo:hover { opacity: 1; }

/* ── Pillars ─────────────────────────────────────────────────────── */
.vt-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.vt-pillar {
  background: #fff; border: 1px solid var(--rule); border-radius: 10px; padding: 28px;
  display: flex; flex-direction: column;
}
.vt-pillar-tag { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.vt-pillar-tag .vt-mono { font-size: 12px; color: var(--text2); }
.vt-pillar-chip {
  font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  padding: 3px 8px; border-radius: 3px;
  background: var(--ink); color: var(--lime);
}
.vt-bullets { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 8px; }
.vt-bullets li {
  font-size: 14px; color: var(--text2);
  padding-left: 18px; position: relative;
}
.vt-bullets li::before {
  content: "▸"; color: var(--teal);
  position: absolute; left: 0; font-size: 11px; top: 4px;
}
.vt-bullets-lg li { font-size: 16px; line-height: 1.55; }
.vt-bullets-lg li b { color: var(--ink); font-weight: 600; }
@media (max-width: 900px) { .vt-pillars { grid-template-columns: 1fr; } }

/* ── Flow ────────────────────────────────────────────────────────── */
.vt-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; align-items: stretch; }
.vt-flow-step { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: start; padding: 24px; border: 1px solid var(--ruleDk); }
.vt-flow-step:not(:last-child) { border-right: 0; }
.vt-flow-step:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
.vt-flow-step:last-child  { border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
.vt-flow-num { font-size: 28px; font-weight: 600; color: var(--lime); line-height: 1; }
.vt-flow-k { font-size: 17px; font-weight: 600; margin: 0 0 6px; color: var(--paper); }
.vt-flow-body p { font-size: 14px; color: rgba(245,241,232,0.7); margin: 0 0 10px; }
.vt-flow-arrow { color: var(--tealHi); font-size: 20px; align-self: center; padding-left: 8px; }
@media (max-width: 900px) {
  .vt-flow { grid-template-columns: 1fr; }
  .vt-flow-step { border-right: 1px solid var(--ruleDk) !important; }
  .vt-flow-step:not(:last-child) { border-bottom: 0; }
  .vt-flow-step:first-child { border-radius: 8px 8px 0 0; }
  .vt-flow-step:last-child  { border-radius: 0 0 8px 8px; }
  .vt-flow-arrow { display: none; }
}

/* ── Industries grid ─────────────────────────────────────────────── */
.vt-industries { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vt-industry {
  display: flex; flex-direction: column; gap: 10px;
  padding: 24px; border: 1px solid var(--rule); border-radius: 10px;
  background: #fff;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.2s;
}
.vt-industry:hover { transform: translateY(-2px); border-color: var(--lime); box-shadow: 0 16px 32px -16px rgba(10,21,33,0.15); }
.vt-industry h4 { margin: 4px 0 0; font-size: 18px; font-weight: 600; }
.vt-industry-reg { font-size: 11px; color: var(--ink2); background: var(--off); padding: 3px 8px; border-radius: 3px; align-self: flex-start; }
.vt-industry p { font-size: 14px; color: var(--text2); margin: 0; flex: 1; }
.vt-industry-link { margin-top: 8px; font-size: 14px; font-weight: 600; color: var(--teal); }
@media (max-width: 900px) { .vt-industries { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .vt-industries { grid-template-columns: 1fr; } }

/* ── Band stats ──────────────────────────────────────────────────── */
.vt-band { background: var(--ink); color: var(--paper); padding: 64px 24px; }
.vt-band-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.vt-band-stat { padding: 0 8px; border-left: 2px solid var(--lime); padding-left: 18px; }
.vt-band-n { font-size: clamp(28px, 4vw, 44px); font-weight: 600; letter-spacing: -0.02em; color: var(--paper); }
.vt-band-k { font-size: 14px; color: rgba(245,241,232,0.7); margin-top: 6px; }
.vt-band-s { font-size: 11px; color: rgba(245,241,232,0.5); margin-top: 4px; }
@media (max-width: 700px) { .vt-band-inner { grid-template-columns: 1fr 1fr; } }

/* ── Quote ───────────────────────────────────────────────────────── */
.vt-quote-wrap { max-width: 880px; margin: 0 auto; text-align: center; }
.vt-quote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px); line-height: 1.35;
  color: var(--ink); margin: 0 0 28px; text-wrap: balance;
  position: relative;
}
.vt-quote-mark { color: var(--teal); font-size: 1.4em; line-height: 0; vertical-align: -0.2em; margin-right: 4px; }
.vt-quote em { color: var(--teal); font-style: italic; }
.vt-quote-by { display: flex; align-items: center; justify-content: center; gap: 12px; }
.vt-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #0EA5A0, #22D3CE); flex-shrink: 0; }
.vt-avatar.is-small { width: 28px; height: 28px; }
.vt-quote-name { font-weight: 600; font-size: 15px; text-align: left; }
.vt-quote-role { font-size: 11px; color: var(--text2); text-align: left; }

/* ── CTA band ────────────────────────────────────────────────────── */
.vt-cta { background: var(--ink); color: var(--paper); padding: 96px 24px; position: relative; overflow: hidden; }
.vt-cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 80% 50%, rgba(14,165,160,0.18), transparent 60%);
  pointer-events: none;
}
.vt-cta-inner { position: relative; max-width: 880px; margin: 0 auto; text-align: center; }
.vt-cta .vt-cta-row { justify-content: center; margin-top: 28px; }

/* ── Footer ──────────────────────────────────────────────────────── */
.vt-foot { background: var(--ink2); color: rgba(245,241,232,0.8); padding: 64px 24px 32px; }
.vt-foot-top { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 2.6fr; gap: 56px; padding-bottom: 48px; border-bottom: 1px solid var(--ruleDk); }
.vt-foot-tag { font-size: 14px; line-height: 1.55; margin-top: 18px; max-width: 32ch; color: rgba(245,241,232,0.7); }
.vt-foot-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.vt-foot-cols h5 { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tealHi); margin: 0 0 14px; font-family: var(--mono); font-weight: 600; }
.vt-foot-cols a { display: block; font-size: 14px; color: rgba(245,241,232,0.7); padding: 5px 0; transition: color 0.15s; }
.vt-foot-cols a:hover { color: var(--paper); }
.vt-foot-bot { max-width: var(--max); margin: 24px auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(245,241,232,0.5); font-family: var(--mono); }
.vt-foot-meta { display: inline-flex; align-items: center; gap: 8px; }
@media (max-width: 900px) {
  .vt-foot-top { grid-template-columns: 1fr; gap: 32px; }
  .vt-foot-cols { grid-template-columns: 1fr 1fr; }
  .vt-foot-bot { flex-direction: column; gap: 12px; }
}

/* ── Page head ───────────────────────────────────────────────────── */
.vt-pagehead { padding: 80px 24px 56px; background: transparent; border-bottom: 1px solid var(--rule); }
.vt-pagehead-inner { max-width: var(--max); margin: 0 auto; text-align: center; }
.vt-pagehead .vt-lede.is-wide { max-width: 92ch; }
.vt-pagehead .vt-h1 { max-width: 22ch; margin-left: auto; margin-right: auto; }
.vt-pagehead .vt-lede { margin-left: auto; margin-right: auto; }

/* ── Modules (Platform) ──────────────────────────────────────────── */
.vt-module { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 56px 0; border-bottom: 1px solid var(--rule); }
.vt-module:last-child { border-bottom: 0; }
.vt-module.is-flip .vt-module-copy { order: 2; }
.vt-module-tag { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.vt-module-tag .vt-mono { font-size: 12px; color: var(--text2); }
.vt-module-visual { padding: 28px; background: var(--ink); border-radius: 12px; color: var(--paper); }
.vt-module-visual .vt-dim { color: rgba(237,239,247,0.62); }
.vt-visual-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--ruleDk); font-family: var(--mono); font-size: 11px; color: var(--lime); letter-spacing: 0.1em; }

.vt-ops-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.vt-ops-cell { padding: 12px; border: 1px solid var(--ruleDk); border-radius: 6px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; align-items: center; font-size: 11px; }
.vt-ops-cell.is-warn { border-color: var(--amber); }
.vt-ops-bar { height: 6px; background: rgba(245,241,232,0.08); border-radius: 3px; overflow: hidden; }
.vt-ops-bar > span { display: block; height: 100%; background: var(--tealHi); }
.vt-ops-cell.is-warn .vt-ops-bar > span { background: var(--amber); }

.vt-timeline { display: flex; flex-direction: column; margin-top: 16px; }
.vt-tl-row { display: grid; grid-template-columns: 70px 16px 1fr auto; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px dashed rgba(245,241,232,0.08); font-size: 13px; }
.vt-tl-row:last-child { border-bottom: 0; }
.vt-tl-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); justify-self: center; }
.vt-tl-k { color: var(--paper); }

.vt-proc-rows { display: flex; flex-direction: column; margin-top: 16px; }
.vt-proc-row { display: grid; grid-template-columns: 1.6fr 0.7fr 0.7fr; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px dashed rgba(245,241,232,0.08); font-size: 13px; color: var(--paper); }
.vt-proc-row:last-child { border-bottom: 0; }
.vt-proc-v { font-weight: 500; }

@media (max-width: 900px) {
  .vt-module { grid-template-columns: 1fr; gap: 32px; padding: 40px 0; }
  .vt-module.is-flip .vt-module-copy { order: 0; }
}

/* ── Architecture grid ───────────────────────────────────────────── */
.vt-arch { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vt-arch-cell { padding: 24px; background: #fff; border: 1.5px solid var(--lime); border-radius: 10px; }
.vt-arch-k { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.vt-arch-cell p { font-size: 14px; color: var(--text2); line-height: 1.55; margin: 0 0 12px; }
@media (max-width: 900px) { .vt-arch { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .vt-arch { grid-template-columns: 1fr; } }

/* ── Solutions ───────────────────────────────────────────────────── */
.vt-role { padding: 24px 0; border-bottom: 1px solid var(--rule); }
.vt-role:last-of-type { border-bottom: 0; }
.vt-role-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 24px; }
.vt-role-head .vt-mono { font-size: 12px; color: var(--text2); }
.vt-role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vt-role-cell { padding: 24px; border-radius: 10px; background: #fff; border: 1px solid var(--rule); }
.vt-role-cell.is-win { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.vt-role-cell.is-win .vt-mono { color: var(--lime); }
.vt-role-cell.is-stat { background: var(--off); border-color: var(--off); }
.vt-role-cell p { font-size: 15px; line-height: 1.5; margin: 8px 0 0; color: var(--text2); }
.vt-role-cell.is-win p { color: rgba(245,241,232,0.85); }
.vt-role-stat { font-family: var(--mono); font-weight: 600; color: var(--ink) !important; font-size: 14px !important; }
.vt-role-bullets { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 24px; }
@media (max-width: 900px) {
  .vt-role-grid { grid-template-columns: 1fr; }
  .vt-role-bullets { grid-template-columns: 1fr; }
}

/* ── Industries (detail page) ────────────────────────────────────── */
.vt-ind-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vt-ind-card { padding: 32px; background: #fff; border: 1px solid var(--rule); border-radius: 12px; display: flex; flex-direction: column; gap: 16px; }
.vt-ind-card header { display: flex; flex-direction: column; gap: 6px; }
.vt-ind-use { padding-top: 12px; border-top: 1px solid var(--rule); }
@media (max-width: 900px) { .vt-ind-grid { grid-template-columns: 1fr; } }

/* ── Pilots ──────────────────────────────────────────────────────── */
.vt-pilot-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.vt-steps { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 20px; }
.vt-steps li { display: grid; grid-template-columns: 100px 1fr; gap: 16px; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--rule); }
.vt-steps li:last-child { border-bottom: 0; }
.vt-steps li strong { display: block; font-size: 17px; margin-bottom: 4px; }
.vt-steps li p { margin: 0; font-size: 14px; color: var(--text2); line-height: 1.55; }
.vt-steps li .vt-mono { font-size: 11px; color: var(--ink2); padding-top: 2px; }
@media (max-width: 900px) { .vt-pilot-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ── Forms ───────────────────────────────────────────────────────── */
.vt-form { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.vt-form-sub { margin: -8px 0 8px; }
.vt-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vt-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ink2); }
.vt-form input, .vt-form select, .vt-form textarea {
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  padding: 11px 14px; border: 1px solid var(--rule); border-radius: 6px;
  background: var(--paper); transition: border-color 0.15s, background 0.15s;
}
.vt-form input:focus, .vt-form select:focus, .vt-form textarea:focus { outline: 0; border-color: var(--teal); background: #fff; }
.vt-form textarea { resize: vertical; }
.vt-form-fine { margin: 0; }
.vt-form-err { font-size: 13px; color: var(--rose); background: rgba(244,63,94,0.08); padding: 10px 12px; border-radius: 6px; }
.vt-form-thanks { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
@media (max-width: 600px) { .vt-form-row { grid-template-columns: 1fr; } }

/* ── Auth page ───────────────────────────────────────────────────── */
.vt-auth { min-height: calc(100vh - var(--nav-h)); display: flex; align-items: center; justify-content: center; background: var(--paper); padding: 40px 24px; }
.vt-auth-inner { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; border: 1px solid var(--rule); border-radius: 16px; overflow: hidden; box-shadow: 0 40px 90px -50px rgba(10,21,33,0.45); }
.vt-auth-side { position: relative; overflow: hidden; background: linear-gradient(180deg, #0C1826 0%, var(--ink) 100%); color: var(--paper); padding: 40px 44px; display: flex; flex-direction: column; justify-content: flex-start; }
.vt-auth-brand { margin-bottom: auto; }

/* Evidence panel (auth content side) */
.vt-ev-gridbg { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 46px 46px; -webkit-mask-image: radial-gradient(ellipse at 50% 26%, #000 28%, transparent 78%); mask-image: radial-gradient(ellipse at 50% 26%, #000 28%, transparent 78%); }
.vt-ev-glow  { position: absolute; top: -180px; right: -140px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(34,211,206,0.16) 0%, transparent 60%); filter: blur(70px); pointer-events: none; }
.vt-ev-glow2 { position: absolute; bottom: -180px; left: -120px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(197,255,59,0.09) 0%, transparent 60%); filter: blur(70px); pointer-events: none; }
.vt-ev { position: relative; z-index: 1; display: flex; flex-direction: column; }
.vt-ev-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 26px; }
.vt-ev-status { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; color: rgba(245,241,232,0.8); padding: 6px 12px; border: 1px solid var(--ruleDk); border-radius: 999px; background: rgba(19,32,46,0.55); white-space: nowrap; }
.vt-ev-clock { font-family: var(--mono); font-size: 11px; color: rgba(245,241,232,0.5); letter-spacing: 0.08em; white-space: nowrap; }
.vt-ev-head { margin-bottom: 22px; }
.vt-ev-head .vt-eyebrow { background: transparent; border: 0; padding: 0; margin-bottom: 14px; color: var(--tealHi); font-size: 11px; letter-spacing: 0.22em; display: inline-flex; align-items: center; gap: 8px; }
.vt-ev-head .vt-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--tealHi); box-shadow: 0 0 10px var(--tealHi); }
.vt-ev-head.is-lime .vt-eyebrow { color: var(--lime); }
.vt-ev-head.is-lime .vt-eyebrow::before { background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.vt-ev-h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 2.4vw, 31px); line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 12px; color: var(--paper); max-width: 460px; text-wrap: balance; }
.vt-ev-h2 i { font-style: italic; color: var(--tealHi); }
.vt-ev-head.is-lime .vt-ev-h2 i { color: var(--lime); }
.vt-ev-head p { color: rgba(245,241,232,0.62); font-size: 14px; line-height: 1.55; max-width: 430px; margin: 0; }
.vt-ev-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.vt-ev-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; background: rgba(19,32,46,0.55); border: 1px solid var(--ruleDk); font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: rgba(245,241,232,0.72); }
.vt-ev-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--tealHi); display: inline-block; }
.vt-ev-pill.is-lime i  { background: var(--lime); }
.vt-ev-pill.is-amber i { background: var(--amber); }
.vt-ev-panel { background: var(--ink2); border: 1px solid var(--ruleDk); border-radius: 14px; padding: 16px; box-shadow: 0 26px 70px rgba(0,0,0,0.5); }
.vt-ev-phead { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--ruleDk); }
.vt-ev-ptitle { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--paper); }
.vt-ev-ptitle .vt-dot { box-shadow: 0 0 8px var(--tealHi); }
.vt-ev-ptitle b { color: var(--tealHi); font-weight: 600; }
.vt-ev-pmeta { font-family: var(--mono); font-size: 9px; color: rgba(245,241,232,0.5); letter-spacing: 0.1em; white-space: nowrap; }
.vt-ev-vid { height: 150px; border-radius: 10px; background: linear-gradient(135deg, #091525 0%, #0F2138 100%); border: 1px solid var(--ruleDk); position: relative; overflow: hidden; display: grid; place-items: center; }
.vt-ev-vid::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(34,211,206,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(34,211,206,0.08) 1px, transparent 1px); background-size: 30px 30px; }
.vt-ev-scan { position: absolute; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--tealHi), transparent); animation: vt-ev-scan 3s linear infinite; opacity: 0.6; }
@keyframes vt-ev-scan { 0% { top: 0; } 100% { top: 100%; } }
.vt-ev-target { width: 72px; height: 72px; border: 1.5px solid var(--tealHi); border-radius: 50%; position: relative; animation: vt-ev-pulse 2s ease-in-out infinite; }
.vt-ev-target::before { content: ""; position: absolute; inset: 16px; background: var(--tealHi); border-radius: 50%; box-shadow: 0 0 18px var(--tealHi); }
@keyframes vt-ev-pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.14); opacity: 0.7; } }
.vt-ev-vid .ts     { position: absolute; top: 10px; left: 12px; font-family: var(--mono); font-size: 9px; color: rgba(245,241,232,0.5); }
.vt-ev-vid .coords { position: absolute; top: 10px; right: 12px; font-family: var(--mono); font-size: 9px; color: var(--tealHi); letter-spacing: 0.06em; }
.vt-ev-vid .rec    { position: absolute; bottom: 10px; right: 12px; font-family: var(--mono); font-size: 9px; color: var(--rose); letter-spacing: 0.14em; display: flex; align-items: center; gap: 6px; }
.vt-ev-vid .rec::before { content: ""; width: 6px; height: 6px; background: var(--rose); border-radius: 50%; animation: vt-ev-blink 1s infinite; }
@keyframes vt-ev-blink { 50% { opacity: 0.3; } }
.vt-ev-corner { position: absolute; width: 13px; height: 13px; border: 1.5px solid var(--tealHi); }
.vt-ev-corner.tl { top: 10px; left: 46px; border-right: 0; border-bottom: 0; }
.vt-ev-corner.tr { top: 10px; right: 46px; border-left: 0; border-bottom: 0; }
.vt-ev-corner.bl { bottom: 10px; left: 46px; border-right: 0; border-top: 0; }
.vt-ev-corner.br { bottom: 10px; right: 46px; border-left: 0; border-top: 0; }
.vt-ev-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 12px; }
.vt-ev-stat { padding: 8px; background: var(--ink); border: 1px solid var(--ruleDk); border-radius: 6px; }
.vt-ev-stat .k { font-family: var(--mono); font-size: 8px; color: rgba(245,241,232,0.5); letter-spacing: 0.1em; }
.vt-ev-stat .v { font-family: var(--mono); font-size: 13px; color: var(--paper); font-weight: 600; margin-top: 2px; }
.vt-ev-stat.ok .v { color: var(--lime); }
.vt-ev-hash { margin-top: 12px; padding: 10px 12px; background: var(--ink); border: 1px solid var(--ruleDk); border-radius: 6px; display: flex; align-items: center; gap: 10px; }
.vt-ev-hash .k { font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em; color: rgba(245,241,232,0.5); }
.vt-ev-hash .v { font-family: var(--mono); font-size: 11px; color: var(--tealHi); flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vt-ev-hash .ok { font-family: var(--mono); font-size: 9px; color: var(--lime); letter-spacing: 0.12em; display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.vt-ev-hash .ok::before { content: ""; width: 6px; height: 6px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 8px var(--lime); }
.vt-ev-quote { background: var(--ink2); border: 1px solid var(--ruleDk); border-radius: 12px; padding: 20px; margin-top: 20px; }
.vt-ev-quote-body { font-family: var(--serif); font-style: italic; font-size: 17px; line-height: 1.45; color: var(--paper); margin: 0 0 16px; letter-spacing: -0.01em; text-wrap: pretty; }
.vt-ev-quote-foot { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--ruleDk); }
.vt-ev-avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--tealHi), var(--teal)); display: grid; place-items: center; font-family: var(--serif); font-size: 14px; color: var(--ink); font-weight: 600; flex-shrink: 0; }
.vt-ev-qname { font-size: 12.5px; color: var(--paper); font-weight: 600; }
.vt-ev-qrole { font-family: var(--mono); font-size: 9px; letter-spacing: 0.12em; color: rgba(245,241,232,0.5); margin-top: 2px; }
.vt-auth-quote { font-family: var(--serif); font-style: italic; font-size: 24px; line-height: 1.4; margin: 24px 0; text-wrap: balance; }
.vt-auth-by { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.vt-auth-trust { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 24px; border-top: 1px solid var(--ruleDk); font-size: 11px; color: rgba(245,241,232,0.6); }
.vt-auth-form-wrap { padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; max-width: 480px; width: 100%; margin: 0 auto; }
.vt-auth-back { font-size: 12px; color: var(--text2); margin-bottom: 32px; display: inline-block; }
.vt-form-auth { background: transparent; border: 0; padding: 0; }
.vt-auth-meta { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.vt-checkbox { display: inline-flex; align-items: center; gap: 6px; color: var(--text2); font-weight: 400; flex-direction: row !important; }
.vt-auth-or { position: relative; text-align: center; margin: 8px 0; color: var(--text2); font-size: 12px; }
.vt-auth-or::before, .vt-auth-or::after { content: ""; position: absolute; top: 50%; width: 40%; height: 1px; background: var(--rule); }
.vt-auth-or::before { left: 0; } .vt-auth-or::after { right: 0; }
.vt-auth-or span { background: var(--paper); padding: 0 12px; position: relative; }
@media (max-width: 900px) {
  .vt-auth-inner { grid-template-columns: 1fr; }
  .vt-auth-side { display: none; }
  .vt-auth-form-wrap { padding: 40px 28px; }
}

/* ── Product demo ────────────────────────────────────────────────── */
.vt-demo { background: var(--ink); border-radius: 12px; overflow: hidden; border: 1px solid var(--ruleDk); }
.vt-demo-chrome { display: flex; align-items: center; gap: 16px; padding: 12px 16px; background: var(--ink2); border-bottom: 1px solid var(--ruleDk); }
.vt-demo-dots { display: flex; gap: 6px; }
.vt-demo-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(245,241,232,0.2); }
.vt-demo-dots span:nth-child(1) { background: #f43f5e; }
.vt-demo-dots span:nth-child(2) { background: #f59e0b; }
.vt-demo-dots span:nth-child(3) { background: #0EA5A0; }
.vt-demo-url { flex: 1; text-align: center; color: rgba(245,241,232,0.6); font-size: 12px; }
.vt-demo-tabs { display: flex; padding: 0 16px; gap: 4px; background: var(--ink2); border-bottom: 1px solid var(--ruleDk); overflow-x: auto; }
.vt-demo-tab { background: transparent; border: 0; padding: 12px 16px; font-size: 13px; font-weight: 500; color: rgba(245,241,232,0.6); border-bottom: 2px solid transparent; white-space: nowrap; }
.vt-demo-tab:hover { color: var(--paper); }
.vt-demo-tab.is-active { color: var(--lime); border-color: var(--lime); }
.vt-demo-stage { min-height: 540px; padding: 24px; color: var(--paper); }
.vt-demo-toolbar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--ruleDk); margin-bottom: 16px; font-size: 12px; }
.vt-demo-toolbar .vt-mono:first-child { color: var(--lime); letter-spacing: 0.1em; }
.vt-demo-note { text-align: center; margin: 16px 0 0; font-size: 11px; }

.vt-demo-feed { display: grid; grid-template-columns: 240px 1fr; gap: 16px; }
.vt-demo-aside { border-right: 1px solid var(--ruleDk); padding-right: 16px; }
.vt-demo-filter { display: flex; flex-direction: column; gap: 6px; }
.vt-demo-filter > .vt-mono { font-size: 11px; padding-bottom: 8px; }
.vt-demo-site { display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: 6px; }
.vt-demo-site:hover { background: rgba(245,241,232,0.05); }
.vt-feed-tall { max-height: 460px; overflow: auto; }
.vt-timeline-tall { max-height: 460px; overflow: auto; }
.vt-tl-row { grid-template-columns: 70px 16px 1.4fr 1.2fr 1.2fr 80px; }
@media (max-width: 900px) {
  .vt-demo-feed { grid-template-columns: 1fr; }
  .vt-demo-aside { border-right: 0; border-bottom: 1px solid var(--ruleDk); padding-right: 0; padding-bottom: 16px; }
  .vt-tl-row { grid-template-columns: 70px 16px 1fr; }
  .vt-tl-row > :nth-child(n+5) { display: none; }
}

/* Site detail */
.vt-demo-site-detail { display: flex; flex-direction: column; gap: 24px; }
.vt-ds-head { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--ruleDk); }
.vt-ds-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.vt-stat { }
.vt-stat-n { font-size: 28px; font-weight: 600; color: var(--paper); line-height: 1; }
.vt-stat-l { font-size: 11px; margin-top: 6px; }
.vt-ds-body { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.vt-ds-tasks, .vt-ds-crew { display: flex; flex-direction: column; gap: 6px; }
.vt-ds-tasks > .vt-mono, .vt-ds-crew > .vt-mono { font-size: 11px; padding-bottom: 8px; }
.vt-ds-task { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; padding: 10px; border-radius: 6px; background: rgba(245,241,232,0.04); font-size: 13px; }
.vt-ds-task-k { color: var(--paper); }
.vt-ds-crew-row { display: flex; align-items: center; gap: 10px; padding: 8px; }
@media (max-width: 700px) { .vt-ds-body { grid-template-columns: 1fr; } }

/* Audit */
.vt-audit-grid { display: grid; grid-template-columns: 280px 1fr; gap: 24px; }
.vt-audit-side { display: flex; flex-direction: column; gap: 12px; padding: 16px; background: rgba(245,241,232,0.04); border-radius: 8px; }
.vt-audit-side > .vt-mono { font-size: 11px; }
.vt-audit-field { display: flex; flex-direction: column; gap: 2px; }
.vt-audit-field strong { font-size: 14px; color: var(--paper); }
.vt-audit-checklist { display: flex; flex-direction: column; gap: 6px; }
.vt-audit-row { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; padding: 12px; border-radius: 6px; background: rgba(245,241,232,0.04); font-size: 14px; }
.vt-audit-k { color: var(--paper); }
.vt-audit-cta { margin-top: 16px; display: flex; align-items: center; gap: 16px; }
@media (max-width: 700px) { .vt-audit-grid { grid-template-columns: 1fr; } }

/* Proc row wide */
.vt-proc-row-wide { grid-template-columns: 1.6fr 0.7fr 0.7fr 0.7fr; }
.vt-proc-rows-tall { max-height: 460px; overflow: auto; }
@media (max-width: 700px) {
  .vt-proc-row, .vt-proc-row-wide { grid-template-columns: 1fr auto; }
  .vt-proc-row > :nth-child(n+3) { display: none; }
}

/* ── Mobile companion ────────────────────────────────────────────── */
.vt-mobile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.vt-mobile-phone-wrap { display: flex; justify-content: center; }
.vt-mobile-badges { display: flex; gap: 16px; margin-top: 32px; font-size: 11px; color: var(--text2); }
.vt-phone {
  width: 320px; height: 640px;
  background: var(--ink);
  border-radius: 44px;
  padding: 14px;
  box-shadow: 0 30px 80px -20px rgba(10,21,33,0.4);
  position: relative;
}
.vt-phone-notch { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 120px; height: 24px; background: var(--ink); border-radius: 14px; z-index: 2; }
.vt-phone-screen { background: var(--paper); border-radius: 32px; height: 100%; padding: 36px 18px 18px; overflow: hidden; display: flex; flex-direction: column; gap: 12px; }
.vt-mob-status { display: flex; justify-content: space-between; font-size: 11px; color: var(--text2); padding: 0 4px 2px; }
.vt-mob-header { display: flex; justify-content: space-between; align-items: start; padding: 0 4px; }
.vt-mob-title { font-size: 20px; font-weight: 600; margin: 2px 0; }
.vt-mob-card { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 16px; }
.vt-mob-card-k { font-size: 12px; color: var(--text2); letter-spacing: 0.05em; }
.vt-mob-temp { font-size: 36px; font-weight: 600; color: var(--teal); margin: 4px 0 8px; }
.vt-mob-bar { position: relative; height: 6px; background: var(--off); border-radius: 3px; margin: 12px 0 6px; }
.vt-mob-bar > span { position: absolute; top: -3px; width: 12px; height: 12px; border-radius: 50%; background: var(--teal); border: 2px solid var(--paper); transform: translateX(-50%); }
.vt-mob-bar-target { background: var(--ink) !important; width: 6px !important; height: 12px !important; border-radius: 1px !important; border: 0 !important; }
.vt-mob-range { display: flex; justify-content: space-between; font-size: 9px; }
.vt-mob-actions { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
.vt-mob-btn { background: #fff; border: 1px solid var(--rule); border-radius: 8px; padding: 10px; font-size: 12px; }
.vt-mob-primary { background: var(--ink); color: var(--paper); border: 0; border-radius: 10px; padding: 14px; font-size: 14px; font-weight: 600; }
.vt-mob-up { display: flex; flex-direction: column; gap: 6px; margin-top: auto; padding-top: 8px; border-top: 1px solid var(--rule); }
.vt-mob-up > .vt-mono { font-size: 9px; color: var(--text2); }
.vt-mob-up-row { display: flex; gap: 10px; font-size: 11px; align-items: center; }
.vt-mob-up-row .vt-mono { color: var(--text2); font-size: 10px; }
@media (max-width: 900px) {
  .vt-mobile-grid { grid-template-columns: 1fr; gap: 40px; }
  .vt-phone { transform: scale(0.9); }
}

/* ═══════════════════════════════════════════════════════════════════
   FORM TOOLKIT — fields, validation, Turnstile, consent
   ═══════════════════════════════════════════════════════════════════ */
.vt-field { display: flex; flex-direction: column; gap: 6px; }
.vt-field-label { font-size: 13px; font-weight: 600; color: var(--ink2); }
.vt-req { color: #2BA8E0; }
.vt-field input, .vt-field select, .vt-field textarea {
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  padding: 11px 14px; border: 1px solid var(--rule); border-radius: 8px;
  background: var(--paper); transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
}
.vt-field input:focus, .vt-field select:focus, .vt-field textarea:focus {
  outline: 0; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,165,160,0.12);
}
.vt-field textarea { resize: vertical; }
.vt-field-hint { font-size: 12px; color: var(--text2); }
.vt-field-err { display: none; font-size: 12.5px; color: var(--rose); font-weight: 500; }
/* Show errors after a submit attempt (.is-validated) or once a field is blurred */
.vt-form.is-validated .vt-field :invalid,
.vt-field .is-touched:invalid {
  border-color: var(--rose); box-shadow: 0 0 0 3px rgba(244,63,94,0.1);
}
.vt-form.is-validated .vt-field :invalid ~ .vt-field-err { display: block; }

.vt-form-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .vt-form-grid2 { grid-template-columns: 1fr; } }

/* Turnstile (Cloudflare-accurate light widget; theme-independent) */
.vt-turnstile {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 300px; max-width: 100%; height: 65px; padding: 0 12px 0 14px;
  border: 1px solid #d3d3d3; border-radius: 4px;
  background: #fafafa; box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: border-color .15s;
}
.vt-turnstile.is-ok { border-color: #c3c3c3; }
.vt-ts-check { display: flex; align-items: center; gap: 12px; background: none; border: 0; padding: 0; cursor: pointer; }
.vt-ts-check:disabled { cursor: default; }
.vt-ts-box {
  width: 24px; height: 24px; border-radius: 50%; border: 2px solid #bcbcbc;
  background: #fff; display: grid; place-items: center;
  color: #fff; font-size: 13px; font-weight: 800; flex-shrink: 0; transition: all .15s; box-sizing: border-box;
}
.vt-ts-box.is-ok { background: #1aa179; border-color: #1aa179; border-radius: 50%; }
.vt-ts-box.is-load {
  border-color: #c7c7c7; border-top-color: #5a9bd4; border-radius: 50%;
  animation: vt-spin .6s linear infinite;
}
@keyframes vt-spin { to { transform: rotate(360deg); } }
.vt-ts-label { font-family: var(--sans); font-size: 14px; color: #2c2c2c; line-height: 1; }
.vt-ts-brand { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; flex-shrink: 0; }
.vt-ts-logo { display: flex; align-items: center; gap: 5px; }
.vt-ts-mark {
  width: 22px; height: 13px; flex-shrink: 0;
  background: linear-gradient(180deg, #f6821f 0%, #f6821f 60%, #fbad41 60%, #fbad41 100%);
  border-radius: 9px 9px 9px 3px;
  clip-path: polygon(0 55%, 18% 30%, 42% 30%, 58% 8%, 100% 22%, 100% 100%, 0 100%);
}
.vt-ts-cf { font-size: 9px; font-weight: 700; letter-spacing: 0.08em; color: #797979; }
.vt-ts-fine { font-size: 8.5px; color: #9b9b9b; letter-spacing: 0.02em; }

/* Consent */
.vt-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--text2); line-height: 1.5; }
.vt-consent input { margin-top: 2px; width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--teal); }
.vt-consent b { color: var(--ink2); font-weight: 600; }
.vt-consent-req { color: var(--ink2); }
.vt-consent-req.is-err { color: var(--rose); }
.vt-consent-req.is-err input { outline: 2px solid var(--rose); outline-offset: 2px; border-radius: 3px; }

/* ═══════════════════════════════════════════════════════════════════
   TRUST CENTER
   ═══════════════════════════════════════════════════════════════════ */
.vt-cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .vt-cert-grid { grid-template-columns: 1fr; } }
.vt-cert {
  background: #fff; border: 1.5px solid var(--lime); border-radius: 12px; padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.vt-cert-seal {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: var(--ink); color: var(--lime); font-family: var(--mono); font-weight: 700;
  font-size: 11px; letter-spacing: 0.04em;
}
.vt-cert-seal svg { width: 26px; height: 26px; }
.vt-cert h3 { margin: 0; font-size: 19px; }
.vt-cert .vt-status-tag { align-self: flex-start; }
.vt-cert p { font-size: 14px; color: var(--text2); line-height: 1.55; margin: 0; flex: 1; }
.vt-cert .vt-mono { font-size: 11px; color: var(--text2); }

/* Compliance & frameworks */
.vt-frameworks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .vt-frameworks { grid-template-columns: 1fr; } }
.vt-fw-group {
  display: flex; flex-direction: column; gap: 14px;
  background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 24px;
}
.vt-fw-group > .vt-mono { font-size: 11px; letter-spacing: 0.14em; }
.vt-fw-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.vt-fw-chip {
  font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: 0.03em;
  padding: 6px 11px; border: 1px solid var(--rule); border-radius: 999px;
  color: var(--ink2); background: var(--paper); white-space: nowrap;
}

.vt-status-tag {
  display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono);
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em; padding: 4px 10px;
  border-radius: 100px; background: rgba(14,165,160,0.1); color: #0c7f7b;
}

/* Generic two-col trust sections */
.vt-trust-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 860px) { .vt-trust-cols { grid-template-columns: 1fr; } }
.vt-panel {
  background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 28px;
}
.vt-panel h3 { margin: 0 0 6px; font-size: 18px; }
.vt-panel .vt-mono.vt-dim { font-size: 11px; }

/* Subprocessor table */
.vt-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.vt-table th {
  text-align: left; padding: 12px 14px; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--text2);
  border-bottom: 1px solid var(--rule);
}
.vt-table td { padding: 13px 14px; border-bottom: 1px solid var(--ruleSoft, var(--rule)); color: var(--text2); }
.vt-table td b { color: var(--ink); font-weight: 600; }
.vt-table tr:last-child td { border-bottom: 0; }

/* System status */
.vt-status-list { display: flex; flex-direction: column; }
.vt-status-row {
  display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center;
  padding: 14px 0; border-bottom: 1px solid var(--rule);
}
.vt-status-row:last-child { border-bottom: 0; }
.vt-status-up { font-family: var(--mono); font-size: 13px; color: var(--teal); }
.vt-status-spark { display: flex; gap: 2px; align-items: flex-end; height: 20px; }
.vt-status-spark span { width: 4px; background: var(--teal); border-radius: 1px; opacity: 0.85; }
.vt-status-spark span.dip { background: var(--amber); }

/* ═══════════════════════════════════════════════════════════════════
   CONTACT + MAP
   ═══════════════════════════════════════════════════════════════════ */
.vt-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 900px) { .vt-contact-grid { grid-template-columns: 1fr; gap: 32px; } }
.vt-map {
  border: 1px solid var(--rule); border-radius: 12px; overflow: hidden;
  background: var(--bg2); aspect-ratio: 4 / 3; width: 100%;
}
.vt-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.1); }
.vt-contact-addr { display: flex; flex-direction: column; gap: 18px; margin-top: 24px; }
.vt-contact-line { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
.vt-contact-line .ico { color: var(--teal); font-size: 18px; line-height: 1.3; }
.vt-contact-line .k { font-size: 13px; color: var(--text2); }
.vt-contact-line .v { font-size: 15px; color: var(--ink); }

/* ═══════════════════════════════════════════════════════════════════
   PILOTS — PoC booking (30-min blocks)
   ═══════════════════════════════════════════════════════════════════ */
.vt-booking { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 28px; }
.vt-booking-head { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.vt-daypick { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 18px; scrollbar-width: none; }
.vt-daypick::-webkit-scrollbar { display: none; }
.vt-day {
  flex-shrink: 0; min-width: 64px; padding: 10px 12px; border: 1px solid var(--rule);
  border-radius: 10px; background: var(--paper); cursor: pointer; text-align: center;
  transition: all .12s;
}
.vt-day:hover { border-color: var(--ink2); }
.vt-day.is-on { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.vt-day.is-off { opacity: 0.4; cursor: not-allowed; }
.vt-day .dow { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; opacity: 0.7; }
.vt-day .dnum { font-size: 18px; font-weight: 600; margin-top: 2px; }
.vt-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 600px) { .vt-slots { grid-template-columns: repeat(3, 1fr); } }
.vt-slot {
  padding: 10px; border: 1px solid var(--rule); border-radius: 8px; background: var(--paper);
  font-family: var(--mono); font-size: 13px; color: var(--ink); cursor: pointer; transition: all .12s;
}
.vt-slot:hover:not(:disabled) { border-color: var(--teal); color: var(--teal); }
.vt-slot.is-on { background: var(--teal); border-color: var(--teal); color: #fff; }
.vt-slot:disabled { opacity: 0.35; cursor: not-allowed; text-decoration: line-through; }
.vt-booking-foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--rule); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.vt-booking-sel { font-size: 14px; color: var(--ink); }
.vt-booking-sel b { color: var(--teal); }

/* ═══════════════════════════════════════════════════════════════════
   SUPPORT
   ═══════════════════════════════════════════════════════════════════ */
.vt-support-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px) { .vt-support-cats { grid-template-columns: 1fr; } }
.vt-help-cat {
  background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 24px;
  display: flex; flex-direction: column; gap: 8px; transition: all .15s;
}
.vt-help-cat:hover { border-color: var(--ink2); transform: translateY(-2px); box-shadow: 0 16px 32px -16px rgba(10,21,33,0.12); }
.vt-help-cat h3 { margin: 0; font-size: 17px; }
.vt-help-cat p { margin: 0; font-size: 14px; color: var(--text2); line-height: 1.5; flex: 1; }
.vt-help-cat .vt-mono { font-size: 11px; color: var(--teal); margin-top: 6px; }
.vt-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 700px) { .vt-channels { grid-template-columns: 1fr; } }
.vt-channel { display: flex; flex-direction: column; gap: 6px; padding: 20px; border: 1px solid var(--rule); border-radius: 10px; background: var(--bg2); }
.vt-channel .ch-k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text2); }
.vt-channel .ch-v { font-size: 16px; font-weight: 600; color: var(--ink); }
.vt-channel .ch-s { font-size: 12px; color: var(--text2); }

/* ═══════════════════════════════════════════════════════════════════
   LEGAL
   ═══════════════════════════════════════════════════════════════════ */
.vt-legal-wrap { display: grid; grid-template-columns: 240px 1fr; gap: 48px; max-width: var(--max); margin: 0 auto; }
@media (max-width: 860px) { .vt-legal-wrap { grid-template-columns: 1fr; gap: 24px; } }
.vt-legal-nav { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 2px; align-self: start; }
@media (max-width: 860px) { .vt-legal-nav { position: static; flex-direction: row; flex-wrap: wrap; } }
.vt-legal-nav button {
  text-align: left; background: none; border: 0; padding: 10px 14px; border-radius: 8px;
  font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--text2); cursor: pointer;
  border-left: 2px solid transparent;
}
.vt-legal-nav button:hover { background: var(--bg2); color: var(--ink); }
.vt-legal-nav button.is-on { color: var(--ink); background: var(--bg2); border-left-color: var(--teal); }
.vt-legal-doc { max-width: 720px; }
.vt-legal-doc h2 { font-family: var(--serif); font-weight: 400; font-size: 30px; letter-spacing: -0.01em; margin: 0 0 6px; }
.vt-legal-doc h3 { font-size: 18px; margin: 32px 0 10px; }
.vt-legal-doc p, .vt-legal-doc li { font-size: 15px; color: var(--text2); line-height: 1.65; }
.vt-legal-doc .vt-entity {
  background: var(--bg2); border: 1px solid var(--rule); border-radius: 10px;
  padding: 18px; font-size: 14.5px; color: var(--ink); line-height: 1.6; margin: 18px 0;
}
.vt-legal-meta { display: flex; gap: 20px; flex-wrap: wrap; font-family: var(--mono); font-size: 11px; color: var(--text2); margin-bottom: 28px; }
.vt-legal-doc table { width: 100%; border-collapse: collapse; margin: 16px 0; }

/* ═══════════════════════════════════════════════════════════════════
   MIGRATED — Pricing · FAQ · Integrations · Field Safety · Testimonials
   ═══════════════════════════════════════════════════════════════════ */
/* Pricing */
.vt-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 960px) { .vt-pricing { grid-template-columns: 1fr; } }
.vt-price-card {
  background: #fff; border: 1px solid var(--rule); border-radius: 14px; padding: 30px;
  display: flex; flex-direction: column;
}
.vt-price-card.is-featured { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink), 0 30px 60px -24px rgba(10,21,33,0.25); position: relative; }
.vt-price-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: var(--lime); font-family: var(--mono); font-size: 10px;
  font-weight: 700; letter-spacing: 0.12em; padding: 4px 12px; border-radius: 100px;
}
.vt-price-tier { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--teal); text-transform: uppercase; }
.vt-price-amt { font-family: var(--serif); font-size: 38px; letter-spacing: -0.02em; color: var(--ink); margin: 12px 0 4px; }
.vt-price-amt sub { font-family: var(--sans); font-size: 13px; color: var(--text2); letter-spacing: 0; vertical-align: baseline; }
.vt-price-desc { font-size: 14px; color: var(--text2); line-height: 1.55; min-height: 66px; margin: 0 0 16px; }
.vt-price-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.vt-price-list li { font-size: 14px; color: var(--ink2); padding-left: 24px; position: relative; line-height: 1.45; }
.vt-price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }

/* FAQ */
.vt-faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.vt-faq-item { background: #fff; border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; }
.vt-faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-size: 16px; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.vt-faq-item summary::-webkit-details-marker { display: none; }
.vt-faq-item summary::after { content: "+"; color: var(--teal); font-size: 22px; font-weight: 400; line-height: 1; }
.vt-faq-item[open] summary::after { content: "−"; }
.vt-faq-item p { padding: 0 22px 20px; margin: 0; font-size: 14.5px; color: var(--text2); line-height: 1.6; }

/* Integrations */
.vt-integ { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
@media (max-width: 860px) { .vt-integ { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .vt-integ { grid-template-columns: repeat(2, 1fr); } }
.vt-integ-tile {
  background: #fff; border: 1px solid var(--rule); border-radius: 10px; padding: 18px 12px;
  text-align: center; display: flex; flex-direction: column; gap: 4px; transition: all .15s;
}
.vt-integ-tile:hover { border-color: var(--ink2); transform: translateY(-2px); }
.vt-integ-name { font-family: var(--sans); font-weight: 700; font-size: 14px; color: var(--ink); letter-spacing: 0.02em; }
.vt-integ-cat { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.14em; color: var(--text2); }

/* Testimonials (3-up) */
.vt-quotes3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .vt-quotes3 { grid-template-columns: 1fr; } }
.vt-qcard { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 26px; display: flex; flex-direction: column; }
.vt-qcard .qm { font-family: var(--serif); font-size: 40px; line-height: 0.6; color: var(--teal); }
.vt-qcard p { font-size: 15px; color: var(--ink2); line-height: 1.55; margin: 12px 0 20px; flex: 1; }
.vt-qcard .qf { display: flex; align-items: center; gap: 12px; }

/* ── FIELD SAFETY (dark instrument · Motorola CommandCentral) ───────── */
.vt-fs { background: var(--ink); color: var(--paper); padding: 96px 24px; position: relative; overflow: hidden; }
.vt-fs-inner { max-width: var(--max); margin: 0 auto; position: relative; }
.vt-fs-head { max-width: 760px; }
.vt-fs-head h2 { color: var(--paper); }
.vt-fs-head .vt-lede { color: rgba(237,239,247,0.72); }
.vt-fs-hero { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; margin: 40px 0; }
@media (max-width: 900px) { .vt-fs-hero { grid-template-columns: 1fr; } }
.vt-fs-stream { border: 1px solid var(--ruleDk); border-radius: 12px; overflow: hidden; background: #060B16; }
.vt-fs-stream-top { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--ruleDk); font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: rgba(237,239,247,0.6); }
.vt-fs-rec { color: #FF5546; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.vt-fs-rec::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #FF5546; box-shadow: 0 0 8px #FF5546; }
.vt-fs-view { position: relative; aspect-ratio: 16/9; background:
  radial-gradient(circle at 50% 45%, rgba(34,211,206,0.12) 0%, transparent 55%),
  repeating-linear-gradient(0deg, transparent 0 3px, rgba(34,211,206,0.03) 3px 4px);
  overflow: hidden; }
.vt-fs-view::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(34,211,206,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(34,211,206,0.08) 1px, transparent 1px); background-size: 32px 32px; }
.vt-fs-scan { position: absolute; left: 0; right: 0; height: 60px; background: linear-gradient(180deg, rgba(34,211,206,0.18), transparent); animation: vt-fsscan 5s linear infinite; }
@keyframes vt-fsscan { 0% { top: -60px; } 100% { top: 100%; } }
.vt-fs-reticle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 150px; height: 110px; border: 1px solid rgba(34,211,206,0.4); }
.vt-fs-reticle span { position: absolute; width: 14px; height: 14px; border: 2px solid var(--tealHi); }
.vt-fs-reticle .tl { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.vt-fs-reticle .tr { top: -1px; right: -1px; border-left: 0; border-bottom: 0; }
.vt-fs-reticle .bl { bottom: -1px; left: -1px; border-right: 0; border-top: 0; }
.vt-fs-reticle .br { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.vt-fs-osd { position: absolute; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.06em; color: var(--tealHi); text-shadow: 0 0 6px rgba(34,211,206,0.5); display: flex; flex-direction: column; gap: 3px; z-index: 2; }
.vt-fs-osd.tl { top: 12px; left: 12px; }
.vt-fs-osd.tr { top: 12px; right: 12px; text-align: right; align-items: flex-end; }
.vt-fs-osd.bl { bottom: 12px; left: 12px; }
.vt-fs-osd.br { bottom: 12px; right: 12px; text-align: right; align-items: flex-end; }
.vt-fs-osd .k { color: rgba(237,239,247,0.45); }
.vt-fs-osd .lime { color: var(--lime); }
.vt-fs-telem { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ruleDk); }
.vt-fs-telem .t { padding: 10px 14px; border-right: 1px solid var(--ruleDk); }
.vt-fs-telem .t:last-child { border-right: 0; }
.vt-fs-telem .tk { font-family: var(--mono); font-size: 9px; letter-spacing: 0.12em; color: rgba(237,239,247,0.45); text-transform: uppercase; }
.vt-fs-telem .tv { font-family: var(--mono); font-size: 14px; color: var(--paper); margin-top: 3px; }
.vt-fs-telem .tv.lime { color: var(--lime); }
.vt-fs-officer { border: 1px solid var(--ruleDk); border-radius: 12px; padding: 20px; background: rgba(255,255,255,0.02); display: flex; flex-direction: column; gap: 12px; }
.vt-fs-officer .who { display: flex; align-items: center; gap: 12px; }
.vt-fs-officer .av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--tealHi)); display: grid; place-items: center; font-weight: 700; color: var(--ink); }
.vt-fs-officer .nm { font-weight: 600; }
.vt-fs-officer .rl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: rgba(237,239,247,0.5); margin-top: 2px; }
.vt-fs-officer .row { display: flex; justify-content: space-between; font-size: 13px; color: rgba(237,239,247,0.7); border-top: 1px solid var(--ruleDk); padding-top: 10px; }
.vt-fs-officer .row b { color: var(--paper); font-family: var(--mono); font-size: 12px; }
.vt-fs-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 8px; }
@media (max-width: 900px) { .vt-fs-cards { grid-template-columns: 1fr; } }
.vt-fs-card { border: 1px solid var(--ruleDk); border-radius: 12px; padding: 22px; background: rgba(255,255,255,0.02); }
.vt-fs-card .lbl { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em; color: var(--tealHi); }
.vt-fs-card h4 { margin: 8px 0 8px; font-size: 16px; color: var(--paper); }
.vt-fs-card p { font-size: 13.5px; color: rgba(237,239,247,0.7); line-height: 1.55; margin: 0 0 12px; }
.vt-fs-card .feat { display: flex; flex-direction: column; gap: 6px; }
.vt-fs-card .feat span { font-size: 12px; color: rgba(237,239,247,0.6); padding-left: 16px; position: relative; }
.vt-fs-card .feat span::before { content: "›"; position: absolute; left: 0; color: var(--lime); }

/* ═══════════════════════════════════════════════════════════════════
   HOME — critical-infrastructure lead
   ═══════════════════════════════════════════════════════════════════ */
.vt-ci-band {
  background: var(--ink); color: #EDEFF7;
  padding: 11px 24px; display: flex; justify-content: center; align-items: center;
  gap: 8px 18px; flex-wrap: wrap; font-family: var(--mono); font-size: 12px;
  letter-spacing: 0.04em;
}
.vt-ci-band .lead {
  color: #EDEFF7; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
}
.vt-ci-band .lead .vt-dot { background: var(--lime); }
.vt-ci-band .secs { color: rgba(237,239,247,0.82); }
.vt-ci-band .secs b { color: #fff; font-weight: 500; }
.vt-ci-band .sep { color: var(--teal); }
@media (max-width: 680px) { .vt-ci-band .secs { display: none; } }

.vt-ci-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.vt-ci-chip {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--ink2);
  background: var(--bg2); border: 1px solid var(--rule); border-radius: 100px; padding: 7px 13px;
  display: inline-flex; align-items: center; gap: 7px;
}
.vt-ci-chip::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }

/* ═══════════════════════════════════════════════════════════════════
   GLOBAL WIDGETS — cookie banner + chat assistant
   ═══════════════════════════════════════════════════════════════════ */
/* Cookie banner */
.vt-cookie {
  position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 1100;
  max-width: 880px; margin: 0 auto;
  background: var(--ink); color: #EDEFF7; border-radius: 14px;
  box-shadow: 0 20px 60px -16px rgba(10,21,33,0.5);
  padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; gap: 16px 24px;
  align-items: center;
  transform: translateY(140%); opacity: 0; transition: transform .35s cubic-bezier(.2,.7,.3,1), opacity .25s;
}
.vt-cookie.is-in { transform: translateY(0); opacity: 1; }
.vt-cookie-txt { font-size: 13px; line-height: 1.5; color: rgba(237,239,247,0.82); }
.vt-cookie-txt b { color: #fff; font-weight: 600; }
.vt-cookie-txt a { color: var(--tealHi); border-bottom: 1px solid currentColor; }
.vt-cookie-acts { display: flex; gap: 8px; flex-shrink: 0; flex-wrap: wrap; }
.vt-cookie-btn {
  font-family: var(--sans); font-size: 13px; font-weight: 600; padding: 9px 15px;
  border-radius: 7px; border: 1px solid transparent; cursor: pointer; white-space: nowrap;
}
.vt-cookie-accept { background: var(--lime); color: var(--ink); }
.vt-cookie-reject { background: transparent; color: #EDEFF7; border-color: rgba(237,239,247,0.25); }
.vt-cookie-reject:hover { border-color: #EDEFF7; }
@media (max-width: 680px) { .vt-cookie { grid-template-columns: 1fr; } }

/* Chat launcher + panel */
.vt-chat-launch {
  position: fixed; right: 22px; bottom: 22px; z-index: 1099;
  width: 56px; height: 56px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--lime); color: var(--ink); font-size: 22px;
  box-shadow: 0 14px 36px rgba(197,255,59,0.45), 0 4px 10px rgba(10,21,33,0.2);
  display: grid; place-items: center; transition: transform .15s, background .15s;
}
.vt-chat-launch:hover { transform: scale(1.06); }
.vt-chat-launch.is-open { background: var(--ink); color: #fff; }
.vt-chat-panel {
  position: fixed; right: 22px; bottom: 90px; z-index: 1099;
  width: 360px; max-width: calc(100vw - 36px); height: 480px; max-height: calc(100vh - 130px);
  background: #fff; border: 1px solid var(--rule); border-radius: 16px; overflow: hidden;
  box-shadow: 0 24px 70px -16px rgba(10,21,33,0.35);
  display: flex; flex-direction: column;
  transform: translateY(12px) scale(.98); opacity: 0; pointer-events: none;
  transition: transform .2s cubic-bezier(.2,.7,.3,1), opacity .18s;
}
.vt-chat-panel.is-open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.vt-chat-head { display: flex; align-items: center; gap: 11px; padding: 14px 16px; background: var(--ink); color: #EDEFF7; }
.vt-chat-av { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--tealHi)); display: grid; place-items: center; color: var(--ink); font-weight: 700; font-size: 14px; flex-shrink: 0; }
.vt-chat-name { font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 7px; }
.vt-chat-name .vt-dot { background: var(--lime); }
.vt-chat-sub { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: rgba(237,239,247,0.6); margin-top: 2px; }
.vt-chat-body { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--bg2); }
.vt-chat-msg { max-width: 82%; padding: 10px 13px; border-radius: 13px; font-size: 13.5px; line-height: 1.5; }
.vt-chat-msg.bot { align-self: flex-start; background: #fff; border: 1px solid var(--rule); color: var(--ink); border-bottom-left-radius: 4px; }
.vt-chat-msg.user { align-self: flex-end; background: var(--teal); color: #fff; border-bottom-right-radius: 4px; }
.vt-chat-quick { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 16px 10px; background: var(--bg2); }
.vt-chat-quick button { background: #fff; color: var(--teal); border: 1px solid var(--rule); border-radius: 100px; padding: 6px 12px; font-size: 12px; font-family: var(--sans); cursor: pointer; }
.vt-chat-quick button:hover { border-color: var(--teal); }
.vt-chat-input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--rule); background: #fff; }
.vt-chat-input input { flex: 1; border: 1px solid var(--rule); border-radius: 8px; padding: 9px 12px; font-family: var(--sans); font-size: 13.5px; }
.vt-chat-input input:focus { outline: 0; border-color: var(--teal); }
.vt-chat-send { background: var(--ink); color: #fff; border: 0; border-radius: 8px; width: 38px; cursor: pointer; font-size: 15px; }

/* ═══ Nav dropdown ═══ */
.vt-nav-item { position: relative; }
.vt-nav-item::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 12px; }
.vt-nav-caret { font-size: 9px; margin-left: 5px; opacity: 0.65; }
.vt-nav-dd {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px;
  background: #fff; border: 1px solid var(--rule); border-radius: 12px;
  box-shadow: 0 22px 48px -18px rgba(10,21,33,0.28); padding: 8px;
  display: flex; flex-direction: column; gap: 2px; z-index: 60;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
}
.vt-nav-item:hover .vt-nav-dd, .vt-nav-item:focus-within .vt-nav-dd { opacity: 1; visibility: visible; transform: translateY(0); }
.vt-nav-dd a { font-size: 14px; font-weight: 500; color: var(--ink2); padding: 9px 12px; border-radius: 8px; transition: background 0.12s, color 0.12s; }
.vt-nav-dd a:hover { background: rgba(197,255,59,0.55); color: var(--ink); }
.vt-nav-mobile-link.is-sub { padding-left: 28px; font-size: 14px; color: var(--text2); }

/* ═══ Footer newsletter ═══ */
.vt-foot-news { margin-top: 22px; max-width: 360px; }
.vt-foot-news h5 { color: #EDEFF7; font-size: 13px; margin: 0 0 6px; letter-spacing: 0; text-transform: none; }
.vt-foot-news p { font-size: 13px; color: rgba(245,241,232,0.6); margin: 0 0 12px; line-height: 1.5; }
.vt-news-form { display: flex; gap: 8px; }
.vt-news-form input { flex: 1; min-width: 0; background: rgba(255,255,255,0.06); border: 1px solid var(--ruleDk); border-radius: 8px; padding: 10px 12px; color: var(--paper); font-size: 13px; font-family: var(--sans); }
.vt-news-form input::placeholder { color: rgba(245,241,232,0.4); }
.vt-news-form input:focus { outline: 0; border-color: var(--lime); }
.vt-news-form button { background: var(--lime); color: var(--ink); border: 0; border-radius: 8px; padding: 10px 16px; font-weight: 700; font-size: 13px; cursor: pointer; white-space: nowrap; font-family: var(--sans); }
.vt-news-form button:hover { background: #b5f01a; }
.vt-news-ok { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(245,241,232,0.85); margin: 0; }

/* ═══ API page ═══ */
.vt-api-grid { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: 40px; align-items: start; }
@media (max-width: 900px) { .vt-api-grid { grid-template-columns: 1fr; } }
.vt-endpoints { display: flex; flex-direction: column; gap: 12px; }
.vt-endpoint { border: 1px solid var(--rule); border-radius: 10px; padding: 15px 18px; background: #fff; display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: baseline; }
.vt-ep-m { font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 5px; letter-spacing: 0.06em; }
.vt-ep-m.is-get { background: rgba(14,165,160,0.14); color: #0c7f7b; }
.vt-ep-m.is-post { background: rgba(197,255,59,0.25); color: #4d6800; }
.vt-ep-p { font-family: var(--mono); font-size: 13.5px; font-weight: 600; color: var(--ink); }
.vt-endpoint p { grid-column: 1 / -1; margin: 4px 0 0; font-size: 13.5px; color: var(--text2); line-height: 1.5; }
.vt-api-aside { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 88px; }
.vt-code-block { background: var(--ink); border-radius: 12px; overflow: hidden; border: 1px solid var(--ruleDk); }
.vt-code-head { padding: 11px 16px; border-bottom: 1px solid var(--ruleDk); color: var(--lime); font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; }
.vt-code-block pre { margin: 0; padding: 16px; overflow-x: auto; }
.vt-code-block code { font-family: var(--mono); font-size: 12.5px; line-height: 1.7; color: rgba(237,239,247,0.9); white-space: pre; }
.vt-api-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vt-api-meta > div { display: flex; flex-direction: column; gap: 3px; }
.vt-api-meta .vt-mono { font-size: 10px; letter-spacing: 0.14em; }
.vt-api-meta b { font-size: 13px; color: var(--ink); }

/* ═══ Blog page ═══ */
.vt-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .vt-blog-grid { grid-template-columns: 1fr; } }
.vt-blog-card { display: flex; flex-direction: column; gap: 10px; padding: 24px; background: #fff; border: 1px solid var(--rule); border-radius: 12px; transition: transform 0.15s, border-color 0.15s, box-shadow 0.2s; }
.vt-blog-card:hover { transform: translateY(-2px); border-color: var(--lime); box-shadow: 0 16px 32px -16px rgba(10,21,33,0.15); }
.vt-blog-meta { display: flex; align-items: center; justify-content: space-between; font-size: 11px; letter-spacing: 0.1em; }
.vt-blog-tag { color: var(--ink); font-weight: 700; }
.vt-blog-card h3 { margin: 0; font-size: 18px; line-height: 1.3; letter-spacing: -0.01em; }
.vt-blog-card p { margin: 0; font-size: 14px; color: var(--text2); line-height: 1.55; flex: 1; }
.vt-blog-read { font-size: 12px; color: var(--teal); font-weight: 600; }

/* ═══ Mobile app page ═══ */
.vt-m-hero { grid-template-columns: 1fr 320px; gap: 56px; align-items: center; }
@media (max-width: 960px) { .vt-m-hero { grid-template-columns: 1fr; gap: 48px; } }
.vt-store-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.vt-store-btn { display: flex; align-items: center; gap: 12px; background: var(--ink); color: var(--paper); border-radius: 10px; padding: 10px 18px; }
.vt-store-btn .s-sub { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; color: rgba(245,241,232,0.7); }
.vt-store-btn .s-main { display: block; font-weight: 600; font-size: 17px; margin-top: 1px; }
.vt-m-meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--rule); font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--text2); }
.vt-m-meta b { color: var(--ink); }
.vt-soon { display: flex; align-items: center; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.vt-soon-pill { background: var(--lime); color: var(--ink); font-weight: 700; font-size: 12px; letter-spacing: 0.14em; padding: 7px 13px; border-radius: 999px; white-space: nowrap; }
.vt-soon-txt { font-size: 14px; color: var(--text2); line-height: 1.5; max-width: 420px; }

.vt-phone2-wrap { display: grid; place-items: center; }
.vt-phone2 { width: 300px; height: 600px; background: #05080e; border-radius: 40px; padding: 10px; box-shadow: 0 50px 100px -30px rgba(10,21,33,0.55), 0 0 0 1px #2a3344, 0 0 0 6px #11151d; position: relative; }
.vt-phone2-screen { width: 100%; height: 100%; background: var(--ink); border-radius: 30px; overflow: hidden; position: relative; display: flex; flex-direction: column; color: var(--paper); }
.vt-phone2-notch { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 98px; height: 24px; background: #000; border-radius: 100px; z-index: 10; }
.vt-pa-status { display: flex; justify-content: space-between; align-items: center; padding: 12px 18px 4px; font-family: var(--mono); font-size: 11px; font-weight: 600; }
.vt-pa-body { flex: 1; overflow: hidden; padding: 6px 14px 12px; }
.vt-pa-head { display: flex; justify-content: space-between; align-items: center; padding: 6px 0 12px; }
.vt-pa-greet-k { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.16em; color: rgba(245,241,232,0.5); }
.vt-pa-greet-v { font-weight: 600; font-size: 18px; margin-top: 2px; }
.vt-pa-shift { padding: 5px 10px; border-radius: 100px; background: var(--teal); color: #04201f; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 0.1em; }
.vt-pa-card { background: rgba(245,241,232,0.04); border: 1px solid rgba(245,241,232,0.1); border-radius: 12px; padding: 12px; margin-bottom: 10px; }
.vt-pa-card.is-accent { border-color: rgba(34,211,206,0.35); background: rgba(34,211,206,0.06); }
.vt-pa-card-row { display: flex; justify-content: space-between; align-items: center; }
.vt-pa-card h5 { margin: 0; font-size: 13px; font-weight: 600; }
.vt-pa-meta { font-family: var(--mono); font-size: 8px; letter-spacing: 0.12em; color: rgba(245,241,232,0.5); }
.vt-pa-prog { height: 4px; background: rgba(245,241,232,0.1); border-radius: 100px; overflow: hidden; margin-top: 8px; }
.vt-pa-prog > span { display: block; height: 100%; background: linear-gradient(90deg, var(--lime), var(--tealHi)); }
.vt-pa-sensor { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin-top: 8px; }
.vt-pa-sense { background: rgba(245,241,232,0.05); border: 1px solid rgba(245,241,232,0.08); border-radius: 6px; padding: 6px 3px; text-align: center; }
.vt-pa-sense-k { font-family: var(--mono); font-size: 6.5px; letter-spacing: 0.1em; color: rgba(245,241,232,0.5); }
.vt-pa-sense-v { font-family: var(--mono); font-size: 11px; font-weight: 600; margin-top: 2px; }
.vt-pa-sense.ok .vt-pa-sense-v { color: var(--lime); }
.vt-pa-task { display: flex; align-items: center; gap: 9px; padding: 8px; border-radius: 8px; margin-top: 4px; background: rgba(245,241,232,0.03); }
.vt-pa-task.is-active { background: rgba(34,211,206,0.1); border: 1px solid rgba(34,211,206,0.3); }
.vt-pa-check { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid rgba(245,241,232,0.25); flex-shrink: 0; display: grid; place-items: center; font-size: 11px; }
.vt-pa-check.done { background: var(--lime); border-color: var(--lime); color: #1a2400; }
.vt-pa-check.active { border-color: var(--tealHi); }
.vt-pa-task-name { font-size: 11.5px; font-weight: 500; }
.vt-pa-task.done .vt-pa-task-name { text-decoration: line-through; color: rgba(245,241,232,0.45); }
.vt-pa-task-time { margin-left: auto; font-family: var(--mono); font-size: 9px; color: rgba(245,241,232,0.6); flex-shrink: 0; }
.vt-pa-tabs { display: flex; justify-content: space-around; align-items: center; padding: 8px 12px 12px; border-top: 1px solid rgba(245,241,232,0.08); }
.vt-pa-tab { display: flex; flex-direction: column; align-items: center; color: rgba(245,241,232,0.4); font-family: var(--mono); font-size: 7.5px; letter-spacing: 0.06em; }
.vt-pa-tab.is-on { color: var(--tealHi); }
.vt-pa-cap { width: 42px; height: 42px; border-radius: 50%; background: var(--teal); color: #04201f; display: grid; place-items: center; margin-top: -14px; box-shadow: 0 8px 18px rgba(14,165,160,0.4); }
.vt-pa-offline { display: flex; align-items: center; gap: 9px; background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.4); border-radius: 8px; padding: 9px 11px; margin-bottom: 10px; }
.vt-pa-offline .d { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); flex-shrink: 0; }

.vt-m-feat { display: grid; grid-template-columns: 1fr 320px; gap: 64px; align-items: center; }
.vt-m-feat.flip { grid-template-columns: 320px 1fr; }
@media (max-width: 960px) { .vt-m-feat, .vt-m-feat.flip { grid-template-columns: 1fr; gap: 44px; } }
.vt-m-feat + .vt-m-feat { margin-top: 88px; }
.vt-feat-list { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.vt-feat-item { display: flex; gap: 14px; align-items: flex-start; }
.vt-feat-num { width: 28px; height: 28px; border-radius: 7px; background: #fff; border: 1px solid var(--rule); color: var(--teal); font-family: var(--mono); font-size: 11px; font-weight: 700; display: grid; place-items: center; flex-shrink: 0; }
.vt-feat-item h5 { margin: 1px 0 4px; font-size: 15px; }
.vt-feat-item p { margin: 0; font-size: 13.5px; color: var(--text2); line-height: 1.55; }

/* ═══ 404 ═══ */
.vt-404 { grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
@media (max-width: 900px) { .vt-404 { grid-template-columns: 1fr; } .vt-404-radar { display: none; } }
.vt-404-trace { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 24px; font-size: 12px; color: var(--text2); }
.vt-404-trace code { background: rgba(10,21,33,0.05); border: 1px solid var(--rule); border-radius: 5px; padding: 3px 7px; color: var(--ink2); }
.vt-404-trace code.is-err { color: #C5362B; background: rgba(197,54,43,0.08); border-color: rgba(197,54,43,0.25); }
.vt-404-radar { position: relative; width: 100%; max-width: 360px; aspect-ratio: 1; justify-self: center; display: grid; place-items: center; }
.vt-radar-ring { position: absolute; border-radius: 50%; border: 1px solid var(--rule); }
.vt-radar-ring.r1 { inset: 0; }
.vt-radar-ring.r2 { inset: 18%; }
.vt-radar-ring.r3 { inset: 36%; border-color: rgba(14,165,160,0.3); }
.vt-radar-sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, rgba(14,165,160,0.18), transparent 28%); animation: vtsweep 4s linear infinite; }
@media (prefers-reduced-motion: reduce) { .vt-radar-sweep { animation: none; } }
@keyframes vtsweep { to { transform: rotate(360deg); } }
.vt-radar-core { position: relative; text-align: center; z-index: 2; }
.vt-radar-core .v { font-family: var(--sans); font-weight: 600; font-size: 48px; letter-spacing: -0.02em; color: var(--ink); line-height: 1; }
.vt-radar-core .k { font-size: 10px; letter-spacing: 0.2em; color: var(--text2); margin-top: 6px; }
.vt-radar-dot { position: absolute; top: 23%; right: 21%; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #C5362B; box-shadow: 0 0 14px rgba(197,54,43,0.6); z-index: 3; }

/* ═══════════════════════════════════════════════════════════════════
   INDUSTRIES — per-vertical deep dives (white theme, teal accent)
   ═══════════════════════════════════════════════════════════════════ */
.vt-iv-strip { position: sticky; top: var(--nav-h); z-index: 40; background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--rule); }
.vt-iv-tabs { max-width: var(--max); margin: 0 auto; display: flex; overflow-x: auto; scrollbar-width: none; padding: 0 12px; }
.vt-iv-tabs::-webkit-scrollbar { display: none; }
.vt-iv-tab { display: flex; align-items: center; gap: 9px; padding: 13px 16px; white-space: nowrap; cursor: pointer; border: none; background: none; border-bottom: 2px solid transparent; color: var(--text2); font-family: var(--sans); font-size: 14px; font-weight: 500; transition: color .15s; }
.vt-iv-tab:hover { color: var(--ink); }
.vt-iv-tab .ico { width: 24px; height: 24px; border-radius: 6px; display: grid; place-items: center; background: var(--off); border: 1px solid var(--rule); font-size: 12px; color: var(--text2); }
.vt-iv-tab.is-on { color: var(--ink); border-bottom-color: var(--teal); }
.vt-iv-tab.is-on .ico { background: rgba(14,165,160,0.1); border-color: rgba(14,165,160,0.4); color: var(--teal); }

.vt-iv-page { animation: vt-iv-fade .25s ease-out; }
@keyframes vt-iv-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Hero */
.vt-iv-hero { padding: 56px 24px 52px; border-bottom: 1px solid var(--rule); position: relative; overflow: hidden; }
.vt-iv-hero-glow { position: absolute; top: -120px; right: -80px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(14,165,160,0.1) 0%, transparent 62%); filter: blur(70px); pointer-events: none; }
.vt-iv-hero-inner { position: relative; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 960px) { .vt-iv-hero-inner { grid-template-columns: 1fr; gap: 32px; } }
.vt-iv-h1 { font-family: var(--sans); font-weight: 600; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.025em; margin: 16px 0 18px; max-width: 16ch; text-wrap: balance; }
.vt-iv-h1 .vt-hi { color: var(--teal); }
.vt-iv-hlede { font-size: 18px; line-height: 1.55; color: var(--text2); max-width: 560px; margin: 0 0 22px; }
.vt-iv-hlede b { color: var(--ink); font-weight: 600; }
.vt-iv-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.vt-iv-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; background: var(--paper); border: 1px solid var(--rule); border-radius: 999px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--text2); text-transform: uppercase; }
.vt-iv-pill::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--text2); }
.vt-iv-pill.acc { color: #0c7f7b; border-color: rgba(14,165,160,0.4); background: rgba(14,165,160,0.07); }
.vt-iv-pill.acc::before { background: var(--teal); box-shadow: 0 0 6px var(--teal); }
.vt-iv-cta { display: flex; flex-wrap: wrap; gap: 10px; }

/* Hero scene (dark instrument card) */
.vt-iv-scene { background: var(--ink); color: var(--paper); border: 1px solid var(--ruleDk); border-radius: 14px; padding: 22px; position: relative; overflow: hidden; box-shadow: 0 30px 60px -28px rgba(10,21,33,0.5); }
.vt-iv-scene-glow { position: absolute; top: -60px; right: -40px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(34,211,206,0.18) 0%, transparent 60%); pointer-events: none; }
.vt-iv-scene-top { position: relative; display: flex; justify-content: space-between; gap: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: rgba(245,241,232,0.55); text-transform: uppercase; margin-bottom: 12px; }
.vt-iv-scene-top .live { color: var(--tealHi); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.vt-iv-scene-top .live::before { content: ""; width: 6px; height: 6px; background: var(--tealHi); border-radius: 50%; box-shadow: 0 0 8px var(--tealHi); animation: vt-pulse 1.6s infinite; }
.vt-iv-srow { position: relative; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--ruleDk); }
.vt-iv-srow:last-child { border-bottom: none; }
.vt-iv-srow .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: rgba(245,241,232,0.5); text-transform: uppercase; }
.vt-iv-srow .v { font-family: var(--mono); font-size: 15px; font-weight: 600; color: var(--paper); white-space: nowrap; }
.vt-iv-srow .v.acc { color: var(--tealHi); }
.vt-iv-srow .v.lime { color: var(--lime); }
.vt-iv-srow .v.amber { color: var(--amber); }
.vt-iv-srow .v.rose { color: var(--rose); }

/* KPI strip */
.vt-iv-kpis { background: var(--off); border-bottom: 1px solid var(--rule); }
.vt-iv-kpis-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); padding: 36px 24px; }
@media (max-width: 760px) { .vt-iv-kpis-inner { grid-template-columns: repeat(2, 1fr); gap: 28px 0; } }
.vt-iv-kpi { padding: 0 26px; border-right: 1px solid var(--rule); }
.vt-iv-kpi:last-child { border-right: none; }
@media (max-width: 760px) { .vt-iv-kpi { border-right: none; padding: 0 18px; } }
.vt-iv-kpi .v { font-family: var(--sans); font-weight: 600; font-size: clamp(34px, 4vw, 44px); line-height: 1; letter-spacing: -0.03em; color: var(--ink); }
.vt-iv-kpi .v .u { font-family: var(--mono); font-size: 13px; color: var(--text2); letter-spacing: 0.06em; margin-left: 5px; text-transform: uppercase; font-weight: 500; }
.vt-iv-kpi .v em { font-style: normal; color: var(--teal); }
.vt-iv-kpi .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; color: var(--text2); text-transform: uppercase; margin-top: 12px; }

/* Section */
.vt-iv-section { padding: 80px 24px; border-bottom: 1px solid var(--rule); }
.vt-iv-section-inner { max-width: var(--max); margin: 0 auto; }
.vt-iv-h2 { font-family: var(--sans); font-weight: 600; font-size: clamp(26px, 3.2vw, 40px); line-height: 1.08; letter-spacing: -0.02em; margin: 14px 0 14px; max-width: 20ch; text-wrap: balance; }
.vt-iv-h2 .vt-hi { color: var(--teal); }
.vt-iv-slede { font-size: 17px; line-height: 1.6; color: var(--text2); max-width: 620px; margin: 0 0 36px; }

/* Problem / Solution */
.vt-iv-ps { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 860px) { .vt-iv-ps { grid-template-columns: 1fr; } }
.vt-iv-pscard { padding: 30px; border-radius: 14px; border: 1px solid var(--rule); background: var(--paper); }
.vt-iv-pscard.problem { border-color: rgba(244,63,94,0.28); background: linear-gradient(180deg, rgba(244,63,94,0.035) 0%, var(--paper) 55%); }
.vt-iv-pscard.solution { border-color: rgba(14,165,160,0.34); background: linear-gradient(180deg, rgba(14,165,160,0.05) 0%, var(--paper) 55%); }
.vt-iv-badge { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.16em; padding: 4px 9px; border-radius: 999px; text-transform: uppercase; font-weight: 700; }
.vt-iv-pscard.problem .vt-iv-badge { color: #c0344a; background: rgba(244,63,94,0.1); border: 1px solid rgba(244,63,94,0.3); }
.vt-iv-pscard.solution .vt-iv-badge { color: #0c7f7b; background: rgba(14,165,160,0.1); border: 1px solid rgba(14,165,160,0.3); }
.vt-iv-pscard > p { font-size: 15px; line-height: 1.55; color: var(--text2); margin: 16px 0 0; }
.vt-iv-pslist { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; }
.vt-iv-pslist li { display: flex; gap: 11px; font-size: 14px; line-height: 1.5; color: var(--ink2); padding: 12px 0; border-top: 1px solid var(--rule); }
.vt-iv-pslist li:first-child { border-top: none; }
.vt-iv-pslist li::before { flex-shrink: 0; font-weight: 700; font-size: 13px; margin-top: 1px; }
.vt-iv-pscard.problem .vt-iv-pslist li::before { content: "✕"; color: var(--rose); }
.vt-iv-pscard.solution .vt-iv-pslist li::before { content: "✓"; color: var(--teal); }

/* Capabilities */
.vt-iv-caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 960px) { .vt-iv-caps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .vt-iv-caps { grid-template-columns: 1fr; } }
.vt-iv-cap { background: var(--paper); border: 1px solid var(--rule); border-radius: 12px; padding: 24px; display: flex; flex-direction: column; gap: 12px; transition: border-color .15s, transform .15s; }
.vt-iv-cap:hover { border-color: var(--teal); transform: translateY(-2px); }
.vt-iv-cap .ico { width: 38px; height: 38px; border-radius: 8px; background: rgba(14,165,160,0.09); border: 1px solid rgba(14,165,160,0.28); color: var(--teal); display: grid; place-items: center; }
.vt-iv-cap h4 { font-family: var(--sans); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; margin: 0; }
.vt-iv-cap p { font-size: 13.5px; line-height: 1.55; color: var(--text2); margin: 0; }
.vt-iv-cap .foot { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--text2); text-transform: uppercase; padding-top: 12px; border-top: 1px solid var(--rule); margin-top: auto; }

/* Regulation matrix */
.vt-iv-reg { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: start; }
@media (max-width: 860px) { .vt-iv-reg { grid-template-columns: 1fr; } }
.vt-iv-reglist { display: flex; flex-direction: column; gap: 8px; }
.vt-iv-regrow { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 15px 18px; background: var(--paper); border: 1px solid var(--rule); border-radius: 10px; transition: border-color .15s; }
.vt-iv-regrow:hover { border-color: var(--teal); }
.vt-iv-regrow .code { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--teal); font-weight: 600; white-space: nowrap; }
.vt-iv-regrow .nm { font-size: 14px; color: var(--ink); }
.vt-iv-regrow .nm small { display: block; color: var(--text2); font-size: 12px; margin-top: 2px; }
.vt-iv-regrow .st { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em; color: #0c7f7b; text-transform: uppercase; display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.vt-iv-regrow .st::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 7px var(--teal); }
.vt-iv-pack { background: var(--ink); color: var(--paper); border: 1px solid var(--ruleDk); border-radius: 12px; padding: 24px; position: sticky; top: 132px; }
.vt-iv-pack h5 { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; color: rgba(245,241,232,0.55); font-weight: 600; margin: 0 0 12px; text-transform: uppercase; }
.vt-iv-pack .title { font-family: var(--sans); font-weight: 600; font-size: 22px; letter-spacing: -0.01em; margin: 0 0 8px; }
.vt-iv-pack > p { font-size: 13.5px; color: rgba(245,241,232,0.7); margin: 0 0 14px; line-height: 1.55; }
.vt-iv-pack .row { display: flex; justify-content: space-between; gap: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: rgba(245,241,232,0.72); padding: 9px 0; border-top: 1px solid var(--ruleDk); }
.vt-iv-pack .row b { color: var(--tealHi); font-weight: 600; text-align: right; }

/* Case study (dark card) */
.vt-iv-case { background: var(--ink); color: var(--paper); border: 1px solid var(--ruleDk); border-radius: 16px; padding: 44px; position: relative; overflow: hidden; }
.vt-iv-case::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), transparent); }
.vt-iv-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
@media (max-width: 860px) { .vt-iv-case-grid { grid-template-columns: 1fr; gap: 28px; } .vt-iv-case { padding: 32px; } }
.vt-iv-case-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 13px; letter-spacing: 0.16em; color: var(--tealHi); font-weight: 700; margin-bottom: 18px; }
.vt-iv-case-logo .mk { width: 28px; height: 28px; border-radius: 6px; background: rgba(34,211,206,0.14); border: 1px solid rgba(34,211,206,0.4); display: grid; place-items: center; font-family: var(--serif); }
.vt-iv-case blockquote { font-family: var(--serif); font-style: italic; font-size: 23px; line-height: 1.35; color: var(--paper); font-weight: 400; letter-spacing: -0.01em; margin: 0 0 20px; border-left: 2px solid var(--teal); padding-left: 20px; text-wrap: pretty; }
.vt-iv-who { display: flex; align-items: center; gap: 14px; }
.vt-iv-who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--ink2); border: 1px solid var(--ruleDk); display: grid; place-items: center; font-family: var(--serif); font-size: 17px; color: var(--tealHi); }
.vt-iv-who .nm { font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--paper); }
.vt-iv-who .rl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: rgba(245,241,232,0.55); text-transform: uppercase; margin-top: 3px; }
.vt-iv-case-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.vt-iv-case-stat { padding: 18px; background: rgba(255,255,255,0.03); border: 1px solid var(--ruleDk); border-radius: 10px; text-align: center; }
.vt-iv-case-stat .v { font-family: var(--sans); font-weight: 600; font-size: 30px; color: var(--tealHi); line-height: 1; letter-spacing: -0.02em; }
.vt-iv-case-stat .k { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em; color: rgba(245,241,232,0.55); text-transform: uppercase; margin-top: 9px; line-height: 1.4; }

/* Other verticals */
.vt-iv-others { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 24px; }
@media (max-width: 960px) { .vt-iv-others { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .vt-iv-others { grid-template-columns: repeat(2, 1fr); } }
.vt-iv-other { padding: 16px; background: var(--paper); border: 1px solid var(--rule); border-radius: 10px; cursor: pointer; transition: border-color .15s, transform .15s; display: flex; flex-direction: column; gap: 8px; text-align: left; }
.vt-iv-other:hover { border-color: var(--teal); transform: translateY(-2px); }
.vt-iv-other .ico { width: 30px; height: 30px; border-radius: 6px; display: grid; place-items: center; background: var(--off); border: 1px solid var(--rule); font-size: 13px; color: var(--text2); }
.vt-iv-other .nm { font-size: 13px; color: var(--ink); font-weight: 500; line-height: 1.3; }
.vt-iv-other .tag { font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em; color: var(--text2); text-transform: uppercase; }
