/* GFX Hosting — velocity design system */
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('/fonts/bricolage.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('/fonts/sora.woff2') format('woff2');
  font-weight: 100 800;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/fonts/jetbrains-mono.woff2') format('woff2');
  font-weight: 100 800;
  font-display: swap;
}

:root {
  --ink: #0a0b0d;
  --ink-2: #101216;
  --panel: #15181d;
  --panel-2: #1b1f26;
  --line: #262b33;
  --line-2: #323843;
  --text: #e8ecf1;
  --muted: #8b94a3;
  --dim: #5b626e;
  --volt: #d4ff3f;
  --volt-dim: #a8cc2f;
  --cyan: #38e8d4;
  --red: #ff6b6b;
  --radius: 16px;
  --maxw: 1180px;
  --font-display: 'Bricolage Grotesque', 'Segoe UI', sans-serif;
  --font-body: 'Sora', 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', Consolas, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--volt); color: var(--ink); }

/* ── Achtergrond: raster + gloed ─────────────────────────── */
.bg {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(212, 255, 63, .07), transparent 60%),
    radial-gradient(700px 500px at 10% 10%, rgba(56, 232, 212, .06), transparent 60%),
    var(--ink);
}
.bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(rgba(232, 236, 241, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 236, 241, .025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 30%, transparent 75%);
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ── Navigatie ───────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(10, 11, 13, .72);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  height: 68px; display: flex; align-items: center; gap: 32px;
}
.logo {
  font-family: var(--font-display); font-weight: 800; font-size: 21px;
  color: var(--text); text-decoration: none; letter-spacing: -.02em;
  display: flex; align-items: center; gap: 9px;
}
.logo .bolt { color: var(--volt); filter: drop-shadow(0 0 8px rgba(212,255,63,.6)); }
.logo em { font-style: normal; color: var(--volt); }
.nav-links { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.nav-links a {
  color: var(--muted); text-decoration: none; font-size: 14.5px;
  transition: color .15s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: var(--volt); color: var(--ink) !important; font-weight: 600;
  padding: 9px 18px; border-radius: 10px;
  box-shadow: 0 0 0 0 rgba(212,255,63,.4);
  transition: box-shadow .2s, transform .15s;
}
.nav-cta:hover { box-shadow: 0 0 24px 2px rgba(212,255,63,.35); transform: translateY(-1px); }

/* ── Knoppen ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 15.5px;
  padding: 14px 28px; border-radius: 12px; border: 0; cursor: pointer;
  text-decoration: none; transition: transform .15s, box-shadow .2s, background .15s;
}
.btn-volt {
  background: var(--volt); color: var(--ink);
  box-shadow: 0 4px 28px -6px rgba(212,255,63,.45);
}
.btn-volt:hover { transform: translateY(-2px); box-shadow: 0 8px 36px -4px rgba(212,255,63,.55); }
.btn-ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--line-2);
}
.btn-ghost:hover { border-color: var(--dim); background: var(--ink-2); }

/* ── Hero ────────────────────────────────────────────────── */
.hero { padding: 92px 0 64px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--cyan);
  border: 1px solid rgba(56,232,212,.3); border-radius: 99px;
  padding: 6px 14px; margin-bottom: 26px;
  background: rgba(56,232,212,.06);
  animation: rise .6s ease both;
}
.kicker .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--cyan);
  animation: pulse 1.6s ease-in-out infinite;
}
h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(40px, 5.6vw, 68px); line-height: 1.03; letter-spacing: -.03em;
  animation: rise .6s .08s ease both;
}
h1 .volt-text {
  color: var(--volt);
  text-shadow: 0 0 40px rgba(212,255,63,.35);
}
h1 .strike { position: relative; white-space: nowrap; }
h1 .strike::after {
  content: ''; position: absolute; left: -2%; right: -2%; top: 54%;
  height: 5px; background: var(--red); border-radius: 3px;
  transform: rotate(-2deg); opacity: .85;
}
.hero p.lead {
  margin: 24px 0 36px; font-size: 18px; color: var(--muted); max-width: 480px;
  animation: rise .6s .16s ease both;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; animation: rise .6s .24s ease both; }
.hero-note { margin-top: 18px; font-size: 13.5px; color: var(--dim); animation: rise .6s .3s ease both; }
.hero-note .check { color: var(--volt-dim); }

/* Terminal-paneel */
.term {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line-2); border-radius: var(--radius);
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.8), 0 0 60px -30px rgba(212,255,63,.18);
  overflow: hidden;
  animation: rise .7s .2s ease both;
}
.term-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 13px 18px; border-bottom: 1px solid var(--line);
}
.term-bar i { width: 11px; height: 11px; border-radius: 50%; background: var(--line-2); }
.term-bar i:first-child { background: #ff5f57; }
.term-bar i:nth-child(2) { background: #febc2e; }
.term-bar i:nth-child(3) { background: #28c840; }
.term-bar span {
  margin-left: auto; font-family: var(--font-mono); font-size: 11.5px; color: var(--dim);
}
.term-body { padding: 22px 22px 26px; font-family: var(--font-mono); font-size: 13.5px; line-height: 2; }
.term-body .ln { opacity: 0; animation: type .01s forwards; white-space: nowrap; overflow: hidden; }
.term-body .ln:nth-child(1) { animation-delay: .5s; }
.term-body .ln:nth-child(2) { animation-delay: 1.0s; }
.term-body .ln:nth-child(3) { animation-delay: 1.4s; }
.term-body .ln:nth-child(4) { animation-delay: 1.8s; }
.term-body .ln:nth-child(5) { animation-delay: 2.2s; }
.term-body .ln:nth-child(6) { animation-delay: 2.8s; }
.t-dim { color: var(--dim); }
.t-volt { color: var(--volt); }
.t-cyan { color: var(--cyan); }
.t-txt { color: var(--text); }
.cursor {
  display: inline-block; width: 8px; height: 15px; background: var(--volt);
  vertical-align: -2px; animation: blink 1s steps(1) infinite;
}

/* Live metric-strip onder hero */
.metrics {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(21,24,29,.6); backdrop-filter: blur(6px);
  overflow: hidden;
  animation: rise .7s .35s ease both;
}
.metric { padding: 26px 28px; border-left: 1px solid var(--line); }
.metric:first-child { border-left: 0; }
.metric b {
  display: block; font-family: var(--font-mono); font-weight: 700;
  font-size: 30px; letter-spacing: -.02em; color: var(--text);
}
.metric b em { font-style: normal; color: var(--volt); }
.metric span { font-size: 13px; color: var(--dim); }

/* ── Marquee ─────────────────────────────────────────────── */
.marquee {
  border-block: 1px solid var(--line); margin: 80px 0 0;
  overflow: hidden; padding: 16px 0;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex; gap: 48px; width: max-content;
  animation: scroll 70s linear infinite;
}
.marquee-track span {
  font-family: var(--font-mono); font-size: 13px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--dim); white-space: nowrap;
}
.marquee-track span i { font-style: normal; color: var(--volt-dim); margin-right: 10px; }

/* ── Secties ─────────────────────────────────────────────── */
section { padding: 96px 0; }
.sec-head { max-width: 620px; margin-bottom: 56px; }
.sec-tag {
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--volt);
}
h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(30px, 3.6vw, 44px); letter-spacing: -.025em; line-height: 1.1;
  margin: 14px 0 16px;
}
.sec-head p { color: var(--muted); font-size: 16.5px; }

/* Bento-grid features */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; position: relative; overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.card:hover { border-color: var(--line-2); transform: translateY(-3px); }
.card.span2 { grid-column: span 2; }
.card h3 {
  font-family: var(--font-display); font-size: 19px; font-weight: 700;
  margin: 16px 0 8px; letter-spacing: -.01em;
}
.card p { color: var(--muted); font-size: 14.5px; }
.card .icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(212,255,63,.08); border: 1px solid rgba(212,255,63,.2);
  color: var(--volt);
}
.card .icon.cy { background: rgba(56,232,212,.08); border-color: rgba(56,232,212,.22); color: var(--cyan); }
.card .glow {
  position: absolute; top: -60px; right: -60px; width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(212,255,63,.12), transparent 70%);
  pointer-events: none;
}

/* Snelheidsvergelijking (bars) */
.race { display: grid; gap: 22px; max-width: 760px; }
.race-row { display: grid; grid-template-columns: 150px 1fr 90px; gap: 18px; align-items: center; }
.race-row .who { font-size: 14.5px; color: var(--muted); }
.race-row .who b { color: var(--text); font-weight: 600; }
.race-track { background: var(--ink-2); border: 1px solid var(--line); border-radius: 99px; height: 16px; overflow: hidden; }
.race-fill { height: 100%; border-radius: 99px; width: 0; }
.race-row .ms { font-family: var(--font-mono); font-size: 14px; color: var(--dim); text-align: right; }
.race-row.gfx .ms { color: var(--volt); font-weight: 700; }
.race-row.gfx .race-fill { background: linear-gradient(90deg, var(--volt-dim), var(--volt)); box-shadow: 0 0 16px rgba(212,255,63,.5); }
.race-row:not(.gfx) .race-fill { background: var(--line-2); }
.race.inview .race-fill { transition: width 1.4s cubic-bezier(.2,.8,.2,1); }
.race-note { margin-top: 26px; font-size: 13px; color: var(--dim); }

/* ── Prijzen ─────────────────────────────────────────────── */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line); border-radius: 20px; padding: 34px 30px;
  display: flex; flex-direction: column; position: relative;
  transition: transform .2s, border-color .2s, box-shadow .25s;
}
.plan:hover { transform: translateY(-4px); border-color: var(--line-2); }
.plan.popular {
  border-color: rgba(212,255,63,.45);
  box-shadow: 0 0 50px -16px rgba(212,255,63,.3);
}
.plan.popular:hover { box-shadow: 0 0 70px -14px rgba(212,255,63,.4); }
.plan .badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--volt); color: var(--ink);
  font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 99px; white-space: nowrap;
}
.plan h3 { font-family: var(--font-display); font-size: 21px; font-weight: 700; }
.plan .for { font-size: 13.5px; color: var(--dim); margin: 4px 0 22px; }
.plan .price { font-family: var(--font-mono); margin-bottom: 24px; }
.plan .price b { font-size: 42px; font-weight: 700; letter-spacing: -.03em; }
.plan .price span { color: var(--dim); font-size: 13.5px; }
.plan ul { list-style: none; display: grid; gap: 11px; margin-bottom: 30px; }
.plan li { font-size: 14.5px; color: var(--muted); display: flex; gap: 10px; align-items: start; }
.plan li::before { content: '+'; color: var(--volt); font-family: var(--font-mono); font-weight: 700; }
.plan .btn { margin-top: auto; justify-content: center; }
.plans-note { text-align: center; margin-top: 28px; color: var(--dim); font-size: 13.5px; }

/* ── Stappen ─────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step {
  position: relative; padding: 30px;
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
}
.step::before {
  counter-increment: step; content: '0' counter(step);
  font-family: var(--font-mono); font-size: 13px; color: var(--volt);
  border: 1px solid rgba(212,255,63,.3); border-radius: 8px;
  padding: 4px 9px; display: inline-block; margin-bottom: 18px;
  background: rgba(212,255,63,.06);
}
.step h3 { font-family: var(--font-display); font-size: 18px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--muted); }
.step .auto {
  margin-top: 14px; display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-mono); font-size: 11.5px; color: var(--cyan);
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq { max-width: 760px; }
.faq details {
  border: 1px solid var(--line); border-radius: 14px;
  background: var(--ink-2); margin-bottom: 12px; overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 20px 24px; font-weight: 600; font-size: 15.5px;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-family: var(--font-mono); color: var(--volt);
  font-size: 20px; transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 24px 22px; color: var(--muted); font-size: 14.5px; }

/* ── CTA-band ────────────────────────────────────────────── */
.cta-band {
  border: 1px solid rgba(212,255,63,.3); border-radius: 24px;
  padding: 64px 48px; text-align: center; position: relative; overflow: hidden;
  background:
    radial-gradient(600px 200px at 50% 120%, rgba(212,255,63,.14), transparent 70%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
}
.cta-band h2 { margin-bottom: 14px; }
.cta-band p { color: var(--muted); margin-bottom: 32px; }

/* ── Footer ──────────────────────────────────────────────── */
footer { border-top: 1px solid var(--line); padding: 48px 0 40px; margin-top: 40px; }
.foot { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
.foot .logo { font-size: 18px; }
.foot nav { display: flex; gap: 22px; margin-left: auto; }
.foot a { color: var(--dim); text-decoration: none; font-size: 13.5px; transition: color .15s; }
.foot a:hover { color: var(--text); }
.foot-base { margin-top: 22px; font-size: 12.5px; color: var(--dim); }

/* ── Formulieren (bestellen) ─────────────────────────────── */
.order-grid { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 8px; }
.field input {
  width: 100%; padding: 14px 16px; font: inherit; font-size: 15px;
  background: var(--ink-2); color: var(--text);
  border: 1px solid var(--line-2); border-radius: 12px;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus {
  outline: 0; border-color: var(--volt);
  box-shadow: 0 0 0 3px rgba(212,255,63,.15);
}
.field .hint { font-size: 12.5px; color: var(--dim); margin-top: 6px; }
.plan-pick { display: grid; gap: 12px; margin-bottom: 26px; }
.plan-pick label {
  display: flex; align-items: center; gap: 14px; cursor: pointer;
  border: 1px solid var(--line-2); border-radius: 14px; padding: 16px 18px;
  transition: border-color .15s, background .15s;
}
.plan-pick input { accent-color: var(--volt); width: 17px; height: 17px; }
.plan-pick label:has(input:checked) {
  border-color: var(--volt); background: rgba(212,255,63,.05);
}
.plan-pick .pp-name { font-weight: 600; }
.plan-pick .pp-price { margin-left: auto; font-family: var(--font-mono); color: var(--volt); }
.summary {
  position: sticky; top: 92px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line); border-radius: 20px; padding: 30px;
}
.summary h3 { font-family: var(--font-display); margin-bottom: 18px; }
.summary .row { display: flex; justify-content: space-between; font-size: 14.5px; color: var(--muted); padding: 9px 0; border-bottom: 1px dashed var(--line); }
.summary .row b { color: var(--text); }
.summary .total { display: flex; justify-content: space-between; padding: 16px 0 0; font-weight: 700; font-size: 17px; }
.summary .total .amt { font-family: var(--font-mono); color: var(--volt); }
.form-error {
  display: none; background: rgba(255,107,107,.1); border: 1px solid rgba(255,107,107,.35);
  color: var(--red); padding: 13px 16px; border-radius: 12px; font-size: 14px; margin-bottom: 18px;
}
.form-error.show { display: block; }

/* ── Statuspagina (bedankt) ──────────────────────────────── */
.status-wrap { max-width: 560px; margin: 0 auto; text-align: center; padding: 80px 0 40px; }
.status-steps { display: grid; gap: 14px; margin: 40px 0; text-align: left; }
.sstep {
  display: flex; gap: 16px; align-items: center;
  border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px;
  background: var(--ink-2); color: var(--dim); transition: all .3s;
}
.sstep .si {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-family: var(--font-mono); font-size: 13px;
  border: 1px solid var(--line-2);
}
.sstep.done { color: var(--text); border-color: rgba(212,255,63,.3); }
.sstep.done .si { background: var(--volt); color: var(--ink); border-color: var(--volt); font-weight: 700; }
.sstep.busy { color: var(--text); }
.sstep.busy .si { border-color: var(--cyan); color: var(--cyan); animation: pulse 1.4s ease-in-out infinite; }

/* ── Animaties ───────────────────────────────────────────── */
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes blink { 50% { opacity: 0; } }
@keyframes type { to { opacity: 1; } }
@keyframes scroll { to { transform: translateX(-50%); } }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.inview { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .term-body .ln { opacity: 1; }
}

/* ── Responsief ──────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(3) { border-left: 0; }
  .metric { border-top: 1px solid var(--line); }
  .metric:nth-child(-n+2) { border-top: 0; }
  .bento { grid-template-columns: 1fr 1fr; }
  .card.span2 { grid-column: span 2; }
  .plans, .steps { grid-template-columns: 1fr; }
  .plan.popular { order: -1; }
  .order-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
}
@media (max-width: 640px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .marquee-track { animation-duration: 45s; }
  section { padding: 64px 0; }
  .hero { padding: 56px 0 40px; }
  .bento { grid-template-columns: 1fr; }
  .card.span2 { grid-column: span 1; }
  .race-row { grid-template-columns: 1fr; gap: 8px; }
  .race-row .ms { text-align: left; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 48px 24px; }
}
