:root {
  --ink: #0f172a;
  --ink-soft: #475569;
  --paper: #f8fafc;
  --paper-2: #f1f5f9;
  --white: #ffffff;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-50: #eef6ff;
  --blue-100: #dbeafe;
  --sky-50: #f0f9ff;
  --amber: #f59e0b;
  --amber-dark: #d97706;
  --navy: #0f172a;
  --navy-2: #172554;
  --line: #e2e8f0;
  --ok: #059669;
  --err: #dc2626;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Inter, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .brand, .price-hero {
  letter-spacing: -0.03em;
  font-weight: 800;
}
a { color: var(--blue-dark); }
img { max-width: 100%; }

.page-plain { padding: 48px 16px; background: var(--paper); position: relative; }
.site { min-height: 100vh; display: flex; flex-direction: column; padding-top: 80px; }
#main { flex: 1 0 auto; }
.wrap, .topbar-inner, .footer-inner, .hero-inner, .section, .page-head {
  width: min(1280px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}
.topbar-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 80px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
}
.brand-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
}
.brand-icon svg, .brand-icon i { width: 22px; height: 22px; display: block; }
.brand-accent { color: var(--blue); }
.nav { display: flex; gap: 28px; flex: 1; justify-content: flex-end; font-weight: 500; color: #475569; }
.nav a { text-decoration: none; color: inherit; }
.nav a.is-active, .nav a:hover { color: var(--blue); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: 8px;
}
.lang-switch {
  position: relative;
}
.lang-switch > summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.88rem;
  font-family: inherit;
}
.lang-switch > summary::-webkit-details-marker { display: none; }
.lang-switch > summary svg,
.lang-switch > summary i { width: 16px; height: 16px; display: block; }
.lang-name { display: none; }
.lang-caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.65;
  margin-left: 2px;
}
.lang-switch[open] > summary {
  border-color: #bfdbfe;
  color: var(--blue);
}
.lang-switch-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 11.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 6px;
  z-index: 60;
}
.lang-switch-menu a {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
}
.lang-switch-menu a:hover { background: var(--blue-50); color: var(--blue); }
.lang-switch-menu a.is-active { background: var(--blue-50); color: var(--blue); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 1rem;
  font-family: inherit;
  transition: 0.15s ease;
}
.btn svg, .btn i { width: 1.05em; height: 1.05em; }
.btn-small { padding: 10px 18px; font-size: 0.95rem; border-radius: 999px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 20px rgba(37,99,235,0.25); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-amber { background: var(--amber); color: #0f172a; box-shadow: 0 8px 18px rgba(245,158,11,0.25); }
.btn-amber:hover { background: var(--amber-dark); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; }
.btn-dark { background: var(--navy); color: #fff; border-radius: 12px; }
.hero-actions .btn, .wizard-nav .btn, .hero-panel .btn { border-radius: 12px; }

.hero-band {
  background: linear-gradient(180deg, #0f172a 0%, #0f172a 55%, #172554 100%);
  color: #fff;
  padding: 72px 0 80px;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(59,130,246,0.12);
  border: 1px solid rgba(96,165,250,0.25);
  color: #93c5fd;
  font-size: 0.88rem;
  font-weight: 600;
}
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.1; margin: 16px 0; }
.hero-highlight { color: #60a5fa; }
.lead { font-size: 1.15rem; color: #cbd5e1; max-width: 38rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-panel {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(16px);
  color: #e2e8f0;
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}
.hero-panel h2 { color: #fff; margin: 8px 0 16px; }
.hero-panel ul { text-align: left; max-width: 22rem; margin: 0 auto 20px; padding: 0; list-style: none; }
.hero-panel li { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0; }
.hero-panel li svg { width: 18px; height: 18px; flex-shrink: 0; }
.icon-amber {
  width: 56px; height: 56px; margin: 0 auto;
  border-radius: 999px;
  background: rgba(245,158,11,0.2);
  color: #fbbf24;
  display: grid; place-items: center;
}
.icon-amber svg { width: 32px; height: 32px; }
.hero-panel .btn svg { width: 18px; height: 18px; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 8px;
}
.page-head { padding: 36px 0 8px; }
.page-head h1 { font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.15; margin: 0 0 12px; color: var(--ink); }
.page-head p { color: var(--ink-soft); max-width: 40rem; }

.section { padding: 72px 0; }
.section-alt { background: var(--paper-2); width: 100%; padding: 72px max(16px, calc(50% - 640px)); }
.section-center { text-align: center; }
.section-center p, .section-center .lead { margin-inline: auto; }
.cards-2, .cards-3 { display: grid; gap: 24px; }
.cards-2 { grid-template-columns: 1fr 1fr; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--white);
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
  transition: box-shadow 0.2s ease;
}
.card:hover { box-shadow: 0 10px 24px rgba(15,23,42,0.08); }
.icon-box {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--blue-100);
  color: var(--blue);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.icon-box svg { width: 24px; height: 24px; }
.icon-box-lg {
  width: 80px; height: 80px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #f1f5f9;
  color: var(--blue);
  display: grid; place-items: center;
  margin: 0 auto 24px;
  box-shadow: 0 4px 12px rgba(15,23,42,0.08);
}
.icon-box-lg svg { width: 40px; height: 40px; }
.calc-promo {
  max-width: 36rem;
  margin: 40px auto 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15,23,42,0.08);
}
.calc-promo::before, .calc-promo::after {
  content: "";
  position: absolute;
  width: 8rem; height: 8rem;
  border-radius: 999px;
  filter: blur(32px);
  opacity: 0.5;
  pointer-events: none;
}
.calc-promo::before { top: -2rem; right: -2rem; background: #dbeafe; }
.calc-promo::after { bottom: -2rem; left: -2rem; background: #fef3c7; }
.calc-promo > * { position: relative; z-index: 1; }
.why-list { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; }
.why-list li { display: flex; gap: 16px; align-items: flex-start; }
.why-num {
  flex: 0 0 40px;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #fef3c7;
  color: #d97706;
  font-weight: 800;
  display: grid; place-items: center;
}
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; list-style: none; }
.steps li {
  background: var(--white);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid var(--line);
}
.prose { max-width: 42rem; }
.plain-list { padding-left: 18px; }
.muted { color: var(--ink-soft); }
.narrow, .narrow-card { width: min(640px, calc(100% - 32px)); margin: 24px auto 64px; }
.narrow-card {
  background: var(--white);
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--line);
}
.stack { display: grid; gap: 14px; }
label { display: grid; gap: 6px; font-weight: 600; }
input, select, textarea {
  font: inherit;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
}
.alert { padding: 12px 14px; border-radius: 12px; margin: 12px 0; }
.alert-error { background: #fef2f2; color: var(--err); }
.alert-ok { background: #ecfdf5; color: var(--ok); }

.calculator-wrap {
  width: min(900px, calc(100% - 32px));
  margin: 12px auto 64px;
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 0;
  box-shadow: 0 20px 40px rgba(15,23,42,0.08);
  overflow: hidden;
}
.calc-progress {
  padding: 24px 32px 16px;
  border-bottom: 1px solid #f1f5f9;
  background: #f8fafc;
}
.step-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-50);
  padding: 4px 12px;
  border-radius: 999px;
}
.progress { height: 10px; background: #e2e8f0; border-radius: 99px; overflow: hidden; margin-top: 12px; }
.progress span { display: block; height: 100%; width: 10%; background: var(--blue); transition: width 0.3s ease; }
.step-label { color: var(--ink-soft); font-weight: 600; font-size: 0.85rem; }
.wizard { padding: 28px 32px 8px; }
.wizard fieldset.step { display: none; border: 0; padding: 0; margin: 0; animation: fadeIn 0.25s ease; }
.wizard fieldset.step.is-active { display: block; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.wizard legend { font-size: 1.55rem; font-weight: 800; margin-bottom: 6px; color: var(--ink); }
.hint { color: var(--ink-soft); margin: 0 0 20px; font-size: 0.95rem; }

.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.choice-grid-2 { grid-template-columns: 1fr 1fr; }
.choice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  border: 2px solid var(--line);
  border-radius: 16px;
  padding: 24px 16px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.choice:hover {
  border-color: var(--blue);
  background: #f0f7ff;
  transform: translateY(-2px);
}
.choice:has(input:checked) {
  border-color: var(--blue);
  background: var(--blue-50);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12);
}
.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.choice-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--sky-50);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.choice-icon .material-symbols-outlined { font-size: 30px; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
.choice:has(input:checked) .material-symbols-outlined { font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }
.choice-title { display: block; font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.choice small { display: block; color: var(--ink-soft); font-weight: 500; font-size: 0.78rem; margin-top: 4px; line-height: 1.4; }
.choice-row {
  flex-direction: row;
  text-align: left;
  align-items: center;
  padding: 18px 20px;
  gap: 16px;
}
.choice-row .choice-icon {
  width: auto; height: auto;
  background: transparent;
  border-radius: 0;
}
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  border: 2px dashed var(--line);
  border-radius: 16px;
  padding: 28px 18px;
  background: #f8fafc;
  cursor: pointer;
}
.dropzone:hover,
.dropzone.is-dragover { border-color: var(--blue); background: var(--blue-50); }
.dropzone.is-dragover { border-style: solid; }
.dropzone input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.dropzone small { color: var(--ink-soft); font-weight: 500; font-size: 0.78rem; }
.dropzone-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 16px;
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  pointer-events: none;
}
.photo-count { margin: 12px 0 0; font-weight: 600; color: var(--ink-soft); font-size: 0.9rem; }
.photo-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.photo-preview[hidden], .photo-count[hidden] { display: none; }
.photo-thumb {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f1f5f9;
}
.photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-thumb button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.75);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 1;
}
.photo-thumb button .material-symbols-outlined { font-size: 16px; }
.result-head { text-align: center; margin-bottom: 16px; }
.result-head .choice-icon { margin: 0 auto 12px; }

.fields-2, .fields-3 { display: grid; gap: 12px; }
.fields-2 { grid-template-columns: 1fr 1fr; }
.fields-3 { grid-template-columns: 1fr 1fr 1fr; }
.wizard-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 32px 28px;
  border-top: 1px solid #f1f5f9;
}
.wizard-nav .btn-primary { border-radius: 12px; box-shadow: 0 4px 12px rgba(37,99,235,0.18); }
.wizard-nav .btn-ghost { border: 0; }
.form-error { color: var(--err); font-weight: 700; padding: 0 32px; }
.result { padding: 28px 32px 8px; }
.price-hero { font-size: 2.6rem; margin: 8px 0; color: var(--ink); }
.price-hero small { font-size: 1rem; color: var(--ink-soft); }
.price-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: var(--white); }
.price-table th, .price-table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table td small { display: block; color: var(--ink-soft); font-weight: 400; }
.price-table th:last-child, .price-table td:last-child { text-align: right; }

.site-footer {
  margin-top: auto;
  background: var(--navy);
  color: #94a3b8;
  padding: 56px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 0.9fr; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid #1e293b; }
.site-footer .brand { color: #fff; }
.site-footer .brand-accent { color: #60a5fa; }
.footer-title { color: #fff; font-weight: 700; margin: 0 0 12px; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { display: flex; gap: 8px; align-items: center; margin: 8px 0; }
.site-footer a { color: #93c5fd; text-decoration: none; }
.site-footer a:hover { color: #bfdbfe; }
.footer-list svg, .footer-list i { color: var(--amber); width: 16px; height: 16px; }
.legal { font-size: 0.8rem; color: #64748b; padding-top: 20px; text-align: center; border: 0; }

.admin-shell { display: grid; grid-template-columns: 220px 1fr; min-height: 100vh; padding-top: 0; }
.admin-nav { background: var(--navy); color: #fff; padding: 24px 18px; }
.admin-nav a { display: block; color: #e2e8f0; text-decoration: none; padding: 8px 0; }
.admin-nav a:hover { color: #93c5fd; }
.admin-nav a.is-active { color: #93c5fd; font-weight: 700; }
.admin-nav .lang-switch { margin-top: 20px; display: block; }
.admin-nav .lang-switch > summary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  padding: 8px 10px;
}
.admin-nav .lang-switch[open] > summary {
  border-color: #93c5fd;
  color: #93c5fd;
}
.admin-nav .lang-name { display: inline; }
.admin-nav .lang-switch-menu { left: 0; right: auto; }
.admin-nav .lang-switch-menu a {
  color: var(--ink);
  padding: 8px 12px;
}
.admin-nav .lang-switch-menu a:hover,
.admin-nav .lang-switch-menu a.is-active { color: var(--blue); }
.login-lang {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
}
.login-lang .lang-name { display: inline; }
.admin-main { padding: 28px; background: var(--paper); }
.table { width: 100%; border-collapse: collapse; background: var(--white); }
.table th, .table td { padding: 10px; border-bottom: 1px solid var(--line); text-align: left; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0 16px; }
.tabs a {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 650;
  background: var(--white);
}
.tabs a.is-active { background: var(--blue); color: #fff; border-color: var(--blue); }
.table-wrap { overflow-x: auto; }
.invoice-editor input, .invoice-editor select { width: 100%; min-width: 0; }
.invoice-editor td:nth-child(2), .invoice-editor td:nth-child(3), .invoice-editor td:nth-child(4) { width: 8.5rem; }
.invoice-editor td:last-child { width: 3rem; }
.invoice-editor .line-vat { white-space: nowrap; font-weight: 600; }
.invoice-sheet {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.08);
}
#realisaties { scroll-margin-top: 96px; }
.realisaties {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}
.realisatie {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.realisatie:hover { box-shadow: 0 14px 32px rgba(15,23,42,0.1); transform: translateY(-2px); }
.realisatie-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e8f0;
}
.realisatie-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.realisatie:hover img { transform: scale(1.05); }
.realisatie-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--blue);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(15,23,42,0.2);
}
.realisatie-body { padding: 20px 22px 24px; }
.realisatie-body h3 { margin: 0 0 6px; font-size: 1.15rem; }
.realisatie-body p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  z-index: 100;
  background: var(--blue);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { top: 12px; color: #fff; }
.breadcrumbs {
  width: min(1280px, calc(100% - 32px));
  margin: 16px auto 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.breadcrumbs li { display: flex; align-items: center; gap: 10px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: #94a3b8; }
.breadcrumbs a { color: var(--ink-soft); text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.faq .faq-list { max-width: 46rem; margin-top: 28px; }
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 2px 20px;
  margin: 0 0 10px;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  padding: 16px 0;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list .faq-a { padding: 0 0 16px; color: var(--ink-soft); }
.faq-list .faq-a p { margin: 0; }
.gemeente-details {
  margin-top: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 4px 20px 8px;
  max-width: 56rem;
}
.gemeente-details summary { cursor: pointer; font-weight: 700; padding: 14px 0; }
.gemeente-list { color: var(--ink-soft); line-height: 1.7; }

@media (max-width: 860px) {
  .hero-inner, .cards-2, .cards-3, .steps, .footer-grid, .fields-2, .fields-3, .admin-shell, .choice-grid-2, .realisaties { grid-template-columns: 1fr; }
  .nav { display: none; }
  .header-actions { margin-left: auto; }
  .wizard, .calc-progress, .wizard-nav, .result { padding-left: 18px; padding-right: 18px; }
  .hero { text-align: center; }
  .lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
}
@media (max-width: 520px) {
  .header-actions .btn-small span { display: none; }
}
