/* ─── RESET ─────────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ─── VARIABELEN ─────────────────────────────────────────────────────────────── */
:root {
  /* Nieuwe identiteit: warm donker + terracotta accent */
  --ink:         #111111;
  --ink-70:      rgba(17,17,17,.7);
  --rust:        #D64B1F;
  --rust-dark:   #B53D17;
  --rust-light:  #FDF1EE;
  --cream:       #F7F4EF;
  --cream-dark:  #EDE9E2;
  --warm-white:  #FDFCFA;
  --text:        #1F1F1F;
  --muted:       #6B6B6B;
  --border:      #DDD9D3;
  --white:       #FFFFFF;

  /* Funnel-specifiek: groen alleen voor succes/akkoord */
  --green:       #1A5C3A;
  --green-light: #E8F4ED;
  --error:       #C0392B;
  --error-bg:    #FEF2F2;

  --radius:      4px;
  --radius-md:   8px;
  --ease:        180ms cubic-bezier(.4,0,.2,1);
  --font:        system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}

html  { scroll-behavior: smooth; }
body  { font-family: var(--font); color: var(--text); background: var(--cream);
        line-height: 1.6; -webkit-font-smoothing: antialiased; }
img   { max-width: 100%; display: block; }
a     { color: var(--rust); text-decoration: none; }

/* ─────────────────────────────────────────────────────────────────────────────
   HOMEPAGE — VOLLEDIG ANDERE STIJL DAN FUNNEL
───────────────────────────────────────────────────────────────────────────── */

.container       { width: min(100%, 1160px); margin-inline: auto; padding-inline: 1.5rem; }
.container--sm   { width: min(100%, 860px);  margin-inline: auto; padding-inline: 1.5rem; }

/* ─── SITE HEADER ────────────────────────────────────────────────────────────── */
.site-header {
  background: var(--ink);
  padding: 0;
  position: sticky; top: 0; z-index: 100;
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 60px;
}
.logo {
  color: var(--white); font-weight: 900; font-size: 1.1rem;
  letter-spacing: -.5px; display: flex; align-items: center; gap: .5rem;
  text-decoration: none;
}
.logo-dot { color: var(--rust); }
.logo-sub { font-size: .65rem; font-weight: 400; opacity: .5; }
.header-cta {
  background: var(--rust); color: var(--white);
  font-weight: 700; font-size: .85rem; letter-spacing: .01em;
  padding: .55rem 1.25rem; border-radius: 2px;
  text-decoration: none;
  transition: background var(--ease);
}
.header-cta:hover { background: var(--rust-dark); }

/* ─── HERO ────────────────────────────────────────────────────────────────────── */
.hero {
  background: var(--ink);
  color: var(--white);
  padding: 5rem 0 4rem;
  border-bottom: 3px solid var(--rust);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
}
.hero-text { max-width: 640px; }
.hero-label {
  display: inline-block;
  font-size: .75rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--rust);
  margin-bottom: 1.25rem;
}
.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 900; line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--white);
  margin-bottom: 1.25rem;
}
.hero h1 em { color: var(--rust); font-style: normal; }
.hero-sub {
  font-size: 1.1rem; color: rgba(255,255,255,.6);
  max-width: 50ch; margin-bottom: 2.5rem; line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.hero-trust {
  font-size: .82rem; color: rgba(255,255,255,.4);
  border-left: 2px solid rgba(255,255,255,.12);
  padding-left: 1.25rem;
  line-height: 1.8;
}

/* Nummers blok rechts in hero */
.hero-stats {
  display: flex; flex-direction: column; gap: 2rem;
  border-left: 1px solid rgba(255,255,255,.08);
  padding-left: 4rem;
}
.hero-stat-num {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900; color: var(--rust);
  letter-spacing: -.04em; line-height: 1;
}
.hero-stat-label {
  font-size: .8rem; color: rgba(255,255,255,.45);
  text-transform: uppercase; letter-spacing: .06em; margin-top: .2rem;
}

/* ─── DIENSTEN ────────────────────────────────────────────────────────────────── */
.section-diensten {
  background: var(--warm-white);
  padding: 5rem 0;
}
.section-label {
  font-size: .72rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--rust);
  margin-bottom: .75rem;
}
.section-diensten h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 900; letter-spacing: -.03em;
  margin-bottom: .5rem;
}
.section-diensten .sub {
  color: var(--muted); font-size: 1rem;
  margin-bottom: 3.5rem; max-width: 52ch;
}

.diensten-lijst {
  border-top: 1px solid var(--border);
}
.dienst-rij {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  align-items: start;
  gap: 1.75rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
  transition: background var(--ease);
}
.dienst-nummer {
  font-size: 2.5rem; font-weight: 900;
  color: var(--cream-dark); line-height: 1;
  letter-spacing: -.04em;
  margin-top: .15rem;
}
.dienst-content h3 {
  font-size: 1.15rem; font-weight: 800;
  letter-spacing: -.01em; margin-bottom: .35rem;
}
.dienst-content p {
  font-size: .9rem; color: var(--muted); max-width: 52ch; line-height: 1.65;
}
.dienst-icon {
  font-size: 2.2rem; opacity: .75;
  padding-top: .1rem;
}

.diensten-cta {
  margin-top: 3rem;
  display: flex; align-items: center; gap: 1.5rem;
}

/* ─── HOE WERKT HET ──────────────────────────────────────────────────────────── */
.section-hoe {
  background: var(--ink);
  color: var(--white);
  padding: 5rem 0;
}
.section-hoe .section-label { margin-bottom: .6rem; }
.section-hoe h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 900; letter-spacing: -.03em;
  color: var(--white); margin-bottom: 3.5rem;
}
.stappen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.stap-item {
  padding: 2rem 2.5rem 2rem 0;
  border-right: 1px solid rgba(255,255,255,.08);
}
.stap-item:last-child { border-right: none; padding-right: 0; padding-left: 2.5rem; }
.stap-item:nth-child(2) { padding-left: 2.5rem; }
.stap-num-big {
  font-size: 4rem; font-weight: 900; line-height: 1;
  color: var(--rust); letter-spacing: -.06em;
  margin-bottom: 1rem;
}
.stap-item h3 { color: var(--white); font-size: 1.05rem; font-weight: 700; margin-bottom: .5rem; }
.stap-item p  { color: rgba(255,255,255,.5); font-size: .9rem; line-height: 1.65; max-width: 28ch; }

/* ─── BETROUWBAARHEID ─────────────────────────────────────────────────────────── */
.section-trust {
  background: var(--cream);
  padding: 5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.trust-item {
  display: flex; flex-direction: column;
  padding: 2rem;
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--rust);
}
.trust-item-icon { font-size: 1.75rem; margin-bottom: 1rem; }
.trust-item h3 { font-size: .95rem; font-weight: 800; margin-bottom: .4rem; }
.trust-item p  { font-size: .875rem; color: var(--muted); line-height: 1.6; max-width: 100%; }

/* ─── DOELGROEPEN ─────────────────────────────────────────────────────────────── */
.section-doelgroepen {
  background: var(--warm-white);
  padding: 5rem 0;
}
.section-doelgroepen h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 900; letter-spacing: -.03em;
  margin-bottom: 2.5rem;
}
.doelgroep-lijst {
  display: flex; flex-direction: column; gap: .75rem;
}
.doelgroep-item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 1.75rem;
  background: var(--cream);
  border: 1px solid var(--border);
}
.doelgroep-icon { font-size: 2rem; padding-top: .2rem; }
.doelgroep-item h3 { font-size: 1rem; font-weight: 800; margin-bottom: .3rem; }
.doelgroep-item p  { font-size: .875rem; color: var(--muted); max-width: 100%; line-height: 1.6; }

/* ─── CALL TO ACTION BALK ─────────────────────────────────────────────────────── */
.section-cta {
  background: var(--rust);
  padding: 4rem 0;
}
.section-cta .container {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
}
.section-cta h2 {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 900; color: var(--white);
  letter-spacing: -.025em;
}
.section-cta p { color: rgba(255,255,255,.7); margin-top: .3rem; font-size: .95rem; }

/* ─── FOOTER ──────────────────────────────────────────────────────────────────── */
.site-footer {
  background: #0A0A0A;
  color: rgba(255,255,255,.5);
  padding: 3.5rem 0 2rem;
  font-size: .85rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand {
  font-size: 1rem; font-weight: 900; color: var(--white);
  letter-spacing: -.02em; margin-bottom: .75rem;
}
.footer-brand-sub { font-size: .8rem; line-height: 1.7; max-width: 28ch; }
.footer-col h4 { color: rgba(255,255,255,.75); font-size: .78rem; font-weight: 700;
                 letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col a  { display: block; color: rgba(255,255,255,.4); margin-bottom: .5rem;
                 transition: color var(--ease); }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .75rem;
}
.footer-bottom a { color: rgba(255,255,255,.3); }

/* ─── BUTTONS (HOMEPAGE) ──────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font); font-weight: 700; font-size: .95rem;
  padding: .85rem 1.75rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--ease);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: .01em;
}
.btn:active { transform: scale(.98); }
.btn--primary {
  background: var(--rust); color: var(--white);
}
.btn--primary:hover { background: var(--rust-dark); }
.btn--white {
  background: var(--white); color: var(--ink);
}
.btn--white:hover { background: var(--cream); }
.btn--ghost-white {
  background: transparent; color: rgba(255,255,255,.7);
  border-color: rgba(255,255,255,.25);
}
.btn--ghost-white:hover { background: rgba(255,255,255,.08); color: var(--white); }
.btn--outline {
  background: transparent; color: var(--rust);
  border-color: var(--rust);
}
.btn--outline:hover { background: var(--rust-light); }
.btn--lg { font-size: 1.05rem; padding: 1rem 2.25rem; }
.btn--full { width: 100%; }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }


/* ─────────────────────────────────────────────────────────────────────────────
   FUNNEL — VOLLEDIG ANDERE STIJL DAN HOMEPAGE
   Schoon, gefocust, vragenlijst-gevoel
───────────────────────────────────────────────────────────────────────────── */

/* Funnel-pagina specifieke body state */
.page-funnel {
  background: var(--white);
}

/* ─── FUNNEL HEADER (minimaal) ────────────────────────────────────────────────── */
.funnel-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 56px;
  position: sticky; top: 0; z-index: 50;
}
.funnel-logo {
  font-weight: 900; font-size: 1rem; color: var(--ink);
  letter-spacing: -.02em; text-decoration: none;
}
.funnel-logo span { color: var(--rust); }
.funnel-back {
  font-size: .8rem; color: var(--muted);
  text-decoration: none;
  display: flex; align-items: center; gap: .35rem;
}

/* ─── VOORTGANG (dunne balk + stap tekst) ─────────────────────────────────────── */
.funnel-progress-bar {
  height: 3px;
  background: var(--cream-dark);
  position: sticky; top: 56px; z-index: 49;
}
.progress-fill {
  height: 100%;
  background: var(--rust);
  transition: width .4s cubic-bezier(.4,0,.2,1);
  width: 25%;
}

/* Stap-indicatoren (behoud voor JS, visueel anders) */
.step-indicators {
  display: flex; align-items: center; gap: 0;
  margin-bottom: 2.5rem;
}
.step-ind {
  display: flex; align-items: center; gap: .5rem;
  flex: 1; position: relative;
}
.step-ind:not(:last-child)::after {
  content: '';
  flex: 1; height: 1px;
  background: var(--border);
  margin: 0 .5rem;
  transition: background var(--ease);
}
.step-ind.done:not(:last-child)::after { background: var(--rust); }

.step-ind__dot {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: var(--white); color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 800;
  transition: all var(--ease); flex-shrink: 0;
}
.step-ind.active .step-ind__dot { border-color: var(--rust); background: var(--rust); color: var(--white); }
.step-ind.done   .step-ind__dot { border-color: var(--rust); background: var(--rust); color: var(--white); }
.step-ind__label {
  font-size: .72rem; font-weight: 600; color: var(--muted);
  display: none;
}
@media (min-width: 500px) {
  .step-ind__label { display: block; }
  .step-ind.active .step-ind__label { color: var(--rust); }
}

/* ─── FUNNEL WRAP ────────────────────────────────────────────────────────────── */
.funnel-wrap {
  max-width: 640px;
  margin-inline: auto;
  padding: 2.5rem 1.5rem 5rem;
}

/* ─── STAP SECTIES ───────────────────────────────────────────────────────────── */
.form-step { display: none; }
.form-step.active { display: block; animation: stepIn .25s ease; }

@keyframes stepIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.step-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 900; letter-spacing: -.03em;
  color: var(--ink); margin-bottom: .4rem; line-height: 1.1;
}
.step-subtitle {
  font-size: .9rem; color: var(--muted);
  margin-bottom: 2rem; line-height: 1.6;
}

/* ─── POSTCODE VELD ──────────────────────────────────────────────────────────── */
.postcode-wrap { position: relative; margin-bottom: 2rem; }
.postcode-icon {
  position: absolute; left: 1rem; top: 50%;
  transform: translateY(-50%); font-size: 1rem; pointer-events: none; opacity: .5;
}
.postcode-input {
  width: 100%;
  font-size: 1.5rem; font-weight: 800;
  padding: .9rem 1rem .9rem 2.8rem;
  border: 2px solid var(--border); border-radius: var(--radius);
  background: var(--white); color: var(--ink);
  letter-spacing: .06em; text-transform: uppercase;
  transition: border-color var(--ease);
  font-family: var(--font);
}
.postcode-input:focus { outline: none; border-color: var(--ink); }
.postcode-input::placeholder { color: var(--muted); font-weight: 400; font-size: 1.1rem; letter-spacing: .01em; }
.postcode-input.error { border-color: var(--error); background: var(--error-bg); }

/* ─── SERVICE CARDS ──────────────────────────────────────────────────────────── */
.service-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  margin-bottom: .5rem;
}
.service-card-label {
  position: relative; cursor: pointer; user-select: none; display: block;
}
.service-card-label input[type="checkbox"] {
  position: absolute; opacity: 0; width: 0; height: 0;
}
.service-card-inner {
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem .9rem;
  background: var(--white);
  transition: all var(--ease);
  display: flex; flex-direction: column; gap: .3rem;
  height: 100%;
}
.service-card-inner:hover { border-color: #999; }
.service-card-label input:checked + .service-card-inner {
  border-color: var(--ink);
  background: var(--ink);
}
.service-card-label input:checked + .service-card-inner .service-name { color: var(--white); }
.service-card-label input:checked + .service-card-inner .service-desc { color: rgba(255,255,255,.55); }
.service-card-label input:checked + .service-card-inner .service-icon { filter: none; }

.service-card-check {
  width: 18px; height: 18px;
  border: 2px solid var(--border); border-radius: 50%;
  background: var(--white);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--ease); flex-shrink: 0; align-self: flex-end;
}
.service-card-label input:checked + .service-card-inner .service-card-check {
  background: var(--rust); border-color: var(--rust);
}
.service-card-check::after {
  content: ''; width: 5px; height: 9px;
  border: 2px solid var(--white); border-top: none; border-left: none;
  transform: rotate(42deg) translateY(-1px); display: none;
}
.service-card-label input:checked + .service-card-inner .service-card-check::after {
  display: block;
}

.service-icon { font-size: 1.5rem; }
.service-name { font-weight: 700; font-size: .9rem; color: var(--ink); line-height: 1.3; }
.service-desc { font-size: .78rem; color: var(--muted); line-height: 1.4; }

/* ─── FORMULIER VELDEN ───────────────────────────────────────────────────────── */
.field { margin-bottom: 1.25rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label {
  display: block; font-weight: 700; font-size: .85rem;
  margin-bottom: .4rem; color: var(--ink); letter-spacing: .01em;
}
.field label .opt { color: var(--muted); font-weight: 400; }

.input, .select, .textarea {
  width: 100%; padding: .75rem 1rem;
  border: 2px solid var(--border); border-radius: var(--radius);
  font-family: var(--font); font-size: .95rem; color: var(--ink);
  background: var(--white);
  transition: border-color var(--ease);
  appearance: none; -webkit-appearance: none;
}
.input:focus, .select:focus, .textarea:focus {
  outline: none; border-color: var(--ink);
}
.input.error, .select.error, .textarea.error {
  border-color: var(--error); background: var(--error-bg);
}
.select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B6B6B' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .9rem center;
  padding-right: 2.5rem; cursor: pointer;
}
.textarea { min-height: 110px; resize: vertical; line-height: 1.6; }

/* Radio pills */
.radio-pills { display: flex; flex-wrap: wrap; gap: .4rem; }
.pill-label { cursor: pointer; user-select: none; }
.pill-label input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.pill-inner {
  display: inline-block; padding: .5rem .95rem;
  border: 2px solid var(--border); border-radius: 2rem;
  font-size: .85rem; font-weight: 600; color: var(--muted);
  background: var(--white); transition: all var(--ease);
}
.pill-inner:hover { border-color: var(--ink); color: var(--ink); }
.pill-label input:checked + .pill-inner {
  border-color: var(--ink); background: var(--ink); color: var(--white);
}

/* Foutmeldingen */
.field-error {
  color: var(--error); font-size: .8rem; margin-top: .35rem;
  display: flex; align-items: center; gap: .3rem;
}
.field-error::before { content: '↑'; font-weight: 700; }

.error-banner {
  background: var(--error-bg); border-left: 3px solid var(--error);
  padding: .85rem 1rem;
  color: var(--error); font-size: .875rem; margin-bottom: 1.25rem;
  display: none;
}
.error-banner.visible { display: flex; align-items: flex-start; gap: .5rem; }

/* ─── FOTO UPLOAD ────────────────────────────────────────────────────────────── */
.upload-zone {
  border: 2px dashed var(--border); border-radius: var(--radius);
  padding: 2.5rem 1.5rem; text-align: center; background: var(--cream);
  cursor: pointer; transition: all var(--ease);
  position: relative;
}
.upload-zone:hover, .upload-zone.dragover {
  border-color: var(--ink); background: var(--cream-dark);
}
.upload-zone .upload-icon { font-size: 2rem; margin-bottom: .6rem; }
.upload-zone p { color: var(--muted); font-size: .875rem; max-width: 100%; margin: 0; }
.upload-zone strong { color: var(--ink); }
.upload-zone input[type="file"] {
  position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%;
}

.upload-actions { display: flex; gap: .6rem; margin-top: .85rem; flex-wrap: wrap; }
.btn-upload {
  flex: 1; min-width: 140px;
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .7rem 1rem;
  border: 2px solid var(--border); border-radius: var(--radius);
  font-weight: 600; font-size: .85rem; cursor: pointer;
  background: var(--white); color: var(--muted);
  transition: all var(--ease); font-family: var(--font);
}
.btn-upload:hover { border-color: var(--ink); color: var(--ink); }
.upload-counter { font-size: .8rem; color: var(--muted); margin-top: .5rem; }

.photo-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: .5rem; margin-top: 1rem;
}
.photo-thumb {
  aspect-ratio: 1; border-radius: 2px; overflow: hidden;
  position: relative; background: var(--cream-dark);
}
.photo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.photo-remove {
  position: absolute; top: 3px; right: 3px;
  width: 20px; height: 20px;
  background: rgba(0,0,0,.7); color: var(--white);
  border-radius: 50%; border: none; cursor: pointer;
  font-size: .75rem; display: flex; align-items: center; justify-content: center;
}
.photo-remove:hover { background: var(--error); }

/* ─── PRIVACY CHECKBOX ────────────────────────────────────────────────────────── */
.checkbox-wrap {
  display: flex; align-items: flex-start; gap: .75rem; margin-bottom: 1.5rem; cursor: pointer;
}
.checkbox-wrap input[type="checkbox"] {
  margin-top: .2rem; flex-shrink: 0; width: 16px; height: 16px;
  accent-color: var(--ink); cursor: pointer;
}
.checkbox-wrap span { font-size: .85rem; color: var(--muted); line-height: 1.55; }
.checkbox-wrap a { color: var(--ink); font-weight: 600; }

/* ─── NAV KNOPPEN ────────────────────────────────────────────────────────────── */
.step-nav {
  display: flex; gap: .75rem; margin-top: 2.5rem; align-items: center;
}
.step-nav--end { justify-content: flex-end; }

.btn-back {
  display: inline-flex; align-items: center; gap: .3rem;
  background: none; border: none; color: var(--muted);
  font-size: .875rem; font-weight: 600; cursor: pointer;
  padding: .5rem 0; font-family: var(--font);
  transition: color var(--ease);
}
.btn-back:hover { color: var(--ink); }

/* Spinner voor submit */
.spinner {
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin .7s linear infinite;
  display: none; flex-shrink: 0;
}
@keyframes spin { to { transform: rotate(360deg); } }
.btn.loading .spinner { display: block; }
.btn.loading .btn-text { opacity: .6; }

/* ─── SUCCES SCHERM ──────────────────────────────────────────────────────────── */
.success-wrap {
  text-align: center; padding: 3rem 0;
  animation: stepIn .4s ease;
}
.success-icon {
  width: 72px; height: 72px;
  background: #E8F5EC; border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  animation: popIn .5s cubic-bezier(.175, .885, .32, 1.275);
}
@keyframes popIn {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.success-wrap h2 { font-size: 1.75rem; font-weight: 900; letter-spacing: -.03em; margin-bottom: .6rem; }
.success-wrap > p { color: var(--muted); margin-inline: auto; max-width: 44ch; }

.next-steps {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  text-align: left; margin-top: 2rem;
}
.next-steps h3 { font-size: .9rem; font-weight: 800; letter-spacing: .06em;
                 text-transform: uppercase; color: var(--muted); margin-bottom: 1.25rem; }
.next-step-item {
  display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem;
}
.next-step-item:last-child { margin-bottom: 0; }
.next-step-dot {
  width: 24px; height: 24px; flex-shrink: 0;
  background: var(--ink); color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem; font-weight: 800;
}
.next-step-item p { font-size: .9rem; color: var(--muted); max-width: 100%; line-height: 1.6; }
.next-step-item strong { color: var(--ink); }

/* ─── ANTI-SPAM ──────────────────────────────────────────────────────────────── */
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* ─── RESPONSIVE ─────────────────────────────────────────────────────────────── */
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-stats { flex-direction: row; border-left: none; border-top: 1px solid rgba(255,255,255,.08);
                padding-left: 0; padding-top: 2rem; }
  .stappen-grid { grid-template-columns: 1fr; }
  .stap-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08);
               padding: 1.75rem 0; }
  .stap-item:last-child { border-bottom: none; padding-left: 0; }
  .stap-item:nth-child(2) { padding-left: 0; }
  .trust-grid { grid-template-columns: 1fr; gap: 1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 640px) {
  .hero { padding: 3.5rem 0 3rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .dienst-rij { grid-template-columns: 2rem 1fr auto; gap: 1rem; }
  .dienst-nummer { font-size: 1.8rem; }
}

@media (max-width: 440px) {
  .service-cards { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .upload-actions { flex-direction: column; }
}
