/* SlimService landing v4 -- thicker borders + cleaner step list */
:root{
  --bg:#0b0c10;
  --text:#eef1ff;
  --muted:#aab0c5;
  --line:#252a3a;
  --accent:#6ee7ff;
  --accent2:#b7ff6e;
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --radius:18px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
    font-family: var(--font-sans);
  background:
    radial-gradient(1100px 620px at 50% 42%, rgba(255,255,255,.06), transparent 62%),
    radial-gradient(1200px 600px at 15% 10%, rgba(110,231,255,.12), transparent 55%),
    radial-gradient(900px 500px at 80% 20%, rgba(183,255,110,.10), transparent 55%),
    radial-gradient(1400px 900px at 50% 55%, rgba(0,0,0,0), rgba(0,0,0,.55) 72%),
    var(--bg);
  color:var(--text);
    line-height: var(--lh-body);
}
a{color:inherit;text-decoration:none}
a:hover{opacity:.92}
/* A11Y: screen-reader only utility (perf-safe) */
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.wrap{max-width:1100px;margin:0 auto;padding:18px 20px}

.header{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  position:sticky;top:0;background:rgba(11,12,16,.72);backdrop-filter: blur(14px);
  border-bottom:2px solid rgba(37,42,58,.7);
  z-index:10;
}
.brand{display:flex;align-items:center;gap:12px}
.logo-img{
  width:58px;height:58px;border-radius:14px;
  padding:8px;
  background: rgba(255,255,255,.05);
  border:2px solid rgba(37,42,58,.85);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  object-fit:contain;
}
.logo{
  width:40px;height:40px;border-radius:12px;
  background: linear-gradient(135deg, rgba(110,231,255,.95), rgba(183,255,110,.75));
  color:#071018;font-weight:900;display:grid;place-items:center;
}
.brandname{font-weight:800;letter-spacing:.2px;font-size:19px}
.tagline{font-size:12px;color:var(--muted)}
.nav{display:flex;gap:14px;align-items:center}
.nav a{font-size:14px;color:var(--muted)}
.nav a:hover{color:var(--text)}
.cta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}

/* Tabs (scenario selector) */
.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 12px}
.tab{
  appearance:none;border:2px solid rgba(170,176,197,.26);
  background: rgba(255,255,255,.05);
  color:var(--text);
  padding:9px 12px;
  border-radius:14px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  transition: transform .08s ease, opacity .08s ease;
  min-height:40px;
}
.tab:hover{transform: translateY(-1px)}
.tab.active{border-color: rgba(110,231,255,.42);background: rgba(110,231,255,.12)}
.tab-panels{margin-top:6px}
.tab-panel{display:none}
.tab-panel.active{display:block}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:14px;
  border:2px solid rgba(170,176,197,.26);
  background: rgba(255,255,255,.05);
  color:var(--text);
  font-weight:800;font-size:14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  transition: transform .08s ease, opacity .08s ease;
  min-height:44px;
}
.btn:hover{transform: translateY(-1px)}
.btn.full{width:100%}
.btn.primary{border-color: rgba(110,231,255,.42);background: rgba(110,231,255,.14)}
.btn.secondary{border-color: rgba(183,255,110,.34);background: rgba(183,255,110,.10)}
.btn.tertiary{border-color: rgba(170,176,197,.34);background: rgba(255,255,255,.06)}
.btn.ghost{
  background: transparent;
  border-color: rgba(170,176,197,.34);
}

.inline{
  text-decoration: underline;
  text-decoration-color: rgba(238,241,255,.35);
  text-underline-offset: 2px;
}

.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;padding-top:22px;padding-bottom:26px}
.hero h1{font-size:44px;line-height:1.05;margin:0 0 10px}
.kicker{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.22px;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.lead{font-size:18px;color:var(--muted);margin:0 0 14px}
.hero-about{margin:0 0 10px;color:var(--muted);font-size:14px;line-height:1.55}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}
.hero-links{margin-top:-6px;font-size:13px;color:var(--muted)}
.hero-links a{font-weight:800}
.micro{font-size:13px;color:var(--muted);margin-top:10px}

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:2px solid rgba(37,42,58,.85);
  border-radius:var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.hero-card{
  align-self:start;
  position:relative;overflow:hidden;
  padding:18px;border-radius:var(--radius);
  border:2px solid rgba(110,231,255,.22);
  background:rgba(18,20,27,.6);
  box-shadow: var(--shadow)
}
.card-note{margin-top:12px;color:var(--muted);font-size:13px}

.hero-card::before{content:"";position:absolute;inset:-80px;pointer-events:none;opacity:.18;background:radial-gradient(600px 240px at 20% 0%, rgba(110,231,255,.35), transparent 60%), radial-gradient(520px 240px at 90% 20%, rgba(183,255,110,.32), transparent 60%);}
.chat{position:relative;z-index:1;padding-top:44px}
/* badge must never clash with right-aligned bubbles */
.chat-badge{position:absolute;top:14px;left:14px;right:auto;z-index:2;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid rgba(183,255,110,.28);background:rgba(183,255,110,.10);color:var(--text);font-size:12px;font-weight:800;letter-spacing:.2px}
.chat-badge svg{width:18px;height:18px;display:block}

.chat{display:flex;flex-direction:column;gap:10px}
.bubble{
  max-width:92%;
  padding:10px 12px;border-radius:16px;
  border:2px solid rgba(37,42,58,.85);
  background: rgba(255,255,255,.03);
  color:var(--text);
  font-size:14px;
}
.bubble.user{align-self:flex-end;border-color:rgba(183,255,110,.25);background:rgba(183,255,110,.08)}
.bubble.ss{align-self:flex-start;border-color:rgba(110,231,255,.25);background:rgba(110,231,255,.08)}

.grid3{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:14px;padding-bottom:6px}
.grid3 h3{margin:0 0 6px;font-size: var(--fs-h3); line-height: var(--lh-h3);}
.grid3 p{margin:0;color:var(--muted)}

.split{display:grid;grid-template-columns:1.05fr .95fr;gap:14px;align-items:start;padding-top:10px}
.split h2{margin:0 0 10px}
.small{color:var(--muted);font-size:14px}
.tiny{color:var(--muted);font-size:12px}
.note{margin-top:10px}

/* Steps (cleaner than default list markers) */
.steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
  counter-reset: step;
}
.steps li{
  counter-increment: step;
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 12px;
  border-radius:16px;
  border:2px solid rgba(37,42,58,.78);
  background: rgba(255,255,255,.03);
}
.steps li::before{
  content: counter(step);
  width:28px;height:28px;
  border-radius:999px;
  display:grid;place-items:center;
  font-weight:900;
  border:2px solid rgba(110,231,255,.38);
  background: rgba(110,231,255,.12);
}

/* Steps (alt variant used in ROI cards) */
.steps .step{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 12px;
  border-radius:16px;
  border:2px solid rgba(37,42,58,.78);
  background: rgba(255,255,255,.03);
}
.steps .dot{
  width:28px;height:28px;
  border-radius:999px;
  display:grid;place-items:center;
  font-weight:900;
  border:2px solid rgba(110,231,255,.38);
  background: rgba(110,231,255,.12);
  flex:0 0 28px;
}

.ticks{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.ticks li{position:relative;padding-left:22px;color:var(--muted)}
.ticks li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--accent2);font-weight:900}

.badge{
  margin-top:14px;
  display:inline-block;
  padding:8px 10px;border-radius:999px;
  border:2px solid rgba(183,255,110,.25);
  background: rgba(183,255,110,.08);
  color:var(--text);
  font-size:13px;font-weight:800;
}

/* PRICING alignment */
.pricing{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-top:12px;
  align-items:stretch;
}
.price.card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.price-head{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:10px;
  min-height:52px;
}
.price h3{margin:0}
.amount{font-size:22px;font-weight:900}
.amount span{font-size:12px;color:var(--muted);font-weight:700}
.price ul.ticks{
  margin:12px 0 0;
  flex:1;
}
.price-foot{
  margin-top:14px;
  display:grid;
  gap:10px;
}
.highlight{
  border-color:rgba(110,231,255,.50);
  background:rgba(110,231,255,.06)
}

.faq{display:grid;grid-template-columns:1fr 1fr;gap:12px}
details summary{cursor:pointer;font-weight:900}
details p{margin:10px 0 0;color:var(--muted)}

.contact{padding-top:8px;padding-bottom:26px}

.footer{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  border-top:2px solid rgba(37,42,58,.7);
  color:var(--muted);
  padding-top:16px;padding-bottom:26px;
}
.footer-links{display:flex;gap:12px}

@media (max-width: 920px){
  .hero{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .faq{grid-template-columns:1fr}
  .nav{display:none}
}


/* v6 additions */
.section-head{margin: 26px 0 14px}
.section-head .muted{margin-top:6px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card.small{padding:16px}
.form{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}
label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}
.form .lbl{display:block;min-height:52px;line-height:1.25;color:var(--muted)}
.form label.span-2{grid-column:1/-1}
input{background: rgba(255,255,255,.05);border:1px solid rgba(170,176,197,.26);border-radius:10px;padding:10px 10px;color:var(--text);outline:none}
input:focus{border-color: rgba(110,231,255,.55);box-shadow: 0 0 0 3px rgba(110,231,255,.12)}
.roi-out{margin-top:12px;display:grid;gap:10px}
.kpi{display:flex;align-items:baseline;justify-content:space-between;border:1px solid rgba(170,176,197,.18);background: rgba(255,255,255,.03);padding:12px;border-radius:14px}
.kpi-label{color:var(--muted);font-size:13px}
.kpi-value{font-weight:900;font-size:18px}
.note{color:var(--muted);font-size:12px}
.callout{margin-top:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(183,255,110,.22);background: rgba(183,255,110,.06);color:var(--text)}
.footer-top{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.footer-contacts{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:13px}
.sep{opacity:.6}

/* Add-on price pills */
.addon-pricing{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}
.pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border-radius:999px;border:1px solid rgba(170,176,197,.22);background: rgba(255,255,255,.04);font-size:12px;font-weight:900;color:var(--text);letter-spacing:.15px}
.pill.ghost{border-color: rgba(110,231,255,.22);background: rgba(110,231,255,.06)}
.sticky-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:50;gap:10px;padding:10px 12px;background: rgba(10,12,18,.88);backdrop-filter: blur(10px);border-top:1px solid rgba(170,176,197,.18)}
.sticky-cta .btn{flex:1;justify-content:center}
@media (max-width: 860px){
  .home .header .cta{display:none}
  .grid-2{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}
  /* Sticky CTA: show only after hero (prevents crowded first screen) */
  .sticky-cta{display:none}
  body{padding-bottom:0}
  body.sticky-on .sticky-cta{display:flex}
  body.sticky-on{padding-bottom:76px}
}


@media (max-width: 560px){
  .wrap{padding:16px 16px}
  .header{gap:10px}
  .logo-img{width:44px;height:44px;padding:7px;border-radius:12px}
  .brandname{font-size:16px}
  .tagline{font-size:12px}

  /* Hide header CTA buttons on small screens (hero + sticky CTA handle conversions) */
  .home .header .cta{display:none}

  .hero{padding-top:16px;padding-bottom:18px}
  .hero h1{font-size:38px}
  .lead{font-size:16px}

  /* Hero actions: stack main CTAs, turn Mail into a simple link */
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-links{margin-top:8px}
  .hero-actions .btn{width:100%;justify-content:center}
  .hero-actions .btn.tertiary{
    width:auto;justify-content:flex-start;
    padding:0;border:none;background:transparent;
    text-decoration: underline;
    text-decoration-color: rgba(238,241,255,.35);
    text-underline-offset: 3px;
    color: var(--muted);
  }

  /* Chat badge: keep it subtle on small screens */
  .chat{padding-top:40px}
  .chat-badge{top:12px;left:12px;right:auto;padding:6px 8px}
  .chat-badge span{display:none}

  /* Footer: de-clutter */
  .footer{flex-direction:column;align-items:flex-start}
  .footer-top{flex-direction:column;align-items:flex-start;gap:8px}
  .footer-contacts{flex-direction:column;align-items:flex-start;gap:6px}
  .sep{display:none}
  .footer-links{align-self:flex-start}
}


/* Add-ons: compact price line */
.price-line{margin-top:12px;font-size:13px;color:var(--text);font-weight:800;letter-spacing:.1px}


/* v7.6 polish: link color (no cyan), sticky hide on footer, add-ons alignment */
a:visited{color:inherit}
.inline{color:inherit}
a.inline:visited{color:inherit}

body.footer-on .sticky-cta{
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}

/* Add-ons: align price lines */
body.home #addons .card.small{display:flex;flex-direction:column}
body.home #addons .card.small .price-line{margin-top:auto}

/* v7.6.1 ROI calculator label spacing fix (desktop + mobile) */
.form label{gap:4px;}
.form .lbl{min-height:0;}
@media (min-width: 861px){
  .form .lbl{min-height:38px;}
}
/* v7.6.1 ROI label alignment fix v2 (force override) */
body.home #roi .form label{
  display:flex;
  flex-direction:column;
  gap:8px;
}

body.home #roi .form .lbl{
  line-height:1.2;
  min-height:0; /* mobile/default */
}

/* desktop: force equal label height so inputs align */
@media (min-width: 861px){
 body.home #roi .form .lbl{ min-height: 2.6em; } /* ~2 lines */
}


body.home #roi .form{
  margin:12px 0 6px;
}
/* === v7.6.2 TYPO + LAYOUT ALIGN (ROI vs Scenarios) === */

/* 1) Maak typografie gelijk: dezelfde basis, labels iets groter */
body.home #roi, body.home #scenarios{
  font-size: 16px;
  line-height: 1.45;
}

body.home #roi h2,body.home  #scenarios h2{
  font-size: 28px;
  line-height: 1.15;
}

/* ROI labels + input tekst: omhoog zodat het matcht met rechts */
body.home #roi .form .lbl{
  font-size: 14px !important;
  line-height: 1.2;
}

body.home #roi input{
  font-size: 16px;
}

/* 2) Haal overtollige lucht onderin ROI weg */
body.home #roi{
  padding-bottom: 18px;
}

body.home #roi .note,
body.home #roi .formula,
body.home #roi .calc-note{
  margin-top: 12px !important;
}

/* 3) Zorg dat beide panelen 'evenredig' vullen (stretch + flex kolom) */
body.home #roi,body.home  #scenarios{
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Als je een container hebt die de knoppen onderin draagt (vaak .cta, .actions, .buttons) */
body.home #scenarios .cta,
body.home #scenarios .actions,
body.home #scenarios .buttons{
  margin-top: auto;
}

body.home #roi .results,
body.home #roi .result,
body.home #roi .outputs{
  margin-top: auto;
}
/* === v7.6.3 ROI + Scenarios: typography parity (targets BOTH cards inside #roi) === */

body.home #roi .grid-2 > .card{
  font-size: 16px !important;
  line-height: 1.45;
}

body.home #roi .grid-2 > .card h3{
  font-size: var(--fs-h3) !important;
  line-height: var(--lh-h3);
}

body.home #roi .grid-2 > .card .muted{
  font-size: 16px !important;
}

body.home #roi .grid-2 > .card .tab{
  font-size: 15px !important;
}

/* ROI labels blijven iets kleiner (is goed), maar nu consistent */
body.home #roi .form .lbl{
  font-size: 14px !important;
  line-height: 1.2;
}

/* Neem net wat lucht weg onderin ROI */
body.home #roi .roi-out{ margin-top: 14px !important; }
body.home #roi .note{ margin-top: 12px !important; }




/* v7.6.7 clean rebuild: brand + addons layout + encoding-safe glyphs */
.brandname--strong{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.2px;
}
@media (max-width: 560px){
  .brandname--strong{ font-size: 20px; }
}

/* =========================================================
   Sprint page support (non-breaking additions)
   - Keeps existing SlimService home untouched
   - Styles new sprint/index.html classes (topbar, hero-grid, price-card, etc.)
   ========================================================= */

/* Topbar (sprint) – same behavior as .header, but wrapper is inside */
.topbar{
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(11,12,16,.72);
  backdrop-filter: blur(14px);
  border-bottom:2px solid rgba(37,42,58,.7);
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

/* Brand (sprint) aliases */
.brand-logo{
  width:58px;
  height:58px;
  border-radius:14px;
  padding:8px;
  background: rgba(255,255,255,.05);
  border:2px solid rgba(37,42,58,.85);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  object-fit:contain;
}
.brand-name{
  font-weight:800;
  letter-spacing:.2px;
  font-size:19px;
}

/* Nav CTA (sprint) */
.nav .nav-cta{
  color:var(--text);
  border:2px solid rgba(110,231,255,.42);
  background: rgba(110,231,255,.14);
  padding:8px 12px;
  border-radius:14px;
  font-weight:900;
}

/* Sections (sprint) – adds breathing room without redesign */
.section{
  padding-top:26px;
  padding-bottom:26px;
}

/* Sprint hero: allow nested .hero-grid inside existing .hero grid without empty column */
.hero > .hero-grid{
  grid-column:1 / -1; /* span both columns of the outer .hero grid */
}
.hero-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
}

/* Micro row (sprint) */
.micro-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.micro-row .micro{margin-top:0}

/* Pricing cards (sprint) – separate class, no interference with existing .price.card rules */
.price-card{
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:2px solid rgba(37,42,58,.85);
  border-radius:var(--radius);
  padding:18px;
  box-shadow: var(--shadow);

  height:100%;
  display:flex;
  flex-direction:column;
}
.price-card.featured{
  border-color:rgba(110,231,255,.50);
  background:rgba(110,231,255,.06);
  position:relative;
}
.price-card .tag{
  position:absolute;
  top:14px;
  right:14px;
  padding:8px 10px;
  border-radius:999px;
  border:2px solid rgba(183,255,110,.25);
  background: rgba(183,255,110,.08);
  font-size:12px;
  font-weight:900;
  letter-spacing:.15px;
}
.price-card .price-head{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:10px;
  min-height:52px;
}
.price-card .price{
  font-size:22px;
  font-weight:900;
}
.price-card .btn{
  margin-top:auto;
}

/* Full width card helper (sprint) */
.full-width{width:100%}

/* Sprint footer layout */
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

/* Responsive tweaks for sprint components */
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .micro-row{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .brand-logo{width:44px;height:44px;padding:7px;border-radius:12px}
  .brand-name{font-size:16px}
  .nav .nav-cta{padding:7px 10px}
}

.footer.footer--v2{
  margin-top: 56px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.footer.footer--v2 .footer-inner{
  display: grid;
  gap: 18px;
  align-items: start;
}

@media (min-width: 920px){
  .footer.footer--v2 .footer-inner{
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 26px;
  }
}

.footer.footer--v2 .footer-logo{
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 18px;
}

.footer.footer--v2 .footer-tagline{
  margin: 10px 0 0;
  max-width: 52ch;
  line-height: 1.55;
  opacity: .85;
}

.footer.footer--v2 .footer-meta{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  opacity: .75;
}

.footer.footer--v2 .dot{
  opacity: .55;
}

.footer.footer--v2 .footer-title{
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .9;
  margin-bottom: 10px;
}

.footer.footer--v2 .footer-col a{
  display: block;
  padding: 6px 0;
  text-decoration: none;
  opacity: .82;
}

.footer.footer--v2 .footer-col a:hover{
  opacity: 1;
}

/* Mollie trust (icons) */
.footer.footer--v2 .footer-pay{
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.footer.footer--v2 .footer-pay-label{
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .75;
}

.footer.footer--v2 .pay-strip{
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.footer.footer--v2 .pay-icon{
  height: 22px;
  width: auto;
  opacity: .95;
}

.footer.footer--v2 .pay-icon:hover{
  opacity: 1;
}

.footer.footer--v2 .footer-contacts{
  display: grid;
  gap: 8px;
}

.footer.footer--v2 .inline{
  display: inline-block;
}

@media (max-width: 820px){
  /* Sticky CTA must be conditional (only after hero) */
  .sticky-cta{ display: none; }
  body{ padding-bottom: 0; }

  body.sticky-on .sticky-cta{ display: flex; }
  body.sticky-on{ padding-bottom: 76px; }
}
/* ===========================
   Mobile hamburger nav (SAFE)
   =========================== */

.nav-toggle{
  display:none;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: inherit;
  cursor: pointer;
}

.nav-toggle-icon{
  width:18px;height:12px;position:relative;display:inline-block;
}
.nav-toggle-icon::before,
.nav-toggle-icon::after{
  content:"";position:absolute;left:0;right:0;height:2px;border-radius:2px;
  background: rgba(255,255,255,.9);
}
.nav-toggle-icon::before{ top:0; }
.nav-toggle-icon::after{ bottom:0; }

.nav-overlay{
  position:fixed;inset:0;
  background: rgba(0,0,0,.45);
  opacity:0;
  pointer-events:none;
  transition: opacity .18s ease;
  z-index: 20;
}

/* Mobile behavior */
@media (max-width: 920px){
  .nav-toggle{ display:inline-flex; }

  /* Nav becomes a dropdown sheet */
  .nav{
    position:fixed;
    top:72px; /* header height-ish */
    left:16px;
    right:16px;
    padding:14px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.14);
    background: rgba(11,12,16,.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0,0,0,.45);

    display:grid;
    gap:10px;

    opacity:0;
    transform: translateY(-8px);
    pointer-events:none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 30;
  }

  body.nav-open .nav{
    opacity:1;
    transform: translateY(0);
    pointer-events:auto;
  }

  body.nav-open .nav-overlay{
    opacity:1;
    pointer-events:auto;
  }
}
@media (max-width: 920px){
  /* Force correct click stacking order */
  .nav-overlay{ z-index: 4000; }
  .nav{ z-index: 4100; }
  .nav-toggle{ position: relative; z-index: 4200; }

  /* Make links feel like tappable buttons */
  .nav a{
    display:block;
    padding:10px 12px;
    border-radius:12px;
  }
  .nav a:active{ transform: translateY(1px); }
}
/* ==== NAV CLICK FIX: ensure menu is above overlay + sticky header ==== */
@media (max-width: 920px){
  /* overlay dims page, but must sit UNDER header+menu */
  .nav-overlay{
    z-index: 9000 !important;
  }

  /* sticky header must sit above overlay */
  .header{
    z-index: 9100 !important;
  }

  /* menu sheet must sit above overlay and be clickable */
  #site-nav{
    z-index: 9200 !important;
  }

  /* toggle button must be the top-most thing */
  .nav-toggle{
    position: relative;
    z-index: 9300 !important;
  }

  /* make sure links are tappable */
  #site-nav a{
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
  }
}
/* =========================================================
   UI2 — Apple polish pack (safe overrides)
   Scope: only active when <body class="... ui2">
   ========================================================= */

body.ui2{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.58;
}

/* Smooth anchors, but respect accessibility */
@media (prefers-reduced-motion: no-preference){
  html{ scroll-behavior: smooth; }
}

/* Container + section rhythm */
body.ui2 .wrap{
  max-width: 1120px;
  padding-left: clamp(18px, 3vw, 28px);
  padding-right: clamp(18px, 3vw, 28px);
}

body.ui2 .section{
  padding-top: clamp(36px, 5vw, 72px);
  padding-bottom: clamp(36px, 5vw, 72px);
}

/* Headings + body copy hierarchy */
body.ui2 h1{
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.04;
}

body.ui2 .kicker{
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .85;
}

/* Hero spacing */
body.ui2 .hero{
  gap: clamp(16px, 3.2vw, 36px);
  padding-top: clamp(18px, 3vw, 34px);
  padding-bottom: clamp(22px, 3vw, 40px);
}

/* Cards: calmer, premium, less “thick border” feel */
body.ui2 .card{
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.035);
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
}

@media (prefers-reduced-motion: no-preference){
  body.ui2 .card{
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
  }
  body.ui2 .card:hover{
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.045);
  }
}

/* Grid spacing */
body.ui2 .grid3,
body.ui2 .split,
body.ui2 .pricing,
body.ui2 .faq{
  gap: clamp(12px, 2.2vw, 18px);
}

/* Buttons: Apple-like snap (slower, cleaner) */
body.ui2 .btn{
  border-width: 1px;
  transition: transform .16s ease, opacity .16s ease, box-shadow .16s ease;
}

body.ui2 .btn:hover{
  transform: translateY(-1px);
}

body.ui2 .btn:active{
  transform: translateY(0);
}

/* Inputs: cleaner focus + readability */
body.ui2 input,
body.ui2 select,
body.ui2 textarea{
  border-width: 1px;
}

body.ui2 :focus-visible{
  outline: 2px solid rgba(110,231,255,.55);
  outline-offset: 3px;
  border-radius: 14px;
}

/* Sticky CTA: more “iOS sheet” vibe */
@media (max-width: 820px){
  body.ui2 .sticky-cta{
    left: 16px;
    right: 16px;
    margin: 0 auto;
    max-width: 560px;
    border-radius: 16px;
  }
}
/* UI2 nav polish */
@media (max-width: 920px){
  body.ui2 .nav{
    padding: 14px;
    border-radius: 18px;
  }

  body.ui2 .nav a{
    display: flex;
    align-items: center;
    padding: 12px 12px;
    border-radius: 14px;
    opacity: .92;
  }

  body.ui2 .nav a:hover{
    opacity: 1;
    background: rgba(255,255,255,.06);
  }

  body.ui2 .nav a.is-active{
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
  }
}
body.ui2 .pricing-note{
  margin-top: 14px;
  opacity: .86;
  max-width: 72ch;
}
body.ui2 .faq-item h3{
  margin-bottom: 8px;
}
body.ui2 .faq-item p + p{
  margin-top: 10px;
}
/* UI2 micro-rhythm polish */
body.ui2 .section-head{
  margin-bottom: clamp(14px, 2.2vw, 22px);
}

body.ui2 .pricing{
  margin-top: clamp(12px, 2vw, 18px);
}

body.ui2 .roi-grid,
body.ui2 .roi-out{
  gap: 12px;
}

body.ui2 .faq{
  gap: 12px;
}

body.ui2 details.card summary{
  padding-top: 14px;
  padding-bottom: 14px;
}
/* ROI: scenarios is aparte sectie, dus ROI moet full-width */
body.home #roi .grid-2{
  grid-template-columns: 1fr;
}
/* Scenarios — 3 conversion cards (no tabs, no click friction) */
body.home #scenarios .scenario-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2.2vw, 18px);
  margin-top: 14px;
}

@media (min-width: 921px) and (max-width: 1180px){
body.home   #scenarios .scenario-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px){
body.home   #scenarios .scenario-grid{
    grid-template-columns: 1fr;
  }
}

body.home #scenarios .scenario-card{
  display:flex;
  flex-direction:column;
  gap: 10px;
}

body.home #scenarios .scenario-head{
  display:flex;
  flex-direction:column;
  gap: 4px;
}

body.home #scenarios .scenario-head h3{
  margin:0;
  font-size:16px;
  letter-spacing:-0.01em;
}

body.home #scenarios .scenario-sub{
  font-size:12px;
  color: var(--muted);
}

body.home #scenarios .scenario-lead{
  margin:0;
  color: var(--muted);
  font-size:14px;
  line-height:1.55;
}

body.home #scenarios .scenario-steps{
  margin: 10px 0 0;
  padding: 0;
  list-style:none;
  display:grid;
  gap: 8px;
  counter-reset: sc;
}

body.home #scenarios .scenario-steps li{
  counter-increment: sc;
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: var(--muted);
  font-size:13px;
  line-height:1.45;
}

body.home #scenarios .scenario-steps li::before{
  content: counter(sc);
  width:20px;
  height:20px;
  border-radius:999px;
  flex:0 0 20px;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:11px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--text);
  margin-top:1px;
}

body.home #scenarios .scenario-cta{
  margin-top:auto;
}
/* X2 — Proof visuals (UI2, perf-safe, no CLS) */
body.ui2 #proof .visual-tiles{
  margin-top: clamp(12px, 2.2vw, 18px);
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2.2vw, 18px);
}

@media (max-width: 920px){
  body.home.ui2 #proof .visual-tiles{ grid-template-columns: 1fr; }
}

body.home.ui2 #proof .visual-tile{
  padding:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-width:0;
}

body.home.ui2 #proof .visual-tile img{
  display:block;
  width:100%;
  height:auto;
}

body.home.ui2 #proof .visual-meta{
  padding: 14px;
}

/* Proof wall + X1 mini-cases (UI2) */
body.home.ui2 #proof .proof-wall{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2.2vw, 18px);
}

@media (max-width: 920px){
  body.home.ui2 #proof .proof-wall{ grid-template-columns: 1fr; }
}

body.home.ui2 #proof .proof-logos{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
}

body.home.ui2 #proof .proof-logo{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--ui-border);
  background: transparent;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

body.home.ui2 #proof .proof-metrics{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.home.ui2 #proof .proof-num{
  font-variant-numeric: tabular-nums;
}

body.home.ui2 #proof .proof-quotes{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 10px;
}

body.home.ui2 #proof .proof-quotes li{
  padding-left: 14px;
  position: relative;
}

body.home.ui2 #proof .proof-quotes li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--ui-border);
}

/* X1 — Mini-case tiles */
body.home.ui2 #proof .case-tiles{
  margin-top: clamp(12px, 2.2vw, 18px);
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2.2vw, 18px);
}

@media (min-width: 921px) and (max-width: 1180px){
 body.home.ui2 #proof .case-tiles{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px){
 body.home.ui2 #proof .case-tiles{ grid-template-columns: 1fr; }
}

body.home.ui2 #proof .case-tile{
  text-decoration:none;
  color:inherit;
  display:flex;
  flex-direction:column;
  min-height: 180px;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

body.home.ui2 #proof .case-tile .case-meta{
  margin-top:auto;
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  padding-top: 10px;
}

body.home.ui2 #proof .case-tile:hover{
  transform: translateY(-1px);
}


/* UI2: consistent section rhythm (premium whitespace) */
body.ui2 main > section.wrap{
  padding-top: clamp(26px, 3.2vw, 54px);
  padding-bottom: clamp(26px, 3.2vw, 54px);
}

/* Hero heeft al eigen padding rules; deze mag net iets compacter blijven */
body.ui2 main > section.wrap.hero{
  padding-top: clamp(18px, 3vw, 34px);
  padding-bottom: clamp(22px, 3vw, 40px);
}

body.ui2 .section-head h2{
  margin:0;
}

body.ui2 .section-head p{
  margin: 8px 0 0;
}

/* Anchor jumps: keep sections below sticky header */
section[id]{ scroll-margin-top: 92px; }
@media (max-width: 920px){
  section[id]{ scroll-margin-top: 84px; }
}

/* UI2 desktop nav: premium tappable + active state */
body.ui2 .nav a{
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
}

body.ui2 .nav a:hover{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.06);
}

body.ui2 .nav a.is-active{
  color: var(--text);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
}
/* PACK3 — micro-typography + CTA hierarchy + trust strip */

body{
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.ui2{
  --shadow: 0 14px 44px rgba(0,0,0,.32);
}

body.ui2 h1, body.ui2 h2, body.ui2 h3{ text-wrap: balance; }
body.ui2 p{ text-wrap: pretty; }

/* Type scale: all H2 consistent (section titles) */
body.ui2 h2{
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: -0.02em;
}

body.ui2 .hero h1{
  font-size: clamp(32px, 4.4vw, 52px);
  letter-spacing: -0.03em;
}

body.ui2 .lead{
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.45;
  max-width: 62ch;
    opacity: .92;
}

body.ui2 .hero-about{
  font-size: 15px;
  line-height: 1.65;
  max-width: 64ch;
}

body.ui2 .hero-copy{ max-width: 62ch; }

body.ui2 .btn{
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

body.ui2 .btn.tertiary{
  box-shadow: none;
  background: rgba(255,255,255,.03);
}

body.ui2 .btn:focus-visible{
  outline: 3px solid rgba(110,231,255,.35);
  outline-offset: 2px;
}

/* Trust strip */
.trust-strip{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin: 10px 0 0;
}

.trust-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  font-size:12px;
  color: var(--muted);
}

.trust-pill strong{
  color: var(--text);
  font-weight: 900;
}
/* Proof wall (QW1) — hero → proof → sprint (NO-DRIFT) */
.proof-row{ padding-top: 6px; }

.proof-wall{
  display:grid;
  grid-template-columns: 1.1fr .9fr 1fr;
  gap:14px;
  margin-top: 12px;
}

.proof-box{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  border-radius: var(--radius);
  padding:14px;
}

.proof-logos{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top: 8px;
}

.proof-logo{
  height:34px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  color: var(--muted);
  font-size:12px;
  font-weight:900;
  letter-spacing:.18px;
  text-transform:uppercase;
}

.proof-chips{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.proof-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:8px;
}

.proof-metric{ min-width: 110px; }

.proof-num{
  font-size:18px;
  font-weight:900;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  line-height:1.1;
}

.proof-quotes{
  list-style:none;
  margin:8px 0 0;
  padding:0;
  display:grid;
  gap:8px;
}

.proof-quotes li{
  color: var(--muted);
  font-size:13px;
  border-left:2px solid rgba(255,255,255,.10);
  padding-left:10px;
}

@media (max-width: 920px){
  .proof-wall{ grid-template-columns: 1fr; }
}

/* Pricing highlight badge + subtle glow */
.price.card.highlight{
  position: relative;
  padding-top: 44px;
  border-color: rgba(110,231,255,.26);
  background: linear-gradient(180deg, rgba(110,231,255,.06), rgba(255,255,255,.02));
}

.price.card.highlight::before{
  content: attr(data-badge);
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(110,231,255,.28);
  background: rgba(110,231,255,.12);
  color: var(--text);
}
.micro{
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.dealbar{
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  margin-top: 16px;
}

.dealcopy{
  color: var(--muted);
  font-size: 14px;
}

.dealcopy strong{ color: var(--text); }

.dealactions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

@media (max-width: 920px){
  .dealbar{ flex-direction:column; align-items:flex-start; }
}
@media (min-width: 921px){
  .dealbar{
    margin-top: clamp(22px, 2.2vw, 34px);
  }
}

/* =========================================
   QW0 — Rhythm surfaces (non-breaking)
   Doel: minder wall-of-text zonder redesign
   ========================================= */

body.ui2 main > section.wrap.is-surface{
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
}

/* Extra adem tussen sections (subtiel, geen layout shift) */
body.ui2 main > section.wrap + section.wrap{
  margin-top: clamp(10px, 1.6vw, 16px);
}

/* =========================================================
   UI-CONTRACT v1 — Theme tokens + Band mechanic (NO-DRIFT)
   Inserted after line 1341 (end of file)
   Goal: prepare Light Bands without breaking existing UI.
   ========================================================= */

/* Contract tokens map (defaults = current dark UI) */
:root{
  --ui-bg: var(--bg);
  --ui-text: var(--text);
  --ui-muted: var(--muted);
  --ui-border: var(--line);
  --ui-surface: rgba(255,255,255,.06);
  --ui-surface-2: rgba(255,255,255,.09);
  --ui-shadow: var(--shadow);

  --ui-accent: var(--accent);
  --ui-focus: rgba(110,231,255,.45); /* safe default */
    /* Type contract (Relay/Group safe) */
  --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", Arial, "Apple Color Emoji","Segoe UI Emoji";
  --lh-body: 1.45;

  --fs-h2: clamp(24px, 3.2vw, 34px);
  --lh-h2: 1.12;

  --fs-h3: 18px;
  --lh-h3: 1.2;
}

/* Fix: .muted should actually be muted (hierarchy) */
body.ui2 .muted{ color: var(--ui-muted); }

/* Band scope (only applies where we add class="band") */
.band{
  background: var(--ui-bg);
  color: var(--ui-text);
  color-scheme: dark;
}

/* Light band override (activate via class="band theme-light") */
.band.theme-light{
  --ui-bg: #f7f8fb;
  --ui-text: #0a0c10;
  --ui-muted: rgba(10,12,16,.72);
  --ui-border: rgba(10,12,16,.14);
  --ui-surface: #ffffff;
  --ui-surface-2: #ffffff;
  --ui-shadow: 0 16px 40px rgba(16,24,40,.14);
  --ui-focus: rgba(124,92,255,.40);
  --ui-accent: var(--accent);
  color-scheme: light;
  /* Bridge legacy tokens so existing CSS (var(--text)/var(--muted)) works in light bands */
  --bg: var(--ui-bg);
  --text: var(--ui-text);
  --muted: var(--ui-muted);
  --line: var(--ui-border);
  --shadow: var(--ui-shadow);  
}

/* Baseline readability inside bands */
.band :is(h1,h2,h3,h4,h5,h6){ color: var(--ui-text); }
.band :is(p,li){ color: var(--ui-text); }
.band .muted{ color: var(--ui-muted); }

/* Baseline surfaces/cards inside bands (only if present) */
.band :is(.card,.panel,.surface){
  background: var(--ui-surface);
  border: 1px solid var(--ui-border);
  box-shadow: none;
}

/* Baseline form controls inside bands */
.band :is(input,textarea,select){
  background: var(--ui-surface);
  color: var(--ui-text);
  border: 1px solid var(--ui-border);
}

.band :is(input,textarea,select)::placeholder{ color: var(--ui-muted); }

.band :is(a,button,input,textarea,select):focus-visible{
  outline: 2px solid var(--ui-focus);
  outline-offset: 2px;
}
/* =========================================================
   Step 2 (ROI only): ensure .band overrides UI2 is-surface
   Applies ONLY when a section has BOTH: is-surface + band
   ========================================================= */

body.ui2 main > section.wrap.is-surface.band{
  background: var(--ui-bg);
  color: var(--ui-text);
  border-color: var(--ui-border);
  box-shadow: none;
}

/* ROI components inside light band */
.band .kpi{
  background: var(--ui-surface);
  border: 1px solid var(--ui-border);
}

.band :is(label, .form .lbl, .kpi-label, .note){
  color: var(--ui-muted);
}

/* Inputs focus style inside light band (keeps it premium + readable) */
.band.theme-light input:focus{
  border-color: rgba(124,92,255,.55);
  box-shadow: 0 0 0 3px rgba(124,92,255,.12);
}
/* =========================================================
   Step 4 (ROI POP): split input/output + impact panel
   Scope: ROI only (#roi)
   ========================================================= */

body.home #roi .roi-grid{
  align-items: start;
  gap: 18px;
  grid-template-columns: 1.15fr 0.85fr;
}

body.home #roi .roi-input{
  box-shadow: none;
}

body.home #roi .roi-impact{
  background: linear-gradient(180deg, #0b0d12 0%, #0a0c10 100%);
  color: rgba(238,241,255,0.98);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: none;
  padding: 18px;
}

body.home #roi .roi-impact .muted,
body.home #roi .roi-impact .kpi-label,
body.home #roi .roi-sub{
  color: rgba(238,241,255,0.70);
}

body.home #roi .roi-kicker{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(238,241,255,0.70);
  margin-bottom: 8px;
}

body.home #roi .roi-big{
  font-weight: 950;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 2px 0 6px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body.home #roi .roi-kpis{
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

body.home #roi .roi-impact .kpi{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

body.home #roi .roi-impact .kpi-value{
  color: rgba(238,241,255,0.98);
}

body.home #roi .roi-actions{
  margin-top: 14px;
}

body.home #roi .roi-actions .btn{
  width: 100%;
  justify-content: center;
}

/* Mobile: keep it stacked and readable */
@media (max-width: 860px){
body.home   #roi .roi-grid{ grid-template-columns: 1fr; }
body.home  #roi .roi-big{ font-size: 42px; }
}
/* =========================================================
   Step 4.1 (ROI polish): CTA punch + KPI calm
   ========================================================= */

body.home #roi .roi-impact{
  border-radius: 18px;
}

body.home #roi .roi-impact .kpi{
  padding: 14px 14px;
  border-radius: 14px;
}

body.home #roi .roi-impact .kpi-label{
  font-size: 13px;
}

body.home #roi .roi-impact .kpi-value{
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
/* ROI impact KPI alignment — mobile fix (NO DRIFT) */
@media (max-width: 420px){
body.home   #roi .roi-impact .kpi{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
body.home   #roi .roi-impact .kpi-value{
    white-space: normal;   /* override nowrap on small screens */
    align-self: flex-end;  /* value stays right */
    text-align: right;
  }
}

body.home #roi .roi-actions .btn.primary{
  background: var(--ui-accent);
  border-color: transparent;
  color: #061018;
  box-shadow: none;
}

body.home #roi .roi-actions .btn.primary:hover{
  opacity: 0.96;
}

body.home #roi .roi-actions .btn.primary:focus-visible{
  outline: 2px solid rgba(255,255,255,0.55);
  outline-offset: 2px;
}
/* Proof wall — desktop tiles enforcement (NO-DRIFT) */
body.home #proof .proof-wall{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:14px;
}
@media (max-width: 920px){
 body.home  #proof .proof-wall{ grid-template-columns: 1fr; }
}

/* Ensure "card" look wins even if proof-box had earlier overrides */
body.home #proof .proof-box.card{
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:2px solid rgba(37,42,58,.85);
  box-shadow: var(--shadow);
}

/* Quotes: no bullets, clean */
body.home #proof .proof-quotes{
  list-style:none;
  margin:8px 0 0;
  padding:0;
  display:grid;
  gap:8px;
}
body.home #proof .proof-quotes li{
  border-left:2px solid rgba(255,255,255,.10);
  padding-left:10px;
}
