:root {
  --dk-blue: #00a3e0;
  --dk-blue-mid: #0877a8;
  --dk-blue-deep: #063a5a;
  --dk-blue-ink: #123a5b;
  --dk-page: #f8f8f8;
  --dk-soft-blue: #eef6fa;
  --dk-ink: #151515;
  --dk-gray: #787878;
  --dk-white: #ffffff;
  --dk-line: rgba(21, 21, 21, 0.12);
  --dk-line-dark: rgba(255, 255, 255, 0.18);
  --dk-shadow: 0 20px 55px rgba(21, 21, 21, 0.08);
  --dk-radius: 10px;
  --dk-container: 1440px;
  --dk-gutter: clamp(18px, 4vw, 64px);
  --dk-heading: "Manrope", Arial, Helvetica, sans-serif;
  --dk-body: "Inter", Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--dk-page);
  color: var(--dk-ink);
  font-family: var(--dk-body);
  line-height: 1.55;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.section-inner {
  width: min(100%, var(--dk-container));
  margin-inline: auto;
}

.page-shell {
  min-height: 100vh;
}

.page-band {
  width: 100%;
  margin: 0;
  padding: clamp(54px, 7vw, 96px) var(--dk-gutter);
}

.page-band--services,
.page-band--branches,
.page-band--process {
  background: var(--dk-soft-blue);
}

.page-band--why,
.page-band--faq {
  background: var(--dk-white);
}

.eyebrow {
  margin-bottom: 14px;
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Header */

.site-header {
  width: 100%;
  background: var(--dk-soft-blue);
}

.site-header__inner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 32px var(--dk-gutter);
  border-bottom: 1px solid var(--dk-line);
}

.site-brand {
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--dk-ink);
  text-decoration: none;
}

.site-brand__logo {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--dk-blue), var(--dk-blue-deep));
  color: var(--dk-white);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(6, 58, 90, 0.18);
}

.site-brand__name {
  font-family: var(--dk-heading);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.8vw, 38px);
}

.site-header__text-link {
  font-weight: 900;
  text-decoration: none;
}

.site-footer__top-actions > a:not(.button) {
  font-weight: 500;
  text-decoration: none;
}

.site-header__text-link:hover,
.site-footer__top-actions > a:not(.button):hover {
  color: var(--dk-blue-mid);
}

/* Buttons */

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 2px solid var(--dk-ink);
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible {
  outline: 3px solid rgba(0, 163, 224, 0.35);
  outline-offset: 3px;
}

.button--primary {
  background: var(--dk-ink);
  color: var(--dk-white);
}

.button--secondary {
  background: transparent;
  color: var(--dk-ink);
}

/*
  De tekst van "Offerte aanvragen" is expliciet wit.
  De ronde pijl blijft wit met een donkere pijl.
*/
.button--quote,
.button--quote:link,
.button--quote:visited {
  min-height: 62px;
  padding: 6px 8px 6px 28px;
  border-color: var(--dk-blue);
  background: var(--dk-blue);
  color: var(--dk-white);
}

.button--quote > span:first-child {
  color: var(--dk-white);
}

.button--quote:hover,
.button--quote:focus-visible,
.button--quote:active {
  border-color: var(--dk-blue-mid);
  background: var(--dk-blue-mid);
  color: var(--dk-white);
}

.button--quote .button__icon {
  width: 50px;
  height: 50px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  margin-left: 10px;
  border-radius: 50%;
  background: var(--dk-white);
  color: var(--dk-ink);
}

.button--quote .button__icon svg {
  width: 21px;
  height: 21px;
  display: block;
}

/* Hero */

.page-band--hero {
  min-height: clamp(620px, 82vh, 820px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 70% 18%, rgba(0, 163, 224, 0.2), transparent 30%),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98) 0%,
      #f2f8fb 54%,
      rgba(0, 163, 224, 0.12) 100%
    );
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

/* Desktop */
.hero-layout h1 {
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.hero__lead {
  max-width: 650px;
  margin-top: 20px;
  margin-bottom: 24px;
  color: rgba(21, 21, 21, 0.74);
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.5;
}

@media (max-width: 760px) {
  .hero__lead {
    max-width: 100%;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.55;
  }
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.check-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  color: rgba(21, 21, 21, 0.78);
  font-weight: 700;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 11px;
  height: 7px;
  border-bottom: 2px solid var(--dk-blue);
  border-left: 2px solid var(--dk-blue);
  transform: rotate(-45deg);
}

/* Mobiele weergave */
@media (max-width: 767px) {
  .check-list {
    gap: 14px;
    font-size: 14px;
  }

  .check-list li {
    padding-left: 21px;
  }

  .check-list li::before {
    top: 0.5em;
    width: 8px;
    height: 5px;
    border-width: 0 0 2px 2px;
  }
}

.hero-visual {
  position: relative;
  min-height: 500px;
}

.badge {
  position: absolute;
  top: 24px;
  left: -8px;
  z-index: 3;
  width: max-content;
  max-width: none;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-size: clamp(12px, 0.8vw, 14px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transform: rotate(-8deg);
  transform-origin: center;
  box-shadow: var(--dk-shadow);
}

@media (max-width: 767px) {
  .badge {
    top: 18px;
    left: 8px;
    min-height: 48px;
    padding: 10px 17px;
    font-size: 11px;
  }
}

.photo-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: var(--dk-radius);
  background:
    linear-gradient(135deg, rgba(6, 58, 90, 0.84), rgba(0, 163, 224, 0.28)),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.12) 0 10px,
      transparent 10px 20px
    );
  color: var(--dk-white);
  box-shadow: var(--dk-shadow);
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.42));
}

.photo-card strong,
.photo-card span {
  position: absolute;
  right: 20px;
  left: 20px;
  z-index: 2;
}

.photo-card strong {
  bottom: 50px;
  font-family: var(--dk-heading);
  font-size: 25px;
  line-height: 1.05;
}

.photo-card span {
  bottom: 22px;
  font-weight: 700;
  opacity: 0.86;
}

.photo-card--hero {
  min-height: 430px;
  margin-top: 26px;
  background:
    linear-gradient(135deg, rgba(0, 163, 224, 0.08), rgba(6, 58, 90, 0.8)),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 18%),
    linear-gradient(135deg, #dff4fb, #6fc5e7 48%, #123a5b);
}

.quote-card {
  position: absolute;
  right: -18px;
  bottom: -52px;
  z-index: 4;
  width: min(360px, 92%);
  padding: 22px;
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--dk-shadow);
}

.quote-card__label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 163, 224, 0.14);
  color: var(--dk-blue-ink);
  font-size: 12px;
  font-weight: 900;
}

.quote-card h2 {
  margin-bottom: 16px;
  font-family: var(--dk-heading);
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.quote-form {
  display: grid;
  gap: 10px;
}

.quote-form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
}

.quote-form input,
.quote-form select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background-color: var(--dk-white);
  color: var(--dk-ink);
}

.quote-form select {
  appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m7 10 5 5 5-5' fill='none' stroke='%23151515' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
}


/* Offerteformulier: blauwe knop "Start aanvraag" */
.quote-form .button--primary,
.quote-form button[type="submit"] {
  border-color: var(--dk-blue);
  background: var(--dk-blue);
  color: var(--dk-white);
}

.quote-form .button--primary:hover,
.quote-form .button--primary:focus-visible,
.quote-form button[type="submit"]:hover,
.quote-form button[type="submit"]:focus-visible {
  border-color: var(--dk-blue-mid);
  background: var(--dk-blue-mid);
  color: var(--dk-white);
}

.quote-form p {
  color: rgba(21, 21, 21, 0.62);
  font-size: 12px;
}

/* Trust strip */

.logo-strip {
  width: 100%;
  padding: 28px var(--dk-gutter);
  border-block: 1px solid var(--dk-line);
  background: var(--dk-white);
}

.logo-strip__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(21, 21, 21, 0.48);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

/* Section headings */

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.section-head--process {
  display: block;
  max-width: 820px;
}

.section-head h2,
.why-layout h2,
.faq-layout h2 {
  font-family: var(--dk-heading);
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.section-head > p {
  max-width: 540px;
  color: rgba(21, 21, 21, 0.68);
  font-size: 16px;
}

/* Services */

.service-carousel {
  position: relative;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-width: 0;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  box-shadow: 0 10px 28px rgba(21, 21, 21, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(6, 58, 90, 0.12);
}

.service-card__visual {
  height: 184px;
  min-height: 184px;
  overflow: hidden;
  border-bottom: 1px solid rgba(21, 21, 21, 0.06);
  background: #eaf6fb;
  margin-bottom: 20px;
}

/*
 * Gebruik in de HTML:
 * <img class="service-card__image" src="images/..." alt="...">
 */
.service-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.service-card__number {
  width: fit-content;
  margin: 20px 20px 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 163, 224, 0.12);
  color: var(--dk-blue-ink);
  font-size: 12px;
  font-weight: 800;
}

.service-card h3,
.service-card p,
.service-card > a {
  margin-inline: 20px;
}

.service-card h3 {
  margin-bottom: 9px;
  font-family: var(--dk-heading);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.service-card p {
  color: rgba(21, 21, 21, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.service-card > a {
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  color: var(--dk-blue-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.service-card > a:hover {
  color: var(--dk-blue);
}

.service-carousel__controls {
  display: none;
}

.service-carousel__button {
  appearance: none;
  -webkit-appearance: none;
}

.service-carousel__hint {
  margin: 0;
}

/* Branches */

.branch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.branch-grid article {
  min-height: 270px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  border-radius: var(--dk-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(6, 58, 90, 0.62)),
    linear-gradient(135deg, rgba(0, 163, 224, 0.22), rgba(6, 58, 90, 0.82));
  color: var(--dk-white);
  box-shadow: var(--dk-shadow);
}

.branch-grid span {
  font-family: var(--dk-heading);
  font-size: 21px;
  font-weight: 900;
}

/* Why */

.why-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.why-layout h2 + .check-list {
  margin-top: 32px;
}

.photo-card--van {
  min-height: 390px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(6, 58, 90, 0.66)),
    linear-gradient(90deg, #edf7fb, #89d6ee 46%, #123a5b);
}

/* FAQ */

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: start;
}

.faq-card {
  display: grid;
  gap: 12px;
}

.faq-card details {
  padding: 16px 18px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: linear-gradient(135deg, var(--dk-white), rgba(0, 163, 224, 0.08));
  box-shadow: 0 8px 20px rgba(21, 21, 21, 0.04);
}

.faq-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: var(--dk-blue-ink);
  transition: transform 0.2s ease;
}

.faq-card details[open] .faq-card__icon {
  transform: rotate(180deg);
}

.faq-card p {
  margin-top: 10px;
  color: rgba(21, 21, 21, 0.68);
}

/* Process */

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-grid article {
  padding: 22px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: linear-gradient(
    135deg,
    var(--dk-white) 0%,
    rgba(0, 163, 224, 0.1) 100%
  );
  box-shadow: 0 10px 28px rgba(21, 21, 21, 0.05);
}

.process-grid span {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-weight: 900;
}

.process-grid h3 {
  margin-bottom: 8px;
  font-family: var(--dk-heading);
  font-size: 20px;
}

.process-grid p {
  color: rgba(21, 21, 21, 0.68);
  font-size: 14px;
}

/* Footer: volledige schermbreedte */

.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--dk-soft-blue);
  color: var(--dk-ink);
}

.site-footer__main {
  width: 100%;
  padding: clamp(54px, 6vw, 88px) var(--dk-gutter);
  background: var(--dk-soft-blue);
}

.site-footer__header {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--dk-line);
}

.site-brand--footer .site-brand__name {
  font-size: clamp(30px, 3.2vw, 46px);
}

/* Footertekst: gewone, rustige tekstdikte */
.site-footer__top-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.8vw, 36px);
}

.site-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(300px, 1.35fr)
    minmax(140px, 0.55fr)
    minmax(180px, 0.68fr)
    minmax(280px, 0.9fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
  padding-top: clamp(48px, 5vw, 74px);
}

.site-footer__column h2,
.site-footer__contact-card h2 {
  margin-bottom: 22px;
  font-family: var(--dk-heading);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.site-footer__intro p {
  max-width: 420px;
  color: rgba(21, 21, 21, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.site-footer__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid var(--dk-line);
  border-radius: 999px;
  background: var(--dk-white);
  font-size: 12px;
  font-weight: 500;
}

.site-footer__links {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links a {
  font-weight: 500;
  text-decoration: none;
}

.site-footer__links a:hover {
  color: var(--dk-blue-mid);
}

.site-footer__contact-card {
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  box-shadow: var(--dk-shadow);
}

.site-footer__contact-card > p {
  margin-bottom: 22px;
  color: rgba(21, 21, 21, 0.82);
  font-size: 16px;
}

.site-footer__contact-details {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.site-footer__contact-details a {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  color: var(--dk-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer__contact-details a:hover {
  color: var(--dk-blue-mid);
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.site-footer__socials a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;

  border: 1px solid rgba(21, 21, 21, 0.14);
  border-radius: 50%;
  background: var(--dk-white);
  color: var(--dk-ink);
  text-decoration: none;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.site-footer__socials .social-icon {
  width: 19px;
  height: 19px;
  display: block;
}

.site-footer__socials .social-icon--tiktok {
  width: 18px;
  height: 18px;
}

.site-footer__socials .social-icon--facebook {
  width: 18px;
  height: 18px;
}

.site-footer__socials a:hover {
  transform: translateY(-2px);
  border-color: var(--dk-blue);
  background: var(--dk-blue);
  color: var(--dk-white);
}

.site-footer__socials a:focus-visible {
  outline: 2px solid rgba(0, 163, 224, 0.4);
  outline-offset: 3px;
}

.site-footer__bottom {
  width: 100%;
  padding: 0 var(--dk-gutter);
  background: var(--dk-white);
}

.site-footer__bottom-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-footer__bottom-inner p {
  font-size: 14px;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 34px);
}

.site-footer__legal a {
  text-decoration: none;
}

.site-footer__legal a:hover {
  color: var(--dk-blue-mid);
}

/* Tablet */

@media (max-width: 1180px) {
  :root {
    --dk-gutter: 32px;
  }

  .site-header__inner {
    align-items: flex-start;
  }

  .site-header__actions {
    flex-wrap: wrap;
  }

  .hero-layout,
  .why-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .photo-card--hero {
    min-height: 390px;
  }

  .quote-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .branch-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__header {
    grid-template-columns: 1fr;
  }

  .site-footer__top-actions {
    justify-content: flex-start;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__contact-card {
    grid-column: span 2;
  }
}

/* Mobile */

@media (max-width: 760px) {
  :root {
    --dk-gutter: 18px;
  }

  .page-band {
    padding-block: 46px;
  }

  .site-header__inner {
    min-height: auto;
    display: grid;
    gap: 26px;
    padding-block: 24px;
  }

  .site-header__actions {
    display: grid;
    justify-content: stretch;
    gap: 14px;
  }

  .site-header__text-link {
    width: fit-content;
  }

  .site-header__actions .button--quote,
  .site-footer__top-actions .button--quote {
    width: 100%;
    justify-content: space-between;
  }

  .site-brand__name {
    font-size: clamp(26px, 9vw, 36px);
  }

  .page-band--hero {
    min-height: auto;
    padding-top: 34px;
  }

.hero-layout h1 {
    font-size: clamp(28px, 8vw, 36px);
  }
  .hero__actions {
    display: grid;
  }

  .hero__actions .button,
  .quote-form .button {
    width: 100%;
  }

  .hero-visual,
  .photo-card--hero {
    min-height: 310px;
  }

  .logo-strip__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .section-head {
    display: block;
  }

  .section-head > p {
    margin-top: 14px;
  }

  .branch-grid,
  .process-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }


  /* Diensten: swipebare carousel op mobiel */
  .service-carousel {
    margin-right: calc(var(--dk-gutter) * -1);
  }

  .service-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 86%);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    padding-right: var(--dk-gutter);
    padding-bottom: 12px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .service-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    min-height: 380px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .service-card:hover {
    transform: none;
  }

  .service-card__visual {
    height: 168px;
    min-height: 168px;
  }

  .service-card__image {
    object-position: center;
  }

  .service-card h3 {
    font-size: 19px;
  }

  .service-carousel__controls {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    padding-right: var(--dk-gutter);
  }

  .service-carousel__button {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--dk-line);
    border-radius: 50%;
    background: var(--dk-white);
    color: var(--dk-ink);
    cursor: pointer;
    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  .service-carousel__button svg {
    width: 20px;
    height: 20px;
    display: block;
  }

  .service-carousel__button:hover {
    border-color: var(--dk-blue);
    background: var(--dk-blue);
    color: var(--dk-white);
  }

  .service-carousel__button:active {
    transform: scale(0.95);
  }

  .service-carousel__button:focus-visible {
    outline: 2px solid rgba(0, 163, 224, 0.38);
    outline-offset: 3px;
  }

  .service-carousel__hint {
    color: rgba(21, 21, 21, 0.56);
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
  }

  .branch-grid article {
    min-height: 220px;
  }

  .site-footer__main {
    padding-block: 46px;
  }

  .site-footer__header {
    gap: 28px;
    padding-bottom: 32px;
  }

  .site-footer__top-actions {
    display: grid;
    justify-content: stretch;
    width: 100%;
    gap: 14px;
  }

  .site-footer__contact-card {
    grid-column: auto;
  }

  .site-footer__bottom-inner {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 24px;
  }

  .site-footer__legal {
    justify-content: flex-start;
  }
}

/* =========================================================
   STICKY / FLYING HEADER
   Desktop: normale horizontale navigatie die bovenaan blijft staan.
   Mobiel: zwevende afgeronde balk met uitklapbaar menu.
   ========================================================= */

html {
  scroll-padding-top: 120px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  /* Zelfde horizontale buitenruimte als .page-band. */
  padding-inline: var(--dk-gutter);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--dk-line);
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 14px 36px rgba(21, 21, 21, 0.1);
}

.site-header__shell {
  position: relative;
  width: min(100%, var(--dk-container));
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 60px);
  margin-inline: auto;
  /* Geen dubbele gutter: de padding staat al op .site-header. */
  padding-inline: 0;
}

.header-brand {
  flex: 0 0 auto;
  color: var(--dk-ink);
  font-family: var(--dk-heading);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
  text-decoration: none;
  white-space: nowrap;
}

.header-brand:hover {
  color: var(--dk-blue-mid);
}

.site-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.4vw, 38px);
  margin-left: auto;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(21, 21, 21, 0.62);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-nav__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--dk-blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-nav__link.is-active {
  color: var(--dk-ink);
}

.site-nav__link:hover::after,
.site-nav__link:focus-visible::after,
.site-nav__link.is-active::after {
  transform: scaleX(1);
}

.site-nav__cta {
  flex: 0 0 auto;
  min-height: 56px;
}

.menu-toggle {
  display: none;
}

section[id],
footer[id] {
  scroll-margin-top: 120px;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .site-header__shell {
    gap: 22px;
  }

  .header-brand {
    font-size: 21px;
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav__links {
    gap: 16px;
  }

  .site-nav__link {
    font-size: 14px;
  }

  .site-nav__cta {
    min-height: 52px;
    padding-left: 20px;
  }

  .site-nav__cta .button__icon {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 112px;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 900;
    background: rgba(12, 22, 28, 0.22);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .site-header,
  .site-header.is-scrolled {
    top: 0;
    padding: 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header__shell {
    min-height: 92px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 0;
    padding: 0 0 0 24px;
    overflow: visible;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 18px;
    background: var(--dk-white);
    box-shadow: 0 18px 42px rgba(21, 21, 21, 0.13);
  }

  .header-brand {
    min-width: 0;
    overflow: hidden;
    font-size: clamp(18px, 5vw, 23px);
    text-overflow: ellipsis;
  }

  /*
   * Mobiele menuknop.
   * De bestaande drie .menu-toggle__line-elementen worden verborgen.
   * De hamburger en het kruis worden als scherpe SVG-maskers getekend.
   */
  .menu-toggle {
    position: relative;
    width: 88px;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-left: 1px solid var(--dk-line);
    border-radius: 0 18px 18px 0;
    background: transparent;
    color: var(--dk-ink);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }

  .menu-toggle:hover {
    background: rgba(0, 163, 224, 0.055);
  }

  .site-header.nav-open .menu-toggle {
    background: var(--dk-soft-blue);
  }

  .menu-toggle:focus-visible {
    outline: 3px solid rgba(0, 163, 224, 0.32);
    outline-offset: -6px;
  }

  .menu-toggle__line {
    display: none;
  }

  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transition:
      opacity 0.18s ease,
      transform 0.22s ease;
  }

  /* Hamburger-SVG */
  .menu-toggle::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }

  /* Kruis-SVG */
  .menu-toggle::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 6.5 17.5 17.5M17.5 6.5 6.5 17.5' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 6.5 17.5 17.5M17.5 6.5 6.5 17.5' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
    opacity: 0;
    transform: rotate(-45deg) scale(0.72);
  }

  .site-header.nav-open .menu-toggle::before {
    opacity: 0;
    transform: rotate(45deg) scale(0.72);
  }

  .site-header.nav-open .menu-toggle::after {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 2;
    max-height: calc(100vh - 124px);
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0 0 20px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 18px;
    background: var(--dk-white);
    box-shadow: 0 24px 56px rgba(21, 21, 21, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px) scale(0.985);
    transform-origin: top;
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease,
      transform 0.2s ease;
  }

  .site-header.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .site-nav__links {
    width: 100%;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .site-nav__links li {
    width: 100%;
    border-bottom: 1px solid var(--dk-line);
  }

  /*
   * De link vult altijd de volledige menuregel.
   * Daardoor loopt de lichtblauwe actieve achtergrond over de volle breedte.
   */
  .site-nav__link {
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 30px;
    color: rgba(21, 21, 21, 0.58);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    white-space: normal;
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }

  .site-nav__link::after {
    display: none;
  }

  .site-nav__link:hover,
  .site-nav__link:focus-visible,
  .site-nav__link.is-active,
  .site-nav__link[aria-current="page"] {
    background: var(--dk-soft-blue);
    color: var(--dk-ink);
  }

  .site-nav__link:focus-visible {
    outline: 3px solid rgba(0, 163, 224, 0.28);
    outline-offset: -3px;
  }

  .site-nav__cta {
    width: calc(100% - 40px);
    min-height: 66px;
    justify-content: space-between;
    margin: 20px 20px 0;
    padding-left: 28px;
  }

  section[id],
  footer[id] {
    scroll-margin-top: 112px;
  }
}

@media (max-width: 420px) {
  .service-card__visual {
    height: 156px;
    min-height: 156px;
  }


  .service-grid {
    grid-auto-columns: minmax(250px, 90%);
  }

  .service-carousel__hint {
    font-size: 11px;
  }

  .site-header__shell {
    grid-template-columns: minmax(0, 1fr) 78px;
    min-height: 86px;
    padding-left: 18px;
  }

  .menu-toggle {
    width: 78px;
  }

  .header-brand {
    font-size: clamp(16px, 5vw, 20px);
  }

  .site-nav__link {
    min-height: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-nav,
  .menu-toggle,
  .menu-toggle::before,
  .menu-toggle::after,
  .site-nav__link,
  .site-nav__link::after,
  .service-card,
  .service-carousel__button {
    transition: none;
  }

  .service-grid {
    scroll-behavior: auto;
  }
}

.logo-strip {
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}

/* Eventuele standaardinstellingen van section-inner overschrijven */
.logo-strip .section-inner,
.logo-strip__inner {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.logo-strip__track {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0;

  /* Automatische beweging */
  animation: logo-strip-scroll 25s linear infinite;
  will-change: transform;
}

.logo-strip__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;

  gap: clamp(45px, 8vw, 150px);
  padding: 20px clamp(25px, 5vw, 90px);
}

.logo-strip__group span {
  flex-shrink: 0;
  margin: 0;
  color: rgba(21, 21, 21, 0.55);
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Beweging van rechts naar links */
@keyframes logo-strip-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .logo-strip__track {
    animation-duration: 22s;
  }

  .logo-strip__group {
    gap: 60px;
    padding-block: 17px;
  }
}

/* Mobiel */
@media (max-width: 767px) {
  .logo-strip__track {
    animation-duration: 18s;
  }

  .logo-strip__group {
    gap: 40px;
    padding: 13px 20px;
  }

  .logo-strip__group span {
    font-size: 13px;
  }
}

/* Kleine mobiele schermen */
@media (max-width: 390px) {
  .logo-strip__group {
    gap: 30px;
    padding-block: 11px;
  }

  .logo-strip__group span {
    font-size: 12px;
  }
}
/* =========================================================
   KNOPPEN: GEEN VIERKANTE TAP-, HOVER- OF FOCUSACHTERGROND
   ========================================================= */

/*
 * Verwijdert de standaard rechthoekige tikmarkering van mobiele browsers.
 * De eigen afgeronde hover- en focusstijlen blijven behouden.
 */
a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

button,
.button,
.menu-toggle,
.service-carousel__button {
  -webkit-touch-callout: none;
  touch-action: manipulation;
}

/*
 * Na een klik met muis of aanraking verschijnt geen standaard focusvlak.
 * Toetsenbordgebruikers houden wel een duidelijke :focus-visible-markering.
 */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
.button:focus:not(:focus-visible),
.menu-toggle:focus:not(:focus-visible),
.service-carousel__button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Afgeronde focusring in plaats van een mogelijk vierkante outline. */
.button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 163, 224, 0.35);
}

.menu-toggle:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(0, 163, 224, 0.3);
}

.service-carousel__button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 163, 224, 0.3);
}

/*
 * De ronde pijl blijft altijd echt rond.
 * Het binnenste icoon ontvangt zelf geen klik- of tikstatus.
 */
.button--quote .button__icon {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-clip: padding-box;
  outline: none;
  box-shadow: none;
  pointer-events: none;
  isolation: isolate;
}

.button--quote .button__icon::before,
.button--quote .button__icon::after {
  content: none;
}

.button--quote .button__icon svg,
.button--quote .button__icon img,
.service-carousel__button svg,
.menu-toggle svg {
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.button--quote:hover .button__icon,
.button--quote:focus .button__icon,
.button--quote:focus-visible .button__icon,
.button--quote:active .button__icon,
.button--quote:visited .button__icon {
  border-radius: 50%;
  background: var(--dk-white);
  outline: none;
  box-shadow: none;
}

/* Ook losse ronde carrouselknoppen blijven volledig rond. */
.service-carousel__button,
.service-carousel__button:hover,
.service-carousel__button:focus,
.service-carousel__button:focus-visible,
.service-carousel__button:active {
  border-radius: 50%;
  background-clip: padding-box;
}

/*
 * Op touchscreens kan :hover na een tik blijven hangen.
 * Daarom worden alleen echte actieve/ingedrukte toestanden gebruikt.
 */
@media (hover: none) and (pointer: coarse) {
  .button:hover {
    transform: none;
  }

  .service-carousel__button:hover {
    border-color: var(--dk-line);
    background: var(--dk-white);
    color: var(--dk-ink);
  }

  .service-carousel__button:active {
    border-color: var(--dk-blue);
    background: var(--dk-blue);
    color: var(--dk-white);
    transform: scale(0.96);
  }

  .button--quote:hover,
  .button--quote:link:hover,
  .button--quote:visited:hover {
    border-color: var(--dk-blue);
    background: var(--dk-blue);
    color: var(--dk-white);
  }

  .button--quote:active {
    border-color: var(--dk-blue-mid);
    background: var(--dk-blue-mid);
  }
}

/* =========================================================
   DEFINITIEVE AANPASSINGEN
   - Betrouwbaar mobiel menu
   - SVG-hamburger en SVG-kruis
   - Volledige lichtblauwe actieve menuregel
   - Blauwe woorden in H1/H2
   ========================================================= */

/* Blauwe woorden in koppen:
   <h1>Professionele <span class="heading-highlight">buitenreiniging</span></h1>
*/
.heading-highlight {
  color: var(--dk-blue);
}

/* Optionele marker-variant:
   <span class="heading-highlight heading-highlight--marker">woord</span>
*/
.heading-highlight--marker {
  color: var(--dk-ink);
  padding-inline: 0.08em;
  border-radius: 0.08em;
  background:
    linear-gradient(
      to top,
      rgba(0, 163, 224, 0.24) 0 34%,
      transparent 34% 100%
    );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media (max-width: 900px) {
  /*
   * Zorg dat het uitklapmenu buiten de header-shell zichtbaar kan worden.
   */
  .site-header,
  .site-header__shell {
    overflow: visible;
  }

  .site-header__shell {
    position: relative;
    z-index: 1002;
  }

  /*
   * Mobiele menuknop met twee echte SVG-maskers.
   * De drie bestaande span-regels mogen in de HTML blijven staan.
   */
  .menu-toggle {
    position: relative;
    isolation: isolate;
    width: 88px;
    height: 100%;
    min-height: 86px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-left: 1px solid var(--dk-line);
    border-radius: 0 18px 18px 0;
    background: transparent;
    color: var(--dk-ink);
    box-shadow: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .menu-toggle:hover,
  .menu-toggle:active,
  .menu-toggle:focus {
    box-shadow: none;
  }

  .menu-toggle:focus:not(:focus-visible) {
    outline: none;
  }

  .menu-toggle:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 163, 224, 0.28);
  }

  .menu-toggle__line {
    display: none !important;
  }

  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 34px;
    height: 34px;
    background-color: currentColor;
    pointer-events: none;
    transform-origin: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition:
      opacity 0.18s ease,
      transform 0.22s ease;
  }

  /* Hamburger */
  .menu-toggle::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.5 7.25h15M4.5 12h15M4.5 16.75h15' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.5 7.25h15M4.5 12h15M4.5 16.75h15' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }

  /* Kruis */
  .menu-toggle::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.25 6.25 17.75 17.75M17.75 6.25 6.25 17.75' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.25 6.25 17.75 17.75M17.75 6.25 6.25 17.75' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-35deg) scale(0.72);
  }

  /*
   * Ondersteunt drie manieren waarop JavaScript het menu kan openen:
   * 1. .nav-open op .site-header
   * 2. .menu-open op body
   * 3. aria-expanded="true" op de knop
   */
  .site-header.nav-open .menu-toggle,
  body.menu-open .site-header .menu-toggle,
  .menu-toggle[aria-expanded="true"] {
    background: var(--dk-soft-blue);
  }

  .site-header.nav-open .menu-toggle::before,
  body.menu-open .site-header .menu-toggle::before,
  .menu-toggle[aria-expanded="true"]::before {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(35deg) scale(0.72);
  }

  .site-header.nav-open .menu-toggle::after,
  body.menu-open .site-header .menu-toggle::after,
  .menu-toggle[aria-expanded="true"]::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }

  /*
   * Gesloten toestand.
   */
  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 1001;
    max-height: calc(100dvh - 124px);
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0 0 20px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 18px;
    background: var(--dk-white);
    box-shadow: 0 24px 56px rgba(21, 21, 21, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px) scale(0.985);
    transform-origin: top center;
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease,
      transform 0.2s ease;
  }

  /*
   * Geopende toestand.
   * :has() is een extra vangnet wanneer alleen aria-expanded wordt aangepast.
   */
  .site-header.nav-open .site-nav,
  body.menu-open .site-header .site-nav,
  .site-header:has(.menu-toggle[aria-expanded="true"]) .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-nav__links,
  .site-nav__links li {
    width: 100%;
  }

  .site-nav__links {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .site-nav__links li {
    border-bottom: 1px solid var(--dk-line);
  }

  /*
   * De link vult de volledige rij.
   * Daardoor vult de lichtblauwe achtergrond de hele menuregel.
   */
  .site-nav__link {
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 30px;
    border-radius: 0;
    background: transparent;
    color: rgba(21, 21, 21, 0.6);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    white-space: normal;
    -webkit-tap-highlight-color: transparent;
    transition:
      background-color 0.18s ease,
      color 0.18s ease;
  }

  .site-nav__link::after {
    display: none !important;
  }

  .site-nav__link.is-active,
  .site-nav__link[aria-current="page"],
  .site-nav__link:focus-visible,
  .site-nav__link:active {
    background: var(--dk-soft-blue);
    color: var(--dk-ink);
  }

  .site-nav__link:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 163, 224, 0.22);
  }

  @media (hover: hover) and (pointer: fine) {
    .site-nav__link:hover {
      background: var(--dk-soft-blue);
      color: var(--dk-ink);
    }
  }

  .site-nav__cta {
    width: calc(100% - 40px);
    margin: 20px 20px 0;
  }
}

@media (max-width: 420px) {
  .menu-toggle {
    width: 78px;
    min-height: 82px;
  }

  .menu-toggle::before,
  .menu-toggle::after {
    width: 31px;
    height: 31px;
  }

  .site-nav__link {
    min-height: 70px;
    padding-inline: 24px;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-toggle::before,
  .menu-toggle::after,
  .site-nav {
    transition: none;
  }
}

/* =========================================================
   CONTACTPAGINA
   Gebruikt dezelfde variabelen, typografie, containerbreedte,
   gradients en radius als de overige pagina's.
   ========================================================= */

.contact-page .page-shell {
  overflow: hidden;
}

.page-band--contact-hero {
  min-height: clamp(680px, 82vh, 860px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 16%, rgba(0, 163, 224, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, #f2f8fb 55%, rgba(0, 163, 224, 0.13) 100%);
}

.contact-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 0.86fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

.contact-hero__copy h1 {
  max-width: 760px;
  font-family: var(--dk-heading);
  font-size: clamp(40px, 4.35vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.contact-hero__lead {
  max-width: 690px;
  margin-top: 24px;
  color: rgba(21, 21, 21, 0.7);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.contact-hero__checks {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 22px;
  margin-top: 34px;
  font-size: 13px;
}

.contact-hero__visual {
  position: relative;
  min-height: 560px;
  padding: 20px 26px 76px 0;
}

.contact-hero__photo {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border-radius: var(--dk-radius);
  background: var(--dk-blue-deep);
  box-shadow: var(--dk-shadow);
}

.contact-hero__photo img,
.contact-aside-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.contact-hero__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 58, 90, 0.03) 18%, rgba(6, 58, 90, 0.2) 52%, rgba(6, 58, 90, 0.84) 100%);
}

.contact-hero__photo-copy {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  display: grid;
  gap: 4px;
  color: var(--dk-white);
}

.contact-hero__photo-copy strong {
  font-family: var(--dk-heading);
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.05;
}

.contact-hero__photo-copy span {
  font-weight: 700;
  opacity: 0.86;
}

.contact-quick-card {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: min(390px, 92%);
  padding: 24px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 68px rgba(18, 58, 91, 0.17);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.contact-quick-card__label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 163, 224, 0.12);
  color: var(--dk-blue-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-quick-card h2 {
  margin-bottom: 18px;
  font-family: var(--dk-heading);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.contact-quick-card__links {
  display: grid;
  gap: 8px;
}

.contact-quick-card__links a {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: var(--dk-radius);
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.contact-quick-card__links a:hover {
  background: var(--dk-soft-blue);
  transform: translateX(3px);
}

.contact-quick-card__icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-soft-blue);
  color: var(--dk-blue-ink);
}

.contact-quick-card__icon svg {
  width: 21px;
  height: 21px;
}

.contact-quick-card__links a > span:last-child {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.contact-quick-card__links small {
  color: rgba(21, 21, 21, 0.58);
  font-size: 11px;
  font-weight: 700;
}

.contact-quick-card__links strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-trust-strip {
  width: 100%;
  padding: 26px var(--dk-gutter);
  border-block: 1px solid var(--dk-line);
  background: var(--dk-white);
}

.contact-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  color: rgba(21, 21, 21, 0.5);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.page-band--contact-choices {
  background: var(--dk-soft-blue);
}

.contact-section-head h2 {
  max-width: 850px;
}

.contact-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-choice-card {
  position: relative;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.6vw, 36px);
  overflow: hidden;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: linear-gradient(145deg, var(--dk-white) 0%, rgba(0, 163, 224, 0.045) 100%);
  box-shadow: 0 14px 38px rgba(21, 21, 21, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-choice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(6, 58, 90, 0.13);
}

.contact-choice-card--accent {
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.22), transparent 27%),
    linear-gradient(145deg, var(--dk-blue-mid), var(--dk-blue-deep));
  color: var(--dk-white);
}

.contact-choice-card__number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: rgba(21, 21, 21, 0.26);
  font-family: var(--dk-heading);
  font-size: 14px;
  font-weight: 900;
}

.contact-choice-card--accent .contact-choice-card__number {
  color: rgba(255, 255, 255, 0.52);
}

.contact-choice-card__icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 42px;
  border-radius: var(--dk-radius);
  background: var(--dk-soft-blue);
  color: var(--dk-blue-ink);
}

.contact-choice-card--accent .contact-choice-card__icon {
  background: rgba(255, 255, 255, 0.14);
  color: var(--dk-white);
}

.contact-choice-card__icon svg {
  width: 28px;
  height: 28px;
}

.contact-choice-card h3 {
  margin-bottom: 12px;
  font-family: var(--dk-heading);
  font-size: clamp(23px, 2vw, 29px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.contact-choice-card p {
  color: rgba(21, 21, 21, 0.66);
  font-size: 15px;
}

.contact-choice-card--accent p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-choice-card__link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 24px 0 0;
  border: 0;
  background: transparent;
  color: var(--dk-blue-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.contact-choice-card--accent .contact-choice-card__link {
  color: var(--dk-white);
}

.contact-choice-card__link span {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.contact-choice-card__link:hover span {
  transform: translate(3px, -3px);
}

.page-band--contact-form {
  background:
    radial-gradient(circle at 16% 12%, rgba(0, 163, 224, 0.14), transparent 31%),
    linear-gradient(135deg, #f8fbfc 0%, #eef6fa 54%, #e2f2f8 100%);
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.68fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
}

.contact-form-card,
.contact-info-card {
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--dk-shadow);
}

.contact-form-card {
  padding: clamp(26px, 4vw, 54px);
}

.contact-form-card__head {
  max-width: 760px;
  margin-bottom: 32px;
}

.contact-form-card__head h2,
.contact-info-card h2,
.contact-faq-intro h2,
.contact-cta-card h2 {
  font-family: var(--dk-heading);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.contact-form-card__head h2 {
  font-size: clamp(30px, 3.3vw, 48px);
}

.contact-form-card__head > p:last-child {
  max-width: 690px;
  margin-top: 14px;
  color: rgba(21, 21, 21, 0.66);
}

.contact-form {
  display: grid;
  gap: 28px;
}

.contact-type-picker {
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-type-picker legend {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 900;
}

.contact-type-picker__options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 7px;
  border: 1px solid var(--dk-line);
  border-radius: calc(var(--dk-radius) + 2px);
  background: var(--dk-soft-blue);
}

.contact-type-picker label {
  cursor: pointer;
}

.contact-type-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-type-picker span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: var(--dk-radius);
  color: rgba(21, 21, 21, 0.64);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.contact-type-picker input:checked + span {
  border-color: rgba(21, 21, 21, 0.08);
  background: var(--dk-white);
  color: var(--dk-ink);
  box-shadow: 0 8px 20px rgba(18, 58, 91, 0.08);
}

.contact-type-picker input:focus-visible + span {
  outline: 3px solid rgba(0, 163, 224, 0.32);
  outline-offset: 2px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-field {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.contact-field--full {
  grid-column: 1 / -1;
}

.contact-field > span {
  font-size: 13px;
  font-weight: 800;
}

.contact-field em {
  color: var(--dk-blue-mid);
  font-style: normal;
}

.contact-field small {
  color: rgba(21, 21, 21, 0.56);
  font-weight: 500;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: #fbfcfd;
  color: var(--dk-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-field input,
.contact-field select {
  min-height: 52px;
  padding: 0 15px;
}

.contact-field textarea {
  min-height: 164px;
  padding: 14px 15px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: var(--dk-blue);
  background: var(--dk-white);
  box-shadow: 0 0 0 4px rgba(0, 163, 224, 0.12);
}

.contact-field select {
  appearance: none;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m7 10 5 5 5-5' fill='none' stroke='%23151515' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
}

.contact-file-field input[type="file"] {
  min-height: auto;
  padding: 13px;
  background: var(--dk-soft-blue);
}

.contact-file-field input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 9px 12px;
  border: 0;
  border-radius: 8px;
  background: var(--dk-blue-deep);
  color: var(--dk-white);
  font-weight: 800;
  cursor: pointer;
}

.contact-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(21, 21, 21, 0.66);
  font-size: 12px;
  cursor: pointer;
}

.contact-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--dk-blue);
}

.contact-consent a {
  color: var(--dk-blue-ink);
  font-weight: 800;
}

.contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 4px;
}

.contact-form__footer p {
  max-width: 280px;
  color: rgba(21, 21, 21, 0.56);
  font-size: 11px;
  text-align: right;
}

.contact-form__submit {
  flex: 0 0 auto;
}

.contact-form-aside {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 128px;
}

.contact-info-card {
  padding: clamp(24px, 3vw, 36px);
}

.contact-info-card h2 {
  max-width: 420px;
  font-size: clamp(27px, 2.7vw, 40px);
}

.contact-info-card > p:not(.eyebrow) {
  margin-top: 14px;
  color: rgba(21, 21, 21, 0.65);
}

.contact-info-card__details {
  display: grid;
  margin-top: 26px;
  border-top: 1px solid var(--dk-line);
}

.contact-info-card__details > a,
.contact-info-card__details > div {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 15px 0;
  border-bottom: 1px solid var(--dk-line);
  text-decoration: none;
}

.contact-info-card__details span {
  color: rgba(21, 21, 21, 0.54);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-info-card__details strong {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.contact-info-card__details a:hover strong {
  color: var(--dk-blue-mid);
}

.contact-aside-photo {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--dk-radius);
  background: var(--dk-blue-deep);
  box-shadow: var(--dk-shadow);
}

.contact-aside-photo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 58, 90, 0.04), rgba(6, 58, 90, 0.82));
}

.contact-aside-photo__copy {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: grid;
  gap: 4px;
  color: var(--dk-white);
}

.contact-aside-photo__copy strong {
  font-family: var(--dk-heading);
  font-size: 27px;
  line-height: 1.05;
}

.contact-aside-photo__copy span {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.84;
}

.page-band--contact-faq {
  background: var(--dk-white);
}

.contact-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.contact-faq-intro {
  position: sticky;
  top: 132px;
}

.contact-faq-intro h2 {
  max-width: 510px;
  font-size: clamp(32px, 3.8vw, 54px);
}

.contact-faq-intro > p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(21, 21, 21, 0.66);
}

.contact-faq-intro .button {
  margin-top: 26px;
}

.contact-faq-list details {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--dk-white), rgba(0, 163, 224, 0.06));
}

.contact-faq-list summary {
  min-height: 78px;
  padding: 20px 22px;
  font-family: var(--dk-heading);
  font-size: 17px;
}

.contact-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  line-height: 1.65;
}

.page-band--contact-cta {
  padding-top: 0;
  background: var(--dk-white);
}

.contact-cta-card {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  padding: clamp(34px, 5vw, 70px);
  border-radius: var(--dk-radius);
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.15), transparent 25%),
    linear-gradient(135deg, var(--dk-blue-deep), var(--dk-blue-mid));
  color: var(--dk-white);
  box-shadow: var(--dk-shadow);
}

.contact-cta-card > div {
  max-width: 820px;
}

.contact-cta-card h2 {
  font-size: clamp(32px, 4vw, 58px);
}

.contact-cta-card p:not(.eyebrow) {
  max-width: 690px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.contact-cta-card .button--quote {
  flex: 0 0 auto;
  border-color: var(--dk-white);
  background: var(--dk-white);
  color: var(--dk-ink);
}

.contact-cta-card .button--quote > span:first-child {
  color: var(--dk-ink);
}

.contact-cta-card .button--quote .button__icon {
  background: var(--dk-blue);
  color: var(--dk-white);
}

.contact-cta-card .button--quote:hover {
  border-color: #e8f7fc;
  background: #e8f7fc;
}

.contact-page [hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .contact-hero-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 38px;
  }

  .contact-hero__checks {
    grid-template-columns: 1fr;
  }

  .contact-form-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  }
}

@media (max-width: 1024px) {
  .page-band--contact-hero {
    min-height: auto;
  }

  .contact-hero-layout,
  .contact-form-layout,
  .contact-faq-layout {
    grid-template-columns: 1fr;
  }

  .contact-hero__visual {
    min-height: 620px;
    padding-right: 60px;
  }

  .contact-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-choice-card--accent {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .contact-form-aside,
  .contact-faq-intro {
    position: static;
  }

  .contact-form-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .page-band--contact-hero {
    padding-top: 36px;
  }

  .contact-hero__copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .contact-hero__lead {
    font-size: 15px;
  }

  .contact-hero__actions {
    display: grid;
  }

  .contact-hero__actions .button {
    width: 100%;
  }

  .contact-hero__visual {
    min-height: auto;
    padding: 0;
  }

  .contact-hero__photo {
    min-height: 380px;
  }

  .contact-quick-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 22px);
    margin: -46px 0 0 auto;
  }

  .contact-trust-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 10px;
  }

  .contact-choice-grid,
  .contact-form-aside {
    grid-template-columns: 1fr;
  }

  .contact-choice-card,
  .contact-choice-card--accent {
    grid-column: auto;
    min-height: 330px;
  }

  .contact-form-card {
    padding: 24px 18px;
  }

  .contact-type-picker__options,
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-type-picker__options {
    gap: 5px;
  }

  .contact-type-picker span {
    min-height: 44px;
  }

  .contact-field--full {
    grid-column: auto;
  }

  .contact-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-form__submit {
    width: 100%;
    justify-content: space-between;
  }

  .contact-form__footer p {
    max-width: none;
    text-align: left;
  }

  .contact-faq-list summary {
    min-height: 70px;
    padding: 18px;
    font-size: 15px;
  }

  .contact-faq-list details p {
    padding: 0 18px 18px;
    font-size: 14px;
  }

  .contact-cta-card {
    min-height: 0;
    padding: 32px 24px;
  }

  .contact-cta-card .button--quote {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 420px) {
  .contact-hero__photo {
    min-height: 330px;
  }

  .contact-quick-card {
    width: calc(100% - 12px);
    padding: 18px;
  }

  .contact-trust-strip__inner {
    grid-template-columns: 1fr;
  }

  .contact-choice-card {
    min-height: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-choice-card,
  .contact-choice-card__link span,
  .contact-quick-card__links a {
    transition: none;
  }
}
/* =========================================================
   CONTACTPAGINA — DEFINITIEVE VISUELE CORRECTIES
   - Blauwe knoppen in plaats van zwart/wit
   - Compactere H1-, H2- en leadteksten
   - Rustigere kaarten en mobiele verhoudingen
   - Alleen van toepassing op contact.html
   ========================================================= */

/* Blauwe knopvarianten voor de contactpagina */
.contact-page .button--primary,
.contact-page .button--primary:link,
.contact-page .button--primary:visited {
  border-color: var(--dk-blue);
  background: var(--dk-blue);
  color: var(--dk-white);
  box-shadow: 0 12px 26px rgba(0, 163, 224, 0.18);
}

.contact-page .button--primary:hover,
.contact-page .button--primary:focus-visible,
.contact-page .button--primary:active {
  border-color: var(--dk-blue-mid);
  background: var(--dk-blue-mid);
  color: var(--dk-white);
}

.contact-page .button--secondary,
.contact-page .button--secondary:link,
.contact-page .button--secondary:visited {
  border-color: rgba(0, 163, 224, 0.42);
  background: var(--dk-soft-blue);
  color: var(--dk-blue-deep);
}

.contact-page .button--secondary:hover,
.contact-page .button--secondary:focus-visible,
.contact-page .button--secondary:active {
  border-color: var(--dk-blue);
  background: var(--dk-blue);
  color: var(--dk-white);
}

/* De actieve formulierkeuze is duidelijk blauw. */
.contact-page .contact-type-picker input:checked + span {
  border-color: var(--dk-blue);
  background: var(--dk-blue);
  color: var(--dk-white);
  box-shadow: 0 9px 22px rgba(0, 163, 224, 0.22);
}

.contact-page .contact-type-picker input:focus-visible + span {
  border-color: var(--dk-blue-mid);
  box-shadow: 0 0 0 3px rgba(0, 163, 224, 0.2);
}

/* De CTA onderaan gebruikt eveneens de blauwe knopstijl. */
.contact-page .contact-cta-card .button--quote,
.contact-page .contact-cta-card .button--quote:link,
.contact-page .contact-cta-card .button--quote:visited {
  border-color: rgba(255, 255, 255, 0.42);
  background: var(--dk-blue);
  color: var(--dk-white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.contact-page .contact-cta-card .button--quote > span:first-child {
  color: var(--dk-white);
}

.contact-page .contact-cta-card .button--quote .button__icon {
  background: var(--dk-white);
  color: var(--dk-blue-deep);
}

.contact-page .contact-cta-card .button--quote:hover,
.contact-page .contact-cta-card .button--quote:focus-visible,
.contact-page .contact-cta-card .button--quote:active {
  border-color: var(--dk-white);
  background: var(--dk-blue-mid);
  color: var(--dk-white);
}

/* Desktoptypografie dichter bij de verhoudingen van home.html. */
.contact-page .contact-hero__copy h1 {
  max-width: 690px;
  font-size: clamp(35px, 3.55vw, 54px);
  line-height: 1.07;
  letter-spacing: -0.048em;
}

.contact-page .contact-hero__lead {
  max-width: 650px;
  margin-top: 20px;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.58;
}

.contact-page .contact-hero__actions {
  margin-top: 26px;
}

.contact-page .contact-hero__checks {
  margin-top: 28px;
}

.contact-page .contact-section-head h2 {
  max-width: 780px;
  font-size: clamp(29px, 3.15vw, 46px);
  line-height: 1.07;
}

.contact-page .contact-choice-card {
  min-height: 340px;
}

.contact-page .contact-choice-card__icon {
  margin-bottom: 32px;
}

.contact-page .contact-choice-card h3 {
  font-size: clamp(21px, 1.75vw, 25px);
  line-height: 1.12;
}

.contact-page .contact-choice-card p {
  font-size: 14px;
  line-height: 1.55;
}

.contact-page .contact-form-card__head h2 {
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.08;
}

.contact-page .contact-form-card__head > p:last-child,
.contact-page .contact-info-card > p:not(.eyebrow),
.contact-page .contact-faq-intro > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.6;
}

.contact-page .contact-info-card h2 {
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.1;
}

.contact-page .contact-faq-intro h2 {
  font-size: clamp(29px, 3.2vw, 46px);
  line-height: 1.08;
}

.contact-page .contact-cta-card h2 {
  font-size: clamp(30px, 3.45vw, 48px);
  line-height: 1.07;
}

.contact-page .contact-cta-card p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.6;
}

.contact-page .contact-quick-card h2 {
  font-size: 22px;
}

.contact-page .contact-hero__photo-copy strong {
  font-size: clamp(23px, 2vw, 30px);
}

/* Tablet */
@media (max-width: 1024px) {
  .contact-page .contact-hero__copy h1 {
    max-width: 760px;
    font-size: clamp(34px, 5.1vw, 48px);
  }

  .contact-page .contact-section-head h2,
  .contact-page .contact-faq-intro h2 {
    max-width: 700px;
  }

  .contact-page .contact-choice-card,
  .contact-page .contact-choice-card--accent {
    min-height: 290px;
  }
}

/* Mobiele contactpagina: kleinere koppen en minder lege ruimte. */
@media (max-width: 760px) {
  .contact-page .page-band {
    padding-block: 38px;
  }

  .contact-page .page-band--contact-hero {
    padding-top: 28px;
  }

  .contact-page .contact-hero__copy h1 {
    max-width: 100%;
    font-size: clamp(29px, 9vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.043em;
  }

  .contact-page .contact-hero__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.55;
  }

  .contact-page .contact-hero__actions {
    gap: 10px;
    margin-top: 22px;
  }

  .contact-page .contact-hero__actions .button {
    min-height: 46px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .contact-page .contact-hero__checks {
    gap: 11px;
    margin-top: 24px;
    font-size: 12.5px;
  }

  .contact-page .contact-hero__photo {
    min-height: 345px;
  }

  .contact-page .contact-hero__photo-copy {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .contact-page .contact-hero__photo-copy strong {
    font-size: 22px;
  }

  .contact-page .contact-hero__photo-copy span {
    font-size: 13px;
  }

  .contact-page .contact-quick-card {
    margin-top: -36px;
    padding: 19px;
  }

  .contact-page .contact-quick-card h2 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .contact-page .contact-quick-card__links a {
    padding: 8px;
  }

  .contact-page .section-head {
    margin-bottom: 24px;
  }

  .contact-page .contact-section-head h2,
  .contact-page .contact-form-card__head h2,
  .contact-page .contact-faq-intro h2,
  .contact-page .contact-cta-card h2 {
    font-size: clamp(26px, 8.2vw, 32px);
    line-height: 1.1;
    letter-spacing: -0.04em;
  }

  .contact-page .section-head > p,
  .contact-page .contact-form-card__head > p:last-child,
  .contact-page .contact-info-card > p:not(.eyebrow),
  .contact-page .contact-faq-intro > p:not(.eyebrow),
  .contact-page .contact-cta-card p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .contact-page .contact-choice-card,
  .contact-page .contact-choice-card--accent {
    min-height: 255px;
    padding: 22px;
  }

  .contact-page .contact-choice-card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
  }

  .contact-page .contact-choice-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .contact-page .contact-choice-card h3 {
    margin-bottom: 9px;
    font-size: 20px;
  }

  .contact-page .contact-choice-card p {
    font-size: 13.5px;
  }

  .contact-page .contact-choice-card__link {
    padding-top: 18px;
    font-size: 13px;
  }

  .contact-page .contact-form-card {
    padding: 22px 17px;
  }

  .contact-page .contact-form-card__head {
    margin-bottom: 24px;
  }

  .contact-page .contact-form {
    gap: 22px;
  }

  .contact-page .contact-type-picker span {
    min-height: 42px;
    font-size: 12px;
  }

  .contact-page .contact-field > span {
    font-size: 12px;
  }

  .contact-page .contact-field input,
  .contact-page .contact-field select {
    min-height: 48px;
    font-size: 13px;
  }

  .contact-page .contact-field textarea {
    min-height: 140px;
    font-size: 13px;
  }

  .contact-page .contact-form__submit {
    min-height: 54px;
    font-size: 13px;
  }

  .contact-page .contact-info-card {
    padding: 22px;
  }

  .contact-page .contact-info-card h2 {
    font-size: 25px;
  }

  .contact-page .contact-aside-photo {
    min-height: 280px;
  }

  .contact-page .contact-aside-photo__copy strong {
    font-size: 23px;
  }

  .contact-page .contact-faq-list summary {
    min-height: 64px;
    padding: 16px;
    font-size: 14px;
    line-height: 1.35;
  }

  .contact-page .contact-faq-list details p {
    padding: 0 16px 16px;
    font-size: 13px;
    line-height: 1.55;
  }

  .contact-page .contact-cta-card {
    gap: 24px;
    padding: 28px 22px;
  }

  .contact-page .contact-cta-card .button--quote {
    min-height: 56px;
    font-size: 13px;
  }

  .contact-page .site-brand--footer .site-brand__name {
    font-size: clamp(23px, 7.5vw, 29px);
  }

  .contact-page .site-footer__intro p {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .contact-page .contact-hero__copy h1 {
    font-size: 29px;
  }

  .contact-page .contact-hero__photo {
    min-height: 315px;
  }

  .contact-page .contact-trust-strip {
    padding-block: 18px;
  }

  .contact-page .contact-choice-card,
  .contact-page .contact-choice-card--accent {
    min-height: 240px;
  }
}
/* =========================================================
   DEFINITIEVE CONTACTCORRECTIES
   - Contacthero gelijk aan de hero van home.html
   - Blauwe contactknoppen volgens de huisstijl
   - Vloeiende contactkenmerken van rechts naar links
   - Gelijke werking op desktop, tablet en mobiel
   ========================================================= */

/* Hero: exact dezelfde basisverhouding en containeropbouw als home. */
.contact-page .page-band--contact-hero {
  min-height: clamp(620px, 82vh, 820px);
}

.contact-page .contact-hero-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 74px);
}

.contact-page .contact-hero__copy h1 {
  max-width: 720px;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.contact-page .contact-hero__lead {
  max-width: 650px;
  margin-top: 20px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.5;
}

.contact-page .contact-hero__actions {
  margin-top: 26px;
}

.contact-page .contact-hero__checks {
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
  font-size: 14px;
}

/* De rechter beeldkolom gebruikt dezelfde maten als .hero-visual op home. */
.contact-page .contact-hero__visual {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 500px;
  padding: 0;
}

.contact-page .contact-hero__photo {
  width: 100%;
  min-height: 430px;
  margin-top: 26px;
}

.contact-page .contact-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* De contactkaart valt op desktop hetzelfde over het beeld als de offertekaart op home. */
.contact-page .contact-quick-card {
  right: -18px;
  bottom: -52px;
  width: min(390px, 92%);
}

/* Primaire en secundaire knoppen volledig in de blauwe huisstijl. */
.contact-page .contact-hero__actions .button--primary,
.contact-page .contact-hero__actions .button--primary:link,
.contact-page .contact-hero__actions .button--primary:visited {
  border-color: var(--dk-blue);
  background: var(--dk-blue);
  color: var(--dk-white);
}

.contact-page .contact-hero__actions .button--primary:hover,
.contact-page .contact-hero__actions .button--primary:focus-visible,
.contact-page .contact-hero__actions .button--primary:active {
  border-color: var(--dk-blue-mid);
  background: var(--dk-blue-mid);
  color: var(--dk-white);
}

.contact-page .contact-hero__actions .button--secondary,
.contact-page .contact-hero__actions .button--secondary:link,
.contact-page .contact-hero__actions .button--secondary:visited {
  border-color: var(--dk-blue);
  background: transparent;
  color: var(--dk-blue);
}

.contact-page .contact-hero__actions .button--secondary:hover,
.contact-page .contact-hero__actions .button--secondary:focus-visible,
.contact-page .contact-hero__actions .button--secondary:active {
  border-color: var(--dk-blue-mid);
  background: rgba(0, 163, 224, 0.08);
  color: var(--dk-blue-mid);
}

/* =========================================================
   CONTACTKENMERKEN: AUTOMATISCHE MARQUEE
   JavaScript maakt van de bestaande losse spans twee identieke groepen.
   ========================================================= */

.contact-page .contact-trust-strip {
  width: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-block: 1px solid var(--dk-line);
  background: var(--dk-white);
}

.contact-page .contact-trust-strip__inner {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Rustige fallback zolang JavaScript nog niet heeft opgebouwd. */
.contact-page .contact-trust-strip__inner:not(.is-marquee-ready) {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 80px);
  padding: 20px var(--dk-gutter);
  color: rgba(21, 21, 21, 0.5);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-page .contact-trust-strip__track {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0;
  animation: contact-trust-strip-scroll 25s linear infinite;
  will-change: transform;
}

.contact-page .contact-trust-strip__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(45px, 8vw, 150px);
  padding: 20px clamp(25px, 5vw, 90px);
}

.contact-page .contact-trust-strip__group span {
  flex: 0 0 auto;
  margin: 0;
  color: rgba(21, 21, 21, 0.55);
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes contact-trust-strip-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Tablet: dezelfde stapeling als de homehero. */
@media (max-width: 1180px) {
  .contact-page .contact-hero-layout {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-hero__visual {
    min-height: 500px;
  }

  .contact-page .contact-hero__photo {
    min-height: 430px;
  }

  .contact-page .contact-trust-strip__track {
    animation-duration: 22s;
  }

  .contact-page .contact-trust-strip__group {
    gap: 60px;
    padding-block: 17px;
  }
}

/* Mobiel: beeld en kaart volgen exact de opbouw van de homepagina. */
@media (max-width: 760px) {
  .contact-page .page-band--contact-hero {
    min-height: auto;
    padding-top: 34px;
  }

  .contact-page .contact-hero__copy h1 {
    max-width: 100%;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
  }

  .contact-page .contact-hero__lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .contact-page .contact-hero__actions {
    display: grid;
  }

  .contact-page .contact-hero__actions .button {
    width: 100%;
  }

  .contact-page .contact-hero__visual {
    min-height: auto;
    padding: 0;
  }

  .contact-page .contact-hero__photo {
    width: 100%;
    min-height: 310px;
    margin-top: 18px;
  }

  .contact-page .contact-quick-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 16px 0 0;
  }

  .contact-page .contact-trust-strip__inner:not(.is-marquee-ready) {
    min-height: 58px;
    justify-content: flex-start;
    gap: 40px;
    overflow: hidden;
    padding: 13px 20px;
    font-size: 13px;
  }

  .contact-page .contact-trust-strip__track {
    animation-duration: 18s;
  }

  .contact-page .contact-trust-strip__group {
    gap: 40px;
    padding: 13px 20px;
  }

  .contact-page .contact-trust-strip__group span {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .contact-page .contact-hero__photo {
    min-height: 300px;
  }

  .contact-page .contact-trust-strip__track {
    animation-duration: 17s;
  }

  .contact-page .contact-trust-strip__group {
    gap: 30px;
    padding-block: 11px;
  }

  .contact-page .contact-trust-strip__group span {
    font-size: 12px;
  }
}

/* Alleen transities worden beperkt; de automatische informatiestrook blijft bewegen. */
@media (prefers-reduced-motion: reduce) {
  .contact-page .contact-trust-strip__track {
    animation-duration: 40s;
  }
}

/* =========================================================
   DEFINITIEF: GELIJKE PADDING VOOR HOME- EN CONTACTSTROOK
   Beide automatische scrollstroken gebruiken voortaan exact
   dezelfde hoogte, tussenruimte en responsive padding.
   ========================================================= */

.logo-strip,
.contact-trust-strip {
  --dk-strip-padding-y: 20px;
  --dk-strip-padding-x: clamp(25px, 5vw, 90px);
  --dk-strip-gap: clamp(45px, 8vw, 150px);

  width: 100%;
  min-height: 0;
  padding: 0 !important;
  overflow: hidden;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  background: var(--dk-white);
}

.logo-strip .section-inner,
.logo-strip__inner,
.contact-trust-strip .section-inner,
.contact-trust-strip__inner {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}

.logo-strip__group,
.contact-trust-strip__group {
  gap: var(--dk-strip-gap) !important;
  padding: var(--dk-strip-padding-y) var(--dk-strip-padding-x) !important;
}

/* De niet-opgebouwde contactfallback krijgt exact dezelfde ruimte. */
.contact-trust-strip__inner:not(.is-marquee-ready) {
  min-height: 0 !important;
  gap: var(--dk-strip-gap) !important;
  padding: var(--dk-strip-padding-y) var(--dk-strip-padding-x) !important;
}

@media (max-width: 1024px) {
  .logo-strip,
  .contact-trust-strip {
    --dk-strip-padding-y: 17px;
    --dk-strip-gap: 60px;
  }
}

@media (max-width: 767px) {
  .logo-strip,
  .contact-trust-strip {
    --dk-strip-padding-y: 13px;
    --dk-strip-padding-x: 20px;
    --dk-strip-gap: 40px;
  }
}

@media (max-width: 390px) {
  .logo-strip,
  .contact-trust-strip {
    --dk-strip-padding-y: 11px;
    --dk-strip-gap: 30px;
  }
}

/* =========================================================
   CONTACTPAGINA: FOTO-UPLOAD MET VOORBEELDWEERGAVE
   Geldt alleen voor Hulp en advies en Offerte, omdat het
   bestaande JavaScript [data-file-field] bij een gewone vraag
   verborgen houdt.
   ========================================================= */

.contact-page .contact-file-field__label {
  display: block;
  color: var(--dk-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
}

.contact-page .contact-file-field__label small {
  color: rgba(21, 21, 21, 0.56);
  font-weight: 500;
}

.contact-page .contact-file-upload {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: var(--dk-soft-blue);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.contact-page .contact-file-upload:focus-within {
  border-color: var(--dk-blue);
  background: var(--dk-white);
  box-shadow: 0 0 0 4px rgba(0, 163, 224, 0.12);
}

.contact-page .contact-file-field input[type="file"] {
  width: 100%;
  min-height: 64px;
  display: block;
  padding: 8px;
  border: 0;
  border-radius: calc(var(--dk-radius) - 2px);
  background: transparent;
  color: var(--dk-ink);
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
  box-shadow: none;
}

.contact-page .contact-file-field input[type="file"]:focus {
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.contact-page .contact-file-field input[type="file"]::file-selector-button {
  min-height: 48px;
  margin-right: 14px;
  padding: 0 20px;
  border: 0;
  border-radius: 50px;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-weight: 900;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

/* Safari en oudere Chromium-versies. */
.contact-page .contact-file-field input[type="file"]::-webkit-file-upload-button {
  min-height: 48px;
  margin-right: 14px;
  padding: 0 20px;
  border: 0;
  border-radius: 50px;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-weight: 900;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .contact-page .contact-file-field input[type="file"]::file-selector-button:hover,
  .contact-page .contact-file-field input[type="file"]::-webkit-file-upload-button:hover {
    background: var(--dk-blue-mid);
  }
}

.contact-page .contact-file-upload__preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 180px));
  gap: 12px;
  justify-content: start;
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}

.contact-page .contact-file-upload__preview[hidden],
.contact-page .contact-file-upload__feedback[hidden] {
  display: none;
}

.contact-page .contact-file-preview {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  box-shadow: 0 10px 26px rgba(18, 58, 91, 0.1);
}

.contact-page .contact-file-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.contact-page .contact-file-preview__name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 24px 10px 8px;
  background: linear-gradient(180deg, transparent, rgba(6, 58, 90, 0.88));
  color: var(--dk-white);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-page .contact-file-preview__remove {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--dk-blue-deep);
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(6, 58, 90, 0.22);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.contact-page .contact-file-preview__remove svg {
  width: 17px;
  height: 17px;
  display: block;
  pointer-events: none;
}

.contact-page .contact-file-preview__remove:hover,
.contact-page .contact-file-preview__remove:focus-visible {
  background: var(--dk-blue);
  color: var(--dk-white);
  transform: scale(1.05);
}

.contact-page .contact-file-preview__remove:focus-visible {
  outline: none;
  box-shadow:
    0 6px 18px rgba(6, 58, 90, 0.22),
    0 0 0 3px rgba(0, 163, 224, 0.28);
}

.contact-page .contact-file-upload__feedback {
  margin: 10px 4px 0;
  color: #9a2f2f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .contact-page .contact-file-upload {
    padding: 8px;
  }

  .contact-page .contact-file-field input[type="file"] {
    min-height: 74px;
    padding: 6px;
    font-size: 12px;
  }

  .contact-page .contact-file-field input[type="file"]::file-selector-button,
  .contact-page .contact-file-field input[type="file"]::-webkit-file-upload-button {
    width: 100%;
    min-height: 46px;
    margin: 0 0 8px;
    padding-inline: 16px;
    border-radius: 50px;
  }

  .contact-page .contact-file-upload__preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 8px;
    padding-top: 12px;
  }

  .contact-page .contact-file-preview__remove {
    top: 6px;
    right: 6px;
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 360px) {
  .contact-page .contact-file-upload__preview {
    grid-template-columns: 1fr;
  }
}



/* =========================================================
   DEFINITIEVE CONTACTSTROOK — GELIJK AAN HOME
   Deze regels staan bewust helemaal onderaan en overschrijven
   alle oudere contactregels voor hoogte, padding en snelheid.
   ========================================================= */

body.contact-page .contact-trust-strip {
  --contact-strip-padding-y: 20px;
  --contact-strip-padding-x: clamp(25px, 5vw, 90px);
  --contact-strip-gap: clamp(45px, 8vw, 150px);

  width: 100%;
  height: auto;
  min-height: 0 !important;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  background: var(--dk-white);
}

body.contact-page .contact-trust-strip .section-inner,
body.contact-page .contact-trust-strip__inner {
  width: 100%;
  max-width: none;
  min-height: 0 !important;
  display: block !important;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}

body.contact-page .contact-trust-strip__track {
  width: max-content;
  min-width: max-content;
  display: flex !important;
  align-items: center;
  margin: 0;
  padding: 0;
  animation-name: contact-trust-strip-scroll !important;
  animation-duration: var(--contact-trust-duration, 25s) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  will-change: transform;
}

body.contact-page .contact-trust-strip__group {
  min-height: 0 !important;
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--contact-strip-gap) !important;
  margin: 0;
  padding: var(--contact-strip-padding-y) var(--contact-strip-padding-x) !important;
}

body.contact-page .contact-trust-strip__group span {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  color: rgba(21, 21, 21, 0.55);
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Fallback voordat JavaScript de bewegende track heeft opgebouwd. */
body.contact-page .contact-trust-strip__inner:not(.is-marquee-ready) {
  min-height: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: var(--contact-strip-gap) !important;
  padding: var(--contact-strip-padding-y) var(--contact-strip-padding-x) !important;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  body.contact-page .contact-trust-strip {
    --contact-strip-padding-y: 17px;
    --contact-strip-gap: 60px;
  }
}

@media (max-width: 767px) {
  body.contact-page .contact-trust-strip {
    --contact-strip-padding-y: 13px;
    --contact-strip-padding-x: 20px;
    --contact-strip-gap: 40px;
  }

  body.contact-page .contact-trust-strip__group span,
  body.contact-page .contact-trust-strip__inner:not(.is-marquee-ready) span {
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  body.contact-page .contact-trust-strip {
    --contact-strip-padding-y: 11px;
    --contact-strip-gap: 30px;
  }

  body.contact-page .contact-trust-strip__group span,
  body.contact-page .contact-trust-strip__inner:not(.is-marquee-ready) span {
    font-size: 12px;
  }
}
/* =========================================================
   PROJECTENPAGINA + OFFERTEPAGINA
   Toegevoegd op basis van de bestaande De Kinkelder-huisstijl.
   ========================================================= */

/*
 * Actieve offerteknop in de header.
 * Ook op offerte-aanvragen.html blijft de standaard heldere huisstijlblauw
 * zichtbaar. Alleen bij hover/focus wordt de knop donkerder.
 */
.site-nav__cta.is-current,
.site-nav__cta[aria-current="page"],
.quote-page .site-nav__cta {
  border-color: var(--dk-blue);
  background: var(--dk-blue);
  color: var(--dk-white);
  box-shadow: 0 16px 34px rgba(0, 163, 224, 0.24);
}

.site-nav__cta.is-current > span:first-child,
.site-nav__cta[aria-current="page"] > span:first-child,
.quote-page .site-nav__cta > span:first-child {
  color: var(--dk-white);
}

.site-nav__cta.is-current:hover,
.site-nav__cta.is-current:focus-visible,
.site-nav__cta[aria-current="page"]:hover,
.site-nav__cta[aria-current="page"]:focus-visible,
.quote-page .site-nav__cta:hover,
.quote-page .site-nav__cta:focus-visible {
  border-color: var(--dk-blue-mid);
  background: var(--dk-blue-mid);
  color: var(--dk-white);
}

.projects-page .page-shell,
.quote-page .page-shell {
  overflow: hidden;
}

.projects-page .button--secondary,
.quote-page .button--secondary {
  border-color: var(--dk-blue);
  color: var(--dk-blue);
}

.projects-page .button--secondary:hover,
.projects-page .button--secondary:focus-visible,
.quote-page .button--secondary:hover,
.quote-page .button--secondary:focus-visible {
  border-color: var(--dk-blue-mid);
  background: rgba(0, 163, 224, 0.08);
  color: var(--dk-blue-mid);
}

/* Projectenhero */
.projects-hero,
.quote-hero {
  min-height: clamp(620px, 82vh, 820px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 16%, rgba(0, 163, 224, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, #f2f8fb 55%, rgba(0, 163, 224, 0.13) 100%);
}

.projects-hero__layout,
.quote-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

.projects-hero__copy h1,
.quote-hero__copy h1 {
  max-width: 730px;
  font-family: var(--dk-heading);
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.projects-hero__lead,
.quote-hero__lead {
  max-width: 650px;
  margin-top: 20px;
  color: rgba(21, 21, 21, 0.7);
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.55;
}

.projects-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.projects-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.projects-hero__facts div {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.74);
}

.projects-hero__facts strong {
  font-family: var(--dk-heading);
  font-size: 20px;
  line-height: 1;
}

.projects-hero__facts span {
  color: rgba(21, 21, 21, 0.58);
  font-size: 11px;
  font-weight: 700;
}

.projects-hero__visual,
.quote-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 500px;
}

.projects-featured,
.quote-hero__photo {
  position: relative;
  min-height: 430px;
  margin-top: 26px;
  overflow: hidden;
  border-radius: var(--dk-radius);
  background: var(--dk-blue-deep);
  box-shadow: var(--dk-shadow);
}

.projects-featured img,
.quote-hero__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.projects-featured__overlay,
.quote-hero__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 58, 90, 0.02) 20%, rgba(6, 58, 90, 0.2) 54%, rgba(6, 58, 90, 0.88) 100%);
}

.projects-featured__copy,
.quote-hero__photo-copy {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  display: grid;
  gap: 5px;
  color: var(--dk-white);
}

.projects-featured__tag,
.quote-hero__card-label {
  width: fit-content;
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--dk-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.projects-featured__copy strong,
.quote-hero__photo-copy strong {
  max-width: 520px;
  font-family: var(--dk-heading);
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.06;
}

.projects-featured__copy > span:last-child,
.quote-hero__photo-copy > span:last-child {
  max-width: 540px;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.86;
}

.projects-result-card,
.quote-hero__card {
  position: absolute;
  right: -18px;
  bottom: -52px;
  z-index: 4;
  width: min(390px, 92%);
  padding: 22px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 68px rgba(18, 58, 91, 0.17);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.projects-result-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.projects-result-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-size: 22px;
  font-weight: 900;
}

.projects-result-card > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.projects-result-card strong {
  font-family: var(--dk-heading);
  font-size: 17px;
  line-height: 1.15;
}

.projects-result-card span:last-child {
  color: rgba(21, 21, 21, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

/* Projectoverzicht */
.projects-showcase {
  background: var(--dk-soft-blue);
}

.projects-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: end;
  margin-bottom: 30px;
}

.projects-section-head h2,
.projects-method__copy h2 {
  max-width: 820px;
  font-family: var(--dk-heading);
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.projects-section-head > p,
.projects-method__copy > p:not(.eyebrow) {
  color: rgba(21, 21, 21, 0.66);
}

.projects-filter-bar {
  display: flex;
  gap: 8px;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid var(--dk-line);
  border-radius: calc(var(--dk-radius) + 2px);
  background: rgba(255, 255, 255, 0.76);
  scrollbar-width: thin;
}

.projects-filter {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: var(--dk-radius);
  background: transparent;
  color: rgba(21, 21, 21, 0.64);
  font-weight: 800;
  cursor: pointer;
}

.projects-filter:hover,
.projects-filter:focus-visible,
.projects-filter.is-active {
  border-color: rgba(21, 21, 21, 0.08);
  background: var(--dk-white);
  color: var(--dk-ink);
  box-shadow: 0 8px 20px rgba(18, 58, 91, 0.08);
}

.projects-filter:focus-visible {
  outline: 3px solid rgba(0, 163, 224, 0.3);
  outline-offset: 2px;
}

.projects-result-count {
  margin: 18px 0;
  color: rgba(21, 21, 21, 0.56);
  font-size: 13px;
  font-weight: 800;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.project-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  box-shadow: 0 12px 32px rgba(21, 21, 21, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.2s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(6, 58, 90, 0.12);
}

.project-card[hidden] {
  display: none !important;
}

.project-card__media {
  position: relative;
  width: 100%;
  height: 235px;
  min-height: 235px;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid var(--dk-line);
  background: var(--dk-soft-blue);
}

/*
 * Eén samengestelde 50/50 PNG per projectkaart.
 * De linkerkant toont de situatie vóór en de rechterkant na de reiniging.
 */
.project-card__comparison-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

/* Subtiele schaduw onderaan zodat de labels overal leesbaar blijven. */
.project-card__media::before {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(6, 58, 90, 0) 0%,
    rgba(6, 58, 90, 0.18) 100%
  );
  pointer-events: none;
}

/* Scheidingslijn precies tussen de voor- en nahelft. */
.project-card__media::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 2px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 12px rgba(6, 58, 90, 0.18);
  transform: translateX(-50%);
  pointer-events: none;
}

.project-card__media-label {
  position: absolute;
  bottom: 14px;
  z-index: 3;
  min-width: 52px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--dk-ink);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(6, 58, 90, 0.13);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.project-card__media-label--before {
  left: 14px;
}

.project-card__media-label--after {
  right: 14px;
}

@media (hover: hover) and (pointer: fine) {
  .project-card:hover .project-card__comparison-image {
    transform: scale(1.025);
  }
}

.project-card__body {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.project-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.project-card__meta span {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--dk-soft-blue);
  color: var(--dk-blue-ink);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-card h3 {
  margin-bottom: 10px;
  font-family: var(--dk-heading);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.project-card p {
  color: rgba(21, 21, 21, 0.65);
  font-size: 14px;
  line-height: 1.55;
}

.project-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  color: rgba(21, 21, 21, 0.68);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.project-card li {
  position: relative;
  padding-left: 18px;
}

.project-card li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid var(--dk-blue);
  border-left: 2px solid var(--dk-blue);
  transform: rotate(-45deg);
}

.project-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--dk-blue-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.project-card a span {
  font-size: 19px;
  transition: transform 0.2s ease;
}

.project-card a:hover span {
  transform: translate(3px, -3px);
}

.projects-method {
  background: var(--dk-white);
}

.projects-method__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(34px, 6vw, 94px);
  align-items: center;
}

.projects-method__copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 18px;
}

.projects-method__copy .button {
  margin-top: 26px;
}

.projects-method__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.projects-method__steps article {
  min-height: 190px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: linear-gradient(135deg, var(--dk-white), rgba(0, 163, 224, 0.08));
  box-shadow: 0 10px 28px rgba(21, 21, 21, 0.05);
}

.projects-method__steps article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-size: 12px;
  font-weight: 900;
}

.projects-method__steps h3 {
  margin-bottom: 8px;
  font-family: var(--dk-heading);
  font-size: 19px;
  line-height: 1.2;
}

.projects-method__steps p {
  color: rgba(21, 21, 21, 0.64);
  font-size: 13px;
  line-height: 1.5;
}

/* Offertehero */
.quote-hero__checks {
  gap: 13px;
  margin-top: 26px;
  font-size: 14px;
}

.quote-hero__copy > .button {
  margin-top: 28px;
}

.quote-hero__card {
  padding: 24px;
}

.quote-hero__card-label {
  background: rgba(0, 163, 224, 0.12);
  color: var(--dk-blue-ink);
}

.quote-hero__card ol {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-hero__card li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.quote-hero__card li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-soft-blue);
  color: var(--dk-blue-ink);
  font-size: 12px;
  font-weight: 900;
}

.quote-hero__card li div {
  display: grid;
  gap: 2px;
}

.quote-hero__card strong {
  font-size: 13px;
}

.quote-hero__card small {
  color: rgba(21, 21, 21, 0.58);
  font-size: 11px;
  line-height: 1.4;
}

.quote-form-card {
  overflow: hidden;
}

.quote-client-picker em,
.quote-service-picker em {
  color: var(--dk-blue-mid);
  font-style: normal;
}

.quote-service-picker {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.quote-service-picker legend {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 900;
}

.quote-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.quote-service-grid label {
  min-width: 0;
  cursor: pointer;
}

.quote-service-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quote-service-grid label > span {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: #fbfcfd;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.quote-service-grid label:hover > span {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(6, 58, 90, 0.08);
}

.quote-service-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  color: var(--dk-blue-ink);
}

.quote-service-grid strong {
  margin-bottom: 5px;
  font-family: var(--dk-heading);
  font-size: 15px;
  line-height: 1.2;
}

.quote-service-grid small {
  color: rgba(21, 21, 21, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.quote-service-grid input:checked + span {
  border-color: var(--dk-blue);
  background: rgba(0, 163, 224, 0.08);
  box-shadow: 0 0 0 3px rgba(0, 163, 224, 0.1);
}

.quote-service-grid input:focus-visible + span {
  outline: 3px solid rgba(0, 163, 224, 0.3);
  outline-offset: 2px;
}

.quote-service-feedback {
  margin-top: 9px;
  color: rgba(21, 21, 21, 0.56);
  font-size: 11px;
  font-weight: 700;
}

.quote-service-feedback.is-error {
  color: #a62c2c;
}

.quote-timeline {
  display: grid;
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid var(--dk-line);
}

.quote-timeline > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid var(--dk-line);
}

.quote-timeline > div > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-soft-blue);
  color: var(--dk-blue-ink);
  font-size: 11px;
  font-weight: 900;
}

.quote-timeline p {
  display: grid;
  gap: 3px;
}

.quote-timeline strong {
  font-size: 13px;
}

.quote-timeline small {
  color: rgba(21, 21, 21, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.quote-contact-card {
  display: grid;
  padding: 26px;
  border-radius: var(--dk-radius);
  background: linear-gradient(145deg, var(--dk-blue-mid), var(--dk-blue-deep));
  color: var(--dk-white);
  box-shadow: var(--dk-shadow);
}

.quote-contact-card h2 {
  font-family: var(--dk-heading);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.quote-contact-card > p {
  margin: 10px 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.quote-contact-card a {
  display: grid;
  gap: 2px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: inherit;
  text-decoration: none;
}

.quote-contact-card a span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.quote-contact-card a strong {
  overflow-wrap: anywhere;
  font-size: 13px;
}

.quote-contact-card a:hover strong {
  text-decoration: underline;
}

/* Tablet */
@media (max-width: 1180px) {
  .projects-hero__layout,
  .quote-hero__layout {
    grid-template-columns: 1fr;
  }

  .projects-hero__visual,
  .quote-hero__visual {
    min-height: 500px;
  }

  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card__media {
    height: 225px;
    min-height: 225px;
  }

  .projects-method__layout {
    grid-template-columns: 1fr;
  }

  .quote-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .projects-section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .projects-method__steps {
    grid-template-columns: 1fr;
  }

  .projects-method__steps article {
    min-height: 0;
  }
}

/* Mobiel */
@media (max-width: 760px) {
  .projects-hero,
  .quote-hero {
    min-height: auto;
    padding-top: 34px;
  }

  .projects-hero__copy h1,
  .quote-hero__copy h1 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .projects-hero__lead,
  .quote-hero__lead {
    font-size: 14px;
  }

  .projects-hero__actions {
    display: grid;
  }

  .projects-hero__actions .button,
  .quote-hero__copy > .button {
    width: 100%;
  }

  .projects-hero__facts {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .projects-hero__facts div {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }

  .projects-hero__visual,
  .quote-hero__visual {
    min-height: auto;
  }

  .projects-featured,
  .quote-hero__photo {
    min-height: 310px;
    margin-top: 18px;
  }

  .projects-featured__copy,
  .quote-hero__photo-copy {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .projects-result-card,
  .quote-hero__card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .project-card__media {
    height: 215px;
    min-height: 215px;
  }

  .project-card__media-label {
    bottom: 11px;
    min-width: 46px;
    min-height: 25px;
    padding: 5px 9px;
    font-size: 9px;
  }

  .project-card__media-label--before {
    left: 10px;
  }

  .project-card__media-label--after {
    right: 10px;
  }

  .project-card__body {
    min-height: 0;
    padding: 20px;
  }

  .projects-filter-bar {
    margin-right: calc(var(--dk-gutter) * -1);
    margin-left: calc(var(--dk-gutter) * -1);
    padding-right: var(--dk-gutter);
    padding-left: var(--dk-gutter);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .projects-method__steps article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 19px;
  }

  .quote-service-grid {
    grid-template-columns: 1fr;
  }

  .quote-service-grid label > span {
    min-height: 0;
  }

  .quote-form-card {
    padding: 22px 17px;
  }

  .quote-form-card .contact-form__footer {
    align-items: stretch;
  }
}

@media (max-width: 420px) {
  .projects-featured,
  .quote-hero__photo {
    min-height: 290px;
  }

  .projects-featured__copy strong,
  .quote-hero__photo-copy strong {
    font-size: 22px;
  }

  .projects-result-card {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 18px;
  }

  .projects-result-card__icon {
    width: 42px;
    height: 42px;
  }

  .project-card__media {
    height: 195px;
    min-height: 195px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-card__comparison-image {
    transition: none;
  }
}


/* =========================================================
   DIENSTEN- EN WERKWIJZEPAGINA
   Toevoegingen voor diensten.html en werkwijze.html.
   Sluit aan op de bestaande kleuren, typografie, radius,
   header, footer en mobiele navigatie.
   ========================================================= */

.services-page,
.method-page {
  background: var(--dk-page);
}

.services-page .page-band,
.method-page .page-band {
  position: relative;
}

.services-page h1,
.services-page h2,
.services-page h3,
.method-page h1,
.method-page h2,
.method-page h3 {
  font-family: var(--dk-heading);
}

.services-hero,
.method-hero {
  overflow: hidden;
  min-height: clamp(650px, 82vh, 850px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 15%, rgba(0, 163, 224, 0.2), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f2f8fb 55%, rgba(0, 163, 224, 0.13) 100%);
}

.services-hero__layout,
.method-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.86fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
}

.services-hero__copy h1,
.method-hero__copy h1 {
  max-width: 760px;
  font-size: clamp(39px, 4.7vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.services-hero__lead,
.method-hero__lead {
  max-width: 700px;
  margin-top: 24px;
  color: rgba(21, 21, 21, 0.7);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
}

.services-hero__actions,
.method-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.services-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.services-hero__checks li {
  position: relative;
  padding-left: 22px;
  color: rgba(21, 21, 21, 0.73);
  font-size: 13px;
  font-weight: 800;
}

.services-hero__checks li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--dk-blue);
  border-left: 2px solid var(--dk-blue);
  transform: rotate(-45deg);
}

.services-hero__visual,
.method-hero__visual {
  position: relative;
  min-height: 540px;
}

.services-hero__photo,
.method-hero__photo {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--dk-radius);
  background:
    linear-gradient(135deg, rgba(0, 163, 224, 0.26), rgba(6, 58, 90, 0.9)),
    linear-gradient(135deg, #dff4fb, #80cce7 50%, #123a5b);
  box-shadow: 0 28px 80px rgba(6, 58, 90, 0.18);
}

.services-hero__photo img,
.method-hero__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.services-hero__photo-overlay,
.method-hero__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 58, 90, 0.02) 20%, rgba(6, 58, 90, 0.78) 100%);
}

.services-hero__photo-copy,
.method-hero__photo-copy {
  position: absolute;
  right: 28px;
  bottom: 30px;
  left: 28px;
  z-index: 2;
  display: grid;
  gap: 9px;
  color: var(--dk-white);
}

.services-hero__photo-copy > span:first-child {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.services-hero__photo-copy strong,
.method-hero__photo-copy strong {
  max-width: 490px;
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.method-hero__photo-copy span {
  font-size: 15px;
  font-weight: 700;
  opacity: 0.88;
}

.services-hero__card,
.method-hero__card {
  position: absolute;
  right: -24px;
  bottom: -36px;
  z-index: 3;
  width: min(390px, 90%);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 60px rgba(6, 58, 90, 0.17);
}

.services-hero__card-icon,
.method-hero__card > span {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-family: var(--dk-heading);
  font-size: 20px;
  font-weight: 900;
}

.services-hero__card strong,
.method-hero__card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.25;
}

.services-hero__card p,
.method-hero__card p {
  color: rgba(21, 21, 21, 0.64);
  font-size: 13px;
  line-height: 1.5;
}

.services-section-head,
.method-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 38px;
}

.services-section-head h2,
.method-section-head h2,
.services-combine__copy h2,
.services-promises__layout > div > h2,
.services-faq__intro h2,
.method-assessment__copy h2,
.method-preparation__intro h2,
.method-faq__intro h2 {
  max-width: 780px;
  font-size: clamp(31px, 4vw, 55px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.services-section-head > p,
.method-section-head > p {
  max-width: 560px;
  color: rgba(21, 21, 21, 0.66);
  font-size: 15px;
  line-height: 1.65;
}

/* Dienstenoverzicht */
.services-catalog {
  background: var(--dk-white);
}

.services-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.services-detail-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(210px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  box-shadow: 0 13px 36px rgba(21, 21, 21, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.services-detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(6, 58, 90, 0.12);
}

.services-detail-card__media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 58, 90, 0.02), rgba(6, 58, 90, 0.54)),
    var(--service-image),
    linear-gradient(135deg, #daf2fa, #6dc4e5 48%, #123a5b);
  background-position: center;
  background-size: cover;
}

.services-detail-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(6, 58, 90, 0.45));
}

.services-detail-card__media > span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-white);
  color: var(--dk-blue-ink);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(6, 58, 90, 0.14);
}

.services-detail-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.services-detail-card__label {
  width: fit-content;
  margin-bottom: 13px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(0, 163, 224, 0.11);
  color: var(--dk-blue-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.services-detail-card h3 {
  margin-bottom: 12px;
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.services-detail-card__body > p:not(.services-detail-card__label) {
  color: rgba(21, 21, 21, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

.services-detail-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.services-detail-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(21, 21, 21, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.services-detail-card li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid var(--dk-blue);
  border-left: 2px solid var(--dk-blue);
  transform: rotate(-45deg);
}

.services-detail-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 23px;
  color: var(--dk-blue-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.services-detail-card a span {
  font-size: 18px;
}

/* Combinaties */
.services-combine {
  background: var(--dk-soft-blue);
}

.services-combine__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.services-combine__photo {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: var(--dk-radius);
  background: linear-gradient(135deg, #dff4fb, #67bee0 48%, #123a5b);
  box-shadow: var(--dk-shadow);
}

.services-combine__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-combine__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(6, 58, 90, 0.82));
}

.services-combine__photo-copy {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
  z-index: 2;
  display: grid;
  gap: 8px;
  color: var(--dk-white);
}

.services-combine__photo-copy strong {
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.services-combine__photo-copy span {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.86;
}

.services-combine__copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 20px;
  color: rgba(21, 21, 21, 0.67);
  line-height: 1.7;
}

.services-combination-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}

.services-combination-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.78);
}

.services-combination-list article > span {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-size: 12px;
  font-weight: 900;
}

.services-combination-list h3 {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 900;
}

.services-combination-list p {
  color: rgba(21, 21, 21, 0.62);
  font-size: 13px;
}

/* Doelgroepen */
.services-audiences {
  background: var(--dk-white);
}

.services-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.services-audience-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: var(--dk-radius);
  background:
    linear-gradient(180deg, rgba(6, 58, 90, 0.05), rgba(6, 58, 90, 0.9)),
    radial-gradient(circle at 75% 15%, rgba(255, 255, 255, 0.62), transparent 25%),
    linear-gradient(135deg, #63c2e5, #123a5b);
  color: var(--dk-white);
  box-shadow: var(--dk-shadow);
}

.services-audience-grid article > span {
  width: fit-content;
  margin-bottom: 13px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.services-audience-grid h3 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.15;
}

.services-audience-grid p {
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.84;
}

.services-promises {
  background: var(--dk-soft-blue);
}

.services-promises__layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
}

.services-promise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.services-promise-grid article {
  min-height: 175px;
  padding: 24px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  box-shadow: 0 10px 28px rgba(21, 21, 21, 0.045);
}

.services-promise-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.services-promise-grid p {
  color: rgba(21, 21, 21, 0.64);
  font-size: 14px;
}

.services-faq,
.method-faq {
  background: var(--dk-white);
}

.services-faq__layout,
.method-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: start;
}

.services-faq__intro > p:last-child,
.method-faq__intro > p:last-child {
  margin-top: 20px;
  color: rgba(21, 21, 21, 0.66);
  line-height: 1.7;
}

.services-faq__list details,
.method-faq__list details {
  padding: 19px 21px;
}

.services-final-cta,
.method-final-cta {
  padding-top: clamp(34px, 5vw, 70px);
  padding-bottom: clamp(34px, 5vw, 70px);
  background: var(--dk-page);
}

.services-final-cta__panel,
.method-final-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 64px);
  border-radius: var(--dk-radius);
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 163, 224, 0.48), transparent 28%),
    linear-gradient(135deg, var(--dk-blue-deep), #102638 72%, var(--dk-ink));
  color: var(--dk-white);
  box-shadow: 0 28px 75px rgba(6, 58, 90, 0.2);
}

.services-final-cta__panel h2,
.method-final-cta__panel h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.services-final-cta__panel p:not(.eyebrow),
.method-final-cta__panel p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
}

.services-final-cta__actions,
.method-final-cta__actions {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.services-final-cta__secondary,
.method-final-cta__secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--dk-white);
}

/* Werkwijzepagina */
.method-hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.method-hero__facts div {
  padding: 14px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.74);
}

.method-hero__facts strong,
.method-hero__facts span {
  display: block;
}

.method-hero__facts strong {
  color: var(--dk-blue);
  font-size: 13px;
  font-weight: 900;
}

.method-hero__facts span {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 800;
}

.method-steps {
  background: var(--dk-white);
}

.method-step-list {
  display: grid;
  gap: 17px;
}

.method-step-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) minmax(230px, 0.42fr);
  gap: 26px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: linear-gradient(135deg, var(--dk-white), rgba(0, 163, 224, 0.05));
  box-shadow: 0 12px 34px rgba(21, 21, 21, 0.045);
}

.method-step-card__number {
  width: 66px;
  height: 66px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-family: var(--dk-heading);
  font-size: 18px;
  font-weight: 900;
}

.method-step-card__label {
  margin-bottom: 8px;
  color: var(--dk-blue-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-step-card h3 {
  margin-bottom: 10px;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.method-step-card__content > p:not(.method-step-card__label) {
  color: rgba(21, 21, 21, 0.66);
  line-height: 1.65;
}

.method-step-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.method-step-card li {
  padding: 7px 10px;
  border: 1px solid rgba(0, 163, 224, 0.14);
  border-radius: 999px;
  background: rgba(0, 163, 224, 0.08);
  color: var(--dk-blue-ink);
  font-size: 11px;
  font-weight: 800;
}

.method-step-card__note {
  padding: 19px;
  border-radius: var(--dk-radius);
  background: var(--dk-soft-blue);
}

.method-step-card__note strong,
.method-step-card__note span {
  display: block;
}

.method-step-card__note strong {
  margin-bottom: 8px;
  font-size: 13px;
}

.method-step-card__note span {
  color: rgba(21, 21, 21, 0.63);
  font-size: 12px;
  line-height: 1.55;
}

.method-assessment {
  background: var(--dk-soft-blue);
}

.method-assessment__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}

.method-assessment__copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 20px;
  color: rgba(21, 21, 21, 0.66);
  line-height: 1.7;
}

.method-assessment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.method-assessment-grid article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  padding: 17px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.78);
}

.method-assessment-grid article > span {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-size: 11px;
  font-weight: 900;
}

.method-assessment-grid h3 {
  margin-bottom: 4px;
  font-size: 15px;
}

.method-assessment-grid p {
  color: rgba(21, 21, 21, 0.62);
  font-size: 12px;
}

.method-assessment__photo {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: var(--dk-radius);
  background: linear-gradient(135deg, #dff4fb, #6dc4e5 48%, #123a5b);
  box-shadow: var(--dk-shadow);
}

.method-assessment__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.method-assessment__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(6, 58, 90, 0.85));
}

.method-assessment__photo > div {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
  z-index: 2;
  display: grid;
  gap: 8px;
  color: var(--dk-white);
}

.method-assessment__photo strong {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.method-assessment__photo span {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.84;
}

.method-day {
  background: var(--dk-white);
}

.method-day-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.method-day-grid article {
  min-height: 250px;
  padding: 25px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: linear-gradient(135deg, var(--dk-white), rgba(0, 163, 224, 0.08));
  box-shadow: 0 11px 30px rgba(21, 21, 21, 0.045);
}

.method-day-grid article > span {
  display: inline-flex;
  margin-bottom: 46px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.method-day-grid h3 {
  margin-bottom: 9px;
  font-size: 22px;
}

.method-day-grid p {
  color: rgba(21, 21, 21, 0.64);
  font-size: 14px;
}

.method-preparation {
  background: var(--dk-soft-blue);
}

.method-preparation__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: start;
}

.method-preparation__intro > p:not(.eyebrow) {
  margin-top: 20px;
  color: rgba(21, 21, 21, 0.66);
  line-height: 1.7;
}

.method-preparation__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.method-preparation__columns article {
  padding: 25px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  box-shadow: 0 12px 32px rgba(21, 21, 21, 0.045);
}

.method-preparation__columns h3 {
  margin-bottom: 20px;
  font-size: 21px;
}

.method-preparation__columns ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-preparation__columns li {
  position: relative;
  padding-left: 25px;
  color: rgba(21, 21, 21, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.method-preparation__columns li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--dk-blue);
  border-left: 2px solid var(--dk-blue);
  transform: rotate(-45deg);
}

.method-values {
  background: var(--dk-white);
}

.method-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.method-value-grid article {
  min-height: 245px;
  padding: 23px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  box-shadow: 0 12px 31px rgba(21, 21, 21, 0.05);
}

.method-value-grid article > span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 42px;
  border-radius: 50%;
  background: rgba(0, 163, 224, 0.12);
  color: var(--dk-blue-ink);
  font-size: 11px;
  font-weight: 900;
}

.method-value-grid h3 {
  margin-bottom: 9px;
  font-size: 20px;
}

.method-value-grid p {
  color: rgba(21, 21, 21, 0.63);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .services-hero__layout,
  .method-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.88fr);
    gap: 40px;
  }

  .services-detail-card {
    grid-template-columns: 1fr;
  }

  .services-detail-card__media {
    min-height: 265px;
  }

  .services-audience-grid,
  .method-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-step-card {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .method-step-card__note {
    grid-column: 2;
  }
}

@media (max-width: 920px) {
  .services-hero,
  .method-hero {
    min-height: 0;
  }

  .services-hero__layout,
  .method-hero__layout,
  .services-combine__layout,
  .services-promises__layout,
  .services-faq__layout,
  .method-assessment__layout,
  .method-preparation__layout,
  .method-faq__layout {
    grid-template-columns: 1fr;
  }

  .services-hero__visual,
  .method-hero__visual {
    width: min(100%, 720px);
  }

  .services-detail-grid {
    grid-template-columns: 1fr;
  }

  .services-detail-card {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  }

  .services-detail-card__media {
    min-height: 380px;
  }

  .services-combine__photo,
  .method-assessment__photo {
    min-height: 520px;
  }

  .services-audience-grid,
  .method-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-promises__layout,
  .method-preparation__layout {
    gap: 30px;
  }

  .services-final-cta__panel,
  .method-final-cta__panel {
    display: grid;
  }

  .services-final-cta__actions,
  .method-final-cta__actions {
    justify-content: flex-start;
  }

  .method-day-grid {
    grid-template-columns: 1fr;
  }

  .method-day-grid article {
    min-height: 0;
  }

  .method-day-grid article > span {
    margin-bottom: 25px;
  }
}

@media (max-width: 720px) {
  .services-hero,
  .method-hero {
    padding-top: 40px;
  }

  .services-hero__copy h1,
  .method-hero__copy h1 {
    font-size: clamp(34px, 11vw, 49px);
  }

  .services-hero__lead,
  .method-hero__lead {
    font-size: 14px;
  }

  .services-hero__actions,
  .method-hero__actions {
    display: grid;
  }

  .services-hero__actions .button,
  .method-hero__actions .button {
    width: 100%;
  }

  .services-hero__visual,
  .method-hero__visual {
    min-height: auto;
  }

  .services-hero__photo,
  .method-hero__photo {
    min-height: 360px;
  }

  .services-hero__photo-copy,
  .method-hero__photo-copy {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .services-hero__card,
  .method-hero__card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 15px;
  }

  .services-section-head,
  .method-section-head {
    display: grid;
    gap: 18px;
    margin-bottom: 28px;
  }

  .services-section-head h2,
  .method-section-head h2,
  .services-combine__copy h2,
  .services-promises__layout > div > h2,
  .services-faq__intro h2,
  .method-assessment__copy h2,
  .method-preparation__intro h2,
  .method-faq__intro h2 {
    font-size: clamp(29px, 9vw, 42px);
  }

  .services-detail-card {
    grid-template-columns: 1fr;
  }

  .services-detail-card__media {
    min-height: 245px;
  }

  .services-detail-card__body {
    padding: 21px;
  }

  .services-combine__photo,
  .method-assessment__photo {
    min-height: 390px;
  }

  .services-audience-grid,
  .services-promise-grid,
  .method-assessment-grid,
  .method-preparation__columns,
  .method-value-grid {
    grid-template-columns: 1fr;
  }

  .services-audience-grid article {
    min-height: 260px;
  }

  .services-final-cta__panel,
  .method-final-cta__panel {
    padding: 28px 21px;
  }

  .services-final-cta__actions,
  .method-final-cta__actions {
    display: grid;
  }

  .services-final-cta__actions .button,
  .method-final-cta__actions .button {
    width: 100%;
  }

  .method-hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-step-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    padding: 20px;
  }

  .method-step-card__number {
    width: 48px;
    height: 48px;
    font-size: 13px;
  }

  .method-step-card__note {
    grid-column: 1 / -1;
  }

  .method-step-card ul {
    display: grid;
  }

  .method-step-card li {
    width: fit-content;
  }

  .method-assessment-grid article {
    padding: 15px;
  }

  .method-value-grid article {
    min-height: 0;
  }

  .method-value-grid article > span {
    margin-bottom: 28px;
  }
}

@media (max-width: 420px) {
  .services-hero__photo,
  .method-hero__photo {
    min-height: 325px;
  }

  .services-hero__card,
  .method-hero__card {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 18px;
  }

  .services-hero__card-icon,
  .method-hero__card > span {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .services-combination-list article {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 16px;
  }

  .services-combination-list article > span {
    width: 40px;
    height: 40px;
  }

  .method-step-card {
    grid-template-columns: 1fr;
  }

  .method-step-card__number {
    width: 46px;
    height: 46px;
  }

  .method-step-card__note {
    grid-column: auto;
  }
}
/* =========================================================
   PROJECTENPAGINA — COMPACTE HERO-KNOPPEN OP MOBIEL
   Voorkomt dat "Bekijk projecten" en de secundaire knop
   over de volledige schermbreedte worden uitgerekt.
   ========================================================= */
@media (max-width: 760px) {
  .projects-page .projects-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .projects-page .projects-hero__actions .button {
    width: fit-content;
    max-width: 100%;
    min-height: 52px;
    font-size: 15px;
  }

  .projects-page .projects-hero__actions .button--quote {
    padding: 5px 7px 5px 21px;
  }

  .projects-page .projects-hero__actions .button--quote .button__icon {
    width: 42px;
    height: 42px;
    margin-left: 7px;
  }

  .projects-page .projects-hero__actions .button--quote .button__icon svg {
    width: 19px;
    height: 19px;
  }

  .projects-page .projects-hero__actions .button--secondary {
    min-height: 48px;
    padding-inline: 20px;
  }
}

@media (max-width: 390px) {
  .projects-page .projects-hero__actions .button {
    font-size: 14px;
  }

  .projects-page .projects-hero__actions .button--quote {
    padding-left: 19px;
  }

  .projects-page .projects-hero__actions .button--quote .button__icon {
    width: 40px;
    height: 40px;
  }
}
/* =========================================================
   OVER-ONS PAGINA
   Zelfde huisstijl als de bestaande website:
   Manrope / Inter, DK-blauw, 10px radius en 1440px container.
   ========================================================= */

.about-page {
  background: var(--dk-white);
}

.about-page main {
  overflow: hidden;
}

.about-page .site-footer {
  margin-top: 0;
}

.about-container {
  width: min(100%, var(--dk-container));
  margin-inline: auto;
}

.about-section {
  width: 100%;
  padding: clamp(68px, 8vw, 112px) var(--dk-gutter);
}

.about-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: var(--dk-blue-mid);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--dk-blue);
}

/* Hero */

.about-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(54px, 7vw, 98px) var(--dk-gutter) clamp(72px, 8vw, 116px);
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 163, 224, 0.18), transparent 27%),
    linear-gradient(135deg, #ffffff 0%, #f8fbfd 58%, #eef6fa 100%);
}

.about-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -180px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 163, 224, 0.12);
  border-radius: 50%;
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

.about-hero__content {
  max-width: 690px;
}

.about-hero h1 {
  max-width: 690px;
  font-family: var(--dk-heading);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.about-hero h1 span {
  display: block;
  color: var(--dk-blue);
}

.about-hero__lead {
  max-width: 640px;
  margin-top: 24px;
  color: rgba(21, 21, 21, 0.7);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.7;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 31px;
}

.about-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 29px 0 0;
  padding: 0;
  color: rgba(21, 21, 21, 0.72);
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.about-hero__checks li {
  position: relative;
  padding-left: 21px;
}

.about-hero__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--dk-blue);
  border-left: 2px solid var(--dk-blue);
  transform: rotate(-45deg);
}

.about-hero__visual {
  position: relative;
  min-height: 550px;
  display: grid;
  place-items: center;
}

.about-hero__shape {
  position: absolute;
  z-index: 0;
  width: min(92%, 470px);
  aspect-ratio: 1;
  border-radius: 46% 54% 54% 46% / 55% 42% 58% 45%;
  background:
    radial-gradient(circle at 70% 22%, rgba(255,255,255,.48), transparent 22%),
    linear-gradient(145deg, var(--dk-blue), var(--dk-blue-deep));
  box-shadow: 0 34px 80px rgba(6, 58, 90, 0.22);
  transform: rotate(-5deg);
}

.about-hero__shape::after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: inherit;
}

.about-hero__photo {
  position: relative;
  z-index: 1;
  width: min(84%, 430px);
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 220px 220px 28px 28px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,.92), transparent 28%),
    linear-gradient(155deg, #dff4fb, #8bd5ee 53%, #123a5b);
  box-shadow: 0 28px 70px rgba(6, 58, 90, 0.17);
}

.about-hero__photo img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.about-floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 198px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--dk-radius);
  background: rgba(255,255,255,.94);
  color: var(--dk-ink);
  box-shadow: var(--dk-shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-floating-card--area {
  top: 40px;
  right: -10px;
}

.about-floating-card--service {
  left: -10px;
  bottom: 42px;
}

.about-floating-card__icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
}

.about-floating-card__icon svg {
  width: 20px;
  height: 20px;
}

.about-floating-card > span:last-child {
  font-family: var(--dk-heading);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.about-floating-card small {
  display: block;
  margin-bottom: 3px;
  color: rgba(21,21,21,.54);
  font-family: var(--dk-body);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-hero__tag {
  position: absolute;
  z-index: 4;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--dk-white);
  color: var(--dk-blue-ink);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(6,58,90,.14);
}

.about-hero__tag--one {
  right: 2%;
  bottom: 144px;
  transform: rotate(-3deg);
}

.about-hero__tag--two {
  left: 6%;
  top: 112px;
  transform: rotate(4deg);
}

.about-hero__tag--three {
  right: 10%;
  top: 208px;
  transform: rotate(3deg);
}

/* Bewegende kenmerkenbalk */

.about-marquee {
  width: 100%;
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.15);
  background: var(--dk-blue-deep);
  color: var(--dk-white);
}

.about-marquee__viewport {
  overflow: hidden;
}

.about-marquee__track {
  width: max-content;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 52px);
  padding-inline: 26px;
  animation: about-marquee-move 27s linear infinite;
}

.about-marquee__track span {
  flex: 0 0 auto;
  font-family: var(--dk-heading);
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 900;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.about-marquee__track i {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.about-marquee__track i::before,
.about-marquee__track i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--dk-blue);
  transform: translate(-50%, -50%);
}

.about-marquee__track i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@keyframes about-marquee-move {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Algemene sectiekoppen */

.about-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.about-section-head h2,
.about-story h2,
.about-services h2,
.about-cta h2 {
  font-family: var(--dk-heading);
  font-size: clamp(31px, 3.7vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.about-section-head > p,
.about-section-head > div + p {
  max-width: 520px;
  color: rgba(21,21,21,.66);
  font-size: 16px;
  line-height: 1.7;
}

/* Waarden */

.about-values {
  background: var(--dk-white);
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-value-card {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.6vw, 34px);
  overflow: hidden;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background:
    radial-gradient(circle at 94% 2%, rgba(0,163,224,.13), transparent 32%),
    linear-gradient(145deg, var(--dk-white), #f9fcfd);
  box-shadow: 0 14px 36px rgba(18,58,91,.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.about-value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0,163,224,.28);
  box-shadow: 0 22px 50px rgba(18,58,91,.11);
}

.about-value-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border-radius: var(--dk-radius);
  background: var(--dk-soft-blue);
  color: var(--dk-blue-mid);
}

.about-value-card__icon svg {
  width: 28px;
  height: 28px;
}

.about-value-card__number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(6,58,90,.24);
  font-family: var(--dk-heading);
  font-size: 15px;
  font-weight: 900;
}

.about-value-card h3 {
  margin-bottom: 13px;
  font-family: var(--dk-heading);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.about-value-card p {
  color: rgba(21,21,21,.64);
  font-size: 14px;
  line-height: 1.65;
}

.about-value-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 28px;
  color: var(--dk-blue-mid);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.about-value-card a span {
  transition: transform .2s ease;
}

.about-value-card a:hover span {
  transform: translateX(4px);
}

/* Donkere verhaal-sectie */

.about-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 14%, rgba(0,163,224,.24), transparent 24%),
    linear-gradient(135deg, var(--dk-blue-deep), #092f49 64%, #061f31);
  color: var(--dk-white);
}

.about-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -160px;
  top: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.about-story__grid {
  display: grid;
  grid-template-columns: minmax(370px, .92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
}

.about-story__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.about-story__circle {
  position: absolute;
  width: min(92%, 470px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--dk-blue), #62c9ea);
  box-shadow: 0 36px 80px rgba(0,0,0,.22);
}

.about-story__circle::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 50%;
}

.about-story__photo {
  position: relative;
  z-index: 1;
  width: min(82%, 410px);
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border-radius: 210px 210px 30px 30px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.9), transparent 28%),
    linear-gradient(145deg, #d9f2fa, #61c4e6 50%, #123a5b);
}

.about-story__photo img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.about-story__badge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--dk-radius);
  background: rgba(255,255,255,.94);
  color: var(--dk-ink);
  box-shadow: 0 22px 46px rgba(0,0,0,.18);
}

.about-story__badge svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
}

.about-story__badge span {
  font-size: 12px;
  line-height: 1.3;
}

.about-story__badge strong {
  font-family: var(--dk-heading);
  font-size: 14px;
}

.about-story .about-eyebrow {
  color: #79d8f4;
}

.about-story__content > p:not(.about-eyebrow) {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255,255,255,.73);
  font-size: 15px;
  line-height: 1.72;
}

.about-story__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  padding-block: 26px;
  border-block: 1px solid rgba(255,255,255,.16);
}

.about-story__stats div {
  min-width: 0;
}

.about-story__stats strong {
  display: block;
  margin-bottom: 7px;
  color: #58cdf0;
  font-family: var(--dk-heading);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}

.about-story__stats span {
  display: block;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.4;
}

.about-story__button {
  margin-top: 30px;
}

/* Proces */

.about-process {
  background: var(--dk-soft-blue);
}

.about-section-head--center {
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
}

.about-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-process-card {
  position: relative;
  min-height: 308px;
  padding: 28px 24px;
  border: 1px solid rgba(21,21,21,.1);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  box-shadow: 0 14px 34px rgba(18,58,91,.06);
}

.about-process-card > span {
  position: absolute;
  top: 26px;
  right: 24px;
  color: rgba(21,21,21,.22);
  font-family: var(--dk-heading);
  font-size: 14px;
  font-weight: 900;
}

.about-process-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  box-shadow: 0 14px 28px rgba(0,163,224,.2);
}

.about-process-card__icon svg {
  width: 27px;
  height: 27px;
}

.about-process-card h3 {
  margin-bottom: 11px;
  font-family: var(--dk-heading);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.about-process-card p {
  color: rgba(21,21,21,.62);
  font-size: 13px;
  line-height: 1.62;
}

/* Dienstenlijst */

.about-services {
  background: var(--dk-white);
}

.about-services__grid {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.about-services__content {
  position: sticky;
  top: 150px;
}

.about-services__content > p:not(.about-eyebrow) {
  max-width: 520px;
  margin: 23px 0 30px;
  color: rgba(21,21,21,.65);
  font-size: 15px;
  line-height: 1.72;
}

.about-service-list {
  border-top: 1px solid var(--dk-line);
}

.about-service-list a {
  min-height: 88px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--dk-line);
  color: var(--dk-ink);
  font-family: var(--dk-heading);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
  letter-spacing: -.035em;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

.about-service-list a > span {
  color: rgba(21,21,21,.34);
  font-family: var(--dk-body);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.about-service-list a svg {
  width: 24px;
  height: 24px;
  justify-self: end;
  color: var(--dk-blue-mid);
  transition: transform .2s ease;
}

.about-service-list a:hover {
  padding-left: 10px;
  color: var(--dk-blue-mid);
}

.about-service-list a:hover svg {
  transform: translate(3px, -3px);
}

/* CTA */

.about-cta {
  padding: clamp(54px, 6vw, 82px) var(--dk-gutter);
  background:
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.2), transparent 23%),
    linear-gradient(130deg, var(--dk-blue), var(--dk-blue-deep));
  color: var(--dk-white);
}

.about-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
}

.about-cta .about-eyebrow {
  color: var(--dk-white);
}

.about-cta .about-eyebrow::before {
  background: var(--dk-white);
}

.about-cta h2 {
  max-width: 760px;
}

.about-cta p:not(.about-eyebrow) {
  max-width: 650px;
  margin-top: 15px;
  color: rgba(255,255,255,.77);
  font-size: 15px;
  line-height: 1.65;
}

.about-cta .button--quote {
  flex: 0 0 auto;
  border-color: var(--dk-white);
  background: var(--dk-white);
  color: var(--dk-blue-deep);
}

.about-cta .button--quote > span:first-child {
  color: var(--dk-blue-deep);
}

.about-cta .button--quote .button__icon {
  background: var(--dk-blue-deep);
  color: var(--dk-white);
}

/* Tablet */

@media (max-width: 1120px) {
  .about-hero__grid,
  .about-story__grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .about-hero__visual {
    min-height: 500px;
  }

  .about-hero__photo,
  .about-hero__photo img {
    min-height: 450px;
  }

  .about-floating-card--area {
    right: 0;
  }

  .about-floating-card--service {
    left: 0;
  }

  .about-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-value-card:last-child {
    grid-column: 1 / -1;
  }

  .about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-hero__grid,
  .about-story__grid,
  .about-services__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__content {
    max-width: 760px;
  }

  .about-hero__visual {
    width: min(100%, 620px);
    min-height: 550px;
    margin-inline: auto;
  }

  .about-story__visual {
    width: min(100%, 600px);
    margin-inline: auto;
  }

  .about-story__content {
    max-width: 760px;
  }

  .about-section-head,
  .about-section-head--center {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-section-head > p,
  .about-section-head > div + p {
    max-width: 680px;
  }

  .about-services__content {
    position: static;
    max-width: 720px;
  }

  .about-cta__inner {
    grid-template-columns: 1fr;
  }

  .about-cta .button--quote {
    width: fit-content;
  }
}

/* Mobiel */

@media (max-width: 760px) {
  .about-section {
    padding-block: 56px;
  }

  .about-hero {
    padding-top: 44px;
    padding-bottom: 64px;
  }

  .about-hero h1 {
    font-size: clamp(32px, 9vw, 43px);
  }

  .about-hero__lead {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.65;
  }

  .about-hero__actions {
    align-items: flex-start;
    margin-top: 25px;
  }

  .about-hero__actions .button {
    width: fit-content;
    max-width: 100%;
  }

  .about-hero__checks {
    display: grid;
    gap: 11px;
    margin-top: 24px;
    font-size: 13px;
  }

  .about-hero__visual {
    min-height: 470px;
    margin-top: 6px;
  }

  .about-hero__shape {
    width: min(88%, 390px);
  }

  .about-hero__photo {
    width: min(79%, 350px);
    min-height: 420px;
    border-radius: 180px 180px 24px 24px;
  }

  .about-hero__photo img {
    min-height: 420px;
  }

  .about-floating-card {
    min-width: 0;
    max-width: 190px;
    padding: 10px 13px 10px 10px;
  }

  .about-floating-card__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .about-floating-card > span:last-child {
    font-size: 12px;
  }

  .about-floating-card--area {
    top: 22px;
    right: 0;
  }

  .about-floating-card--service {
    left: 0;
    bottom: 22px;
  }

  .about-hero__tag {
    font-size: 9px;
    padding: 7px 9px;
  }

  .about-hero__tag--one {
    right: 2px;
    bottom: 116px;
  }

  .about-hero__tag--two {
    left: 3px;
    top: 105px;
  }

  .about-hero__tag--three {
    right: 9%;
    top: 198px;
  }

  .about-marquee__track {
    min-height: 64px;
    gap: 24px;
    animation-duration: 22s;
  }

  .about-marquee__track span {
    font-size: 15px;
  }

  .about-section-head h2,
  .about-story h2,
  .about-services h2,
  .about-cta h2 {
    font-size: clamp(29px, 8vw, 39px);
  }

  .about-section-head > p,
  .about-section-head > div + p {
    font-size: 14px;
  }

  .about-value-grid,
  .about-process-grid {
    grid-template-columns: 1fr;
  }

  .about-value-card:last-child {
    grid-column: auto;
  }

  .about-value-card {
    min-height: 0;
  }

  .about-value-card__icon {
    margin-bottom: 30px;
  }

  .about-story__visual {
    min-height: 470px;
  }

  .about-story__photo,
  .about-story__photo img {
    min-height: 420px;
  }

  .about-story__photo {
    width: min(78%, 350px);
  }

  .about-story__badge {
    right: 0;
    bottom: 30px;
  }

  .about-story__content > p:not(.about-eyebrow) {
    font-size: 14px;
  }

  .about-story__stats {
    gap: 10px;
  }

  .about-story__stats span {
    font-size: 10px;
  }

  .about-process-card {
    min-height: 0;
  }

  .about-process-card__icon {
    margin-bottom: 34px;
  }

  .about-services__grid {
    gap: 38px;
  }

  .about-service-list a {
    min-height: 76px;
    grid-template-columns: 34px minmax(0, 1fr) 26px;
    gap: 12px;
    font-size: 18px;
  }

  .about-service-list a:hover {
    padding-left: 0;
  }

  .about-cta {
    padding-block: 52px;
  }

  .about-cta__inner {
    gap: 27px;
  }
}

@media (max-width: 520px) {
  .about-hero__actions {
    display: grid;
  }

  .about-hero__actions .button,
  .about-cta .button--quote,
  .about-story__button {
    width: 100%;
    justify-content: space-between;
  }

  .about-hero__visual {
    min-height: 410px;
  }

  .about-hero__photo {
    min-height: 365px;
  }

  .about-hero__photo img {
    min-height: 365px;
  }

  .about-floating-card {
    max-width: 165px;
  }

  .about-floating-card small {
    font-size: 8px;
  }

  .about-hero__tag--three {
    display: none;
  }

  .about-story__visual {
    min-height: 420px;
  }

  .about-story__photo,
  .about-story__photo img {
    min-height: 370px;
  }

  .about-story__badge {
    padding: 11px 13px;
  }

  .about-story__stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-story__stats div {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }

  .about-story__stats strong {
    margin: 0;
  }

  .about-service-list a {
    grid-template-columns: 28px minmax(0, 1fr) 22px;
    gap: 10px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-marquee__track {
    animation: none;
  }

  .about-value-card,
  .about-service-list a,
  .about-service-list a svg,
  .about-value-card a span {
    transition: none;
  }
}

/* =========================================================
   PROJECTENHERO — VOLLEDIGE ACHTERGRONDAFBEELDING
   Aangepast:
   - compactere kopteksten zoals in de oorspronkelijke huisstijl;
   - lichtere kleurlaag zodat de foto zichtbaar blijft;
   - goede leesbaarheid op desktop, tablet en mobiel;
   - projectkaart met subtielere transparante achtergrond.
   ========================================================= */

.projects-page .projects-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(610px, calc(100svh - 100px), 780px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding: 0 var(--dk-gutter);
  background: var(--dk-blue-deep);
  color: var(--dk-white);
}

/* De afbeelding vult de complete hero, zonder extra afbeeldingskaart. */
.projects-page .projects-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: var(--dk-blue-deep);
}

.projects-page .projects-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.001);
}

/*
 * Lichtere verlooplaag.
 * Links is de laag iets sterker voor de tekst; rechts blijft de foto helder.
 */
.projects-page .projects-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(4, 24, 38, 0.68) 0%,
      rgba(4, 24, 38, 0.54) 34%,
      rgba(4, 24, 38, 0.29) 62%,
      rgba(4, 24, 38, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 18, 29, 0.08) 0%,
      rgba(2, 18, 29, 0.02) 48%,
      rgba(2, 18, 29, 0.38) 100%
    );
}

.projects-page .projects-hero__layout {
  position: relative;
  z-index: 1;
  width: min(100%, var(--dk-container));
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(280px, 390px);
  justify-content: space-between;
  align-items: end;
  gap: clamp(32px, 5vw, 82px);
  margin-inline: auto;
  padding-block: clamp(68px, 7vw, 108px) clamp(38px, 4vw, 60px);
}

.projects-page .projects-hero__copy {
  align-self: center;
  max-width: 700px;
}

.projects-page .projects-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.projects-page .projects-hero__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--dk-blue);
}

/* Compactere titel: niet groter dan de overige paginakoppen. */
.projects-page .projects-hero__copy h1 {
  max-width: 700px;
  color: var(--dk-white);
  font-family: var(--dk-heading);
  font-size: clamp(38px, 3.7vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-wrap: balance;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.26);
}

.projects-page .projects-hero .heading-highlight {
  color: #45c7f7;
}

.projects-page .projects-hero__lead {
  max-width: 650px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.62;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.projects-page .projects-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 27px;
}

.projects-page .projects-hero__actions .button {
  flex: 0 0 auto;
  font-size: 14px;
}

.projects-page .projects-hero__actions .button--quote {
  min-height: 58px;
  padding: 5px 7px 5px 24px;
  border-color: var(--dk-blue);
  background: var(--dk-blue);
  color: var(--dk-white);
  box-shadow: 0 14px 32px rgba(0, 163, 224, 0.24);
}

.projects-page .projects-hero__actions .button--quote .button__icon {
  width: 46px;
  height: 46px;
  margin-left: 8px;
}

.projects-page .projects-hero__actions .button--quote:hover,
.projects-page .projects-hero__actions .button--quote:focus-visible {
  border-color: var(--dk-blue-mid);
  background: var(--dk-blue-mid);
  color: var(--dk-white);
}

.projects-page .projects-hero__actions .button--secondary,
.projects-page .projects-hero__actions .button--secondary:link,
.projects-page .projects-hero__actions .button--secondary:visited {
  min-height: 54px;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
  color: var(--dk-white);
  box-shadow: none;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.projects-page .projects-hero__actions .button--secondary:hover,
.projects-page .projects-hero__actions .button--secondary:focus-visible {
  border-color: var(--dk-white);
  background: var(--dk-white);
  color: var(--dk-ink);
}

/* Compacte, transparante projectkaart rechtsonder. */
.projects-page .projects-hero__project {
  width: min(100%, 390px);
  align-self: end;
  justify-self: end;
  display: grid;
  gap: 7px;
  padding: clamp(18px, 1.8vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--dk-radius);
  background: rgba(5, 34, 52, 0.46);
  color: var(--dk-white);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.projects-page .projects-hero__project-tag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 4px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.projects-page .projects-hero__project strong {
  font-family: var(--dk-heading);
  font-size: clamp(22px, 1.9vw, 29px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.projects-page .projects-hero__project > span:last-child {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

/* Tablet */
@media (max-width: 1100px) {
  .projects-page .projects-hero {
    min-height: 660px;
  }

  .projects-page .projects-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
    gap: 28px;
    padding-block: 58px 38px;
  }

  .projects-page .projects-hero__copy h1 {
    font-size: clamp(36px, 4.8vw, 50px);
  }

  .projects-page .projects-hero__media img {
    object-position: 58% center;
  }
}

/* Mobiel */
@media (max-width: 760px) {
  .projects-page .projects-hero {
    min-height: 670px;
    padding: 0 var(--dk-gutter);
  }

  .projects-page .projects-hero__media img {
    object-position: 61% center;
  }

  /* Op mobiel iets sterker dan desktop, maar de foto blijft duidelijk zichtbaar. */
  .projects-page .projects-hero__shade {
    background:
      linear-gradient(
        180deg,
        rgba(3, 24, 38, 0.66) 0%,
        rgba(3, 24, 38, 0.43) 48%,
        rgba(3, 24, 38, 0.7) 100%
      ),
      linear-gradient(
        90deg,
        rgba(3, 24, 38, 0.34) 0%,
        rgba(3, 24, 38, 0.08) 100%
      );
  }

  .projects-page .projects-hero__layout {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 34px;
    padding-block: 44px 20px;
  }

  .projects-page .projects-hero__copy {
    width: 100%;
    align-self: auto;
  }

  .projects-page .projects-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 9px;
  }

  .projects-page .projects-hero__copy h1 {
    max-width: 520px;
    font-size: clamp(29px, 8.7vw, 38px);
    line-height: 1.06;
  }

  .projects-page .projects-hero__lead {
    max-width: 540px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.55;
  }

  .projects-page .projects-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    margin-top: 21px;
  }

  .projects-page .projects-hero__actions .button {
    width: fit-content;
    max-width: 100%;
    min-height: 50px;
    font-size: 13px;
    white-space: normal;
  }

  .projects-page .projects-hero__actions .button--quote {
    padding: 4px 6px 4px 19px;
  }

  .projects-page .projects-hero__actions .button--quote .button__icon {
    width: 40px;
    height: 40px;
    margin-left: 6px;
  }

  .projects-page .projects-hero__actions .button--secondary {
    min-height: 46px;
    padding: 0 18px;
  }

  .projects-page .projects-hero__project {
    width: 100%;
    max-width: none;
    justify-self: auto;
    padding: 16px;
    background: rgba(5, 34, 52, 0.5);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }

  .projects-page .projects-hero__project strong {
    font-size: clamp(20px, 6.2vw, 26px);
  }
}

@media (max-width: 390px) {
  .projects-page .projects-hero {
    min-height: 650px;
  }

  .projects-page .projects-hero__layout {
    padding-top: 38px;
  }

  .projects-page .projects-hero__copy h1 {
    font-size: clamp(28px, 8.5vw, 34px);
  }

  .projects-page .projects-hero__actions .button {
    font-size: 12px;
  }

  .projects-page .projects-hero__project {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .projects-page .projects-hero__media img,
  .projects-page .projects-hero__actions .button {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   PROJECTENPAGINA – ZES DIENSTEN VOOR DE FOOTER
   ========================================================= */

.projects-services {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding-top: clamp(70px, 8vw, 118px);
  padding-bottom: clamp(70px, 8vw, 118px);
  background: var(--dk-white);
  color: var(--dk-ink);
}

.projects-services__header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(320px, 0.65fr);
  gap: clamp(34px, 6vw, 94px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 66px);
}

.projects-services__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--dk-blue-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.projects-services__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--dk-blue);
}

.projects-services__header h2 {
  max-width: 810px;
  font-family: var(--dk-heading);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.projects-services__header > p {
  max-width: 570px;
  color: rgba(21, 21, 21, 0.66);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.68;
}

.projects-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.projects-service-card {
  position: relative;
  min-width: 0;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(24px, 2.5vw, 34px);
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: var(--dk-radius);
  background:
    linear-gradient(
      145deg,
      var(--dk-white) 0%,
      rgba(238, 246, 250, 0.72) 100%
    );
  box-shadow: 0 14px 38px rgba(18, 58, 91, 0.055);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.projects-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--dk-blue),
    var(--dk-blue-deep)
  );
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.projects-service-card__icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  color: var(--dk-blue-ink);
  box-shadow: 0 12px 28px rgba(18, 58, 91, 0.1);
}

.projects-service-card__icon svg {
  width: 29px;
  height: 29px;
  display: block;
}

.projects-service-card__number {
  position: absolute;
  top: 29px;
  right: 29px;
  color: rgba(21, 21, 21, 0.28);
  font-family: var(--dk-heading);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.projects-service-card h3 {
  margin-bottom: 12px;
  font-family: var(--dk-heading);
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.projects-service-card p {
  margin-bottom: 26px;
  color: rgba(21, 21, 21, 0.65);
  font-size: 14px;
  line-height: 1.65;
}

.projects-service-card > a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--dk-blue-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
}

.projects-service-card > a span {
  color: var(--dk-blue);
  font-size: 18px;
  transition: transform 0.2s ease;
}

.projects-service-card > a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(0, 163, 224, 0.28);
  outline-offset: 5px;
}

.projects-services__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: var(--dk-radius);
  background: var(--dk-soft-blue);
}

.projects-services__footer > div {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.projects-services__footer strong {
  font-family: var(--dk-heading);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.projects-services__footer > div > span {
  color: rgba(21, 21, 21, 0.65);
  font-size: 14px;
  line-height: 1.55;
}

.projects-services__footer .button {
  flex: 0 0 auto;
}

@media (hover: hover) and (pointer: fine) {
  .projects-service-card:hover {
    border-color: rgba(0, 163, 224, 0.3);
    box-shadow: 0 22px 50px rgba(18, 58, 91, 0.11);
    transform: translateY(-5px);
  }

  .projects-service-card:hover::before {
    opacity: 1;
    transform: scaleX(1);
  }

  .projects-service-card > a:hover {
    color: var(--dk-blue);
  }

  .projects-service-card > a:hover span {
    transform: translate(2px, -2px);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .projects-services__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .projects-services__header > p {
    max-width: 720px;
  }

  .projects-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .projects-service-card {
    min-height: 315px;
  }
}

/* Mobiele weergave */
@media (max-width: 700px) {
  .projects-services {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .projects-services__header {
    margin-bottom: 30px;
  }

  .projects-services__header h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.07;
  }

  .projects-services__header > p {
    font-size: 14px;
    line-height: 1.62;
  }

  .projects-services__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .projects-service-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .projects-service-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
  }

  .projects-service-card__icon svg {
    width: 26px;
    height: 26px;
  }

  .projects-service-card__number {
    top: 25px;
    right: 22px;
  }

  .projects-service-card h3 {
    font-size: 21px;
  }

  .projects-service-card p {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .projects-services__footer {
    display: grid;
    gap: 24px;
    padding: 24px 20px;
  }

  .projects-services__footer .button--quote {
    width: 100%;
    justify-content: space-between;
  }
}

/* Kleine mobiele schermen */
@media (max-width: 390px) {
  .projects-services__header h2 {
    font-size: 29px;
  }

  .projects-service-card {
    padding: 22px 18px;
  }

  .projects-service-card__number {
    right: 18px;
  }

  .projects-services__footer {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .projects-service-card,
  .projects-service-card::before,
  .projects-service-card > a span {
    transition: none;
  }
}

/* =========================================================
   DIENSTENPAGINA — MOBIELE HERO GECENTREERD
   Het volledige tekst- en knoppenblok staat als geheel in het midden.
   De inhoud binnen het blok blijft links uitgelijnd.
   ========================================================= */

@media (max-width: 760px) {
  .services-page .projects-hero {
    min-height: max(650px, calc(100svh - 108px));
  }

  .services-page .projects-hero__layout {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding-block: clamp(42px, 8vh, 68px);
  }

  .services-page .projects-hero__copy {
    width: min(100%, 410px);
    max-width: 410px;
    align-self: center;
    margin-inline: auto;
    text-align: left;
  }

  .services-page .projects-hero__eyebrow,
  .services-page .projects-hero__copy h1,
  .services-page .projects-hero__lead {
    width: 100%;
    margin-inline: 0;
    text-align: left;
  }

  .services-page .projects-hero__actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 22px;
    text-align: left;
  }

  .services-page .projects-hero__actions .button {
    width: fit-content;
    max-width: 100%;
    align-self: flex-start;
    justify-content: center;
    text-align: left;
  }

  .services-page .projects-hero__actions .button--quote {
    justify-content: space-between;
  }
}

@media (max-width: 420px) {
  .services-page .projects-hero {
    min-height: max(630px, calc(100svh - 102px));
  }

  .services-page .projects-hero__layout {
    padding-block: 38px;
  }

  .services-page .projects-hero__copy {
    width: min(100%, 360px);
    max-width: 360px;
  }
}

@media (max-width: 350px) {
  .services-page .projects-hero__copy {
    max-width: 100%;
  }

  .services-page .projects-hero__actions .button {
    font-size: 12px;
  }
}

/* =========================================================
   BELEIDSPAGINA'S — algemene voorwaarden, privacy en cookies
   Dezelfde huisstijl, kleuren, typografie en radius als de site.
   ========================================================= */
.policy-page {
  background: var(--dk-page);
}

.policy-page main {
  min-height: 70vh;
}

.policy-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) var(--dk-gutter);
  background:
    radial-gradient(circle at 79% 17%, rgba(0, 163, 224, 0.21), transparent 29%),
    linear-gradient(135deg, #ffffff 0%, #f2f8fb 55%, rgba(0, 163, 224, 0.13) 100%);
}

.policy-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -250px;
  width: 620px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 163, 224, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.policy-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.76fr);
  gap: clamp(40px, 7vw, 104px);
  align-items: center;
}

.policy-hero__copy {
  max-width: 760px;
}

.policy-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--dk-heading);
  font-size: clamp(48px, 6.3vw, 88px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.policy-hero h1 span {
  display: block;
  color: var(--dk-blue);
}

.policy-hero__lead {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(21, 21, 21, 0.72);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.policy-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.policy-hero__meta span {
  padding: 8px 11px;
  border: 1px solid rgba(21, 21, 21, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.policy-hero__visual {
  position: relative;
  min-height: clamp(380px, 42vw, 550px);
}

.policy-hero__image-wrap {
  position: absolute;
  inset: 0 0 28px 0;
  overflow: hidden;
  border-radius: var(--dk-radius);
  background: var(--dk-blue-deep);
  box-shadow: 0 30px 75px rgba(6, 58, 90, 0.18);
}

.policy-hero__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 58, 90, 0.04) 30%, rgba(6, 58, 90, 0.64) 100%);
}

.policy-hero__image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.policy-hero__badge {
  position: absolute;
  right: -22px;
  bottom: 0;
  z-index: 2;
  min-width: min(330px, 86%);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 20px;
  border-radius: var(--dk-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--dk-shadow);
}

.policy-hero__badge-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
}

.policy-hero__badge-icon svg {
  width: 28px;
  height: 28px;
}

.policy-hero__badge small,
.policy-hero__badge > span:last-child {
  display: block;
}

.policy-hero__badge small {
  margin-bottom: 3px;
  color: rgba(21, 21, 21, 0.52);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.policy-hero__badge > span:last-child {
  font-family: var(--dk-heading);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.policy-main {
  padding: clamp(58px, 7vw, 105px) var(--dk-gutter);
  background: var(--dk-white);
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: start;
}

.policy-sidebar__inner {
  position: sticky;
  top: 125px;
  padding: 22px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: linear-gradient(145deg, var(--dk-white), rgba(0, 163, 224, 0.07));
  box-shadow: 0 18px 45px rgba(18, 58, 91, 0.06);
}

.policy-sidebar__title {
  margin-bottom: 15px;
  font-family: var(--dk-heading);
  font-size: 16px;
  font-weight: 900;
}

.policy-sidebar ol {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-sidebar li {
  margin: 0;
}

.policy-sidebar li a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 39px;
  padding: 6px 8px;
  border-radius: 7px;
  color: rgba(21, 21, 21, 0.7);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.policy-sidebar li a span {
  color: var(--dk-blue);
  font-size: 10px;
  font-weight: 900;
}

.policy-sidebar li a:hover,
.policy-sidebar li a:focus-visible {
  background: var(--dk-white);
  color: var(--dk-ink);
}

.policy-sidebar__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--dk-line);
  color: var(--dk-blue-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.policy-content {
  min-width: 0;
  max-width: 920px;
}

.policy-notice {
  margin-bottom: 34px;
  padding: 20px 22px;
  border-left: 4px solid var(--dk-blue);
  border-radius: 0 var(--dk-radius) var(--dk-radius) 0;
  background: rgba(0, 163, 224, 0.08);
}

.policy-notice--warning {
  border-left-color: #e1a500;
  background: #fff9e8;
}

.policy-notice strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--dk-heading);
  font-size: 17px;
}

.policy-notice p {
  color: rgba(21, 21, 21, 0.7);
  font-size: 14px;
}

.policy-placeholder {
  display: inline;
  padding: 0.05em 0.28em;
  border-radius: 4px;
  background: #fff0a8;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #5e4900;
  font-weight: 800;
}

.policy-section {
  position: relative;
  padding: 0 0 44px 72px;
  scroll-margin-top: 125px;
}

.policy-section + .policy-section {
  padding-top: 44px;
  border-top: 1px solid var(--dk-line);
}

.policy-section__number {
  position: absolute;
  top: 2px;
  left: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-size: 12px;
  font-weight: 900;
}

.policy-section + .policy-section .policy-section__number {
  top: 46px;
}

.policy-section h2 {
  margin-bottom: 18px;
  font-family: var(--dk-heading);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.policy-section h3 {
  font-family: var(--dk-heading);
}

.policy-section p,
.policy-section li,
.policy-section dd,
.policy-section td,
.policy-section th {
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.75;
}

.policy-section p {
  margin-bottom: 15px;
  color: rgba(21, 21, 21, 0.76);
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.policy-section a {
  color: var(--dk-blue-mid);
  font-weight: 800;
}

.policy-section ul,
.policy-section ol {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 21px;
  color: rgba(21, 21, 21, 0.76);
}

.policy-company-card {
  margin-top: 24px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(0, 163, 224, 0.18);
  border-radius: var(--dk-radius);
  background: linear-gradient(145deg, #ffffff, rgba(0, 163, 224, 0.07));
  box-shadow: 0 15px 40px rgba(18, 58, 91, 0.05);
}

.policy-company-card h2 {
  margin-bottom: 18px;
  font-size: 23px;
}

.policy-company-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.policy-company-card dl div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 0.66fr);
  gap: 20px;
  padding: 12px 0;
  border-top: 1px solid var(--dk-line);
}

.policy-company-card dt {
  font-size: 13px;
  font-weight: 900;
}

.policy-company-card dd {
  margin: 0;
  color: rgba(21, 21, 21, 0.75);
}

.policy-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 22px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
}

.policy-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.policy-table th,
.policy-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--dk-line);
  text-align: left;
  vertical-align: top;
}

.policy-table th {
  background: var(--dk-soft-blue);
  color: var(--dk-ink);
  font-size: 13px;
  font-weight: 900;
}

.policy-table tbody tr:last-child td {
  border-bottom: 0;
}

.policy-cookie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.policy-cookie-grid article {
  padding: 22px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: linear-gradient(145deg, var(--dk-white), rgba(0, 163, 224, 0.065));
}

.policy-cookie-grid article > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(0, 163, 224, 0.13);
  color: var(--dk-blue-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.policy-cookie-grid h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.policy-cookie-grid p {
  margin: 0;
  font-size: 14px;
}

.policy-checklist {
  counter-reset: policy-check;
  padding: 0 !important;
  list-style: none;
}

.policy-checklist li {
  position: relative;
  padding: 15px 16px 15px 52px;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  background: var(--dk-white);
  counter-increment: policy-check;
}

.policy-checklist li::before {
  content: counter(policy-check);
  position: absolute;
  top: 14px;
  left: 14px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dk-blue);
  color: var(--dk-white);
  font-size: 11px;
  font-weight: 900;
}

.policy-cta {
  padding: clamp(58px, 7vw, 94px) var(--dk-gutter);
  background: var(--dk-blue-deep);
  color: var(--dk-white);
}

.policy-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.policy-cta h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-family: var(--dk-heading);
  font-size: clamp(34px, 4.4vw, 62px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
}

.policy-cta p:not(.about-eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.policy-cta .about-eyebrow {
  color: #52c8f0;
}

.policy-cta .button--quote {
  flex: 0 0 auto;
}

@media (max-width: 1050px) {
  .policy-hero__grid {
    grid-template-columns: 1fr 0.78fr;
    gap: 34px;
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-sidebar__inner {
    position: static;
  }

  .policy-sidebar ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .policy-hero {
    padding-top: 54px;
    padding-bottom: 66px;
  }

  .policy-hero__grid {
    grid-template-columns: 1fr;
  }

  .policy-hero h1 {
    font-size: clamp(44px, 13.5vw, 64px);
  }

  .policy-hero__lead {
    margin-top: 20px;
    font-size: 15px;
  }

  .policy-hero__visual {
    min-height: 390px;
  }

  .policy-hero__image-wrap {
    right: 14px;
    bottom: 32px;
  }

  .policy-hero__badge {
    right: 0;
    min-width: min(320px, 90%);
  }

  .policy-main {
    padding-top: 52px;
    padding-bottom: 60px;
  }

  .policy-sidebar ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-section,
  .policy-section + .policy-section {
    padding-left: 0;
    padding-top: 72px;
  }

  .policy-section:first-of-type {
    padding-top: 72px;
  }

  .policy-section__number,
  .policy-section + .policy-section .policy-section__number {
    top: 14px;
    left: 0;
  }

  .policy-section h2 {
    font-size: 30px;
  }

  .policy-company-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .policy-cookie-grid {
    grid-template-columns: 1fr;
  }

  .policy-cta__inner {
    display: grid;
  }

  .policy-cta .button--quote {
    width: fit-content;
  }
}

@media (max-width: 480px) {
  .policy-hero__visual {
    min-height: 330px;
  }

  .policy-hero__badge {
    min-width: 0;
    width: calc(100% - 18px);
  }

  .policy-sidebar__inner {
    padding: 17px;
  }

  .policy-sidebar ol {
    grid-template-columns: 1fr;
  }

  .policy-notice {
    padding: 17px;
  }

  .policy-cta .button--quote {
    width: 100%;
    justify-content: space-between;
  }
}

@media print {
  .policy-page .site-header,
  .policy-page .site-footer,
  .policy-page .policy-sidebar,
  .policy-page .policy-cta,
  .policy-page .policy-hero__visual {
    display: none !important;
  }

  .policy-hero,
  .policy-main {
    padding: 20px 0;
    background: #fff;
  }

  .policy-hero__grid,
  .policy-layout {
    display: block;
  }

  .policy-section {
    break-inside: avoid;
  }
}

