:root {
  --p: #0e1f3a;
  --p2: #1f3b6e;
  --a: #00d4a3;
  --a2: #00b48a;
  --text: #0c1424;
  --muted: #5e6b85;
  --bg: #ffffff;
  --soft: #f6f8fc;
  --border: #e3e8f1;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Nav — donker in de hero-sectie */
.nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20;
  background: transparent;
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 16px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: #fff; font-size: 17px; }
.brand .dot { width: 12px; height: 12px; background: var(--a); border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,212,163,0.28); }
.nav__links { display: flex; gap: 26px; }
.nav__links a { color: rgba(255,255,255,0.85); font-weight: 600; font-size: 14px; }
.nav__links a:hover { color: #fff; }
@media (max-width: 780px) { .nav__links { display: none; } }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px; padding: 10px 18px; border-radius: 8px;
  font-weight: 700; font-size: 14px; letter-spacing: 0.01em;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .08s ease, box-shadow .12s ease, background .12s ease;
}
.btn--sm { padding: 8px 14px; font-size: 13px; }
.btn--lg { padding: 13px 24px; font-size: 15px; }
.btn--primary { background: var(--a); color: #062a23; }
.btn--primary:hover { background: var(--a2); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,180,138,0.25); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.30); }
.btn--ghost:hover { background: rgba(255,255,255,0.08); }
.section .btn--ghost { color: var(--p); border-color: var(--border); }
.section .btn--ghost:hover { background: var(--soft); }

/* Hero */
.hero {
  background:
    radial-gradient(900px 380px at 90% 0%, rgba(0,212,163,0.10), transparent 65%),
    linear-gradient(180deg, #0a1226 0%, #0e1a34 55%, #0a1226 100%);
  color: #fff;
  padding: 118px 0 36px;
  position: relative;
  overflow: hidden;
}
.hero__inner {
  display: grid; grid-template-columns: 1.05fr 1.15fr; gap: 56px;
  align-items: center;
}
@media (max-width: 960px) { .hero__inner { grid-template-columns: 1fr; gap: 40px; } .hero { padding: 96px 0 32px; } }

.hero__pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 100px;
  background: rgba(0,212,163,0.10); color: var(--a);
  font-weight: 700; font-size: 12px; letter-spacing: 0.03em; margin-bottom: 22px;
  border: 1px solid rgba(0,212,163,0.30);
}
.hero__pill-dot { width: 8px; height: 8px; background: var(--a); border-radius: 50%; box-shadow: 0 0 0 3px rgba(0,212,163,0.28); }

.hero h1 {
  font-size: clamp(32px, 4.6vw, 52px);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1.1;
  margin: 0 0 22px;
}
.hero__accent { position: relative; color: var(--a); white-space: nowrap; }
.hero__swoosh {
  position: absolute; left: 0; right: 0; bottom: -14px;
  width: 100%; height: 16px; pointer-events: none;
}
.hero .lead { font-size: 17px; color: rgba(255,255,255,0.80); max-width: 560px; margin: 0 0 30px; line-height: 1.65; }

.hero__benefits {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; max-width: 620px;
  margin: 0 0 32px;
}
@media (max-width: 560px) { .hero__benefits { grid-template-columns: 1fr; } }
.hero__benefit { display: flex; align-items: flex-start; gap: 12px; }
.hero__benefit > div { display: flex; flex-direction: column; line-height: 1.35; }
.hero__benefit strong { color: #fff; font-size: 14.5px; font-weight: 700; }
.hero__benefit span { color: rgba(255,255,255,0.65); font-size: 13.5px; }
.hero__icon {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
  background: rgba(0,212,163,0.12); color: var(--a);
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(0,212,163,0.25);
}
.hero__icon svg { width: 20px; height: 20px; }

.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__play { font-size: 10px; margin-right: 4px; }

.hero__visual { position: relative; }
.hero__photo {
  aspect-ratio: 3 / 2;
  border-radius: 18px;
  background:
    url('/Dockregistratie_hero3.png') center/cover no-repeat,
    #0f1e3a;
  box-shadow: 0 30px 80px rgba(0,0,0,0.50), 0 0 0 1px rgba(255,255,255,0.05);
  position: relative;
}
.hero__photo-hint { display: none; }

/* Vaste badge-strook onderaan de hero */
.hero__badges {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  margin-top: 56px;
  padding: 20px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
}
@media (max-width: 900px) { .hero__badges { grid-template-columns: 1fr 1fr; gap: 18px; } }
@media (max-width: 520px) { .hero__badges { grid-template-columns: 1fr; } }
.hero__badge { display: flex; align-items: center; gap: 12px; }
.hero__badge > div { display: flex; flex-direction: column; line-height: 1.3; }
.hero__badge strong { color: #fff; font-size: 14px; font-weight: 700; }
.hero__badge span { color: rgba(255,255,255,0.60); font-size: 12.5px; }
.hero__badge-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0,212,163,0.12);
  color: var(--a);
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(0,212,163,0.30);
}
.hero__badge-icon svg { width: 20px; height: 20px; }

/* Sections */
.section { padding: 48px 0; }
.section--alt { background: var(--soft); }
.section--dark { background: var(--p); color: #fff; }
.eyebrow { display: inline-block; color: var(--a2); font-weight: 700; font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; margin-bottom: 10px; }
.eyebrow--light { color: var(--a); }
h2 { font-size: clamp(24px, 3vw, 32px); margin: 0 0 30px; letter-spacing: -0.01em; color: var(--p); font-weight: 800; }
.section--dark h2 { color: #fff; }
h3 { font-size: 18px; margin: 0 0 8px; color: var(--p); font-weight: 700; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 0 24px 24px;
  position: relative;
  transition: transform .1s;
  overflow: hidden;
}
.step:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(14,31,58,0.08); }
.step__img {
  display: block; width: calc(100% + 48px); margin: 0 -24px 18px;
  height: 210px; object-fit: contain; object-position: center;
  background: #f6f8fb; border-bottom: 1px solid var(--border);
  cursor: zoom-in; transition: opacity .15s;
}
.step__img:hover { opacity: .92; }

/* Lightbox voor stappen-screenshots */
.lightbox {
  position: fixed; inset: 0; background: rgba(10,20,40,.85);
  display: none; align-items: center; justify-content: center;
  z-index: 9999; padding: 32px; cursor: zoom-out;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 100%; max-height: 100%;
  border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.lightbox__close {
  position: absolute; top: 20px; right: 24px;
  background: rgba(255,255,255,.15); color: #fff;
  border: 0; width: 40px; height: 40px; border-radius: 50%;
  font-size: 22px; cursor: pointer; line-height: 1;
}
.lightbox__close:hover { background: rgba(255,255,255,.25); }
.step__num {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--a); color: #062a23;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; margin-bottom: 12px; font-size: 15px;
}
.step p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .cards { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.card p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }

/* Checklist */
.checklist { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
@media (max-width: 700px) { .checklist { grid-template-columns: 1fr; } }
.checklist li { position: relative; padding-left: 28px; font-size: 15px; color: var(--text); line-height: 1.55; }
.checklist li::before {
  content: ''; position: absolute; left: 0; top: 5px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--a);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23062a23' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 14px; background-position: center; background-repeat: no-repeat;
}

/* Prices */
.prices { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 820px) { .prices { grid-template-columns: 1fr; } }
.price-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 14px; padding: 30px 28px; position: relative;
}
.price-card--featured { border: 2px solid var(--a); box-shadow: 0 16px 44px rgba(0,212,163,0.16); }
.price-card__ribbon {
  position: absolute; top: -12px; right: 24px;
  background: var(--a); color: #062a23;
  font-weight: 800; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 6px;
}
.price-card__label { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.price-card__price { font-size: 48px; font-weight: 800; color: var(--p); margin: 8px 0 6px; letter-spacing: -0.02em; line-height: 1; }
.price-card__price .cur { font-size: 26px; vertical-align: super; margin-right: 3px; }
.price-card__price .per { font-size: 15px; color: var(--muted); font-weight: 600; margin-left: 4px; }
.price-card__sub { color: var(--muted); font-size: 13px; margin: 0 0 18px; }
.price-card__list { list-style: none; padding: 0; margin: 0; }
.price-card__list li { padding: 7px 0; border-top: 1px solid var(--border); font-size: 14.5px; color: var(--text); }
.price-card__list li:first-child { border-top: 0; }
.price-note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 24px; }

/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 820px) { .contact { grid-template-columns: 1fr; } }
.contact p { color: rgba(255,255,255,0.80); }
.contact__note { color: var(--a); font-weight: 600; }
.contact__form { display: flex; flex-direction: column; gap: 14px; background: rgba(255,255,255,0.06); padding: 24px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.10); }
.contact__form label { display: flex; flex-direction: column; gap: 6px; font-weight: 600; font-size: 13px; color: rgba(255,255,255,0.85); }
.contact__form input, .contact__form textarea, .contact__form select {
  padding: 10px 12px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05); color: #fff; font-family: inherit; font-size: 14px;
}
.contact__form select option { background: #0e1a34; color: #fff; }
.contact__form input:focus, .contact__form textarea:focus, .contact__form select:focus { outline: 2px solid var(--a); outline-offset: 1px; }

/* Footer */
.footer { background: #08132a; color: rgba(255,255,255,0.70); padding: 42px 0 22px; }
.footer__inner { display: grid; grid-template-columns: 1.2fr 2fr; gap: 40px; }
@media (max-width: 820px) { .footer__inner { grid-template-columns: 1fr; } }
.footer .brand { color: #fff; }
.footer__by { font-size: 12px; margin: 12px 0 0; color: rgba(255,255,255,0.55); max-width: 340px; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 620px) { .footer__cols { grid-template-columns: 1fr 1fr; } }
.footer__cols h4 { color: #fff; font-size: 13px; margin: 0 0 10px; }
.footer__cols a { display: block; padding: 4px 0; font-size: 13px; color: rgba(255,255,255,0.62); }
.footer__cols a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.10); margin-top: 30px; padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,0.45); gap: 12px; }
