/* ═══════════════════════════════════════════════════
   Studio op T, leadgen landingspagina
   Huisstijl SoMMedia · DESIGN.md is leidend
   ═══════════════════════════════════════════════════ */

@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --oranje: #F85F0C;
  --oranje-tekst: #C2410C; /* voor kleine tekst/links op wit: 4,7:1 */
  --groen: #59AD05;
  --groen-donker: #3F7F00; /* wit op dit groen: 4,9:1 */
  --paars: #8602FA;
  --zwart: #1E1E1E;
  --zwart-2: #282828;
  --wit: #FFFFFF;
  --grijs-bg: #F2F2EF;
  --grijs-tekst: #5E6060; /* 5,9:1 op wit, 5,3:1 op #F2F2EF */
  --rood: #DD3333;
  --font: 'Archivo', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --radius: 6px;
  --radius-card: 12px;
  --shadow-card: 0 4px 24px rgba(30,30,30,0.06);
  --sectie-pad: clamp(3.5rem, 9vw, 7rem);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--zwart);
  background: var(--wit);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1200px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }

h1, h2, h3 { font-weight: 800; letter-spacing: -0.01em; line-height: 1.15; }
h1 { font-size: clamp(2.25rem, 6vw, 4.25rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.2; }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.4rem); font-weight: 700; }

.section-sub { max-width: 42rem; color: var(--grijs-tekst); margin-top: .75rem; }
.section-dark .section-sub { color: rgba(255,255,255,0.75); }

/* ── Buttons ── */
.btn {
  display: inline-block;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  padding: 1rem 2rem;
  min-height: 48px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: transform .2s var(--spring), background-color .2s ease, box-shadow .2s ease;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--groen-donker); /* WCAG: wit op #3F7F00 = 4,9:1 */
  color: var(--wit);
  box-shadow: 0 2px 8px rgba(63,127,0,0.35);
}
.btn-primary:hover { background: #366D00; transform: translateY(-1px); }

.btn-secondary { background: var(--paars); color: var(--wit); }
.btn-secondary:hover { filter: brightness(0.93); transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: var(--zwart);
  border: 2px solid rgba(30,30,30,0.25);
}
.btn-outline:hover { border-color: var(--groen-donker); color: var(--groen-donker); transform: translateY(-1px); }

.btn-ghost {
  background: transparent;
  color: var(--wit);
  border: 2px solid rgba(255,255,255,0.7);
}
.btn-ghost:hover { border-color: var(--wit); background: rgba(255,255,255,0.08); }

.btn-ghost-dark {
  background: transparent;
  color: var(--zwart);
  border: 2px solid rgba(30,30,30,0.25);
}
.btn-ghost-dark:hover { border-color: var(--zwart); }

a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--oranje);
  outline-offset: 2px;
}

/* ── MM-monogram (merk-element, decoratief) ── */
.mm-mark {
  display: block;
  aspect-ratio: 964 / 456;
  /* SVG is zelf al merk-oranje: direct als achtergrond, werkt in elke browser */
  background-image: url('img/MM.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.mm-hero {
  position: absolute;
  right: -3%; bottom: -5%;
  width: clamp(320px, 44vw, 760px);
  opacity: .9;
  z-index: 0;
  filter: drop-shadow(0 8px 40px rgba(30,30,30,0.35));
}
.mm-impressie {
  position: absolute;
  right: 3%; top: 3rem;
  width: clamp(140px, 16vw, 260px);
  opacity: .07;
}
.mm-success { width: 72px; margin-bottom: 1rem; }

/* ── Header ── */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem clamp(1.25rem, 4vw, 2.5rem);
}
.header-logo { width: clamp(110px, 14vw, 150px); height: auto; }
.header-phone {
  display: flex; align-items: center; gap: .5rem;
  color: var(--zwart); text-decoration: none; font-weight: 700; font-size: .95rem;
  background: var(--wit); /* wit vlak: zichtbaar op elke foto, zwart erop 15,5:1 */
  padding: .7rem 1rem; min-height: 44px; border-radius: var(--radius);
  box-shadow: 0 2px 12px rgba(30,30,30,0.25);
}
.header-phone:hover { background: var(--grijs-bg); }

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  color: var(--wit);
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(30,30,30,0.88) 0%, rgba(30,30,30,0.62) 55%, rgba(30,30,30,0.4) 100%);
}
.hero-inner { position: relative; z-index: 1; padding-block: 7rem 5rem; }
.hero-kicker {
  font-weight: 700; font-size: .9rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--oranje); margin-bottom: 1.25rem;
}
.hero h1 .accent { color: var(--oranje); }
.hero-sub { max-width: 34rem; margin-top: 1.5rem; font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255,255,255,0.88); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: .5rem 1.75rem;
  list-style: none; margin-top: 1.5rem;
  font-size: 1rem; color: rgba(255,255,255,0.85);
}
.hero-trust li { position: relative; }
.hero-trust li + li::before {
  content: '·';
  position: absolute; left: -1.1rem;
  color: var(--oranje); font-weight: 800;
}
.hero-trust strong { color: var(--wit); }

/* ── Logobalk ── */
.logos { padding-block: 2.5rem; background: var(--wit); border-bottom: 1px solid rgba(30,30,30,0.06); }
.logos-title {
  text-align: center; font-size: .85rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--grijs-tekst); margin-bottom: 1.5rem;
}
.marquee { overflow: hidden; }
.marquee-track {
  display: flex; align-items: center; gap: clamp(2rem, 5vw, 4rem);
  width: max-content;
  animation: marquee 40s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-track img { height: 64px; width: auto; filter: grayscale(1); opacity: .7; transition: filter .3s, opacity .3s; mix-blend-mode: multiply; }
.marquee-track img:hover { filter: none; opacity: 1; }
/* Witte logo's (transparante png van donkere site-sectie) donker maken */
.marquee-track img.logo-invert { filter: invert(1) grayscale(1); mix-blend-mode: multiply; height: 56px; }
.marquee-track img.logo-invert:hover { filter: invert(1) grayscale(1); opacity: 1; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── Secties basis ── */
.section-light { background: var(--wit); padding-block: var(--sectie-pad); }
.section-light:nth-of-type(even) { background: var(--grijs-bg); }
.section-dark { background: var(--zwart); color: var(--wit); padding-block: var(--sectie-pad); }
.section-warm { background: var(--grijs-bg); padding-block: var(--sectie-pad); }

/* ── Probleem/oplossing + bento ── */
.solution-intro { max-width: 46rem; margin-bottom: 3rem; }
.solution-intro em { font-style: normal; color: var(--oranje); }
.solution-intro p { margin-top: 1rem; color: var(--grijs-tekst); }

.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.bento-tile {
  background: var(--grijs-bg);
  border: 1px solid rgba(30,30,30,0.06);
  border-radius: var(--radius-card);
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
}
.bento-tile p { margin-top: .5rem; font-size: .98rem; color: var(--grijs-tekst); }
.bento-large {
  grid-column: span 2; grid-row: span 2;
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
  min-height: 380px;
  background-image: linear-gradient(180deg, rgba(30,30,30,0) 30%, rgba(30,30,30,0.88) 75%), var(--img);
  background-size: cover; background-position: center;
  color: var(--wit);
}
.bento-large p { color: rgba(255,255,255,0.85); }

/* ── Impressie / galerij ── */
.impressie { position: relative; overflow: hidden; }
.impressie h2 { margin-bottom: .25rem; }
.gallery {
  display: flex; gap: 1rem;
  overflow-x: auto;
  padding: 2.5rem clamp(1.25rem, 4vw, 2.5rem);
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scroll-behavior: auto;
  scrollbar-width: none; /* Firefox */
}
.gallery::-webkit-scrollbar { display: none; } /* Chrome/Safari */
.gallery.dragging { cursor: grabbing; }
.gallery img { pointer-events: auto; -webkit-user-drag: none; }
.gallery img {
  height: clamp(220px, 38vw, 380px); width: auto;
  border-radius: var(--radius-card);
  scroll-snap-align: start;
  flex-shrink: 0;
}
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; list-style: none; margin-top: 1.5rem;
  text-align: center;
}
.stats li { display: flex; flex-direction: column; gap: .25rem; }
.stat-num {
  font-size: clamp(2rem, 5vw, 3rem); font-weight: 800;
  color: var(--oranje); font-variant-numeric: tabular-nums;
}
.stat-label { font-size: .9rem; color: rgba(255,255,255,0.7); }

/* ── Pakketten ── */
.pakket-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem; margin-top: 3rem;
  align-items: stretch; /* gelijke hoogte, knoppen uitgelijnd */
}
.pakket-grid-4 { grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.pakket-grid-4 .pakket-card { padding: 1.75rem 1.5rem; }
.pakket-grid-4 .pakket-card li { font-size: .92rem; }
.pakket-grid-4 .pakket-prijs { font-size: clamp(1.7rem, 2.6vw, 2.1rem); }
.pakket-extra a { color: var(--oranje-tekst); font-weight: 700; }
.pakket-btw { margin-top: .75rem; text-align: center; color: var(--grijs-tekst); font-size: .85rem; }
.pakket-card {
  background: var(--grijs-bg);
  border: 1px solid rgba(30,30,30,0.06);
  border-radius: var(--radius-card);
  padding: 2.25rem;
  box-shadow: var(--shadow-card);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pakket-card .btn { margin-top: auto; } /* knoppen op gelijke hoogte onderaan */
.pakket-featured {
  background: linear-gradient(180deg, rgba(248,95,12,0.05), rgba(248,95,12,0.01) 40%), var(--wit);
  border: 2px solid var(--oranje);
  padding-top: 3rem;
  box-shadow: 0 12px 40px rgba(248,95,12,0.14);
}
.pakket-badge {
  position: absolute; top: 0; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--oranje-tekst); color: var(--wit); /* WCAG: wit op #C2410C = 4,7:1 */
  font-weight: 700; font-size: .85rem; letter-spacing: 0.04em;
  padding: .4rem 1.1rem; border-radius: 100px;
  white-space: nowrap;
}
.pakket-tagline { color: var(--grijs-tekst); font-size: .98rem; margin-top: .25rem; }
.pakket-prijs {
  font-size: clamp(2rem, 4vw, 2.6rem); font-weight: 800;
  color: var(--oranje-tekst); margin-block: 1rem .5rem; /* WCAG op kaart-grijs */
  font-variant-numeric: tabular-nums;
}
.pakket-prijs span { font-size: 1rem; font-weight: 400; color: var(--grijs-tekst); margin-right: .35rem; }
.pakket-card ul { list-style: none; margin-block: 1.25rem 1.75rem; display: grid; gap: .6rem; }
.pakket-card li {
  padding-left: 1.75rem; position: relative; font-size: .98rem;
}
.pakket-card li::before {
  content: ''; position: absolute; left: 0; top: .3em;
  width: 1.05em; height: 1.05em;
  background: var(--groen-donker);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.pakket-card .btn { width: 100%; }
.pakket-extra { margin-top: 2rem; text-align: center; color: var(--grijs-tekst); font-size: .98rem; }

/* ── Testimonials ── */
/* Asymmetrisch: eerste verhaal groot links, twee gestapeld rechts */
.testimonial-grid {
  display: grid; grid-template-columns: 1.6fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.25rem; margin-top: 3rem;
}
.testimonial-grid figure { border-radius: var(--radius-card); overflow: hidden; background: var(--zwart-2); display: flex; flex-direction: column; }
.testimonial-grid figure:first-child { grid-row: span 2; }
.testimonial-grid .testimonial-play { flex: 1; min-height: 0; }
.testimonial-grid img { width: 100%; height: 100%; aspect-ratio: 16/9; object-fit: cover; }
.testimonial-grid figure:first-child img { aspect-ratio: auto; }
.testimonial-grid figcaption { padding: .9rem 1.1rem; font-weight: 700; font-size: .95rem; }

.testimonial-play {
  position: relative; display: block; width: 100%;
  padding: 0; border: none; background: none; cursor: pointer;
}
.play-badge {
  position: absolute; inset: 0; margin: auto;
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  background: var(--oranje); color: var(--wit);
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(30,30,30,0.4);
  transition: transform .25s var(--spring);
}
.play-badge svg { margin-left: 3px; }
.testimonial-play:hover .play-badge { transform: scale(1.1); }

.video-lightbox {
  border: none; padding: 0;
  background: transparent;
  max-width: min(960px, 92vw);
  width: 100%;
  margin: auto; /* reset haalt dialog-centrering weg, hier terugzetten */
  position: fixed;
  inset: 0;
}
.video-lightbox::backdrop { background: rgba(20,20,20,0.88); }
.video-lightbox video { width: 100%; border-radius: var(--radius-card); display: block; background: var(--zwart); }
.lightbox-close {
  position: absolute; top: -2.75rem; right: 0;
  background: none; border: none; color: var(--wit);
  font-size: 2.25rem; line-height: 1; cursor: pointer;
}

/* ── Use cases ── */
/* Asymmetrisch zigzag: breed + smal / smal + breed */
.usecase-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; margin-top: 2.5rem;
}
.usecase-card:first-child,
.usecase-card:last-child { grid-column: span 2; aspect-ratio: auto; min-height: 260px; }
.usecase-card {
  position: relative; display: flex; align-items: flex-end;
  aspect-ratio: 3/4;
  border-radius: var(--radius-card); overflow: hidden;
  background-image: linear-gradient(180deg, rgba(30,30,30,0.05) 40%, rgba(30,30,30,0.85) 85%), var(--img);
  background-size: cover; background-position: center;
  color: var(--wit); text-decoration: none;
  padding: 1.25rem;
  transition: transform .25s var(--spring);
}
.usecase-card:hover { transform: translateY(-4px); }
.usecase-card span { font-weight: 700; font-size: 1.05rem; line-height: 1.3; }

/* ── Team ── */
.team-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.team-text p { margin-top: 1.25rem; color: var(--grijs-tekst); }
.team-text .team-note { font-weight: 700; color: var(--zwart); }
.team-text .btn { margin-top: 1.75rem; }
.team-photo {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--radius-card); box-shadow: var(--shadow-card);
}

/* ── FAQ ── */
.faq-container { max-width: 46rem; }
.faq-list { margin-top: 2rem; display: grid; gap: .75rem; }
.faq-list details {
  background: var(--grijs-bg);
  border-radius: var(--radius-card);
  padding: 1.1rem 1.4rem;
}
.faq-list summary {
  font-weight: 700; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  min-height: 44px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+'; font-size: 1.5rem; font-weight: 400; color: var(--oranje);
  transition: transform .25s ease; line-height: 1;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin-top: .75rem; color: var(--grijs-tekst); font-size: 1rem; }

/* ── Contact / formulier ── */
.contact { background: var(--grijs-bg); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.contact-intro p { margin-top: 1.25rem; color: var(--grijs-tekst); }
.contact-phone {
  display: inline-flex; align-items: center; gap: .6rem;
  margin-top: 1.25rem; min-height: 44px;
  font-weight: 800; font-size: 1.35rem;
  color: var(--zwart); text-decoration: none;
}
.contact-phone:hover { color: var(--oranje-tekst); }
.contact-checks { list-style: none; margin-top: 1.75rem; display: grid; gap: .6rem; }
.contact-checks li {
  padding-left: 1.75rem; position: relative; font-size: .98rem; color: var(--grijs-tekst);
}
.contact-checks li::before {
  content: ''; position: absolute; left: 0; top: .3em;
  width: 1.05em; height: 1.05em; background: var(--groen-donker);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}

.lead-form {
  background: var(--wit);
  border-radius: var(--radius-card);
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  box-shadow: 0 8px 40px rgba(30,30,30,0.08);
  max-width: 560px;
  width: 100%;
  justify-self: end;
}
.form-progress { display: flex; gap: .4rem; margin-bottom: .6rem; }
.form-progress span {
  height: 4px; flex: 1; border-radius: 2px;
  background: rgba(30,30,30,0.1);
  transition: background .3s ease;
}
.form-progress span.active { background: var(--oranje); }
.form-stepcount { font-size: .85rem; color: var(--grijs-tekst); margin-bottom: 1.25rem; }

.form-step { border: none; display: none; }
.form-step.active { display: block; animation: step-in .3s ease; }
@keyframes step-in { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: none; } }
.form-step legend { font-weight: 800; font-size: 1.25rem; margin-bottom: 1.25rem; padding: 0; }
.form-step legend:focus { outline: none; } /* focus is programmatisch, geen ring op kop */

.choice-grid { display: grid; gap: .6rem; }
.choice {
  display: flex; align-items: center;
  border: 2px solid rgba(30,30,30,0.12);
  border-radius: var(--radius);
  padding: .9rem 1.1rem;
  min-height: 56px;
  cursor: pointer;
  transition: border-color .2s, background-color .2s;
  font-weight: 500;
}
.choice:hover { border-color: rgba(30,30,30,0.3); }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice:has(input:checked) {
  border-color: var(--oranje);
  background: rgba(248,95,12,0.06);
  font-weight: 700;
}
.choice:has(input:focus-visible) { outline: 2px solid var(--oranje); outline-offset: 2px; }
.choice-compact { grid-template-columns: 1fr 1fr; }
.choice-inline { min-height: 44px; font-size: .95rem; }

.form-field { margin-top: 1.1rem; }
.form-field label { display: block; font-weight: 700; font-size: .95rem; margin-bottom: .4rem; }
.form-field label em { font-weight: 400; color: var(--grijs-tekst); font-style: normal; }
.form-field input {
  width: 100%; font-family: var(--font); font-size: 1.05rem;
  padding: .85rem 1rem; min-height: 48px;
  border: 2px solid rgba(30,30,30,0.12); border-radius: var(--radius);
  background: var(--wit); color: var(--zwart);
  transition: border-color .2s;
}

/* ── Datepicker ── */
.datepicker-field { position: relative; }
.date-row { display: flex; gap: .5rem; align-items: stretch; }
.date-row .date-trigger { flex: 1; }
.date-clear {
  flex: 0 0 44px; min-height: 62px;
  font-size: 1.5rem; line-height: 1;
  background: var(--wit); color: var(--grijs-tekst);
  border: 2px solid rgba(30,30,30,0.12); border-radius: var(--radius);
  cursor: pointer;
}
.date-clear:hover { color: var(--rood); border-color: var(--rood); }
.date-trigger {
  display: flex; align-items: center; gap: .7rem;
  width: 100%; min-height: 62px; /* zelfde hoogte als keuze-knoppen */
  padding: .9rem 1.1rem;
  font-family: var(--font); font-size: 1.05rem; font-weight: 500;
  color: var(--grijs-tekst); text-align: left;
  background: var(--wit);
  border: 2px solid rgba(30,30,30,0.12); border-radius: var(--radius);
  cursor: pointer;
  transition: border-color .2s, background-color .2s;
}
.date-trigger:hover { border-color: rgba(30,30,30,0.3); }
.date-trigger.has-date { color: var(--zwart); font-weight: 700; border-color: var(--oranje); background: rgba(248,95,12,0.06); }
.date-trigger svg { color: var(--oranje); flex-shrink: 0; }
.date-trigger-text { flex: 1; }

.datepicker {
  position: absolute; z-index: 30;
  top: calc(100% + .5rem); left: 0;
  width: min(340px, 100%);
  background: var(--wit);
  border-radius: var(--radius-card);
  box-shadow: 0 12px 48px rgba(30,30,30,0.18);
  border: 1px solid rgba(30,30,30,0.08);
  padding: 1.1rem;
  animation: dp-in .2s var(--spring);
}
@keyframes dp-in { from { opacity: 0; transform: translateY(-6px) scale(.98); } to { opacity: 1; transform: none; } }

.datepicker-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: .75rem;
}
.dp-title { font-weight: 800; font-size: 1rem; text-transform: capitalize; }
.dp-nav {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; line-height: 1;
  background: var(--grijs-bg); color: var(--zwart);
  border: none; border-radius: var(--radius);
  cursor: pointer;
  transition: background-color .2s, color .2s;
}
.dp-nav:hover:not(:disabled) { background: var(--oranje); color: var(--wit); }
.dp-nav:disabled { opacity: .3; cursor: default; }

.dp-weekdays, .dp-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.dp-weekdays span {
  text-align: center; font-size: .75rem; font-weight: 700;
  color: var(--grijs-tekst); text-transform: uppercase; letter-spacing: .04em;
  padding-block: .35rem;
}
.dp-days button {
  aspect-ratio: 1; min-height: 38px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font); font-size: .95rem; font-variant-numeric: tabular-nums;
  background: none; border: none; border-radius: 50%;
  color: var(--zwart); cursor: pointer;
  transition: background-color .15s, color .15s;
}
.dp-days button:hover:not(:disabled) { background: rgba(248,95,12,0.12); }
.dp-days button:disabled { color: rgba(30,30,30,0.25); cursor: default; }
.dp-days button.dp-today { box-shadow: inset 0 0 0 2px rgba(248,95,12,0.4); font-weight: 700; }
.dp-days button.dp-selected { background: var(--oranje-tekst); color: var(--wit); font-weight: 800; }
.dp-days .dp-empty { aspect-ratio: 1; }
.form-field input:focus { border-color: var(--oranje); outline: none; }

.form-field textarea {
  width: 100%; font-family: var(--font); font-size: 1.05rem;
  padding: .85rem 1rem;
  border: 2px solid rgba(30,30,30,0.12); border-radius: var(--radius);
  background: var(--wit); color: var(--zwart);
  resize: vertical; min-height: 96px;
  transition: border-color .2s;
}
.form-field textarea:focus { border-color: var(--oranje); outline: none; }
.form-field textarea::placeholder { color: rgba(30,30,30,0.35); }
.offerte-wensen { animation: step-in .25s ease; margin-top: .25rem; margin-bottom: .75rem; }
.form-field.invalid input { border-color: var(--rood); }
.field-error { color: var(--rood); font-size: .88rem; margin-top: .35rem; }
.form-field.invalid .field-error { display: block; }

/* ── Toggle-switches ── */
.toggle-group { border: none; padding: 0; }
.toggle-legend { font-weight: 700; font-size: .95rem; margin-bottom: .6rem; padding: 0; }
.form-field.toggle-group label.toggle-row,
.toggle-row {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: 52px; padding: .6rem .9rem;
  border: 2px solid rgba(30,30,30,0.12); border-radius: var(--radius);
  cursor: pointer; margin-bottom: .5rem;
  transition: border-color .2s, background-color .2s;
}
.toggle-row:hover { border-color: rgba(30,30,30,0.3); }
.toggle-row:has(input:checked) { border-color: var(--groen-donker); background: rgba(63,127,0,0.07); }
.toggle-label { font-size: .98rem; font-weight: 500; }
.toggle-row:has(input:checked) .toggle-label { font-weight: 700; }
.toggle-switch { position: relative; display: block; flex-shrink: 0; width: 48px; height: 28px; }
.toggle-switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.toggle-knob {
  position: absolute; inset: 0;
  background: rgba(30,30,30,0.2); border-radius: 100px;
  transition: background-color .2s;
  pointer-events: none;
}
.toggle-knob::after {
  content: '';
  position: absolute; top: 3px; left: 3px;
  width: 22px; height: 22px;
  background: var(--wit); border-radius: 50%;
  box-shadow: 0 1px 4px rgba(30,30,30,0.3);
  transition: transform .2s var(--spring);
}
.toggle-switch input:checked + .toggle-knob { background: var(--groen-donker); }
.toggle-switch input:checked + .toggle-knob::after { transform: translateX(20px); }
.toggle-switch input:focus-visible + .toggle-knob { outline: 2px solid var(--oranje); outline-offset: 2px; }

.form-error { color: var(--rood); font-size: .92rem; margin-top: .9rem; }
.form-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; }
.form-step .form-next, .form-step .form-submit { margin-top: 1.5rem; }
.form-nav .form-next, .form-nav .form-submit { margin-top: 0; flex: 1; }
.form-nav .form-prev { flex: 0 0 auto; }
.form-privacy { font-size: .85rem; color: var(--grijs-tekst); margin-top: 1rem; }

.form-success h3 { font-size: 1.4rem; }
.form-success p { margin-top: .75rem; color: var(--grijs-tekst); }
.form-success a { color: var(--oranje-tekst); font-weight: 700; }

/* ── Footer ── */
.site-footer {
  background: var(--zwart); color: rgba(255,255,255,0.75);
  padding-block: 3rem; font-size: .95rem;
}
.footer-grid { display: grid; gap: 1.25rem; }
.footer-logo { width: 145px; height: auto; }
.site-footer a { color: var(--wit); text-decoration: none; display: inline-block; padding-block: .55rem; }
.site-footer a:hover { color: var(--oranje); }
.footer-legal { font-size: .82rem; color: rgba(255,255,255,0.65); }

/* ── Sticky CTA (mobiel) ── */
.sticky-cta {
  position: fixed; inset: auto 0 0 0; z-index: 50;
  display: none;
  gap: .6rem;
  padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
  background: var(--wit);
  border-top: 1px solid rgba(30,30,30,0.1);
  box-shadow: 0 -4px 20px rgba(30,30,30,0.08);
}
.sticky-cta .btn { flex: 1; padding-block: .85rem; }
.sticky-phone {
  display: flex; align-items: center; justify-content: center;
  width: 48px; border-radius: var(--radius);
  border: 2px solid var(--groen-donker); color: var(--groen-donker);
}

/* ── Reveal animaties (alleen actief met JS, anders alles direct zichtbaar) ── */
body.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
body.js .reveal.in { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.js .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
  .form-step.active { animation: none; }
}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 1140px) {
  .pakket-grid-4 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-large { grid-column: span 2; grid-row: auto; min-height: 300px; }
  .pakket-grid { grid-template-columns: 1fr; }
  .pakket-grid-4 { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .testimonial-grid figure:first-child { grid-row: auto; grid-column: span 2; }
  .testimonial-grid figure:first-child img { aspect-ratio: 16/9; }
  .usecase-grid { grid-template-columns: 1fr 1fr; }
  .usecase-card:first-child, .usecase-card:last-child { grid-column: span 2; aspect-ratio: 16/9; min-height: 0; }
  .team-grid, .contact-grid { grid-template-columns: 1fr; }
  .lead-form { justify-self: stretch; max-width: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; }
  .bento-large { grid-column: auto; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid figure:first-child { grid-column: auto; }
  .usecase-grid { grid-template-columns: 1fr 1fr; }
  .usecase-card:first-child, .usecase-card:last-child { grid-column: span 2; aspect-ratio: 16/9; min-height: 0; }
  .usecase-card span { font-size: .95rem; }
  .choice-compact { grid-template-columns: 1fr 1fr; }
  .pakket-grid-4 { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; }
  .sticky-cta.visible { display: flex; }
  body.has-sticky { padding-bottom: 76px; }
  .header-phone span { display: none; }
  .header-phone { padding: .65rem; }
}
