.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--vv-blue-dark);
}
.hero__media, .hero__media img, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 50% 28%; }
.hero__overlay { background: linear-gradient(90deg, rgba(1,13,28,.94) 0%, rgba(1,13,28,.76) 38%, rgba(1,13,28,.1) 72%); }
.hero__content { position: relative; z-index: 2; max-width: 1240px; padding-top: 130px; }
.hero h1 { max-width: 760px; margin-bottom: 24px; }
.hero__intro { max-width: 720px; margin-bottom: 0; }
.hero__emergency-note { margin-top: 20px; font-size: 14px; }

.audience-routes { position: relative; z-index: 5; margin-top: -44px; padding-top: 0; }
.audience-routes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--vv-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8,43,87,.1);
}
.audience-card__icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 2px solid var(--vv-orange);
  border-radius: 50%;
  color: var(--vv-orange);
  font-size: 32px;
}
.audience-card__icon--blue { border-color: var(--vv-blue); color: var(--vv-blue); }
.audience-card h2 { font-size: 28px; margin-bottom: 10px; }
.audience-card__button { margin-top: 8px; }
.button--outline-blue {
  border-color: var(--vv-blue);
  color: var(--vv-blue);
  background: transparent;
}
.button--outline-blue:hover { color: #fff; background: var(--vv-blue); }

.why-section__grid { display: grid; grid-template-columns: .8fr 1.6fr; gap: 50px; align-items: center; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 30px; }
.check-list li::before { position: absolute; left: 0; color: var(--vv-orange); content: "✓"; font-weight: 700; }
.editorial-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.editorial-images img { width: 100%; height: 290px; object-fit: cover; border-radius: 10px; }

.app-section { background: var(--vv-light); }
.app-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.app-section__image { width: 100%; min-height: 520px; object-fit: cover; border-radius: 12px; }
.steps { display: grid; gap: 15px; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; padding-left: 48px; counter-increment: step; }
.steps li::before { position: absolute; left: 0; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--vv-blue); content: counter(step); font-weight: 700; }
.steps span { display: block; color: var(--vv-muted); font-size: 16px; }
.info-note { padding: 12px 14px; border-radius: 7px; color: var(--vv-blue); background: #eaf0f7; font-size: 14px; }

.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.method-grid article { padding: 24px; border-top: 3px solid var(--vv-blue); background: var(--vv-light); }
.method-grid article:first-child { border-top-color: var(--vv-orange); }
.method-grid span { color: var(--vv-orange); font-size: 30px; font-weight: 700; }

.results-section { background: var(--vv-light); }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.demo-label { max-width: 420px; color: var(--vv-muted); font-size: 14px; }
.result-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 30px; }
.result-grid article { min-height: 130px; padding: 18px; border: 1px solid var(--vv-border); border-radius: 9px; background: #fff; }
.result-grid strong, .result-grid span { display: block; }
.result-grid strong { color: var(--vv-blue); font-size: 22px; }
.result-grid span { margin-top: 10px; color: var(--vv-muted); font-size: 15px; }

.privacy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.privacy-grid article { padding-top: 18px; border-top: 2px solid var(--vv-blue); }
.privacy-grid h3 { font-size: 20px; }

.final-cta { padding: 42px 0; color: #fff; background: var(--vv-orange); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(30px, 4vw, 46px); }
.final-cta__inner > div { display: flex; gap: 12px; }

.site-footer { padding: 50px 0; color: #fff; background: var(--vv-blue-dark); }
.site-footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.site-footer img { width: 220px; }
.site-footer p { max-width: 430px; margin-top: 18px; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 30px; }
.site-footer a { text-decoration: none; }

@media (max-width: 980px) {
  .why-section__grid, .app-section__grid { grid-template-columns: 1fr; }
  .result-grid { grid-template-columns: repeat(3, 1fr); }
  .privacy-grid, .method-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading--row, .final-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  .hero { min-height: 780px; align-items: flex-end; }
  .hero__media img { object-position: center top; }
  .hero__overlay { background: linear-gradient(0deg, rgba(1,13,28,.98) 0%, rgba(1,13,28,.82) 50%, rgba(1,13,28,.18) 100%); }
  .hero__content { padding-top: 160px; padding-bottom: 56px; }
  .audience-routes { margin-top: 0; padding-top: 28px; }
  .audience-routes__grid, .privacy-grid, .method-grid, .site-footer__grid { grid-template-columns: 1fr; }
  .audience-card { grid-template-columns: 1fr; }
  .editorial-images { grid-template-columns: 1fr 1fr; }
  .editorial-images img:first-child { grid-column: 1 / -1; }
  .app-section__image { min-height: 360px; }
  .result-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta__inner > div { width: 100%; flex-direction: column; }
  .site-footer nav { grid-template-columns: 1fr; }
}

/* 2026-08-10 – genummerde stappen sitebreed: transparante cirkel, donkerblauwe lijn en cijfers. */
.steps li::before {
  box-sizing: border-box;
  color: var(--vv-blue-dark);
  background: transparent;
  border: 2px solid var(--vv-blue-dark);
}
