:root {
  --blue: #003b7a;
  --blue-bright: #004d91;
  --red: #bd272d;
  --orange: #ef6b35;
  --ink: #173f70;
  --pale: #f3f3fb;
  --footer: #303030;
  --white: #fff;
  --max: 1210px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--blue); font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif; font-size: 18px; line-height: 1.62; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--blue); font-weight: 800; line-height: 1.18; }
h1 { font-size: 34px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 19px; }
p { margin: 0 0 1.15em; }
ul { margin-top: 0; }
.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { padding: 62px 0; }
.section-pale { background: var(--pale); }
.text-center { text-align: center; }

.site-header { min-height: 112px; background: #fff; }
.header-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 500px; max-width: 42vw; }
.main-menu { align-self: stretch; display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 16px; }
.main-menu > a { height: 100%; padding: 0 18px; display: flex; align-items: center; text-decoration: none; position: relative; }
.main-menu > a.active::after { content: ""; position: absolute; height: 2px; background: #f12635; bottom: 0; left: 10px; right: 10px; }
.language { position: relative; height: 100%; display: grid; align-items: center; }
.language-button, .language-menu button, .language-menu a { border: 0; background: #fff; color: var(--blue); font: inherit; font-weight: 700; cursor: pointer; }
.language-button { display: flex; gap: 7px; align-items: center; padding: 12px; }
.flag { width: 31px; height: 20px; display: inline-block; background-size: cover; background-position: center; }
.flag-nl { background: linear-gradient(#ae1c28 0 33.3%, #fff 33.3% 66.6%, #21468b 66.6%); }
.flag-en {
  border: 1px solid #d4dbe2;
  background-image: url("../assets/icons/flag-united-kingdom.svg");
}
.flag-uk { background: linear-gradient(#0057b7 50%, #ffd700 50%); }
.flag-ar { background: linear-gradient(#ce1126 33%, #fff 33% 66%, #000 66%); }
.language-menu { display: none; position: absolute; z-index: 20; right: 0; top: 78px; width: 175px; box-shadow: 0 8px 24px #173f7030; }
.language-button[aria-expanded="true"] + .language-menu { display: grid; }
.language-menu button, .language-menu a { padding: 10px; display: flex; align-items: center; gap: 9px; text-align: left; text-decoration: none; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--blue); }

.hero-copy { padding-top: 64px; padding-bottom: 30px; font-weight: 600; }
.hero-copy p { margin-bottom: 0; }
.cards-title { margin: 12px 0 14px; }
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.feature-card { min-height: 385px; padding: 20px; background: #fff; color: var(--blue); text-decoration: none; }
.feature-card img { width: 100%; aspect-ratio: 314 / 213; object-fit: cover; margin-bottom: 15px; }
.feature-card p { margin: 0; }
.feature-card strong { display: block; margin-bottom: 3px; font-size: 19px; }
.hero-cta { margin: 52px 0 10px; font-weight: 800; font-size: 20px; line-height: 1.25; }
.down-arrow { display: inline-block; width: 18px; height: 18px; border-right: 4px solid var(--red); border-bottom: 4px solid var(--red); transform: rotate(45deg); }

.check-section { padding: 48px 0 62px; }
.check-section h2 { margin-bottom: 32px; }
.address-form { width: min(505px, 100%); }
.address-field { position: relative; }
.address-input { width: 100%; border: 1px solid var(--blue-bright); border-radius: 22px; padding: 10px 18px; color: var(--blue); font: inherit; font-size: 16px; outline-offset: 3px; }
.nhl-suggesties { display: none; position: absolute; z-index: 12; width: 100%; top: calc(100% + 3px); padding: 0; margin: 0; list-style: none; background: #fff; border: 1px solid #aac2db; box-shadow: 0 6px 16px #003b7a22; }
.nhl-suggesties.open { display: block; }
.nhl-suggesties li { padding: 8px 14px; cursor: pointer; }
.nhl-suggesties li:hover { background: var(--pale); }
.terms-row { margin: 12px 0 32px; font-size: 12px; font-weight: 600; }
.terms-row input { margin: 0 4px 0 0; vertical-align: -1px; }
.form-error { min-height: 28px; color: var(--red); font-size: 14px; font-weight: 700; }
.button { display: inline-flex; justify-content: center; align-items: center; min-width: 202px; padding: 11px 28px; border: 0; border-radius: 4px; background: var(--red); color: #fff; text-decoration: none; font: inherit; font-weight: 700; cursor: pointer; }
.button-blue { background: var(--blue-bright); border-radius: 25px; }
.button-large { padding: 18px 44px; font-size: 20px; }
.button:disabled { opacity: .65; cursor: wait; }
.benefits { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.benefit { font-size: 14px; font-weight: 800; }
.benefit .check { display: block; margin-bottom: 4px; font-size: 23px; }
.benefit p { display: none; }

.steps-layout { display: grid; grid-template-columns: 2fr 1fr; align-items: center; gap: 60px; }
.step-list { margin: 28px 0 42px; display: grid; gap: 18px; }
.step { display: flex; align-items: center; gap: 26px; }
.step img { width: 58px; max-height: 67px; object-fit: contain; }
.steps-photo { width: 100%; }

.partners-section { padding: 30px 0 42px; overflow: hidden; }
.partners-section h3 { margin-bottom: 30px; font-size: 20px; }
.partner-carousel { overflow: hidden; }
.partner-track { display: flex; width: max-content; }
.partner-group { display: flex; flex-shrink: 0; align-items: center; }
.partner-group img { width: 145px; height: 82px; flex: 0 0 145px; object-fit: contain; margin-right: 24px; }

.faq-section { padding: 50px 0 62px; }
.faq-intro { margin-bottom: 26px; }
.faq-item { border: 0; }
.faq-question { width: 100%; border: 0; padding: 7px 0; background: transparent; color: var(--blue); text-align: left; font: inherit; font-size: 16px; font-weight: 800; cursor: pointer; }
.faq-question::before { content: "+"; display: inline-grid; width: 35px; margin-right: 10px; font-size: 32px; line-height: 16px; font-weight: 400; vertical-align: -3px; }
.faq-question[aria-expanded="true"]::before { content: "−"; }
.faq-answer { padding: 8px 0 16px 45px; max-width: 950px; font-size: 16px; }

.site-footer { background: var(--footer); color: #fff; }
.site-footer h3 { color: #fff; font-size: 20px; }
.footer-grid { padding: 55px 0 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.site-footer p { margin: 0; }
.site-footer a { color: #fff; text-decoration: none; }
.footer-grid nav { display: grid; gap: 6px; }
.socket { padding: 22px 0; background: #fff; color: var(--blue); font-size: 10px; }
.socket a { color: var(--red); }

.article-page { padding: 52px 0 70px; }
.article-page h1 { margin-bottom: 4px; }
.article-page h2 { margin-top: 34px; }
.article-page h3 { margin-top: 28px; }
.article-page li { padding-left: 4px; }
.how-finish { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: end; margin-top: 40px; }
.how-finish img { width: 100%; }
.legal-page { max-width: 1040px; }
.legal-intro { padding: 44px 0; background: var(--blue); }
.legal-intro h1 { color: #fff; }
.condition-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 28px 0; }
.condition-card { padding: 24px; border-radius: 3px 3px 30px 3px; background: #fff; color: var(--blue); }
.source-content .avia-section { padding: 44px 0; }
.source-content .avia-section > div > .container, .source-content .entry-content-wrapper { width: 100%; }
.source-content style, .source-content .hr-invisible { display: none; }
.source-content .flex_column { margin-bottom: 20px; }
.source-content .avia-section:first-child { background: var(--blue); color: #fff; padding-inline: 30px; }
.source-content .avia-section:first-child h1, .source-content .avia-section:first-child h2, .source-content .avia-section:first-child h3 { color: #fff; }
.source-content .avia-section:first-child .flex_column { background: #fff; color: var(--blue); padding: 20px; border-radius: 3px 3px 30px 3px; }
.source-content .avia-section:first-child .entry-content-wrapper { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 20px; align-items: stretch; }
.source-content .avia-section:first-child .av-special-heading { grid-column: 1 / -1; }
.source-content .avia-section:first-child .flex_column { margin: 0; }
.source-content .avia-section:first-child .flex_column h2,
.source-content .avia-section:first-child .flex_column h3 { color: var(--blue); }

@media (max-width: 850px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 36px), var(--max)); }
  h1 { font-size: 29px; }
  h2 { font-size: 25px; }
  .site-header, .header-inner { min-height: 86px; }
  .brand img { max-width: 255px; width: 70vw; }
  .menu-toggle { display: grid; justify-items: center; gap: 4px; font-size: 10px; cursor: pointer; }
  .menu-toggle span { display: block; width: 26px; height: 3px; background: var(--blue); }
  .menu-toggle b { margin-top: 1px; }
  .main-menu { display: none; position: absolute; z-index: 50; left: 0; right: 0; top: 86px; height: auto; padding: 8px 18px 18px; background: #fff; box-shadow: 0 12px 18px #003b7a22; }
  .main-menu.open { display: grid; }
  .main-menu > a { padding: 11px 0; }
  .main-menu > a.active::after { left: 0; right: auto; width: 50px; }
  .language { height: auto; }
  .language-button { padding-left: 0; }
  .language-menu { position: static; box-shadow: none; }
  .hero-copy { padding-top: 38px; }
  .feature-cards { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .benefits { grid-template-columns: 1fr 1fr; row-gap: 26px; }
  .steps-layout { grid-template-columns: 1fr; }
  .steps-photo { max-width: 520px; }
  .partner-group img { width: 135px; height: 75px; flex-basis: 135px; margin-right: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .how-finish { grid-template-columns: 1fr; gap: 30px; }
  .condition-cards { grid-template-columns: 1fr; }
  .source-content .avia-section:first-child .entry-content-wrapper { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .section { padding: 45px 0; }
  .feature-card { padding: 14px; }
  .check-section { padding: 42px 0; }
  .benefits { grid-template-columns: 1fr; }
  .faq-question { display: flex; align-items: flex-start; }
  .faq-question::before { flex: 0 0 30px; margin-top: 3px; }
  .faq-answer { padding-left: 40px; }
}

/* Professionele publieke-dienstverleningstijl */
:root {
  --blue: #073b6f;
  --blue-bright: #1478b8;
  --blue-dark: #052f57;
  --blue-light: #eaf4fa;
  --red: #d93d46;
  --orange: #f28c5b;
  --ink: #24445f;
  --pale: #f8fafc;
  --line: #d8e5ee;
  --muted: #587189;
  --footer: #073b6f;
  --max: 1180px;
}

body {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { letter-spacing: -.018em; }
h1 { font-size: clamp(34px, 4vw, 48px); }
h2 { font-size: clamp(28px, 3vw, 38px); }
h3 { font-size: 23px; }
p { max-width: 78ch; }

.service-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  background: var(--blue-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
}
.service-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.service-contact { display: flex; align-items: center; gap: 12px; }
.service-bar a { color: #fff; text-decoration: none; }
.service-bar a:hover { text-decoration: underline; }

.site-header { min-height: 104px; border-bottom: 1px solid #dbe4ec; box-shadow: 0 2px 9px rgb(0 47 93 / 5%); }
.header-inner { min-height: 104px; }
.brand img { width: 410px; }
.main-menu { gap: 4px; font-size: 15px; }
.main-menu > a { padding-inline: 14px; }
.main-menu > a.active::after { height: 4px; background: var(--red); left: 14px; right: 14px; }
.language-button { padding-inline: 10px; }
.flag { width: 25px; height: 16px; border: 1px solid rgb(0 0 0 / 10%); }
.header-cta {
  height: auto !important;
  margin-left: 12px;
  padding: 12px 18px !important;
  border: 2px solid var(--red);
  background: var(--red);
  color: #fff;
  line-height: 1.2;
  transition: background .18s ease, color .18s ease;
}
.header-cta::after { display: none !important; }
.header-cta:hover { background: #bf3039; border-color: #bf3039; }

.section-pale { background: var(--pale); }
.hero-copy {
  position: relative;
  padding: 56px 0 36px 30px;
  font-size: 18px;
  font-weight: 500;
}
.hero-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 61px;
  bottom: 41px;
  width: 5px;
  background: var(--red);
}
.hero-copy p { max-width: 100%; }
.cards-title { margin: 18px 0 24px; text-align: left; }
.feature-cards { gap: 22px; }
.feature-card {
  min-height: 410px;
  padding: 0 0 24px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  box-shadow: 0 8px 24px rgb(0 47 93 / 7%);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgb(0 47 93 / 12%); }
.feature-card img { margin: 0 0 20px; aspect-ratio: 16 / 9; }
.feature-card p { padding: 0 24px; }
.feature-card strong { margin-bottom: 7px; font-size: 20px; }
.hero-cta { margin-top: 48px; font-size: 21px; }
.down-arrow { margin-bottom: 8px; }

.check-section { padding: 68px 0 74px; border-top: 1px solid #fff; }
.check-section .container { position: relative; }
.check-section h2 { margin-bottom: 24px; }
.check-section h2 { text-align: center; }
.address-form {
  width: min(720px, 100%);
  margin-inline: auto;
  padding: 30px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  background: #fff;
  box-shadow: 0 7px 22px rgb(0 47 93 / 7%);
}
.address-input {
  min-height: 52px;
  border: 2px solid #6e91b2;
  border-radius: 2px;
  padding: 11px 15px;
  background: #fff;
  font-size: 17px;
}
.address-input:focus { border-color: var(--blue-bright); outline: 3px solid #cce7f6; outline-offset: 1px; }
.terms-row { display: block; margin: 14px 0 23px; font-size: 14px; font-weight: 600; }
.terms-row { text-align: center; }
.terms-row input { width: 17px; height: 17px; margin-right: 7px; vertical-align: -3px; }
.form-error { min-height: 25px; }
.form-error { text-align: center; }
.address-form .button { display: flex; margin-inline: auto; }
.button {
  min-height: 48px;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgb(0 0 0 / 15%);
  transition: background .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-blue { background: var(--blue); border-radius: 2px; }
.button-blue:hover { background: var(--blue-dark); }
.benefits { margin-top: 42px; gap: 18px; text-align: left; }
.benefit {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  background: var(--pale);
  font-size: 17px;
}
.benefit .check {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0 0 14px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 20px;
}
.benefit p { display: block; margin: 10px 0 0; color: var(--muted); font-size: 14px; font-weight: 500; line-height: 1.5; }

.steps-layout { gap: 74px; }
.step-list { gap: 12px; }
.step {
  min-height: 83px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
}
.step img { width: 58px; height: 58px; max-height: none; flex: 0 0 58px; object-fit: contain; }
.steps-photo { border: 8px solid #fff; box-shadow: 0 8px 25px rgb(0 47 93 / 12%); }

.partners-section { padding: 46px 0 52px; border-top: 1px solid #e2e8ee; }
.partners-section h3 { padding-bottom: 15px; border-bottom: 2px solid var(--blue); }
.partner-carousel {
  position: relative;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}
.partner-track { animation: partner-scroll 45s linear infinite; will-change: transform; }
.partner-group img { filter: saturate(.85); }

@keyframes partner-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .partner-carousel { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .partner-track { animation: none; }
  .partner-group[aria-hidden="true"] { display: none; }
}

/* Aanvraag- en bevestigingsflow */
.application-hero, .confirmation-section {
  min-height: 72vh;
  padding: 72px 0 90px;
  background: linear-gradient(135deg, var(--pale), var(--blue-light));
}
.maintenance-notice {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin: 0 0 34px;
  padding: 22px 25px;
  border: 1px solid #e1a66e;
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background: #fff8f1;
  color: var(--ink);
  box-shadow: 0 12px 30px rgb(7 59 111 / 7%);
}
.maintenance-notice-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}
.maintenance-notice h2 {
  margin: 0 0 5px;
  color: var(--blue-dark);
  font-size: 22px;
}
.maintenance-notice p { max-width: 920px; margin: 0; line-height: 1.55; }
.application-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(580px, 1.28fr);
  gap: 66px;
  align-items: start;
}
.application-intro { position: sticky; top: 28px; padding-top: 20px; }
.application-intro h1, .confirmation-heading h1 { color: var(--blue-dark); }
.application-intro p, .confirmation-heading p { color: var(--muted); }
.application-progress { display: grid; gap: 0; margin: 35px 0 0; padding: 0; list-style: none; }
.application-progress li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}
.application-progress li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 45px;
  width: 2px;
  height: 26px;
  background: var(--line);
}
.application-progress span {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--muted);
}
.application-progress .complete span { border-color: var(--blue-bright); background: var(--blue-bright); color: #fff; }
.application-progress .complete span::before { content: "✓"; }
.application-progress .complete span { font-size: 0; }
.application-progress .complete span::before { font-size: 16px; }
.application-progress .active { color: var(--blue-dark); }
.application-progress .active span { border-color: var(--red); color: var(--red); box-shadow: 0 0 0 5px rgb(217 61 70 / 10%); }
.application-card, .confirmation-card, .application-notice {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 45px rgb(7 59 111 / 9%);
}
.application-card { padding: 42px 46px 46px; border-top: 5px solid var(--blue); }
.form-section { min-width: 0; margin: 0 0 34px; padding: 0; border: 0; }
.form-section + .form-section { padding-top: 32px; border-top: 1px solid var(--line); }
.form-section legend { margin-bottom: 2px; padding: 0; color: var(--blue-dark); font-size: 24px; font-weight: 800; }
.form-section-help { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 18px; }
.form-grid label { min-width: 0; color: var(--blue-dark); font-size: 15px; font-weight: 800; line-height: 1.35; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid input {
  width: 100%;
  min-height: 52px;
  display: block;
  margin-top: 7px;
  padding: 11px 14px;
  border: 1px solid #aac2d5;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.form-grid input:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 4px rgb(20 120 184 / 12%); }
.form-grid input[readonly] { border-color: var(--line); background: var(--pale); color: var(--muted); cursor: default; }
.form-grid input[aria-invalid="true"] { border-color: var(--red); box-shadow: 0 0 0 4px rgb(217 61 70 / 9%); }
.field-error { min-height: 18px; display: block; margin-top: 5px; color: var(--red); font-size: 12px; font-weight: 700; line-height: 1.35; }
.currency-field { position: relative; display: block; margin-top: 7px; }
.currency-field > span {
  position: absolute;
  z-index: 1;
  left: 14px;
  top: 50%;
  color: var(--muted);
  font-size: 17px;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
}
.currency-field input { margin-top: 0; padding-left: 34px; }
.form-privacy { margin: -4px 0 24px; color: var(--muted); font-size: 13px; }
.form-privacy a { color: var(--blue); font-weight: 700; }
.application-submit { min-width: 245px; }
.application-submit-status { min-height: 24px; margin: 12px 0 0; color: var(--red); font-size: 14px; font-weight: 700; }

.rent-estimate-section {
  padding: 28px !important;
  border: 1px solid var(--line) !important;
  border-left: 5px solid var(--blue) !important;
  background: var(--pale);
}
.rent-estimate-section > legend {
  width: 100%;
  float: left;
  margin: 0 0 2px;
  padding: 0;
  text-align: left;
}
.rent-estimate-section > .form-section-help { clear: both; }
.estimate-progress { display: grid; gap: 9px; margin: 22px 0; padding: 0; list-style: none; }
.estimate-progress li { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 14px; font-weight: 700; }
.estimate-progress li span {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 2px solid #b8c6d3;
  border-radius: 50%;
  background: #fff;
}
.estimate-progress li.active { color: var(--blue); }
.estimate-progress li.active span { border-color: var(--blue); box-shadow: inset 0 0 0 4px #fff; background: var(--blue); }
.estimate-progress li.complete { color: var(--ink); }
.estimate-progress li.complete span { display: grid; place-items: center; border-color: var(--blue); background: var(--blue); color: #fff; }
.estimate-progress li.complete span::after { content: "✓"; font-size: 11px; }
.estimate-progress li.error { color: var(--red); }
.estimate-progress li.error span { display: grid; place-items: center; border-color: var(--red); background: var(--red); color: #fff; }
.estimate-progress li.error span::after { content: "!"; font-size: 12px; font-weight: 800; }
.estimate-supplement { margin: 22px 0; padding: 22px; border: 1px solid var(--line); background: #fff; }
.estimate-supplement h3 { margin: 0 0 5px; color: var(--blue-dark); font-size: 20px; }
.estimate-supplement > p { margin: 0 0 17px; color: var(--muted); font-size: 14px; }
.dwelling-options { display: grid; gap: 9px; }
.dwelling-options label { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.dwelling-options input { width: auto; margin: 0; }
.estimate-retry { margin-top: 4px; }
.estimate-status { min-height: 23px; margin: 14px 0 0; color: var(--blue-dark); font-size: 14px; font-weight: 700; }
.estimate-result { margin-top: 24px; padding: 26px; border-top: 5px solid var(--red); background: #fff; box-shadow: 0 8px 24px rgb(0 47 93 / 8%); }
.estimate-result > span { color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.estimate-result > h3 { margin: 5px 0 0; color: var(--blue-dark); font-size: clamp(34px, 5vw, 48px); }
.estimate-result > p { margin: 2px 0 22px; color: var(--muted); font-size: 14px; }
.estimate-property-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0 0 22px; background: var(--line); }
.estimate-property-summary div { padding: 12px 14px; background: var(--pale); }
.estimate-property-summary dt { color: var(--muted); font-size: 12px; font-weight: 700; }
.estimate-property-summary dd { margin: 2px 0 0; color: var(--blue-dark); font-weight: 800; }
.estimate-result .estimate-disclaimer { margin: 20px 0 0; padding: 14px; border-left: 4px solid var(--orange); background: var(--pale); color: var(--ink); }
.estimate-sources { margin-top: 15px; color: var(--muted); font-size: 13px; }
.estimate-sources summary { color: var(--blue); font-weight: 800; cursor: pointer; }
.estimate-sources p { margin: 8px 0 0; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.application-notice { padding: 34px; border-top: 5px solid var(--orange); }
.application-notice h2 { font-size: 25px; }
.application-notice p { color: var(--muted); }

.confirmation-wrap { max-width: 820px; }
.confirmation-heading { max-width: 700px; margin: 0 auto 34px; text-align: center; }
.confirmation-heading .section-label { justify-content: center; }
.confirmation-check {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--blue-bright);
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  box-shadow: 0 0 0 9px rgb(20 120 184 / 10%);
}
.confirmation-card { padding: 40px 46px; border-top: 5px solid var(--blue); }
.confirmation-card h2 { margin-bottom: 24px; font-size: 26px; }
.confirmation-card dl { margin: 0 0 30px; }
.confirmation-card dl div { display: grid; grid-template-columns: 190px 1fr; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.confirmation-card dt { color: var(--muted); font-size: 14px; font-weight: 700; }
.confirmation-card dd { margin: 0; color: var(--blue-dark); font-weight: 800; overflow-wrap: anywhere; }
.confirmation-next { margin: 0 0 28px; padding: 20px 22px; border-left: 4px solid var(--orange); background: var(--blue-light); }
.confirmation-next strong { color: var(--blue-dark); }
.confirmation-next p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }

@media (max-width: 900px) {
  .application-layout { grid-template-columns: 1fr; gap: 36px; }
  .application-intro { position: static; padding-top: 0; }
  .application-progress { grid-template-columns: repeat(3, 1fr); }
  .application-progress li { align-items: flex-start; flex-direction: column; gap: 7px; font-size: 13px; }
  .application-progress li:not(:last-child)::after { left: 36px; right: -15px; top: 17px; width: auto; height: 2px; }
}

@media (max-width: 600px) {
  .application-hero, .confirmation-section { padding: 48px 0 62px; }
  .maintenance-notice { gap: 13px; margin-bottom: 26px; padding: 18px; }
  .maintenance-notice-icon { width: 30px; height: 30px; flex-basis: 30px; font-size: 18px; }
  .maintenance-notice h2 { font-size: 20px; }
  .application-card, .confirmation-card { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
  .application-progress li { font-size: 11px; line-height: 1.25; }
  .confirmation-card dl div { grid-template-columns: 1fr; gap: 3px; }
}

.faq-section { padding: 62px 0 70px; }
.faq-section h2 { margin-bottom: 10px; }
.faq-intro { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { padding: 16px 10px 16px 0; font-size: 17px; }
.faq-question::before {
  width: 34px;
  height: 34px;
  place-items: center;
  margin-right: 14px;
  border: 1px solid #9bb2c8;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  vertical-align: -7px;
}
.faq-question:hover { text-decoration: underline; text-underline-offset: 3px; }
.faq-answer { padding: 4px 44px 18px 50px; color: var(--muted); }

.article-page { padding: 64px 0 84px; }
.article-page > .container > h1:first-child { padding-bottom: 20px; border-bottom: 4px solid var(--red); }
.article-page h2 { margin-top: 42px; }
.article-page p, .article-page li { color: var(--ink); }
.how-finish { gap: 64px; }
.how-finish img { border: 8px solid var(--pale); box-shadow: 0 8px 25px rgb(0 47 93 / 12%); }

.site-footer { background: var(--blue-dark); }
.footer-accent { height: 6px; background: linear-gradient(90deg, var(--red) 0 33%, var(--orange) 33% 66%, #f2b134 66%); }
.footer-grid { grid-template-columns: 1fr .75fr 1fr; gap: 64px; padding: 58px 0 64px; }
.site-footer h3 { padding-bottom: 10px; border-bottom: 1px solid rgb(255 255 255 / 25%); }
.site-footer p { color: #dbe6ef; font-size: 15px; }
.footer-grid nav { gap: 9px; font-size: 15px; }
.site-footer a:hover { text-decoration: underline; }
.footer-action p { margin-bottom: 20px; }
.footer-button { background: #fff; color: var(--blue-dark) !important; font-size: 15px; }
.footer-button:hover { background: var(--blue-light); text-decoration: none !important; }
.socket { padding: 18px 0; border-top: 1px solid #d7e0e8; font-size: 11px; }

@media (max-width: 1050px) {
  .header-cta { display: none !important; }
  .brand img { width: 355px; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-action { grid-column: 1 / -1; max-width: 550px; }
}

@media (max-width: 850px) {
  .service-bar { display: none; }
  .site-header, .header-inner { min-height: 88px; }
  .main-menu { top: 88px; }
  .main-menu > a { height: auto; }
  .main-menu > a.active::after { height: 3px; }
  .header-cta { display: inline-flex !important; margin: 8px 0 0; width: max-content; }
  .hero-copy { padding: 38px 0 28px 21px; font-size: 16px; }
  .hero-copy::before { top: 42px; bottom: 32px; width: 4px; }
  .cards-title { margin-top: 8px; }
  .feature-card { min-height: 0; }
  .address-form { padding: 22px; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .benefit { min-height: 190px; }
  .steps-layout { gap: 42px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-action { grid-column: auto; }
}

@media (max-width: 560px) {
  .brand img { width: 285px; max-width: 76vw; }
  .hero-copy { padding-left: 17px; }
  .feature-card p { padding-inline: 18px; }
  .address-form { padding: 18px; border-left-width: 4px; }
  .benefits { grid-template-columns: 1fr; }
  .benefit { min-height: 0; }
  .button-large { width: 100%; padding: 15px 18px; font-size: 17px; }
  .step { padding: 10px 12px; gap: 15px; }
  .faq-question { line-height: 1.35; }
  .faq-question::before { flex-basis: 30px; width: 30px; height: 30px; margin-right: 10px; }
  .faq-answer { padding-left: 40px; }
}

/* Veelgestelde vragen */
.faq-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0 84px;
}
.faq-section::before {
  content: "?";
  position: absolute;
  right: -26px;
  top: -115px;
  color: var(--blue);
  font-size: 420px;
  font-weight: 800;
  line-height: 1;
  opacity: .025;
  pointer-events: none;
}
.faq-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.55fr);
  gap: 70px;
  align-items: start;
}
.faq-overview {
  position: sticky;
  top: 28px;
}
.faq-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-left: 4px solid var(--red);
  background: var(--blue-light);
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.faq-overview h2 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(31px, 3.3vw, 44px);
}
.faq-intro {
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 16px;
}
.faq-help {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  background: #fff;
  box-shadow: 0 8px 22px rgb(0 47 93 / 6%);
}
.faq-help-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 27px;
  font-weight: 800;
}
.faq-help h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
.faq-help p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.faq-help a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 3px;
}
.faq-list {
  display: grid;
  gap: 12px;
  border: 0;
}
.faq-item {
  border: 1px solid var(--line);
  border-left: 4px solid transparent;
  background: #fff;
  box-shadow: 0 3px 12px rgb(0 47 93 / 4%);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.faq-item:has(.faq-question[aria-expanded="true"]) {
  border-left-color: var(--red);
  box-shadow: 0 8px 22px rgb(0 47 93 / 8%);
  transform: translateX(3px);
}
.faq-question {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 14px 56px 14px 18px;
  font-size: 17px;
  line-height: 1.35;
  text-decoration: none !important;
}
.faq-question::before {
  content: "?";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
  vertical-align: 0;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 21px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue);
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.faq-question[aria-expanded="true"]::before {
  content: "?";
  background: var(--blue);
  color: #fff;
}
.faq-question[aria-expanded="true"]::after {
  content: "−";
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.faq-answer {
  max-width: none;
  padding: 0 58px 22px 68px;
  color: var(--muted);
  font-size: 15px;
  animation: faq-reveal .22s ease-out;
}
.faq-answer p { margin: 0; }

@keyframes faq-reveal {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-overview { position: static; }
  .faq-overview h2 { max-width: 18ch; }
  .faq-help { max-width: 620px; }
}

@media (max-width: 560px) {
  .faq-section { padding: 55px 0 62px; }
  .faq-layout { gap: 30px; }
  .faq-overview h2 { font-size: 30px; }
  .faq-help { grid-template-columns: 38px 1fr; padding: 17px; }
  .faq-help-icon { width: 38px; height: 38px; font-size: 23px; }
  .faq-question { grid-template-columns: 26px 1fr; gap: 10px; min-height: 62px; padding: 12px 48px 12px 12px; font-size: 15px; }
  .faq-question::before { width: 26px; height: 26px; }
  .faq-question::after { right: 12px; width: 26px; height: 26px; }
  .faq-answer { padding: 0 18px 18px 48px; font-size: 14px; }
  .faq-item:has(.faq-question[aria-expanded="true"]) { transform: none; }
}

/* Consistent professioneel paginasysteem */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-label::before {
  content: "";
  width: 23px;
  height: 3px;
  background: var(--red);
}
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 18px; }
.centered-heading { margin-inline: auto; text-align: center; }
.centered-heading .section-label { justify-content: center; }

.home-hero { padding: 0 0 76px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, .62fr);
  gap: 68px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 70px;
}
.hero-grid .hero-copy {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
.hero-grid .hero-copy::before { display: none; }
.hero-copy h1 {
  max-width: 13ch;
  margin-bottom: 24px;
  color: var(--blue-dark);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
}
.hero-copy p { margin-bottom: 30px; color: var(--ink); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-primary { background: var(--red); }
.hero-primary:hover { background: #bf3039; }
.text-link { color: var(--blue); font-weight: 800; text-underline-offset: 4px; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-facts {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--blue);
  background: #fff;
  box-shadow: 0 14px 36px rgb(0 47 93 / 10%);
}
.hero-facts::after {
  content: "";
  position: absolute;
  right: -11px;
  bottom: -11px;
  width: 78%;
  height: 72%;
  border-right: 4px solid var(--orange);
  border-bottom: 4px solid var(--orange);
  pointer-events: none;
}
.hero-facts div { position: relative; z-index: 1; padding: 18px 0; border-bottom: 1px solid var(--line); }
.hero-facts div:first-child { padding-top: 2px; }
.hero-facts div:last-child { padding-bottom: 2px; border-bottom: 0; }
.hero-facts strong { display: block; margin-bottom: 3px; color: var(--blue); font-size: 21px; }
.hero-facts span { display: block; color: var(--muted); font-size: 14px; line-height: 1.45; }
.home-services {
  padding: 54px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 45px rgb(0 47 93 / 7%);
}
.section-heading-row { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 30px; }
.section-heading-row .cards-title { margin: 0; }
.section-heading-row > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.feature-cards { gap: 20px; }
.feature-card { position: relative; min-height: 420px; border-top-width: 1px; box-shadow: none; }
.feature-card:hover { border-color: #9bb2c8; transform: translateY(-4px); box-shadow: 0 13px 28px rgb(0 47 93 / 10%); }
.feature-image { position: relative; overflow: hidden; }
.feature-image img { margin: 0; transition: transform .35s ease; }
.feature-card:hover .feature-image img { transform: scale(1.025); }
.feature-image span {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 48px;
  padding: 8px 12px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.feature-card p { padding-top: 22px; }
.card-link { display: block; margin: 15px 24px 0; color: var(--red); font-size: 14px; }

.check-section { padding: 84px 0 88px; }
.check-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr);
  max-width: 1080px;
  margin: 0 auto 46px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 38px rgb(0 47 93 / 9%);
}
.check-panel .address-form {
  width: 100%;
  margin: 0;
  padding: 42px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border: 0;
  border-left: 5px solid var(--blue);
  box-shadow: none;
}
.form-step-label { display: block; margin-bottom: 22px; color: var(--red); font-size: 32px; font-weight: 800; letter-spacing: .01em; line-height: 1.15; text-align: left; text-transform: uppercase; }
.field-label { display: block; margin-bottom: 10px; color: var(--blue-dark); font-size: 18px; font-weight: 800; line-height: 1.35; text-align: left; }
.check-panel .address-input { min-height: 56px; }
.check-panel .form-error { min-height: 0; margin: 0; text-align: left; }
.check-panel .form-error:not(:empty) { margin-top: 9px; }
.check-panel .terms-row { display: flex; align-items: flex-start; gap: 7px; margin: 17px 0 24px; line-height: 1.45; text-align: left; }
.check-panel .terms-row input { flex: 0 0 auto; margin: 2px 0 0; }
.check-panel .terms-row > span { display: block; min-width: 0; }
.check-panel .address-form .button { align-self: flex-start; margin: 0; gap: 12px; }
.check-kpis {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  padding: 30px;
  border-left: 1px solid var(--line);
  background: linear-gradient(145deg, var(--blue-light), #f5fbfe);
}
.check-kpi {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 170px;
  padding: 24px 26px;
  border-top: 5px solid var(--red);
  border-radius: 3px 3px 34px 3px;
  background: #fff;
  box-shadow: 0 9px 24px rgb(0 0 0 / 15%);
  overflow: hidden;
}
.check-kpi:nth-child(2) { border-top-color: var(--orange); }
.check-kpi::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 72px;
  height: 72px;
  border: 15px solid var(--blue-light);
  border-radius: 50%;
  opacity: .65;
}
.check-kpi-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 9px;
  color: var(--red);
  font-size: clamp(41px, 4vw, 57px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1;
}
.check-kpi:nth-child(2) .check-kpi-number { color: var(--orange); }
.check-kpi-number small { font-size: .55em; font-weight: 800; letter-spacing: 0; }
.check-kpi h3 { position: relative; z-index: 1; margin: 0; color: var(--blue-dark); font-size: 19px; font-weight: 700; }
.benefits { max-width: 1180px; margin: 0 auto; }
.benefit { min-height: 222px; transition: transform .18s ease, box-shadow .18s ease; }
.benefit:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgb(0 47 93 / 8%); }

.steps-layout { grid-template-columns: 1.18fr .82fr; gap: 78px; }
.steps-layout h2 { max-width: 16ch; }
.steps-intro { margin-bottom: 30px; color: var(--muted); }
.step-list { position: relative; gap: 14px; margin: 26px 0 34px; }
.step {
  position: relative;
  display: grid;
  grid-template-columns: 34px 58px 1fr;
  gap: 17px;
  min-height: 104px;
  padding: 17px 20px;
  border-left: 4px solid var(--blue);
  transition: transform .18s ease, box-shadow .18s ease;
}
.step:hover { transform: translateX(4px); box-shadow: 0 8px 20px rgb(0 47 93 / 7%); }
.step-number { color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.step div { align-self: center; }
.step strong, .step small { display: block; }
.step strong { margin-bottom: 3px; color: var(--blue); font-size: 17px; }
.step small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.steps-visual { position: relative; margin: 0; }
.steps-photo { border: 10px solid #fff; }
.steps-visual figcaption {
  position: relative;
  width: calc(100% - 36px);
  margin: -35px auto 0;
  padding: 18px 20px;
  border-left: 4px solid var(--red);
  background: #fff;
  box-shadow: 0 9px 23px rgb(0 47 93 / 10%);
}
.steps-visual figcaption strong, .steps-visual figcaption span { display: block; }
.steps-visual figcaption strong { color: var(--blue); }
.steps-visual figcaption span { color: var(--muted); font-size: 13px; }

.partners-section { padding: 58px 0 64px; }
.partners-section .section-label { margin-bottom: 8px; }
.partners-section h3 { margin-bottom: 28px; padding-bottom: 15px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts div { padding: 4px 18px; border-right: 1px solid var(--line); border-bottom: 0; }
  .hero-facts div:first-child { padding-left: 0; }
  .hero-facts div:last-child { padding-right: 0; border-right: 0; }
  .section-heading-row { grid-template-columns: 1fr; gap: 12px; }
  .check-panel { grid-template-columns: 1fr; }
  .check-kpis { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .steps-layout { grid-template-columns: 1fr; }
  .steps-visual { max-width: 620px; }
}

@media (max-width: 700px) {
  .home-hero { padding-bottom: 50px; }
  .hero-grid { padding-top: 48px; padding-bottom: 48px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-services { padding: 28px 20px; }
  .check-kpis { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .step { grid-template-columns: 28px 50px 1fr; padding: 14px; gap: 12px; }
  .step img { width: 50px; height: 50px; flex-basis: 50px; }
}

@media (max-width: 480px) {
  .hero-copy h1 { font-size: 36px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .home-services { width: 100%; border-left: 0; border-right: 0; }
  .check-panel .address-form, .check-kpis { padding: 25px 20px; }
  .step { grid-template-columns: 24px 44px 1fr; }
  .step img { width: 44px; height: 44px; flex-basis: 44px; }
}

/* Binnenpagina's en globale toegankelijkheid */
.skip-link {
  position: fixed;
  z-index: 999;
  left: 18px;
  top: 12px;
  padding: 10px 15px;
  background: #fff;
  color: var(--blue-dark);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.button:focus-visible, .faq-question:focus-visible, .menu-toggle:focus-visible { outline-color: var(--orange); }

.interior-page { background: var(--pale); }
.interior-page .article-page { padding: 0 0 90px; }
.interior-title {
  position: relative;
  margin-bottom: 42px;
  padding: 62px 0 42px;
  border-bottom: 1px solid var(--line);
}
.interior-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 110px;
  height: 4px;
  background: var(--red);
}
.interior-title h1 {
  max-width: 17ch;
  margin-bottom: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--blue-dark);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.05;
}
.interior-title > p { max-width: 700px; margin: 0; color: var(--muted); font-size: 19px; }
.content-panel {
  position: relative;
  margin-bottom: 24px;
  padding: 36px 40px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 7px 24px rgb(0 47 93 / 5%);
}
.content-panel h2 { margin-top: 0; color: var(--blue-dark); }
.intro-panel { border-left: 5px solid var(--blue); }
.process-section { padding-left: 82px; }
.process-section::before {
  content: attr(data-step);
  position: absolute;
  left: 24px;
  top: 38px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.process-section ul { padding: 18px 22px 18px 42px; border-left: 4px solid var(--orange); background: var(--pale); }
.process-section li + li { margin-top: 7px; }
.how-page .how-finish { grid-template-columns: 1fr .72fr; align-items: center; padding-left: 82px; }
.how-page .how-finish img { align-self: stretch; height: 100%; max-height: 680px; border: 0; box-shadow: none; object-fit: cover; }
.how-page .button { margin-top: 8px; }

.privacy-page .legal-page { max-width: 1020px; }
.privacy-content {
  padding: 48px 58px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 30px rgb(0 47 93 / 6%);
}
.privacy-content h2 {
  position: relative;
  margin: 46px 0 15px;
  padding-left: 20px;
  color: var(--blue-dark);
  font-size: 27px;
}
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18em;
  width: 4px;
  height: 1em;
  background: var(--red);
}
.privacy-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 22px;
  margin: 18px 0 26px;
  padding: 22px 24px 22px 44px;
  border: 1px solid var(--line);
  background: var(--pale);
}
.privacy-content a { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }
.legal-language-notice {
  margin-bottom: 40px;
  padding: 26px 28px;
  border-left: 5px solid var(--orange);
  background: var(--blue-light);
}
.legal-language-notice > strong { display: block; margin-bottom: 8px; color: var(--blue-dark); font-size: 21px; }
.legal-language-notice p { margin-bottom: 20px; }
.legal-language-notice .button { color: #fff; }

.terms-page .legal-page { max-width: 1100px; }
.terms-page .source-content > .avia-section:first-child { margin-top: 0; border: 0; box-shadow: 0 12px 32px rgb(0 47 93 / 10%); }
.terms-page .source-content > .avia-section:not(:first-child) {
  margin-top: 24px;
  padding: 42px 48px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 7px 22px rgb(0 47 93 / 5%);
}
.terms-page .source-content > .avia-section:not(:first-child) h2 { padding-bottom: 14px; border-bottom: 3px solid var(--blue); }
.terms-page .source-content > .avia-section:not(:first-child) h3 { margin-top: 34px; padding-left: 13px; border-left: 4px solid var(--red); }
.terms-page .source-content > .avia-section:not(:first-child) p { color: var(--ink); }

.not-found-page { min-height: 64vh; display: grid; place-items: center; padding: 75px 0; background: var(--pale); }
.not-found-panel { position: relative; padding: 55px; border: 1px solid var(--line); border-left: 6px solid var(--red); background: #fff; box-shadow: 0 14px 38px rgb(0 47 93 / 9%); overflow: hidden; }
.error-code { position: absolute; right: 26px; top: -20px; color: var(--blue); font-size: 160px; font-weight: 800; line-height: 1; opacity: .055; }
.not-found-panel h1 { max-width: 13ch; font-size: clamp(40px, 5vw, 62px); }
.not-found-panel p { color: var(--muted); font-size: 18px; }
.not-found-actions { display: flex; align-items: center; gap: 26px; margin-top: 28px; flex-wrap: wrap; }

@media (max-width: 760px) {
  .interior-title { padding-top: 45px; }
  .interior-title h1 { font-size: 40px; }
  .content-panel { padding: 26px 22px; }
  .process-section { padding-top: 78px; padding-left: 22px; }
  .process-section::before { left: 22px; top: 24px; }
  .how-page .how-finish { grid-template-columns: 1fr; padding: 78px 22px 22px; }
  .how-page .how-finish img { max-height: 520px; }
  .privacy-content { padding: 30px 23px; }
  .privacy-content ul { grid-template-columns: 1fr; }
  .terms-page .source-content > .avia-section:not(:first-child) { padding: 30px 23px; }
  .not-found-panel { padding: 38px 25px; }
  .error-code { font-size: 110px; }
}

/* Interactieve werkwijze */
.how-context {
  margin: -12px 0 56px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  background: #fff;
  box-shadow: 0 6px 20px rgb(0 47 93 / 5%);
}
.how-context summary {
  position: relative;
  padding: 20px 58px 20px 24px;
  color: var(--blue-dark);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.how-context summary::-webkit-details-marker { display: none; }
.how-context summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--blue);
  font-size: 23px;
  font-weight: 500;
  transform: translateY(-50%);
}
.how-context[open] summary::after { content: "−"; background: var(--blue); color: #fff; }
.how-context > div { padding: 2px 70px 24px 24px; color: var(--muted); }
.how-context > div p:last-child { margin-bottom: 0; }

.interactive-process { padding: 0 0 12px; }
.process-intro { max-width: 700px; margin-bottom: 30px; }
.process-intro h2 { margin: 0 0 9px; color: var(--blue-dark); font-size: clamp(32px, 4vw, 46px); }
.process-intro p { margin: 0; color: var(--muted); font-size: 17px; }
.process-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 22px;
}
.process-tabs::before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 29px;
  height: 2px;
  background: var(--line);
}
.process-tab {
  position: relative;
  z-index: 1;
  min-height: 126px;
  padding: 10px 12px 18px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: var(--muted);
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.process-tab > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  border: 3px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.process-tab strong, .process-tab small { display: block; }
.process-tab strong { color: var(--blue-dark); font-size: 16px; }
.process-tab small { margin-top: 1px; font-size: 12px; }
.process-tab:hover { background: var(--blue-light); }
.process-tab:hover > span { border-color: var(--blue); transform: translateY(-2px); }
.process-tab.active { border-bottom-color: var(--red); background: #fff; color: var(--blue); }
.process-tab.active > span { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 0 0 6px #fff; }

.process-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  align-items: stretch;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 34px rgb(0 47 93 / 8%);
}
.process-panels { min-height: 610px; }
.process-panel { min-height: 610px; padding: 44px 48px; animation: process-panel-in .25s ease-out; }
.process-panel[hidden] { display: none; }
.panel-step { display: inline-block; margin-bottom: 11px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.process-panel h2 { margin: 0 0 20px; color: var(--blue-dark); font-size: 34px; }
.process-panel h3 { margin: 27px 0 12px; color: var(--blue); font-size: 19px; }
.process-panel p { color: var(--ink); }
.panel-list, .outcome-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.panel-list li, .outcome-list li { position: relative; padding: 11px 14px 11px 43px; border: 1px solid var(--line); background: var(--pale); color: var(--ink); }
.panel-list li::before, .outcome-list li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.outcome-list li::before { content: "!"; background: var(--red); }
.cost-note { margin: 25px 0; padding: 18px 20px; border-left: 4px solid var(--orange); background: var(--pale); }
.cost-note strong { display: block; margin-bottom: 4px; color: var(--blue-dark); }
.cost-note p { margin: 0; font-size: 15px; }
.process-panel .button { margin-top: 4px; }
.process-personal { position: relative; min-height: 610px; overflow: hidden; background: var(--blue-dark); }
.process-personal img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.process-personal::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, var(--blue-dark)); }
.process-personal > div { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 25px; padding: 18px; border-left: 4px solid var(--orange); background: #fff; box-shadow: 0 8px 25px rgb(0 47 93 / 15%); }
.process-personal strong, .process-personal span { display: block; }
.process-personal strong { color: var(--blue); font-size: 18px; }
.process-personal span { color: var(--muted); font-size: 13px; }

@keyframes process-panel-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .process-stage { grid-template-columns: 1fr; }
  .process-panels, .process-panel { min-height: 0; }
  .process-personal { min-height: 430px; }
  .process-personal img { min-height: 430px; max-height: 520px; }
}

@media (max-width: 620px) {
  .how-context { margin-bottom: 42px; }
  .how-context summary { padding: 17px 50px 17px 17px; font-size: 16px; }
  .how-context > div { padding: 0 18px 18px; }
  .process-tabs { grid-template-columns: 1fr 1fr; gap: 8px; }
  .process-tabs::before { display: none; }
  .process-tab { min-height: 96px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 10px; padding: 10px; border: 1px solid var(--line); border-bottom-width: 3px; text-align: left; }
  .process-tab > span { grid-row: 1 / 3; width: 42px; height: 42px; margin: 0; border-width: 2px; font-size: 15px; }
  .process-tab strong { align-self: end; font-size: 14px; }
  .process-tab small { align-self: start; }
  .process-tab.active > span { box-shadow: none; }
  .process-panel { padding: 30px 21px; }
  .process-panel h2 { font-size: 28px; }
  .panel-list li, .outcome-list li { padding-right: 10px; font-size: 14px; }
  .process-personal { min-height: 370px; }
  .process-personal img { min-height: 370px; }
  .process-personal > div { left: 16px; right: 16px; bottom: 16px; }
}

@media (max-width: 520px) {
  .rent-estimate-section { padding: 20px !important; }
  .estimate-supplement, .estimate-result { padding: 18px; }
  .estimate-property-summary { grid-template-columns: 1fr; }
}

/* Interactieve tijdlijn huurverlaging */
.rental-timeline-section { padding: 76px 0 82px; }
.rental-timeline-heading { max-width: 760px; margin-bottom: 40px; }
.rental-timeline-heading h2 { margin-bottom: 10px; color: var(--blue-dark); }
.rental-timeline-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.rental-timeline-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: start;
}
.rental-timeline-content { min-width: 0; }
.rental-timeline-hint { margin: 0 0 18px; color: var(--blue); font-size: 14px; font-weight: 700; }
.rental-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rental-timeline::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 32px;
  bottom: 32px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(var(--blue-bright), var(--blue), var(--red));
  box-shadow: 0 0 0 4px rgb(10 124 189 / 7%);
  transform: translateX(-50%);
}
.rental-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: start;
}
.rental-timeline-item::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 32px;
  left: calc(50% - 27px);
  width: 54px;
  height: 2px;
  background: #a9c8dc;
}
.rental-timeline-details {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid transparent;
  background: #fff;
  box-shadow: 0 5px 16px rgb(0 47 93 / 5%);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.rental-timeline-item:nth-child(even) .rental-timeline-details {
  grid-column: 3;
  border-right: 4px solid transparent;
  border-left: 1px solid var(--line);
}
.rental-timeline-item:nth-child(odd) .rental-timeline-summary,
.rental-timeline-item:nth-child(odd) .rental-timeline-panel-content { text-align: right; }
.rental-timeline-item:nth-child(even) .rental-timeline-trigger {
  grid-template-columns: 26px minmax(0, 1fr);
}
.rental-timeline-item:nth-child(even) .rental-timeline-summary { grid-column: 2; }
.rental-timeline-item:nth-child(even) .rental-timeline-toggle { grid-column: 1; grid-row: 1; }
.rental-timeline-details.is-expanded {
  border-left-color: var(--red);
  box-shadow: 0 10px 24px rgb(0 47 93 / 10%);
}
.rental-timeline-item:nth-child(even) .rental-timeline-details.is-expanded {
  border-right-color: var(--red);
  border-left-color: var(--line);
}
.rental-timeline-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  gap: 10px;
  align-items: center;
  min-height: 84px;
  padding: 13px 14px 13px 16px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.rental-timeline-trigger:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 3px; }
.rental-timeline-marker {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  margin-top: 13px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 0 0 3px var(--blue-bright);
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.rental-timeline-item.is-active .rental-timeline-marker {
  background: var(--red);
  box-shadow: 0 0 0 3px var(--orange), 0 0 0 8px rgb(240 61 71 / 10%);
  transform: scale(1.06);
}
.rental-timeline-summary { display: block; min-width: 0; }
.rental-timeline-phase {
  display: block;
  margin-bottom: 3px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.rental-timeline-summary > strong {
  display: block;
  color: var(--blue-dark);
  font-size: 19px;
  font-weight: 800;
}
.rental-timeline-summary > span:last-child {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.rental-timeline-toggle {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  transition: color .2s ease, transform .25s ease;
}
.rental-timeline-details.is-expanded .rental-timeline-toggle { color: var(--red); transform: rotate(45deg); }
.rental-timeline-panel {
  display: grid;
  grid-template-rows: 0fr;
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transition: grid-template-rows .38s cubic-bezier(.2, .75, .25, 1), opacity .25s ease;
}
.rental-timeline-details.is-expanded .rental-timeline-panel {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}
.rental-timeline-panel-inner { min-height: 0; overflow: hidden; }
.rental-timeline-panel-content { padding: 0 16px 18px; }
.rental-timeline-panel-content::before {
  content: "";
  display: block;
  margin-bottom: 15px;
  border-top: 1px solid var(--line);
}
.rental-timeline-panel-content > strong { display: block; margin-bottom: 6px; color: var(--blue-dark); font-size: 15px; }
.rental-timeline-panel p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.rental-timeline-action { margin: 22px 0 0 4px; }
.rental-timeline-action p { margin: 0 0 13px; color: var(--muted); font-size: 13px; }
.rental-timeline-visual { position: sticky; top: 110px; }
.rental-timeline-visual .steps-photo {
  width: 100%;
  min-height: 500px;
  max-height: 610px;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  .rental-timeline-details:hover { border-color: #b9cfdf; box-shadow: 0 9px 22px rgb(0 47 93 / 9%); }
  .rental-timeline-details.is-expanded:hover { border-left-color: var(--red); }
  .rental-timeline-item:nth-child(even) .rental-timeline-details.is-expanded:hover {
    border-right-color: var(--red);
    border-left-color: #b9cfdf;
  }
}

@media (max-width: 900px) {
  .rental-timeline-layout { grid-template-columns: 1fr; gap: 38px; }
  .rental-timeline-visual {
    position: relative;
    top: auto;
    grid-row: 1;
    max-width: 680px;
  }
  .rental-timeline-visual .steps-photo { min-height: 330px; max-height: 430px; }
}

@media (max-width: 600px) {
  .rental-timeline-section { padding: 56px 0 62px; }
  .rental-timeline-heading { margin-bottom: 30px; }
  .rental-timeline-layout { gap: 30px; }
  .rental-timeline-visual .steps-photo { min-height: 250px; }
  .rental-timeline::before {
    left: 17px;
    transform: none;
  }
  .rental-timeline-item {
    grid-template-columns: 38px minmax(0, 1fr);
  }
  .rental-timeline-item::after {
    top: 29px;
    left: 17px;
    width: 21px;
  }
  .rental-timeline-details,
  .rental-timeline-item:nth-child(even) .rental-timeline-details {
    grid-column: 2;
    border-right: 1px solid var(--line);
    border-left: 4px solid transparent;
  }
  .rental-timeline-details.is-expanded,
  .rental-timeline-item:nth-child(even) .rental-timeline-details.is-expanded {
    border-right-color: var(--line);
    border-left-color: var(--red);
  }
  .rental-timeline-marker {
    grid-column: 1;
    width: 32px;
    height: 32px;
    margin-top: 13px;
  }
  .rental-timeline-trigger {
    grid-template-columns: minmax(0, 1fr) 25px;
    gap: 11px;
    min-height: 84px;
    padding: 12px;
  }
  .rental-timeline-item:nth-child(even) .rental-timeline-trigger {
    grid-template-columns: minmax(0, 1fr) 25px;
  }
  .rental-timeline-item:nth-child(even) .rental-timeline-summary {
    grid-column: 1;
  }
  .rental-timeline-item:nth-child(even) .rental-timeline-toggle {
    grid-column: 2;
  }
  .rental-timeline-item:nth-child(odd) .rental-timeline-summary,
  .rental-timeline-item:nth-child(odd) .rental-timeline-panel-content { text-align: left; }
  .rental-timeline-summary > strong { font-size: 18px; }
  .rental-timeline-summary > span:last-child { font-size: 12px; }
  .rental-timeline-panel-content { padding: 0 14px 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .rental-timeline-panel,
  .rental-timeline-marker,
  .rental-timeline-toggle { transition: none; }
}

/* Waarom kiezen voor Nationaal Huurloket */
.why-nhl-section {
  position: relative;
  padding: 78px 0 82px;
  background: var(--blue-dark);
  color: #fff;
  overflow: hidden;
}
.why-nhl-section::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  right: -180px;
  top: -220px;
  border: 70px solid rgb(255 255 255 / 4%);
  border-radius: 50%;
}
.why-nhl-section .container { position: relative; }
.why-nhl-heading { max-width: 760px; margin: 0 auto 45px; text-align: center; }
.why-nhl-label {
  display: block;
  margin-bottom: 10px;
  color: #b9dff4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.why-nhl-heading h2 { margin-bottom: 13px; color: #fff; }
.why-nhl-heading p { margin: 0 auto; color: #dcebf4; }
.why-nhl-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.why-nhl-card {
  position: relative;
  min-width: 0;
  padding: 12px 38px 8px;
  text-align: center;
}
.why-nhl-card + .why-nhl-card { border-left: 1px solid rgb(255 255 255 / 22%); }
.why-nhl-card h3 { min-height: 55px; margin-bottom: 10px; color: #fff; font-size: 21px; }
.why-nhl-card p { margin: 0 auto; color: #dcebf4; font-size: 15px; line-height: 1.58; }

@media (max-width: 850px) {
  .why-nhl-grid { grid-template-columns: 1fr; }
  .why-nhl-card { max-width: 660px; margin-inline: auto; padding: 30px 22px; }
  .why-nhl-card + .why-nhl-card { border-top: 1px solid rgb(255 255 255 / 22%); border-left: 0; }
  .why-nhl-card h3 { min-height: 0; }
}

@media (max-width: 480px) {
  .why-nhl-section { padding: 56px 0 58px; }
  .why-nhl-heading { margin-bottom: 22px; }
  .why-nhl-card { padding-inline: 4px; }
}

/* Reviews op de homepage */
.reviews-section { padding: 76px 0 84px; border-top: 1px solid var(--line); background: #fff; }
.reviews-heading { position: relative; max-width: 760px; margin: 0 auto 42px; text-align: center; }
.reviews-heading .section-label { justify-content: center; }
.reviews-heading h2 { margin-bottom: 12px; color: var(--blue-dark); }
.reviews-heading p { margin: 0 auto; color: var(--muted); }
.demo-content-label {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 9px;
  border: 1px solid #efc8a9;
  background: #fff5ed;
  color: #9a4c25;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.reviews-carousel { position: relative; padding-inline: 56px; touch-action: pan-x; }
.reviews-viewport {
  height: 290px;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.reviews-viewport::-webkit-scrollbar { display: none; }
.reviews-viewport:focus-visible { outline-offset: 5px; }
.reviews-grid {
  display: grid;
  height: 100%;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px;
}
.review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  background: var(--pale);
  box-shadow: 0 8px 24px rgb(0 47 93 / 6%);
  scroll-snap-align: start;
}
.review-stars { margin-bottom: 18px; color: #ef9b31; font-size: 18px; letter-spacing: .12em; line-height: 1; }
.review-card blockquote {
  flex: 1;
  margin: 0 0 25px;
  color: var(--ink);
  font-size: 16px;
  font-style: normal;
  line-height: 1.62;
}
.review-card footer { display: flex; align-items: center; gap: 12px; padding-top: 17px; border-top: 1px solid var(--line); }
.review-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer strong { color: var(--blue-dark); font-size: 15px; }
.review-card footer small { color: var(--muted); font-size: 12px; }
.review-carousel-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font: inherit;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 5px 16px rgb(0 47 93 / 13%);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .18s ease, color .18s ease, opacity .18s ease;
}
.review-carousel-button:hover:not(:disabled) { background: var(--blue); color: #fff; }
.review-carousel-button:disabled { opacity: .3; cursor: default; }
.review-carousel-previous { left: 0; }
.review-carousel-next { right: 0; }

@media (max-width: 900px) {
  .reviews-viewport { height: 300px; }
  .reviews-grid { grid-auto-columns: calc((100% - 22px) / 2); }
}

@media (max-width: 600px) {
  .reviews-section { padding: 56px 0 62px; }
  .reviews-carousel { padding-inline: 42px; }
  .reviews-viewport { height: 330px; }
  .reviews-grid { grid-auto-columns: 100%; }
  .review-card { padding: 23px; }
  .review-carousel-button { width: 34px; height: 34px; font-size: 19px; }
}

/* Contactformulier */
.contact-section {
  position: relative;
  padding: 48px 0;
  background: var(--blue-dark);
  overflow: hidden;
}
.contact-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  bottom: -270px;
  border: 70px solid rgb(255 255 255 / 4%);
  border-radius: 50%;
}
.contact-panel {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 10px;
  background: #425671;
  box-shadow: 0 18px 44px rgb(0 0 0 / 16%);
}
.contact-heading { max-width: 580px; margin: 0 auto 19px; text-align: center; }
#contact-title { scroll-margin-top: clamp(190px, 24vh, 240px); }
.contact-label {
  display: block;
  margin-bottom: 8px;
  color: #ffd6bc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.contact-heading h2 { margin-bottom: 6px; color: #fff; font-size: clamp(30px, 4vw, 40px); }
.contact-heading h2::after {
  content: "";
  width: 54px;
  height: 3px;
  display: block;
  margin: 9px auto 0;
  background: var(--red);
}
.contact-heading p { margin: 0 auto; color: #e2ecf3; }
.contact-form {
  display: grid;
  max-width: 620px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}
.contact-form-row { margin: 0; }
.contact-form-row--wide,
.contact-consent,
.contact-form-footer { grid-column: 1 / -1; }
.contact-form-row label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 7px;
  background: rgb(255 255 255 / 16%);
  color: #fff;
  font: inherit;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.contact-form input[type="text"],
.contact-form input[type="email"] { min-height: 43px; padding: 9px 13px; }
.contact-form textarea { min-height: 104px; padding: 10px 13px; resize: vertical; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgb(255 255 255 / 67%); }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: #fff;
  background: rgb(255 255 255 / 22%);
  box-shadow: 0 0 0 3px rgb(255 255 255 / 12%);
}
.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #e2ecf3;
  font-size: 12px;
  line-height: 1.5;
}
.contact-consent input { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 1px; accent-color: var(--red); }
.contact-consent a { color: #fff; font-weight: 800; text-decoration: underline; }
.contact-form-footer { display: flex; align-items: center; gap: 18px; }
.contact-submit { min-width: 164px; border-color: #fff; background: #fff; color: var(--blue-dark); }
.contact-submit:hover { background: var(--blue-light); color: var(--blue-dark); }
.contact-submit:disabled { opacity: .62; cursor: wait; transform: none; }
.contact-status { min-height: 24px; margin: 0; color: #fff; font-size: 13px; font-weight: 700; }
.contact-status.is-error { color: #ffd4d7; }
.contact-status.is-success { color: #d6f6df; }

/* Gedeelde typografische schaal voor primaire homepage-secties */
.section-heading-row .cards-title,
.check-section h2,
.why-nhl-heading h2,
.rental-timeline-heading h2,
.faq-overview h2,
.reviews-heading h2,
.contact-heading h2 {
  font-size: clamp(30px, 3vw, 38px);
}

@media (max-width: 600px) {
  .contact-section { padding: 38px 0; }
  .contact-panel { padding: 24px 18px; }
  .contact-heading { margin-bottom: 18px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form-row--wide,
  .contact-consent,
  .contact-form-footer { grid-column: auto; }
  .contact-form-footer { align-items: stretch; flex-direction: column; gap: 12px; }
  .contact-submit { width: 100%; }
}

/* Subtiele interactielaag: rustig, functioneel en motion-safe */
.interaction-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .62s cubic-bezier(.2, .7, .2, 1),
              transform .62s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.interaction-ready .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.interaction-ready .reviews-viewport .review-card.reveal-on-scroll {
  transform: none;
}

.pointer-reactive { isolation: isolate; overflow: hidden; }
.pointer-reactive::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(230px circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgb(234 242 248 / 78%), transparent 68%);
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}
.pointer-reactive:hover::before { opacity: 1; }
.check-kpi.pointer-reactive::before { z-index: 0; }
.check-kpi.pointer-reactive::after { z-index: 0; }

.button {
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgb(0 47 93 / 17%); }
.button:active { transform: translateY(0); box-shadow: 0 4px 10px rgb(0 47 93 / 12%); }
.button span { transition: transform .18s ease; }
.button:hover span { transform: translateX(4px); }

.main-menu > a:not(.header-cta)::after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .24s ease;
}
.main-menu > a:not(.header-cta):hover::after,
.main-menu > a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.steps-visual .steps-photo {
  transform: translate(var(--visual-x, 0), var(--visual-y, 0)) scale(1.015);
  transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}
.steps-visual figcaption {
  transform: translate(calc(var(--visual-x, 0) * -.35), calc(var(--visual-y, 0) * -.35));
  transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}

.address-input { transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.address-input:focus {
  border-color: var(--orange);
  background: #fff;
  box-shadow: 0 0 0 5px rgb(239 107 53 / 11%);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .steps-visual .steps-photo, .steps-visual figcaption { transform: none; }
}
