/* =============================================================
   Arbitrail — verify.css
   Page-specific styles. Common styles live in global.css.
   ============================================================= */

:root {
  --vf-emerald: #1E3A8A;
  --vf-emerald-2: #15296B;
  --vf-mint: #10B981;
  --vf-mint-soft: rgba(16,185,129,0.10);
  --vf-mint-bg: #ECFDF5;
  --vf-blue-bg: #EFF6FF;
  --vf-cream: #EFF6FF;
  --vf-bg: #F8FAFC;
  --vf-text: #0F172A;
  --vf-text-2: #475569;
  --vf-text-3: #94A3B8;
  --vf-line: #E2E8F0;
  --vf-line-2: #DBEAFE;
}

.vf-hero {
  background: linear-gradient(160deg, #15296B 0%, #1E3A8A 60%, #1E40AF 100%);
  color: #fff;
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}

.vf-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(16,185,129,0.18) 0%, transparent 35%),
    radial-gradient(circle at 80% 80%, rgba(52,211,153,0.12) 0%, transparent 40%);
  pointer-events: none;
}

.vf-hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(110,231,183,0.55) 1.6px, transparent 2.2px),
    radial-gradient(circle, rgba(110,231,183,0.42) 1.4px, transparent 2px),
    radial-gradient(circle, rgba(110,231,183,0.45) 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(110,231,183,0.45) 1.6px, transparent 2.2px),
    radial-gradient(circle, rgba(110,231,183,0.30) 1px, transparent 1.6px);
  background-size: 113px 97px, 89px 71px, 67px 53px, 131px 109px, 53px 79px;
  background-position: 0 0, 47px 31px, 19px 41px, 73px 17px, 31px 5px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black, transparent);
          mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black, transparent);
  pointer-events: none;
  z-index: 1;
}

.vf-hero-inner {
  position: relative; z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}

.vf-hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(16,185,129,0.16);
  color: #6EE7B7;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 24px;
  border: 1px solid rgba(16,185,129,0.30);
}

.vf-hero-pill::before {
  content: ''; display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: #34D399;
  box-shadow: 0 0 0 3px rgba(52,211,153,.25);
  animation: vfPulse 2.4s ease-in-out infinite;
}

@keyframes vfPulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(52,211,153,.25); }
  50%     { box-shadow: 0 0 0 7px rgba(52,211,153,.05); }
}

.vf-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 800;
  letter-spacing: -1.6px;
  line-height: 1.05;
  margin: 0 0 22px;
  color: #fff;
  text-wrap: balance;
  padding-bottom: 0.05em;
}

.vf-hero h1 em {
  color: #6EE7B7;
  font-style: normal;
  background: linear-gradient(135deg, #6EE7B7 0%, #10B981 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vf-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
  margin: 0 0 32px;
  line-height: 1.6;
}

.vf-hero-cta {
  display: flex; gap: 14px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.vf-btn-primary,
.vf-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  font-size: 15px; font-weight: 600;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: all .2s ease;
}

.vf-btn-primary {
  background: var(--vf-mint);
  color: #15296B;
  box-shadow: 0 8px 24px rgba(16,185,129,0.30);
}

.vf-btn-primary:hover {
  transform: translateY(-2px);
  background: #34D399;
  box-shadow: 0 12px 28px rgba(16,185,129,0.40);
}

.vf-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.32);
  padding: 12.5px 22px;
}

.vf-btn-ghost:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.55);
}

.vf-hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 560px;
}

.vf-hero-stat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 14px 16px;
}

.vf-hero-stat-num {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 800;
  color: #6EE7B7;
  letter-spacing: -.5px;
  line-height: 1.1;
  margin-bottom: 2px;
}

.vf-hero-stat-l {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
}

.vf-hero-call {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 18px;
  backdrop-filter: blur(8px);
}

.vf-hero-call::before, .vf-hero-call::after {
  content: '';
  position: absolute;
  width: 22px; height: 22px;
  border: 2px solid rgba(110,231,183,0.7);
}

.vf-hero-call::before {
  top: -2px; left: -2px;
  border-right: none; border-bottom: none;
  border-radius: 8px 0 0 0;
}

.vf-hero-call::after {
  bottom: -2px; right: -2px;
  border-left: none; border-top: none;
  border-radius: 0 0 8px 0;
}

.vf-call-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 4px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}

.vf-call-bar-left { display: inline-flex; align-items: center; gap: 8px; }

.vf-call-rec {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600;
  color: #FCA5A5;
  letter-spacing: .04em;
}

.vf-call-rec::before {
  content: ''; width: 7px; height: 7px;
  border-radius: 50%;
  background: #F87171;
  animation: vfPulse 1.8s ease-in-out infinite;
}

.vf-call-grid {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.vf-call-feed {
  background: linear-gradient(135deg, #162447, #1E2D5F);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex; align-items: end; justify-content: start;
  padding: 12px;
}

.vf-call-feed-self { aspect-ratio: 4 / 3; }

.vf-call-avatar {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(110,231,183,0.22);
}

.vf-call-avatar.client { background: #4F46E5; }

.vf-call-avatar.agent  { background: var(--vf-mint); color: #15296B; }

.vf-call-feed-name {
  position: relative;
  font-family: var(--font-display);
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.4);
  padding: 3px 8px;
  border-radius: 999px;
}

.vf-call-doc {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  padding: 12px 14px;
  display: grid; grid-template-columns: 32px 1fr auto;
  gap: 10px;
  align-items: center;
  font-family: var(--font-display);
}

.vf-call-doc + .vf-call-doc { margin-top: 8px; }

.vf-call-doc-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: rgba(110,231,183,0.18);
  display: flex; align-items: center; justify-content: center;
  color: #6EE7B7;
}

.vf-call-doc-icon svg { width: 16px; height: 16px; stroke-width: 1.8; }

.vf-call-doc-name {
  font-size: 12px; font-weight: 600;
  color: #fff;
}

.vf-call-doc-sub {
  font-size: 10.5px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}

.vf-call-doc-status {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 10px; font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #6EE7B7;
}

.vf-call-doc-status svg { width: 12px; height: 12px; stroke: currentColor; stroke-width: 2.4; }

.vf-call-stamp {
  position: absolute;
  top: -16px; right: 16px;
  background: var(--vf-mint);
  color: #15296B;
  border: 2px solid #15296B;
  border-radius: 999px;
  padding: 6px 14px;
  font-family: var(--font-display);
  font-size: 10.5px; font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: rotate(-4deg);
  box-shadow: 0 6px 18px rgba(16,185,129,0.30);
}

.vf-section-hd {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 56px;
}

.vf-eyebrow {
  display: inline-block;
  background: var(--vf-mint-soft);
  color: var(--vf-emerald);
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.vf-section-hd h2 {
  font-family: var(--font-display);
  font-size: 42px; font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: var(--vf-text);
  margin-bottom: 16px;
  text-wrap: balance;
}

.vf-section-hd h2 em {
  color: var(--vf-emerald); font-style: normal;
}

.vf-section-hd p {
  font-size: 17px;
  color: var(--vf-text-2);
  line-height: 1.6;
}

.vf-problem {
  background: linear-gradient(180deg, #FFFBFA 0%, #FEF2F2 100%);
  color: var(--vf-text);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.vf-problem::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(248,113,113,0.18) 0%, transparent 38%),
    radial-gradient(circle at 88% 82%, rgba(248,113,113,0.10) 0%, transparent 40%);
  pointer-events: none;
}

.vf-problem-inner {
  position: relative; z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.vf-problem .vf-section-hd h2 { color: var(--vf-text); }

.vf-problem .vf-section-hd p  { color: var(--vf-text-2); }

.vf-problem .vf-section-hd h2 em { color: #DC2626; font-style: normal; }

.vf-problem .vf-eyebrow {
  background: rgba(220,38,38,0.10);
  color: #B91C1C;
  border: 1px solid rgba(220,38,38,0.22);
}

.vf-problem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vf-prob-card {
  background: #fff;
  border: 1px solid rgba(220,38,38,0.14);
  border-radius: 14px;
  padding: 32px 28px;
  position: relative;
  box-shadow: 0 6px 24px rgba(220,38,38,0.05);
  transition: all .25s ease;
}

.vf-prob-card:hover {
  border-color: rgba(220,38,38,0.30);
  box-shadow: 0 10px 32px rgba(220,38,38,0.08);
  transform: translateY(-2px);
}

.vf-prob-tag {
  display: inline-block;
  background: rgba(220,38,38,0.08);
  color: #B91C1C;
  border: 1px solid rgba(220,38,38,0.22);
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.vf-prob-name {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 800;
  color: var(--vf-text);
  margin-bottom: 10px;
  letter-spacing: -.4px;
}

.vf-prob-body {
  font-size: 14.5px;
  color: var(--vf-text-2);
  line-height: 1.65;
  margin-bottom: 18px;
}

.vf-prob-fix {
  display: flex; gap: 10px; align-items: flex-start;
  border-top: 1px solid var(--vf-line);
  padding-top: 14px;
  font-size: 13px;
  color: var(--vf-text);
  line-height: 1.55;
}

.vf-prob-fix-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--vf-mint-soft);
  color: var(--vf-mint);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.vf-prob-fix-icon svg { width: 12px; height: 12px; stroke: currentColor; stroke-width: 2.6; fill: none; }

.vf-prob-fix b { color: var(--vf-emerald); font-weight: 700; }

.vf-uses {
  background: #fff;
  padding: 96px 0;
}

.vf-uses-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vf-use-card {
  background: #fff;
  border: 1px solid var(--vf-line);
  border-radius: 14px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: all .25s ease;
}

.vf-use-card:hover {
  transform: translateY(-3px);
  border-color: var(--vf-mint);
  box-shadow: 0 14px 36px rgba(30,58,138,0.10);
}

.vf-use-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--vf-mint-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}

.vf-use-icon svg {
  width: 22px; height: 22px;
  color: var(--vf-emerald);
  stroke-width: 1.8;
}

.vf-use-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--vf-mint);
  margin-bottom: 6px;
}

.vf-use-name {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 800;
  letter-spacing: -.3px;
  color: var(--vf-text);
  margin-bottom: 8px;
}

.vf-use-desc {
  font-size: 13.5px;
  color: var(--vf-text-2);
  line-height: 1.55;
  margin-bottom: 14px;
}

.vf-use-meta {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display);
  font-size: 11.5px; font-weight: 600;
  color: var(--vf-emerald);
  background: var(--vf-bg);
  border: 1px solid var(--vf-line);
  padding: 5px 10px;
  border-radius: 999px;
}

.vf-use-meta svg { width: 12px; height: 12px; stroke: currentColor; stroke-width: 2; fill: none; }

.vf-flow {
  background: var(--vf-bg);
  padding: 96px 0;
  border-top: 1px solid var(--vf-line);
  border-bottom: 1px solid var(--vf-line);
}

.vf-flow-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}

.vf-flow-grid::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 12.5%; right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(16,185,129,0.40), rgba(16,185,129,0.40), transparent);
  z-index: 0;
}

.vf-flow-step {
  background: #fff;
  border: 1px solid var(--vf-line);
  border-radius: 14px;
  padding: 28px 24px;
  position: relative;
  z-index: 1;
}

.vf-flow-num {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--vf-emerald);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 800;
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(30,58,138,0.22);
}

.vf-flow-step:last-child .vf-flow-num {
  background: var(--vf-mint); color: #15296B;
}

.vf-flow-time {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  color: var(--vf-emerald);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.vf-flow-name {
  font-family: var(--font-display);
  font-size: 17px; font-weight: 700;
  color: var(--vf-text);
  margin-bottom: 8px;
  letter-spacing: -.3px;
}

.vf-flow-desc {
  font-size: 13.5px;
  color: var(--vf-text-2);
  line-height: 1.55;
}

.vf-vs {
  background: var(--vf-blue-bg);
  padding: 96px 0;
}

.vf-vs-table {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}

.vf-vs-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--vf-line);
  padding: 0 0 18px;
  margin-bottom: 6px;
}

.vf-vs-head > div {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -.2px;
}

.vf-vs-h-label { color: var(--vf-text-3); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 22px 6px 0; }

.vf-vs-h-them {
  background: #fff;
  color: var(--vf-text);
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  border: 1px solid var(--vf-line);
  border-bottom: none;
}

.vf-vs-h-us {
  background: linear-gradient(160deg, #15296B 0%, #1E3A8A 100%);
  color: #fff;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  position: relative;
}

.vf-vs-h-us::after {
  content: '';
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 3px;
  background: linear-gradient(90deg, #6EE7B7, #10B981);
  border-radius: 12px 12px 0 0;
}

.vf-vs-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  border-bottom: 1px solid var(--vf-line);
}

.vf-vs-row > div { padding: 18px 22px; font-size: 14px; line-height: 1.55; }

.vf-vs-row .vf-vs-label {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--vf-text);
  font-size: 14px;
  letter-spacing: -.1px;
}

.vf-vs-row .vf-vs-them {
  color: var(--vf-text-2);
  background: #fff;
  border-left: 1px solid var(--vf-line);
  border-right: 1px solid var(--vf-line);
}

.vf-vs-row .vf-vs-us {
  color: var(--vf-text);
  font-weight: 500;
  background: var(--vf-mint-bg);
  border-left: 1px solid rgba(16,185,129,0.22);
  border-right: 1px solid rgba(16,185,129,0.22);
  position: relative;
}

.vf-vs-row .vf-vs-us::before {
  content: '';
  display: inline-block;
  width: 14px; height: 14px;
  background: rgba(16,185,129,0.18);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2310B981" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>');
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.vf-vs-row:last-child { border-bottom: none; }

.vf-vs-row:last-child .vf-vs-them { border-radius: 0 0 0 12px; border-bottom: 1px solid var(--vf-line); }

.vf-vs-row:last-child .vf-vs-us   { border-radius: 0 0 12px 0; border-bottom: 1px solid rgba(16,185,129,0.22); }

.vf-vs-foot {
  margin-top: 22px;
  text-align: center;
  font-size: 12.5px;
  color: var(--vf-text-3);
  font-style: italic;
}

.vf-caps {
  background: #fff;
  padding: 96px 0;
}

.vf-caps-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.vf-cap-card {
  background: var(--vf-bg);
  border: 1px solid var(--vf-line);
  border-radius: 14px;
  padding: 26px 24px;
  display: flex; gap: 14px;
  align-items: flex-start;
  transition: all .25s ease;
}

.vf-cap-card:hover {
  border-color: var(--vf-mint);
  background: #fff;
  box-shadow: 0 8px 24px rgba(30,58,138,0.06);
}

.vf-cap-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--vf-mint-soft);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.vf-cap-icon svg {
  width: 18px; height: 18px;
  color: var(--vf-emerald);
  stroke-width: 1.9;
}

.vf-cap-name {
  font-family: var(--font-display);
  font-size: 15px; font-weight: 700;
  color: var(--vf-text);
  margin-bottom: 4px;
  letter-spacing: -.2px;
}

.vf-cap-desc {
  font-size: 13px;
  color: var(--vf-text-2);
  line-height: 1.5;
}

.vf-compliance {
  background: var(--vf-mint-bg);
  padding: 96px 0;
}

.vf-comp-badges {
  max-width: 1080px;
  margin: 0 auto 36px;
  padding: 0 32px;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.vf-comp-badge {
  background: #fff;
  border: 1px solid rgba(16,185,129,0.18);
  border-radius: 12px;
  padding: 22px 14px 18px;
  text-align: center;
  transition: all .2s ease;
}

.vf-comp-badge:hover {
  border-color: var(--vf-mint);
  box-shadow: 0 6px 20px rgba(16,185,129,0.12);
  transform: translateY(-2px);
}

.vf-comp-badge-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--vf-mint-soft);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
}

.vf-comp-badge-icon svg {
  width: 22px; height: 22px;
  color: var(--vf-emerald);
  stroke-width: 1.8;
}

.vf-comp-badge-name {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 800;
  color: var(--vf-text);
  letter-spacing: -.2px;
  margin-bottom: 2px;
}

.vf-comp-badge-sub {
  font-size: 10.5px;
  color: var(--vf-text-3);
  font-weight: 500;
}

.vf-comp-bullets {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
}

.vf-comp-bullet {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px;
  color: var(--vf-text-2);
  line-height: 1.55;
}

.vf-comp-bullet-dot {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--vf-mint-soft);
  color: var(--vf-mint);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.vf-comp-bullet-dot svg { width: 10px; height: 10px; stroke: currentColor; stroke-width: 3; fill: none; }

.vf-comp-bullet b { color: var(--vf-text); font-weight: 700; }

.vf-manifesto {
  background: var(--vf-emerald-2);
  color: #fff;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.vf-manifesto::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 30%, rgba(16,185,129,0.12), transparent 70%);
  pointer-events: none;
}

.vf-manifesto-inner {
  position: relative; z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}

.vf-manifesto .vf-section-hd h2 { color: #fff; }

.vf-manifesto .vf-section-hd p  { color: rgba(255,255,255,0.72); }

.vf-manifesto .vf-section-hd h2 em { color: #6EE7B7; }

.vf-manifesto .vf-eyebrow {
  background: rgba(16,185,129,0.18);
  color: #6EE7B7;
}

.vf-manifesto-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vf-mani-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 28px 24px;
}

.vf-mani-q {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -.3px;
}

.vf-mani-q-mark {
  display: inline-block;
  color: #6EE7B7;
  font-weight: 800;
  margin-right: 6px;
}

.vf-mani-a {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
}

.vf-kb {
  background: #fff;
  padding: 96px 0;
}

.vf-kb-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 56px;
  align-items: start;
}

.vf-kb-main h2 {
  font-family: var(--font-display);
  font-size: 38px; font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.12;
  color: var(--vf-text);
  margin: 8px 0 18px;
  text-wrap: balance;
}

.vf-kb-main h2 em { color: var(--vf-emerald); font-style: normal; }

.vf-kb-eyebrow {
  display: inline-block;
  background: var(--vf-mint-soft);
  color: var(--vf-emerald);
  padding: 5px 12px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
  border: 1px solid rgba(16,185,129,0.18);
}

.vf-kb-lead {
  font-size: 18px;
  color: var(--vf-text);
  line-height: 1.6;
  margin-bottom: 32px;
  font-weight: 500;
  border-left: 3px solid var(--vf-mint);
  padding-left: 22px;
}

.vf-kb-body h3 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 800;
  color: var(--vf-text);
  letter-spacing: -.5px;
  margin: 36px 0 14px;
  scroll-margin-top: 80px;
}

.vf-kb-body h4 {
  font-family: var(--font-display);
  font-size: 16px; font-weight: 700;
  color: var(--vf-emerald);
  letter-spacing: -.2px;
  margin: 22px 0 8px;
}

.vf-kb-body p {
  font-size: 15.5px;
  color: var(--vf-text-2);
  line-height: 1.78;
  margin-bottom: 14px;
}

.vf-kb-body b, .vf-kb-body strong { color: var(--vf-text); font-weight: 700; }

.vf-kb-body em { font-style: italic; color: var(--vf-text); }

.vf-kb-callout {
  background: var(--vf-mint-bg);
  border: 1px solid rgba(16,185,129,0.22);
  border-left: 4px solid var(--vf-mint);
  border-radius: 8px;
  padding: 22px 26px;
  margin: 28px 0;
}

.vf-kb-callout-title {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 700;
  color: var(--vf-emerald);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vf-kb-callout p { margin: 0; font-size: 15px; color: var(--vf-text); }

.vf-kb-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0;
}

.vf-kb-stat {
  background: var(--vf-bg);
  border: 1px solid var(--vf-line);
  border-radius: 10px;
  padding: 20px;
}

.vf-kb-stat-num {
  font-family: var(--font-display);
  font-size: 30px; font-weight: 800;
  color: var(--vf-emerald);
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 8px;
}

.vf-kb-stat-l { font-size: 13px; color: var(--vf-text-2); line-height: 1.4; }

.vf-kb-toc {
  position: sticky;
  top: 100px;
  background: var(--vf-bg);
  border: 1px solid var(--vf-line);
  border-radius: 12px;
  padding: 24px 22px;
}

.vf-kb-toc-title {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  color: var(--vf-text-3);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--vf-line);
}

.vf-kb-toc ul { list-style: none; padding: 0; margin: 0; }

.vf-kb-toc li { padding: 8px 0; border-bottom: 1px solid var(--vf-line); }

.vf-kb-toc li:last-child { border-bottom: none; }

.vf-kb-toc a {
  display: block;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 600;
  color: var(--vf-text-2);
  text-decoration: none;
  line-height: 1.4;
  transition: color .15s ease;
}

.vf-kb-toc a:hover { color: var(--vf-emerald); }

.vf-kb-toc-num {
  display: inline-block;
  width: 22px;
  font-family: var(--font-display);
  font-size: 11px;
  color: var(--vf-text-3);
  font-weight: 700;
}

.vf-kb-table {
  border: 1px solid var(--vf-line);
  border-radius: 8px;
  overflow: hidden;
  margin: 22px 0;
}

.vf-kb-table-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid var(--vf-line);
}

.vf-kb-table-row:last-child { border-bottom: none; }

.vf-kb-table-row.head {
  background: var(--vf-bg);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--vf-text-3);
}

.vf-kb-table-row > div { padding: 12px 18px; font-size: 14px; line-height: 1.5; }

.vf-kb-table-row > div:first-child {
  font-weight: 700;
  color: var(--vf-text);
  border-right: 1px solid var(--vf-line);
}

.vf-kb-table-row > div:last-child { color: var(--vf-text-2); }

@media (max-width: 980px) {
  .vf-kb-inner { grid-template-columns: 1fr; gap: 32px; }
  .vf-kb-toc { position: static; }
  .vf-kb-stats { grid-template-columns: 1fr; }
  .vf-kb-main h2 { font-size: 28px; }
}

.vf-poc {
  background: linear-gradient(180deg, var(--vf-mint-bg) 0%, var(--vf-bg) 100%);
  padding: 96px 0;
}

.vf-poc-card {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.vf-poc-inner {
  background: #fff;
  border: 1px solid var(--vf-line);
  border-radius: 18px;
  padding: 48px 52px;
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  box-shadow: 0 18px 48px rgba(30,58,138,0.08);
  position: relative;
  overflow: hidden;
}

.vf-poc-inner::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 220px; height: 100%;
  background: radial-gradient(circle at 100% 50%, rgba(16,185,129,0.10), transparent 70%);
  pointer-events: none;
}

.vf-poc-eyebrow {
  display: inline-block;
  background: var(--vf-mint-soft);
  color: var(--vf-emerald);
  padding: 5px 12px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.vf-poc-h2 {
  font-family: var(--font-display);
  font-size: 32px; font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
  color: var(--vf-text);
  margin-bottom: 14px;
  text-wrap: balance;
}

.vf-poc-h2 em { color: var(--vf-emerald); font-style: normal; }

.vf-poc-sub {
  font-size: 15.5px;
  color: var(--vf-text-2);
  line-height: 1.6;
  margin-bottom: 22px;
}

.vf-poc-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px 22px;
}

.vf-poc-list li {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 13.5px;
  color: var(--vf-text);
  line-height: 1.5;
}

.vf-poc-list li svg {
  width: 16px; height: 16px;
  color: var(--vf-mint);
  stroke-width: 2.6;
  flex-shrink: 0;
  margin-top: 2px;
}

.vf-poc-right { text-align: center; }

.vf-poc-num {
  font-family: var(--font-display);
  font-size: 64px; font-weight: 900;
  letter-spacing: -3px;
  background: linear-gradient(135deg, #1E3A8A 0%, #10B981 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.vf-poc-num-l {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 700;
  color: var(--vf-text);
  letter-spacing: .04em;
  margin-top: 4px;
  margin-bottom: 22px;
}

.vf-poc-cta { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }

.vf-poc-cta .vf-btn-primary,
.vf-poc-cta .vf-btn-ghost { justify-content: center; }

.vf-poc-cta .vf-btn-ghost {
  color: var(--vf-emerald);
  border-color: var(--vf-line);
}

.vf-poc-cta .vf-btn-ghost:hover { border-color: var(--vf-emerald); background: var(--vf-bg); }

.vf-faq {
  background: var(--vf-bg);
  padding: 96px 0;
}

.vf-faq-list {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex; flex-direction: column;
  gap: 10px;
}

.vf-faq-list .faq-item {
  background: #fff;
  border: 1px solid var(--vf-line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s ease;
}

.vf-faq-list .faq-item[open] { border-color: var(--vf-mint); }

.vf-faq-list .faq-item summary {
  cursor: pointer; list-style: none;
  padding: 18px 22px;
  font-family: var(--font-display);
  font-size: 15.5px; font-weight: 600;
  color: var(--vf-text);
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
}

.vf-faq-list .faq-item summary::-webkit-details-marker { display: none; }

.vf-faq-list .faq-item summary::after {
  content: '+';
  color: var(--vf-emerald);
  font-size: 22px; font-weight: 600;
  flex-shrink: 0;
}

.vf-faq-list .faq-item[open] summary::after { content: '\2212'; }

.vf-faq-list .faq-body {
  padding: 0 22px 20px;
  color: var(--vf-text-2);
  font-size: 14.5px;
  line-height: 1.65;
}

.vf-talk { background: var(--vf-bg); padding: 96px 0; border-top: 1px solid var(--vf-line); }

.vf-talk-hd { text-align: center; max-width: 720px; margin: 0 auto 48px; padding: 0 32px; }

.vf-talk-hd h2 { font-family: var(--font-display); font-size: 42px; font-weight: 800; letter-spacing: -1.5px; line-height: 1.1; color: var(--vf-text); margin-bottom: 16px; text-wrap: balance; }

.vf-talk-hd h2 em { color: var(--vf-emerald); font-style: normal; }

.vf-talk-hd p { font-size: 17px; color: var(--vf-text-2); line-height: 1.6; }

.vf-talk-grid { max-width: 1080px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; align-items: start; }

.vf-form { background: #fff; border: 1px solid var(--vf-line); border-radius: 16px; padding: 36px 36px 28px; position: relative; box-shadow: 0 4px 24px rgba(15,30,61,0.04); }

.vf-form-fields h3 { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--vf-text); margin-bottom: 8px; letter-spacing: -.4px; }

.vf-form-sub { font-size: 14.5px; color: var(--vf-text-2); line-height: 1.6; margin-bottom: 24px; }

.vf-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }

.vf-field { margin-bottom: 18px; }

.vf-field label { display: block; font-family: var(--font-display); font-size: 12.5px; font-weight: 600; color: var(--vf-text); letter-spacing: .02em; margin-bottom: 6px; }

.vf-field .req { color: var(--vf-mint); margin-left: 2px; }

.vf-field input, .vf-field textarea { width: 100%; font-family: var(--font-body); font-size: 14.5px; padding: 12px 14px; border: 1px solid var(--vf-line); border-radius: 8px; background: #fff; color: var(--vf-text); transition: border-color .15s ease, box-shadow .15s ease; box-sizing: border-box; }

.vf-field input:focus, .vf-field textarea:focus { outline: none; border-color: var(--vf-mint); box-shadow: 0 0 0 3px var(--vf-mint-soft); }

.vf-field textarea { resize: vertical; min-height: 110px; font-family: var(--font-body); }

.vf-honeypot { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }

.vf-submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; background: var(--vf-mint); color: var(--vf-emerald-2); font-family: var(--font-display); font-size: 15px; font-weight: 700; padding: 14px 22px; border: none; border-radius: 999px; cursor: pointer; transition: all .2s ease; box-shadow: 0 8px 24px rgba(16,185,129,0.25); }

.vf-submit:hover { background: #34D399; transform: translateY(-1px); box-shadow: 0 12px 28px rgba(16,185,129,0.35); }

.vf-form-fineprint { font-size: 12px; color: var(--vf-text-3); text-align: center; margin: 14px 0 0; line-height: 1.5; }

.vf-form-fineprint a { color: var(--vf-text-2); text-decoration: underline; }

.vf-form-success { display: none; text-align: center; padding: 28px 24px; }

.vf-form-success-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--vf-mint-bg); border: 2px solid var(--vf-mint); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }

.vf-form-success-icon svg { width: 28px; height: 28px; color: var(--vf-mint); stroke: currentColor; stroke-width: 3; fill: none; }

.vf-form-success h4 { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--vf-text); margin-bottom: 8px; }

.vf-form-success p { font-size: 14.5px; color: var(--vf-text-2); line-height: 1.55; }

.vf-form.sent .vf-form-fields { display: none; }

.vf-form.sent .vf-form-success { display: block; }

.vf-side { display: flex; flex-direction: column; gap: 16px; }

.vf-side-card { background: #fff; border: 1px solid var(--vf-line); border-radius: 16px; padding: 26px 28px; }

.vf-side-card.dark { background: linear-gradient(160deg, var(--vf-emerald-2) 0%, var(--vf-emerald) 100%); color: #fff; border-color: var(--vf-emerald-2); position: relative; overflow: hidden; }

.vf-side-card.dark::before { content: ''; position: absolute; top: 0; right: 0; width: 220px; height: 100%; background: radial-gradient(circle at 100% 0%, rgba(110,231,183,0.20), transparent 65%); pointer-events: none; }

.vf-side-eyebrow { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--vf-emerald); margin-bottom: 10px; }

.vf-side-card.dark .vf-side-eyebrow { color: #6EE7B7; }

.vf-side-card h4 { font-family: var(--font-display); font-size: 19px; font-weight: 800; color: var(--vf-text); letter-spacing: -.3px; margin-bottom: 8px; }

.vf-side-card.dark h4 { color: #fff; }

.vf-side-card p { font-size: 14px; color: var(--vf-text-2); line-height: 1.6; margin-bottom: 16px; }

.vf-side-card.dark p { color: rgba(255,255,255,0.78); }

.vf-side-cta { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--vf-emerald-2); font-family: var(--font-display); font-size: 14px; font-weight: 700; padding: 11px 18px; border-radius: 999px; text-decoration: none; transition: all .2s ease; position: relative; z-index: 1; }

.vf-side-cta:hover { background: var(--vf-mint-bg); transform: translateX(2px); }

.vf-info-row { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--vf-text-2); padding: 7px 0; }

.vf-info-row svg { width: 18px; height: 18px; color: var(--vf-mint); flex-shrink: 0; }

.vf-info-row a { color: var(--vf-text); text-decoration: none; font-weight: 600; }

.vf-info-row a:hover { color: var(--vf-mint); }

@media (max-width: 980px) {
  .vf-talk-grid { grid-template-columns: 1fr; }
  .vf-field-row { grid-template-columns: 1fr; }
  .vf-talk-hd h2 { font-size: 32px; }
}

.vf-cta {
  background: linear-gradient(180deg, var(--vf-emerald-2) 0%, var(--vf-emerald) 100%);
  color: #fff;
  padding: 88px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.vf-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(110,231,183,0.18), transparent 70%);
}

.vf-cta-inner {
  position: relative; z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 32px;
}

.vf-cta h2 {
  font-family: var(--font-display);
  font-size: 38px; font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 16px;
  color: #fff;
}

.vf-cta p {
  font-size: 16px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  margin-bottom: 28px;
}

.vf-cta-row {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}

.vf-family {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 28px;
  font-family: var(--font-display);
  font-size: 11.5px; font-weight: 600;
  color: rgba(255,255,255,0.50);
  letter-spacing: .04em;
}

.vf-family svg { width: 14px; height: 14px; opacity: 0.65; }

@media (max-width: 980px) {
  .vf-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .vf-hero h1 { font-size: 38px; }
  .vf-section-hd h2 { font-size: 32px; }
  .vf-uses-grid { grid-template-columns: repeat(2, 1fr); }
  .vf-flow-grid { grid-template-columns: repeat(2, 1fr); }
  .vf-flow-grid::before { display: none; }
  .vf-caps-grid { grid-template-columns: repeat(2, 1fr); }
  .vf-manifesto-grid,
  .vf-problem-grid { grid-template-columns: 1fr; }
  .vf-comp-badges { grid-template-columns: repeat(3, 1fr); }
  .vf-comp-bullets { grid-template-columns: 1fr; }
  .vf-poc-inner { grid-template-columns: 1fr; gap: 32px; padding: 36px 32px; }
  .vf-poc-list { grid-template-columns: 1fr; }
  .vf-vs-head, .vf-vs-row { grid-template-columns: 1fr; }
  .vf-vs-h-label { display: none; }
  .vf-vs-row .vf-vs-label { font-size: 12px; color: var(--vf-text-3); text-transform: uppercase; letter-spacing: .1em; padding-bottom: 0; }
  .vf-vs-row .vf-vs-them, .vf-vs-row .vf-vs-us { border-left: none; border-right: none; border-radius: 0; }
}

@media (max-width: 600px) {
  .vf-hero { padding: 72px 0 56px; }
  .vf-hero h1 { font-size: 30px; }
  .vf-uses-grid,
  .vf-flow-grid,
  .vf-caps-grid,
  .vf-manifesto-grid,
  .vf-problem-grid { grid-template-columns: 1fr; }
  .vf-hero-stats { grid-template-columns: 1fr 1fr; }
  .vf-section-hd h2 { font-size: 26px; }
  .vf-comp-badges { grid-template-columns: repeat(2, 1fr); }
  .vf-poc-h2 { font-size: 26px; }
  .vf-poc-num { font-size: 48px; }
}
