:root {
  --navy: #0b2a4a;
  --blue: #1f6feb;
  --blue2: #2687de;
  --cyan: #0e8f8f;
  --sky: #edf6ff;
  --mint: #eaf8f6;
  --line: #d9e6f1;
  --text: #10233f;
  --muted: #52677e;
  --shadow: 0 18px 45px rgba(18, 57, 93, 0.1);
  --radius: 24px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--max), calc(100% - 40px)); margin: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 230, 241, 0.9);
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo img { display: block; width: 188px; height: auto; }
nav { display: flex; gap: 24px; align-items: center; color: #35506d; font-size: .94rem; font-weight: 700; }
nav a:hover { color: var(--blue); }
.menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 1.25rem; }

.btn {
  border: 1px solid transparent;
  border-radius: 14px;
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn-primary { background: linear-gradient(135deg, var(--blue), #1479c9); color: #fff; box-shadow: 0 10px 24px rgba(31, 111, 235, .2); }
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary { background: #fff; border-color: var(--line); color: var(--navy); }
.btn-secondary:hover { border-color: #9ec4e6; background: #f8fcff; }
.btn.full { width: 100%; }
.btn.white { background: #fff; color: var(--navy); }

.hero {
  padding: 76px 0 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(14, 143, 143, .13), transparent 28%),
    radial-gradient(circle at 10% 14%, rgba(31, 111, 235, .08), transparent 30%),
    linear-gradient(180deg, #fbfdff, #fff);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.78); }
h1, h2, h3 { margin: 0; line-height: 1.08; color: var(--navy); }
h1 { font-size: clamp(2.65rem, 4.6vw, 4rem); letter-spacing: -.052em; max-width: 760px; }
h2 { font-size: clamp(2rem, 3.35vw, 3.25rem); letter-spacing: -.04em; }
h3 { font-size: 1.2rem; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.04rem, 1.5vw, 1.2rem); max-width: 720px; }
.hero-copy .lead { margin: 24px 0 28px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }

.number-card {
  margin-top: 22px;
  max-width: 520px;
  padding: 17px 19px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 18px;
  align-items: center;
  border: 1px solid #cfe0ee;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
}
.number-label { grid-column: 1; grid-row: 1; font-size: .76rem; color: #50657a; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.number-card > a { grid-column: 2; grid-row: 1 / span 2; font-size: 1.65rem; color: var(--blue); font-weight: 900; text-align: right; white-space: nowrap; }
.number-card small { grid-column: 1; grid-row: 2; color: var(--muted); max-width: 240px; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.phone { width: min(340px, 78%); padding: 14px; border-radius: 40px; background: #09141f; box-shadow: 0 30px 70px rgba(8, 31, 58, .27); transform: rotate(-1deg); }
.phone-inner {
  min-height: 470px;
  border-radius: 29px;
  padding: 26px 22px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(circle at 50% 32%, rgba(20, 184, 196, .35), transparent 27%), linear-gradient(180deg, #0d3b6b, #082541 58%, #07182a);
}
.phone-label { font-size: .75rem; opacity: .74; letter-spacing: .08em; }
.phone-inner strong { font-size: 1.55rem; margin-top: 18px; }
.phone-inner > span { opacity: .76; font-size: .91rem; margin-top: 4px; }
.voice-orb {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 42px 0 24px;
  background: radial-gradient(circle, #2ad4dc, #1598c8 46%, rgba(21,152,200,.16) 70%);
  box-shadow: 0 0 55px rgba(25,185,199,.56);
}
.voice-wave { display: flex; gap: 5px; align-items: center; }
.voice-wave i { display: block; width: 5px; border-radius: 9px; background: #fff; animation: pulse 1.05s ease-in-out infinite; }
.voice-wave i:nth-child(1) { height: 13px; }
.voice-wave i:nth-child(2) { height: 28px; animation-delay: .1s; }
.voice-wave i:nth-child(3) { height: 19px; animation-delay: .2s; }
.voice-wave i:nth-child(4) { height: 36px; animation-delay: .3s; }
.voice-wave i:nth-child(5) { height: 21px; animation-delay: .4s; }
.voice-wave i:nth-child(6) { height: 29px; animation-delay: .5s; }
@keyframes pulse { 50% { transform: scaleY(.45); opacity: .55; } }
.phone-status { margin-top: auto; font-weight: 750; font-size: .86rem; opacity: .92; }
.summary-card {
  position: absolute;
  top: 40px;
  right: -14px;
  width: 285px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}
.summary-title { display: flex; justify-content: space-between; font-weight: 900; color: var(--navy); }
.summary-title b { color: #087652; }
.summary-card dl { margin: 17px 0 0; display: grid; gap: 12px; }
.summary-card dl div { display: grid; grid-template-columns: 78px 1fr; gap: 7px; font-size: .88rem; }
.summary-card dt { color: #556b80; }
.summary-card dd { margin: 0; font-weight: 800; color: #29405a; }
.sent { position: absolute; right: 8px; bottom: 46px; background: #e7f8f1; color: #0d694d; border: 1px solid #bde8d6; border-radius: 15px; padding: 13px 16px; font-weight: 900; box-shadow: 0 10px 24px rgba(20,118,86,.08); }

.function-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.function-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.function-grid > div { padding: 24px 18px; display: flex; gap: 13px; align-items: flex-start; border-right: 1px solid var(--line); }
.function-grid > div:last-child { border-right: 0; }
.function-grid > div > div { display: grid; gap: 3px; }
.function-grid strong { color: var(--navy); }
.function-grid small { color: var(--muted); }
.small-icon, .step-icon, .benefit-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--blue);
  background: var(--sky);
  border-radius: 13px;
}
.small-icon { width: 42px; height: 42px; font-size: 1.2rem; }
.step-icon { width: 46px; height: 46px; font-size: 1.3rem; margin-bottom: 18px; }
.benefit-icon { width: 46px; height: 46px; font-size: 1.25rem; margin-bottom: 18px; background: var(--mint); color: #087b7b; }

.section { padding: 94px 0; }
.section-soft { background: linear-gradient(180deg, #f8fcff, #fff); }
.section-head { max-width: 770px; margin-bottom: 42px; }
.section-head.center { text-align: center; margin: 0 auto 46px; }
.section-head.center .lead { margin-inline: auto; }
.section-head .lead { margin-top: 14px; }
.steps, .benefits, .pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 25px rgba(12,55,92,.05); }
.step-card { padding: 28px; position: relative; }
.step-number { position: absolute; top: 20px; right: 22px; color: #a4b3c0; font-size: .9rem; font-weight: 900; }
.step-card p, .benefit p, .price-card > p { color: var(--muted); margin-top: 11px; }
.benefit { padding: 24px; }

.visual-stories { background: #fff; }
.visual-stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 34px rgba(12,55,92,.08); }
.story-card img { width: 100%; aspect-ratio: 10 / 7; object-fit: cover; display: block; }
.story-card > div { padding: 22px; }
.story-card span { display: inline-block; margin-bottom: 10px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-card h3 { font-size: 1.25rem; }
.story-card p { color: var(--muted); margin-top: 9px; }

.trust-section { background: #f7fbfd; border-top: 1px solid #e3edf3; border-bottom: 1px solid #e3edf3; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.trust-card > span { width: 44px; height: 44px; display: grid; place-items: center; color: #087b7b; background: var(--mint); border-radius: 13px; font-size: 1.25rem; margin-bottom: 17px; }
.trust-card p { color: var(--muted); margin-top: 9px; font-size: .94rem; }

.demo-section { background: #fff; }
.call-demo { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; }
.call-number {
  border-radius: 28px;
  padding: 34px;
  background: linear-gradient(145deg, #f2f8ff, #edfafa);
  border: 1px solid #d7e8ef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.call-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: #fff; color: var(--blue); font-size: 1.5rem; box-shadow: 0 8px 20px rgba(31,111,235,.1); }
.call-number p { margin-top: 22px; color: var(--muted); font-weight: 800; }
.call-number > a:not(.btn) { font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 900; letter-spacing: -.04em; color: var(--navy); margin: 3px 0 7px; }
.call-number small { color: var(--muted); max-width: 330px; }
.call-number .btn { margin-top: 24px; }

.demo-panel { min-height: 520px; background: linear-gradient(145deg, #0d2d50, #08192d); border-radius: 28px; padding: 30px; color: #fff; box-shadow: 0 20px 60px rgba(8,31,58,.17); }
.demo-panel h3 { color: #fff; font-size: 1.6rem; }
.demo-panel > p { opacity: .72; margin-top: 7px; }
.chat { display: grid; gap: 13px; margin-top: 28px; }
.bubble { max-width: 86%; padding: 14px 16px; border-radius: 17px; font-size: .94rem; opacity: 0; transform: translateY(8px); transition: .35s ease; }
.bubble.show { opacity: 1; transform: none; }
.bubble.ai { background: #134e84; border-top-left-radius: 6px; }
.bubble.user { background: #fff; color: #19324e; margin-left: auto; border-top-right-radius: 6px; }
.demo-controls { display: flex; gap: 10px; margin-top: 24px; }
.demo-controls button { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.1); color: #fff; border-radius: 12px; padding: 11px 15px; font-weight: 800; }
.demo-controls button.active { background: #0a6680; border-color: #0a6680; }

.price-card { padding: 28px; position: relative; }
.price-card.featured { border: 2px solid #77b8ec; box-shadow: 0 18px 50px rgba(18,104,207,.11); }
.tag { position: absolute; top: -14px; left: 24px; background: var(--blue); color: #fff; border-radius: 999px; padding: 6px 11px; font-size: .75rem; font-weight: 900; }
.price { font-size: 2.42rem; font-weight: 900; color: var(--navy); letter-spacing: -.04em; margin: 20px 0 5px; }
.price > span { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: #617488; margin-bottom: 2px; }
.price small { font-size: .9rem; color: var(--muted); font-weight: 700; }
.price-card ul { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 10px; color: #465e76; }
.price-card li::before { content: '✓'; color: #0a7657; font-weight: 900; margin-right: 8px; }
.price-note { font-size: .82rem; color: #5f7285 !important; margin: -8px 0 18px !important; }

.faq { max-width: 880px; margin: auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 22px; font-weight: 900; color: var(--navy); display: flex; justify-content: space-between; gap: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--blue); font-size: 1.35rem; }
.faq details[open] summary::after { content: '×'; }
.faq details p { padding: 0 22px 22px; color: var(--muted); }

.final-cta {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 90px;
  padding: 42px;
  border-radius: 29px;
  color: #fff;
  background: linear-gradient(120deg, #145ea8, #0b6e83);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 20px 50px rgba(18,104,207,.18);
}
.final-cta h2 { color: #fff; }
.final-cta p:not(.eyebrow) { margin-top: 9px; color: rgba(255,255,255,.9); }

footer { border-top: 1px solid var(--line); background: #fbfdff; padding: 44px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer-grid > div { display: grid; gap: 10px; color: #435970; align-content: start; }
.footer-grid > div:first-child p { max-width: 380px; margin-top: 6px; }
.footer-grid strong { color: var(--navy); }
.footer-logo { display: inline-block; width: 190px; padding: 5px; border-radius: 10px; background: #fff; }
.footer-logo img { display: block; width: 100%; height: auto; }
.footer-button { border: 0; background: none; padding: 0; color: var(--blue); font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.copyright { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); color: #52677e; font-size: .9rem; }

.modal { width: min(620px, calc(100% - 32px)); border: 0; border-radius: 26px; padding: 0; background: transparent; }
.modal::backdrop { background: rgba(4,19,35,.62); backdrop-filter: blur(7px); }
.modal-card { max-height: 90vh; overflow: auto; background: #fff; border-radius: 26px; padding: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.27); }
.modal-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; }
.modal-head h2 { font-size: 2.3rem; }
.close { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); background: #fff; font-size: 1.35rem; }
.modal-intro { color: var(--muted); margin-top: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.form-grid label { display: grid; gap: 7px; font-weight: 800; color: #2e4761; font-size: .92rem; }
.form-grid .wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #cad9e7; border-radius: 13px; padding: 13px 14px; outline: none; background: #fff; color: var(--text); }
input:focus, select:focus, textarea:focus { border-color: #6bb1ea; box-shadow: 0 0 0 4px rgba(18,104,207,.08); }
textarea { min-height: 108px; resize: vertical; }
.form-note { margin-top: 16px; color: var(--muted); font-size: .86rem; }
.form-note a { color: var(--blue); font-weight: 700; }
.success { display: none; margin-top: 14px; padding: 14px; border-radius: 14px; background: #ecfbf5; color: #0f654a; font-weight: 800; }
.success.show { display: block; }

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

@media (max-width: 960px) {
  nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 18px; }
  nav.open { display: flex; }
  .desktop-cta { display: none; }
  .menu-btn { display: block; }
  .hero-grid, .call-demo { grid-template-columns: 1fr; }
  .hero-visual { min-height: 510px; max-width: 620px; width: 100%; margin-inline: auto; }
  .function-grid { grid-template-columns: 1fr 1fr; }
  .function-grid > div:nth-child(2) { border-right: 0; }
  .function-grid > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .steps, .benefits, .pricing { grid-template-columns: 1fr 1fr; }
  .visual-stories-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .section { padding: 72px 0; }
  .brand-logo img { width: 158px; }
  .hero { padding-top: 50px; }
  .actions { display: grid; }
  .actions .btn { width: 100%; }
  .number-card { grid-template-columns: 1fr; gap: 5px; }
  .number-label, .number-card > a, .number-card small { grid-column: 1; grid-row: auto; text-align: left; }
  .number-card > a { font-size: 1.5rem; }
  .hero-visual { min-height: 465px; }
  .phone { width: 255px; margin-left: 0; margin-right: auto; }
  .phone-inner { min-height: 370px; }
  .voice-orb { width: 86px; height: 86px; margin: 28px 0 18px; }
  .summary-card { width: 220px; top: 28px; right: 0; padding: 16px; }
  .summary-card dl div { grid-template-columns: 68px 1fr; font-size: .79rem; }
  .sent { right: 0; bottom: 25px; font-size: .76rem; padding: 10px 12px; }
  .function-grid { grid-template-columns: 1fr; }
  .function-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .function-grid > div:last-child { border-bottom: 0; }
  .steps, .benefits, .pricing, .visual-stories-grid, .trust-grid { grid-template-columns: 1fr; }
  .story-card img { aspect-ratio: 16 / 10; }
  .call-number { padding: 28px; }
  .demo-panel { min-height: 0; padding: 24px; }
  .final-cta { width: calc(100% - 28px); padding: 30px; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
}

/* Productieaanvullingen v6 */
html, body { max-width: 100%; overflow-x: hidden; }

.missed-call-section { padding: 48px 0 18px; background: #fff; }
.missed-call-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  padding: 36px;
  border: 1px solid #cfe0ee;
  border-radius: 28px;
  background: linear-gradient(135deg, #f4f9ff, #eefafa);
  box-shadow: 0 18px 45px rgba(18,57,93,.08);
}
.missed-call-card .lead { margin-top: 16px; }
.missed-call-highlight {
  padding: 26px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #d9e6f1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.missed-call-highlight strong { color: var(--navy); font-size: 1.35rem; line-height: 1.25; }
.missed-call-highlight p { color: var(--muted); margin-top: 12px; }
.missed-call-highlight a { color: var(--blue); font-weight: 900; margin-top: 18px; }

.trust-grid-six { grid-template-columns: repeat(3, 1fr); }

.setup-offer {
  max-width: 860px;
  margin: 0 auto 34px;
  padding: 18px 22px;
  border: 1px solid #bfe5dc;
  background: #f1fbf8;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.setup-offer > div { display: grid; gap: 2px; min-width: max-content; }
.setup-offer strong { color: #096b57; font-size: 1.12rem; }
.setup-offer span { color: #527169; font-size: .83rem; }
.setup-offer p { color: #435f59; max-width: 560px; }
.minutes-badge {
  display: inline-flex;
  margin: 8px 0 2px;
  padding: 8px 11px;
  border-radius: 10px;
  background: var(--sky);
  color: #25557f;
  font-size: .86rem;
  font-weight: 900;
}
.price-note strong { color: #405970; }
.bundle-explanation {
  max-width: 840px;
  margin: 24px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: .94rem;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-message { display: none; margin-top: 14px; padding: 14px; border-radius: 14px; font-weight: 800; }
.form-message.show { display: block; }
.form-message.success { background: #ecfbf5; color: #0f654a; }
.form-message.error { background: #fff1f1; color: #9a2c2c; border: 1px solid #f1c7c7; }
#submitForm:disabled { cursor: wait; opacity: .7; }

/* Zonder JavaScript blijft het volledige voorbeeldgesprek leesbaar. */
.bubble { opacity: 1; transform: none; }
.js .bubble { opacity: 0; transform: translateY(8px); }
.js .bubble.show { opacity: 1; transform: none; }

.mobile-call-bar { display: none; }

.legal-main { padding: 70px 0 90px; background: linear-gradient(180deg, #fbfdff, #fff); }
.legal-content { max-width: 850px; }
.legal-content > h1 { margin-bottom: 8px; }
.legal-updated { color: var(--muted); margin-bottom: 42px; }
.legal-content h2 { font-size: 1.5rem; margin: 34px 0 10px; letter-spacing: -.02em; }
.legal-content p { color: #40566e; margin-top: 10px; }
.legal-content a { color: var(--blue); font-weight: 700; }
.legal-copyright { margin-top: 0; }
.legal-copyright a { color: var(--blue); }

@media (max-width: 960px) {
  .missed-call-card { grid-template-columns: 1fr; }
  .trust-grid-six { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .missed-call-section { padding: 32px 0 6px; }
  .missed-call-card { padding: 24px; gap: 20px; }
  .missed-call-highlight { padding: 21px; }
  .trust-grid-six { grid-template-columns: 1fr; }
  .setup-offer { align-items: flex-start; flex-direction: column; gap: 10px; padding: 18px; }
  .setup-offer > div { min-width: 0; }
  .price-card { padding: 25px 22px; }
  .price { font-size: 2.2rem; }
  .modal-card { padding: 24px 20px; }
  .modal-head h2 { font-size: 2rem; }
  .mobile-call-bar {
    position: fixed;
    z-index: 70;
    left: auto;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 48px;
    border: 1px solid #b9d8f6;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 17px;
    background: rgba(255,255,255,.96);
    color: var(--blue);
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(8,31,58,.18);
    backdrop-filter: blur(10px);
  }
  .mobile-call-bar svg { width: 20px; height: 20px; }
  .legal-main { padding: 50px 0 70px; }
  .legal-nav { gap: 12px; }
  .legal-nav .brand-logo img { width: 145px; }
  .legal-nav .btn { min-height: 44px; padding: 0 13px; font-size: .82rem; }
}


/* Verfijningen v6.1 */
.quick-visual-section { padding: 56px 0 18px; }
.quick-visual-card {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 34px;
  align-items: center;
  padding: 28px;
  border: 1px solid #d5e4ef;
  border-radius: 30px;
  background: linear-gradient(135deg, #fbfdff, #f2fbfb);
  box-shadow: 0 18px 45px rgba(18,57,93,.06);
}
.quick-visual-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(8,31,58,.12);
}
.quick-visual-copy .lead { margin-top: 16px; line-height: 1.72; }
.quick-points { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.quick-points li { display: flex; gap: 12px; color: #34506b; font-weight: 700; line-height: 1.55; }
.quick-points li::before { content: ''; width: 10px; height: 10px; border-radius: 50%; margin-top: .45rem; background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 0 0 5px rgba(31,111,235,.09); flex: 0 0 auto; }

.missed-call-section { padding: 62px 0 26px; }
.missed-call-card { gap: 34px; padding: 40px; }
.missed-call-card .eyebrow { margin-bottom: 18px; }
.missed-call-card h2 { margin-bottom: 18px; }
.missed-call-card .lead { margin-top: 0; line-height: 1.75; max-width: 64ch; }
.missed-call-highlight { padding: 30px; }
.missed-call-highlight strong { display: block; margin-bottom: 8px; }
.missed-call-highlight p { line-height: 1.72; }

.section-head { margin-bottom: 46px; }
.section-head.center { margin: 0 auto 50px; }
.steps, .benefits, .pricing { gap: 22px; align-items: start; }
.card { box-shadow: 0 12px 30px rgba(12,55,92,.06); }
.step-card, .benefit, .trust-card { position: relative; overflow: hidden; background: linear-gradient(180deg, #ffffff, #fbfdff); }
.step-card::before, .benefit::before, .trust-card::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, rgba(31,111,235,.95), rgba(14,143,143,.72)); opacity: .16; }
.step-card, .benefit { padding: 28px; }
.step-card p, .benefit p, .trust-card p { line-height: 1.7; }
.step-icon, .benefit-icon, .trust-card > span {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(31,111,235,.08);
  box-shadow: 0 12px 26px rgba(31,111,235,.08);
}
.step-icon { background: linear-gradient(180deg, #f4f9ff, #eaf4ff); }
.benefit-icon, .trust-card > span { background: linear-gradient(180deg, #f0fbfa, #e5f6f5); color: #0b7f88; }
.step-number {
  top: 18px;
  right: 18px;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f2f7fd;
  color: #7b93aa;
  border: 1px solid #d8e6f2;
}
.benefit h3, .trust-card h3, .step-card h3 { letter-spacing: -.02em; }

.story-card img { aspect-ratio: 5 / 4; }
.story-card > div { padding: 22px 22px 24px; }

.setup-offer { margin: 0 auto 42px; padding: 22px 24px; }
.setup-offer strong { font-size: 1.18rem; }
.setup-offer p { line-height: 1.7; }
.bundle-explanation { margin: 36px auto 0; line-height: 1.75; }

@media (max-width: 960px) {
  .quick-visual-card { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .quick-visual-section { padding: 38px 0 12px; }
  .quick-visual-card { padding: 20px; gap: 22px; }
  .quick-visual-photo img { aspect-ratio: 16 / 10; }
  .quick-points { margin-top: 18px; }
  .missed-call-section { padding: 40px 0 10px; }
  .missed-call-card { padding: 24px; gap: 22px; }
  .missed-call-card .eyebrow { margin-bottom: 14px; }
  .missed-call-card h2 { margin-bottom: 14px; }
  .missed-call-highlight { padding: 22px; }
  .section-head.center { margin-bottom: 42px; }
  .story-card img { aspect-ratio: 16 / 10; }
  .step-card, .benefit, .trust-card { padding: 24px; }
  .setup-offer { margin-bottom: 34px; padding: 18px; }
  .bundle-explanation { margin-top: 28px; }
}


/* Verfijningen v6.2 */
.quick-visual-card {
  align-items: stretch;
  grid-template-columns: .98fr 1.02fr;
}
.quick-visual-photo {
  display: flex;
}
.quick-visual-photo img {
  width: 100%;
  height: clamp(300px, 31vw, 430px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}
.quick-visual-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visual-stories-grid { gap: 22px; }
.story-card img {
  width: 100%;
  height: clamp(240px, 24vw, 320px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.step-card, .benefit, .trust-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d7e4ef;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: 0 14px 34px rgba(12,55,92,.06);
}
.step-card::after, .benefit::after, .trust-card::after {
  content: '';
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 196, .08), rgba(31, 111, 235, .03) 55%, transparent 72%);
  pointer-events: none;
}
.step-card::before, .benefit::before, .trust-card::before {
  opacity: .28;
}
.step-icon, .benefit-icon, .trust-card > span {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(31,111,235,.12);
  background: linear-gradient(145deg, rgba(31,111,235,.12), rgba(20,184,196,.12));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 10px 24px rgba(18,104,207,.08);
}
.step-icon { color: #1f6feb; }
.benefit-icon, .trust-card > span { color: #0f8f9a; }
.step-card h3, .benefit h3, .trust-card h3 {
  letter-spacing: -.022em;
  margin-top: 2px;
}
.step-card p, .benefit p, .trust-card p {
  color: #4f6780;
  line-height: 1.72;
}
.step-number {
  background: linear-gradient(180deg, #f5faff, #eef6ff);
  border: 1px solid #d6e4f2;
  color: #6f8aa3;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

@media (max-width: 960px) {
  .quick-visual-photo img { height: 340px; }
  .story-card img { height: 280px; }
}

@media (max-width: 680px) {
  .quick-visual-photo img { height: 240px; }
  .story-card img { height: 220px; }
  .step-icon, .benefit-icon, .trust-card > span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}
