/* ============================================================
   PC Hulp Oss — Afspraak Wizard (premium custom module)
   Scoped entirely to this page. Mobile-first.
   ============================================================ */

.afspraak-page {
  --ap-blue:        #2563eb;
  --ap-blue-dark:   #1d4ed8;
  --ap-blue-deep:   #1e3a8a;
  --ap-blue-light:  #eff6ff;
  --ap-blue-ring:   rgba(37, 99, 235, 0.14);
  --ap-ink:         #0f172a;
  --ap-ink-soft:    #334155;
  --ap-muted:       #64748b;
  --ap-line:        #e2e8f0;
  --ap-line-soft:   #f1f5f9;
  --ap-bg:          #f6f8fb;
  --ap-green:       #10b981;
  --ap-amber:       #f59e0b;
  --ap-amber-bg:    #fef3c7;
  --ap-amber-line:  #fde68a;
  --ap-amber-ink:   #92400e;
  --ap-danger:      #dc2626;

  --ap-r-sm:   10px;
  --ap-r-md:   14px;
  --ap-r-lg:   20px;

  --ap-sh-sm:  0 1px 2px rgba(15,23,42,.05), 0 1px 1px rgba(15,23,42,.03);
  --ap-sh-md:  0 6px 20px rgba(15,23,42,.07), 0 2px 6px rgba(15,23,42,.04);
  --ap-sh-lg:  0 30px 60px -15px rgba(29,78,216,.22), 0 12px 24px -8px rgba(15,23,42,.08);

  background: var(--ap-bg);
}

/* ─── PAGE SHELL ──────────────────────────────────────── */
.afspraak-page .breadcrumb {
  background: #fff;
  border-bottom: 1px solid var(--ap-line);
  padding: 10px 0;
  font-size: 0.82rem;
  color: var(--ap-muted);
}
.afspraak-page .breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.afspraak-page .breadcrumb a {
  color: var(--ap-blue);
  text-decoration: none;
}
.afspraak-page .breadcrumb a:hover { text-decoration: underline; }

/* ─── HERO ────────────────────────────────────────────── */
.afspraak-hero {
  position: relative;
  background:
    radial-gradient(800px 320px at 85% -10%, rgba(147, 197, 253, 0.35), transparent 60%),
    radial-gradient(600px 280px at 10% 120%, rgba(167, 139, 250, 0.35), transparent 60%),
    linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 55%, #2563eb 100%);
  color: #fff;
  padding: 30px 0 80px;
  overflow: hidden;
}
.afspraak-hero::before {
  content: '';
  position: absolute;
  inset: auto 0 -1px 0;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--ap-bg));
  pointer-events: none;
}
.afspraak-hero .container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.afspraak-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 6px 12px 6px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
  backdrop-filter: blur(6px);
}
.afspraak-hero__eyebrow-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74,222,128,.22);
  animation: ap-pulse 2s ease-in-out infinite;
}
@keyframes ap-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .65; transform: scale(.9); }
}
.afspraak-hero h1 {
  color: #fff;
  font-size: clamp(1.6rem, 5vw, 2.1rem);
  margin: 0 0 6px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;
  overflow-wrap: balance;
}
.afspraak-hero__sub {
  color: rgba(255,255,255,.84);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 18px;
  max-width: 560px;
}
.afspraak-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 0.82rem;
  color: rgba(255,255,255,.82);
}
.afspraak-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.afspraak-hero__trust svg {
  color: #86efac;
}

/* ─── MAIN SHELL ──────────────────────────────────────── */
.afspraak-main {
  padding: 0 0 80px;
  background: var(--ap-bg);
  position: relative;
  z-index: 1;
}

/* ─── WIZARD CARD ─────────────────────────────────────── */
.wizard {
  position: relative;
  max-width: 820px;
  margin: -56px 14px 0;
  background: #fff;
  border-radius: var(--ap-r-lg);
  box-shadow: var(--ap-sh-lg);
  padding: 22px 18px 18px;
  min-width: 0;
}

/* ─── PROGRESS ────────────────────────────────────────── */
.wizard__progress {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  position: relative;
}
.wizard__progress li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 10px 2px 4px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ap-muted);
  text-align: center;
  line-height: 1.2;
  transition: color .25s;
}
.wizard__progress li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  right: 2px;
  height: 3px;
  background: var(--ap-line);
  border-radius: 999px;
  transition: background .3s ease, box-shadow .3s ease;
}
.wizard__progress li span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f1f5f9;
  color: var(--ap-muted);
  font-size: 0.76rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: all .25s cubic-bezier(.4,0,.2,1);
  border: 2px solid transparent;
}
.wizard__progress li.is-current { color: var(--ap-blue); }
.wizard__progress li.is-current::before {
  background: linear-gradient(90deg, var(--ap-blue), #60a5fa);
}
.wizard__progress li.is-current span {
  background: var(--ap-blue);
  color: #fff;
  box-shadow: 0 0 0 4px var(--ap-blue-ring), 0 4px 10px rgba(37,99,235,.25);
  transform: scale(1.04);
}
.wizard__progress li.is-done { color: var(--ap-green); }
.wizard__progress li.is-done::before { background: var(--ap-green); }
.wizard__progress li.is-done span {
  background: var(--ap-green);
  color: #fff;
}

/* ─── STEPS ───────────────────────────────────────────── */
.wizard__step {
  display: none;
  min-width: 0;
  padding: 4px 2px 0;
}
.wizard__step.is-active {
  display: block;
  animation: ap-slide .35s cubic-bezier(.4,0,.2,1);
}
@keyframes ap-slide {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.wizard__step h2 {
  font-size: 1.25rem;
  margin: 0 0 6px;
  color: var(--ap-ink);
  letter-spacing: -0.015em;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: balance;
}
.wizard__help {
  color: var(--ap-muted);
  font-size: 0.9rem;
  margin: 0 0 18px;
  line-height: 1.5;
}

/* ─── CHOICE GRID ─────────────────────────────────────── */
.choice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.choice {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  align-items: center;
  padding: 14px 42px 14px 14px;
  background: #fff;
  border: 2px solid var(--ap-line);
  border-radius: var(--ap-r-md);
  cursor: pointer;
  transition:
    border-color .2s cubic-bezier(.4,0,.2,1),
    background   .2s cubic-bezier(.4,0,.2,1),
    box-shadow   .2s cubic-bezier(.4,0,.2,1),
    transform    .2s cubic-bezier(.4,0,.2,1);
  text-align: left;
  color: inherit;
  font-family: inherit;
  min-width: 0;
  width: 100%;
}
.choice::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--ap-line);
  background: #fff;
  transition: all .2s cubic-bezier(.4,0,.2,1);
}
.choice > svg {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: 22px;
  height: 22px;
  padding: 10px;
  box-sizing: content-box;
  background: var(--ap-blue-light);
  color: var(--ap-blue);
  border-radius: 10px;
  transition: all .2s cubic-bezier(.4,0,.2,1);
  flex-shrink: 0;
}
.choice > strong {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ap-ink);
  line-height: 1.3;
}
.choice > span {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  font-size: 0.82rem;
  color: var(--ap-muted);
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.choice:hover {
  border-color: var(--ap-blue);
  transform: translateY(-1px);
  box-shadow: var(--ap-sh-md);
}
.choice:hover > svg {
  transform: scale(1.05);
}
.choice.is-selected {
  border-color: var(--ap-blue);
  background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
  box-shadow: 0 0 0 3px var(--ap-blue-ring);
}
.choice.is-selected > svg {
  background: var(--ap-blue);
  color: #fff;
  box-shadow: 0 4px 10px rgba(37,99,235,.25);
}
.choice.is-selected::after {
  border-color: var(--ap-blue);
  background:
    radial-gradient(circle, #fff 0 3px, transparent 4px),
    var(--ap-blue);
}
.choice:focus-visible {
  outline: 3px solid var(--ap-blue-ring);
  outline-offset: 2px;
}

/* Wide choice (location step) */
.choice--wide { padding: 16px 44px 16px 16px; }
.choice--wide > svg { padding: 11px; width: 24px; height: 24px; }

/* ─── SUB PANEL ───────────────────────────────────────── */
.wizard__sub {
  margin-top: 18px;
  padding: 16px;
  background: var(--ap-line-soft);
  border: 1px solid var(--ap-line);
  border-radius: var(--ap-r-md);
  animation: ap-slide .3s;
}
.wizard__sub label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ap-ink);
  margin-bottom: 8px;
}
.wizard__sub select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ap-line);
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  color: var(--ap-ink);
  box-sizing: border-box;
  transition: border-color .2s, box-shadow .2s;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}
.wizard__sub select:focus {
  outline: none;
  border-color: var(--ap-blue);
  box-shadow: 0 0 0 3px var(--ap-blue-ring);
}
.wizard__note {
  color: var(--ap-muted);
  font-size: 0.8rem;
  margin: 10px 0 0;
  line-height: 1.45;
}

/* ─── DAY PICKER ──────────────────────────────────────── */
.daypicker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
  gap: 7px;
  margin-bottom: 4px;
}
.day {
  background: #fff;
  border: 2px solid var(--ap-line);
  border-radius: 12px;
  padding: 10px 4px;
  cursor: pointer;
  text-align: center;
  transition: all .18s cubic-bezier(.4,0,.2,1);
  font-family: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 0;
}
.day:hover:not(.is-disabled) {
  border-color: var(--ap-blue);
  background: var(--ap-blue-light);
  transform: translateY(-1px);
}
.day.is-selected {
  background: linear-gradient(135deg, var(--ap-blue) 0%, var(--ap-blue-dark) 100%);
  color: #fff;
  border-color: var(--ap-blue);
  box-shadow: 0 8px 18px -4px rgba(37,99,235,.45);
  transform: translateY(-1px);
}
.day.is-disabled { opacity: .4; cursor: not-allowed; }
.day__weekday {
  font-size: 0.66rem;
  font-weight: 600;
  color: var(--ap-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}
.day.is-selected .day__weekday { color: rgba(255,255,255,.85); }
.day__num {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ap-ink);
  line-height: 1;
  letter-spacing: -0.01em;
}
.day.is-selected .day__num { color: #fff; }
.day__month {
  font-size: 0.62rem;
  color: var(--ap-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}
.day.is-selected .day__month { color: rgba(255,255,255,.85); }

/* ─── TIME PICKER ─────────────────────────────────────── */
.timepicker {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--ap-line);
}
.timepicker h3 {
  font-size: 0.95rem;
  margin: 0 0 12px;
  color: var(--ap-ink);
  font-weight: 700;
}
.timepicker__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  gap: 8px;
}
.time-slot {
  background: #fff;
  border: 2px solid var(--ap-line);
  border-radius: 10px;
  padding: 11px 6px;
  text-align: center;
  cursor: pointer;
  transition: all .18s cubic-bezier(.4,0,.2,1);
  font-weight: 700;
  color: var(--ap-ink);
  font-family: inherit;
  font-size: 0.95rem;
  min-width: 0;
}
.time-slot:hover {
  border-color: var(--ap-blue);
  background: var(--ap-blue-light);
  transform: translateY(-1px);
}
.time-slot.is-selected {
  background: linear-gradient(135deg, var(--ap-blue) 0%, var(--ap-blue-dark) 100%);
  color: #fff;
  border-color: var(--ap-blue);
  box-shadow: 0 8px 18px -4px rgba(37,99,235,.45);
}

/* ─── FORM FIELDS ─────────────────────────────────────── */
.wizard__step .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.wizard__step .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
  min-width: 0;
}
.wizard__step .form-group label {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ap-ink);
  margin-bottom: 6px;
}
.wizard__step .form-group input,
.wizard__step .form-group textarea,
.wizard__step .form-group select {
  padding: 12px 14px;
  border: 1px solid var(--ap-line);
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  color: var(--ap-ink);
  transition: border-color .2s, box-shadow .2s, background .2s;
  width: 100%;
  box-sizing: border-box;
}
.wizard__step .form-group input::placeholder,
.wizard__step .form-group textarea::placeholder { color: #94a3b8; }
.wizard__step .form-group input:focus,
.wizard__step .form-group textarea:focus,
.wizard__step .form-group select:focus {
  outline: none;
  border-color: var(--ap-blue);
  box-shadow: 0 0 0 3px var(--ap-blue-ring);
}
.wizard__step .form-group input.error,
.wizard__step .form-group textarea.error {
  border-color: var(--ap-danger);
  background: #fef2f2;
  box-shadow: 0 0 0 3px rgba(220,38,38,.1);
}

/* Urgent check (warm amber callout) */
.wizard__step .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(135deg, var(--ap-amber-bg) 0%, #fef9e7 100%);
  border: 1px solid var(--ap-amber-line);
  border-radius: 12px;
  margin-bottom: 16px;
  transition: transform .2s;
}
.wizard__step .form-check:has(input:checked) {
  transform: scale(1.01);
  box-shadow: 0 8px 18px -6px rgba(245,158,11,.25);
}
.wizard__step .form-check input[type="checkbox"] {
  width: 18px; height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #d97706;
  cursor: pointer;
}
.wizard__step .form-check label {
  font-size: 0.88rem;
  color: var(--ap-amber-ink);
  margin: 0;
  cursor: pointer;
  line-height: 1.4;
  font-weight: 600;
}

/* ─── SUMMARY ─────────────────────────────────────────── */
.wizard__summary {
  margin: 18px 0 0;
  padding: 16px 18px;
  background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  position: relative;
}
.wizard__summary::before {
  content: '';
  position: absolute;
  left: 0; top: 14px; bottom: 14px;
  width: 3px;
  background: var(--ap-blue);
  border-radius: 0 3px 3px 0;
}
.wizard__summary div { color: var(--ap-ink); }
.wizard__summary strong {
  display: inline-block;
  min-width: 88px;
  color: var(--ap-muted);
  font-weight: 600;
  margin-right: 4px;
}

/* ─── NAV BUTTONS ─────────────────────────────────────── */
.wizard__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--ap-line);
  gap: 10px;
  flex-wrap: wrap;
}
.wizard__nav .btn[hidden] { display: none !important; }
.wizard__nav .btn {
  min-width: 0;
  padding: 12px 20px;
  font-size: 0.95rem;
  white-space: nowrap;
  flex: 1 1 auto;
}
/* Back button: override global .btn--ghost (which is white-on-dark) */
.wizard__nav #btnBack {
  flex: 0 1 auto;
  min-width: 110px;
  background: #fff;
  color: var(--ap-ink-soft);
  border: 1px solid var(--ap-line);
}
.wizard__nav #btnBack:hover:not(:disabled) {
  background: var(--ap-line-soft);
  border-color: var(--ap-muted);
  color: var(--ap-ink);
  transform: none;
}
.wizard__nav #btnBack:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.wizard__nav #btnNext,
.wizard__nav #btnSubmit {
  flex: 1 1 auto;
  margin-left: auto;
}
.wizard__nav #btnNext:disabled,
.wizard__nav #btnSubmit:disabled {
  opacity: .45;
  cursor: not-allowed;
  box-shadow: none;
}
.wizard__nav #btnNext:not(:disabled),
.wizard__nav #btnSubmit:not(:disabled) {
  box-shadow: 0 8px 18px -4px rgba(37,99,235,.4);
}
.wizard__nav .btn--lg { padding: 14px 22px; font-size: 1rem; }

/* ─── SUCCESS ─────────────────────────────────────────── */
.wizard__success {
  max-width: 640px;
  margin: -56px 14px 0;
}
.success-card {
  background: #fff;
  border-radius: var(--ap-r-lg);
  box-shadow: var(--ap-sh-lg);
  padding: 32px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.success-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ap-green), #34d399);
}
.success-icon {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  color: var(--ap-green);
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 16px;
  box-shadow: 0 12px 28px rgba(16,185,129,.25);
  animation: ap-pop .5s cubic-bezier(.3,1.4,.5,1);
}
@keyframes ap-pop {
  from { transform: scale(.6); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.success-card h2 {
  font-size: 1.5rem;
  margin: 0 0 10px;
  color: var(--ap-ink);
  letter-spacing: -0.015em;
  font-weight: 800;
}
.success-card > p {
  color: var(--ap-muted);
  margin: 0 0 20px;
  line-height: 1.55;
}
.success-details {
  text-align: left;
  background: var(--ap-blue-light);
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.success-details strong {
  display: inline-block;
  min-width: 92px;
  color: var(--ap-muted);
  font-weight: 600;
}
.success-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.success-actions .btn { flex: 1 1 180px; }

/* ─── ERROR ───────────────────────────────────────────── */
.wizard__error {
  max-width: 640px;
  margin: -56px 14px 0;
}
.error-card {
  background: #fff;
  border-radius: var(--ap-r-lg);
  box-shadow: var(--ap-sh-lg);
  padding: 28px 24px;
  text-align: center;
  border-top: 4px solid var(--ap-danger);
}
.error-card h3 {
  color: var(--ap-danger);
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 800;
}
.error-card p {
  color: var(--ap-muted);
  margin: 0 0 18px;
  line-height: 1.55;
}

/* ═════ TABLET ≥ 640px ═════════════════════════════════ */
@media (min-width: 640px) {
  .afspraak-hero { padding: 40px 0 100px; }
  .afspraak-hero .container { padding-left: 24px; padding-right: 24px; }
  .afspraak-hero__sub { font-size: 1rem; }

  .wizard {
    margin: -68px auto 0;
    padding: 30px 30px 22px;
    border-radius: 24px;
  }

  .wizard__progress {
    gap: 8px;
    margin-bottom: 30px;
  }
  .wizard__progress li {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
    font-size: 0.85rem;
    padding: 14px 6px 10px 12px;
  }

  .wizard__step h2 { font-size: 1.5rem; }
  .wizard__help { font-size: 0.95rem; }

  .choice-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  .wizard__step .form-row { grid-template-columns: 1fr 1fr; gap: 14px; }

  .daypicker {
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
  }
  .day { padding: 12px 4px; }
  .timepicker__grid { grid-template-columns: repeat(4, 1fr); }

  .wizard__nav .btn { flex: 0 1 auto; padding: 13px 22px; }
  .wizard__nav #btnNext,
  .wizard__nav #btnSubmit { min-width: 200px; }
  .wizard__nav #btnBack { min-width: 120px; }

  .wizard__success,
  .wizard__error { margin: -68px auto 0; }
  .success-card { padding: 44px 40px; }
  .success-card h2 { font-size: 1.7rem; }
  .success-icon { width: 80px; height: 80px; }
}

/* ═════ DESKTOP ≥ 960px ════════════════════════════════ */
@media (min-width: 960px) {
  .afspraak-hero { padding: 52px 0 130px; }
  .afspraak-hero h1 { font-size: 2.25rem; }

  .wizard {
    margin: -86px auto 0;
    padding: 38px 40px 28px;
  }
  .wizard__progress li span {
    width: 30px; height: 30px;
    font-size: 0.82rem;
  }
  .wizard__step h2 { font-size: 1.6rem; }

  .wizard__success,
  .wizard__error { margin: -86px auto 0; }
}
