/* Sitepermaand.nl — huisstijl Veenstra IT. Warm papier en de kassabon, met veel ruimte. */

@font-face { font-family: "Lexend"; src: url("../assets/fonts/lexend-var.woff2") format("woff2"); font-weight: 300 800; font-display: swap; }
@font-face { font-family: "Plex Mono"; src: url("../assets/fonts/plexmono-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Plex Mono"; src: url("../assets/fonts/plexmono-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Caveat"; src: url("../assets/fonts/caveat-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }

:root {
  --paper: #F4EEE3;
  --paper-2: #EBE3D5;
  --bon: #FFFDF7;
  --ink: #0B0B0F;
  --text: #1F1B18;
  --soft: #5B534B;
  --line: rgba(11, 11, 15, .14);
  --orange: #FF8514;
  --orange-ink: #A34800;
  --yellow: #FFC53D;
  --dark: #0B0B0F;
  --dark-2: #19191E;
  --on-dark: #B4AEA6;
  --grad-dark: linear-gradient(95deg, #FF8514 0%, #FFB02E 60%, #FFC53D 100%);
  --sans: "Lexend", "Helvetica Neue", Arial, sans-serif;
  --mono: "Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --hand: "Caveat", "Comic Sans MS", cursive;
  --radius: 22px;
  --wrap: 1180px;
  --gut: clamp(20px, 5vw, 44px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 72px; }
body {
  margin: 0; background: var(--paper); color: var(--text);
  font: 400 1.0625rem/1.6 var(--sans); letter-spacing: -.006em;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; color: var(--ink); font-weight: 700; text-wrap: balance; }
h2 { font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1.04; letter-spacing: -.042em; }
h3 { font-size: 1.3rem; line-height: 1.2; letter-spacing: -.022em; font-weight: 600; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }

main { overflow-x: clip; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.nw { white-space: nowrap; }
.muted { color: var(--soft); }
.skip { position: absolute; left: 12px; top: -60px; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 50; }
.skip:focus { top: 12px; }
.kicker { font: 600 .78rem/1.3 var(--mono); text-transform: uppercase; letter-spacing: .13em; color: var(--orange-ink); margin-bottom: 1.1rem; }
.kicker--light { color: var(--orange); }
.grad { background: var(--grad-dark); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hl { background: linear-gradient(transparent 60%, var(--yellow) 60%, var(--yellow) 90%, transparent 90%); -webkit-box-decoration-break: clone; box-decoration-break: clone; }

/* Knoppen: zacht en rond, met een oranje gloed; drukken geeft direct respons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 50px; padding: .8rem 1.5rem;
  background: var(--orange); color: var(--ink);
  font: 600 1rem/1.1 var(--sans); letter-spacing: -.01em; text-decoration: none; white-space: nowrap;
  border: 0; border-radius: 14px; cursor: pointer;
  box-shadow: 0 10px 24px -12px rgba(255, 110, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .35);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background-color .18s;
}
.btn:hover { background: #FF9633; transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(255, 110, 0, .75), inset 0 1px 0 rgba(255, 255, 255, .35); }
.btn:active { transform: scale(.97); transition-duration: .08s; box-shadow: 0 6px 16px -10px rgba(255, 110, 0, .7); }
.btn:disabled { opacity: .6; cursor: progress; transform: none; }
.btn--ghost { background: rgba(255, 255, 255, .6); box-shadow: inset 0 0 0 1px rgba(11, 11, 15, .15); }
.btn--ghost:hover { background: #fff; box-shadow: inset 0 0 0 1px rgba(11, 11, 15, .3); }
.btn--small { min-height: 40px; padding: .5rem 1rem; font-size: .88rem; border-radius: 12px; }
.btn--block { width: 100%; min-height: 56px; font-size: 1.05rem; }
.link { color: var(--orange-ink); font-weight: 600; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; text-decoration-color: rgba(255, 133, 20, .5); transition: text-decoration-color .2s; }
.link:hover { text-decoration-color: var(--orange); }
.link--light { color: var(--yellow); }
.link--chev { text-decoration: none; }
.link--chev::after { content: ""; display: inline-block; width: .42em; height: .42em; margin-left: .45em; border-right: 2px solid currentColor; border-top: 2px solid currentColor; transform: translateY(-.08em) rotate(45deg); transition: transform .2s var(--ease); }
.link--chev:hover::after { transform: translate(3px, -.08em) rotate(45deg); }

/* Navigatie */
.nav { position: sticky; top: 0; z-index: 30; background: rgba(244, 238, 227, .86); -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--line); }
.nav__in { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); height: 68px; display: flex; align-items: center; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; margin-right: auto; }
.brand img { width: 150px; }
.brand__sub { font: 600 .68rem/1.15 var(--mono); text-transform: uppercase; letter-spacing: .1em; color: var(--text); padding-left: .85rem; border-left: 2px dashed var(--line); }
.nav__links { display: flex; gap: 1.8rem; }
.nav__links a { font-size: .93rem; font-weight: 500; text-decoration: none; padding: .35rem 0; border-bottom: 2px solid transparent; }
.nav__links a:hover { border-color: var(--orange); }
@media (prefers-reduced-transparency: reduce) { .nav { background: var(--paper); -webkit-backdrop-filter: none; backdrop-filter: none; } }

/* Hero: kop links in de rustige stijl, de bon rechts op een gloed */
.hero { padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 7rem); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.hero__eyebrow { font-size: 1.1rem; font-weight: 600; color: var(--orange-ink); letter-spacing: -.01em; margin-bottom: 1rem; }
.hero__eyebrow span { color: var(--soft); font-weight: 500; }
.hero h1 { font-size: clamp(2.6rem, 4.9vw, 4.35rem); line-height: 1.02; letter-spacing: -.05em; margin-bottom: 1.5rem; }
.grad-light { display: block; background: linear-gradient(95deg, #C95300 0%, #DB6300 55%, #CF6200 100%); /* elke stop ≥3:1 op crème */ -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead { font-size: clamp(1.12rem, 1.6vw, 1.38rem); line-height: 1.45; letter-spacing: -.015em; color: var(--soft); max-width: 32rem; margin-bottom: .9rem; }
.hero__price { font-size: 1.05rem; color: var(--text); margin-bottom: 2rem; }
.hero__price strong { color: var(--ink); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; }
.facts-row { list-style: none; display: flex; flex-wrap: wrap; gap: 1rem clamp(1.8rem, 4vw, 3rem); margin: clamp(2.5rem, 5vw, 3.5rem) 0 0; padding: 0; }
.facts-row li { display: flex; flex-direction: column; }
.facts-row strong { font-size: 1.3rem; font-weight: 700; color: var(--ink); letter-spacing: -.025em; }
.facts-row span { font-size: .88rem; color: var(--soft); }

/* Rechts de bon; daaronder de familie als brede fotoband */
.stage { position: relative; justify-self: center; width: min(100%, 360px); perspective: 1400px; }
.stage::before { content: ""; position: absolute; inset: -18% -40% -12%; background: radial-gradient(50% 50% at 50% 50%, rgba(255, 133, 20, .24), rgba(255, 197, 61, .10) 50%, transparent 72%); filter: blur(8px); pointer-events: none; }
.bon-wrap { position: relative; padding-top: 14px; transform-style: preserve-3d; will-change: transform; }
.printer { position: absolute; top: 0; left: -20px; right: -20px; height: 22px; background: linear-gradient(#26262C, #0B0B0F); border-radius: 10px; z-index: 2; box-shadow: 0 10px 18px -10px rgba(0, 0, 0, .55); }
.printer::after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 6px; height: 3px; border-radius: 2px; background: #000; }
.foto { position: relative; margin: clamp(3rem, 6vw, 5rem) 0 0; border-radius: 28px; overflow: hidden; aspect-ratio: 1400 / 560; background: var(--paper-2); box-shadow: 0 40px 70px -45px rgba(60, 35, 10, .5), 0 0 0 1px rgba(11, 11, 15, .06); }
.foto picture, .foto img { display: block; width: 100%; height: 100%; }
.foto img { object-fit: cover; object-position: 60% 30%; }
.foto figcaption { position: absolute; left: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); display: flex; flex-direction: column; gap: .1rem; padding: .9rem 1.2rem; border-radius: 16px; background: rgba(255, 253, 247, .92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 12px 28px -16px rgba(0, 0, 0, .45); font-size: .9rem; line-height: 1.35; color: var(--soft); }
.foto figcaption strong { color: var(--ink); font-size: 1.02rem; }
.bon { padding: 1.3rem 1.1rem 1.8rem; font-size: .76rem; }
.printer { position: absolute; top: 0; left: -14px; right: -14px; height: 18px; background: linear-gradient(#26262C, #0B0B0F); border-radius: 9px; z-index: 2; box-shadow: 0 10px 18px -10px rgba(0, 0, 0, .55); }
.printer::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 5px; height: 3px; border-radius: 2px; background: #000; }
.bon {
  --tooth: 10px;
  position: relative; margin: 0; padding: 2rem 1.6rem 2.6rem;
  background: var(--bon); color: var(--ink);
  font: 400 .9rem/1.55 var(--mono);
  transform: rotate(-1.4deg); transform-origin: top center;
  filter: drop-shadow(0 26px 30px rgba(70, 40, 10, .18)) drop-shadow(0 2px 3px rgba(0, 0, 0, .06));
  -webkit-mask: linear-gradient(#000, #000) top / 100% calc(100% - var(--tooth)) no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / calc(var(--tooth) * 2) var(--tooth) repeat-x;
          mask: linear-gradient(#000, #000) top / 100% calc(100% - var(--tooth)) no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / calc(var(--tooth) * 2) var(--tooth) repeat-x;
}
.bon__head { text-align: center; padding-bottom: 1rem; border-bottom: 1px dashed var(--line); }
.bon__head img { width: 52px; margin: 0 auto .5rem; }
.bon__shop { font-weight: 600; letter-spacing: .2em; margin: 0; }
.bon__small { font-size: .75rem; color: var(--soft); margin: .2rem 0 0; }
.bon__meta { display: flex; justify-content: space-between; font-size: .73rem; color: var(--soft); margin: .8rem 0; }
.bon__lines { list-style: none; margin: 0; padding: 0 0 .9rem; border-bottom: 1px dashed var(--line); }
.bon__lines li { display: flex; gap: .5rem; padding: .22rem 0; }
.bon__lines li span:first-child { flex: 1; display: flex; gap: .5rem; }
.bon__lines li span:first-child::after { content: ""; flex: 1; border-bottom: 1px dotted rgba(11, 11, 15, .32); transform: translateY(-.35em); }
.bon__total { display: flex; justify-content: space-between; align-items: baseline; font-weight: 600; margin: .9rem 0 0; }
.bon__total span:last-child { font: 700 2.3rem/1 var(--sans); letter-spacing: -.045em; }
.bon__vat { text-align: right; font-size: .73rem; color: var(--soft); margin: .2rem 0 1.2rem; }
.bon__code { height: 36px; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 4px, var(--ink) 4px 5px, transparent 5px 8px, var(--ink) 8px 11px, transparent 11px 12px); opacity: .85; }
.bon__thanks { text-align: center; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; margin: .8rem 0 0; color: var(--soft); }

@media (prefers-reduced-motion: no-preference) {
  .bon--print { animation: print 1.6s var(--ease) .3s both; }
}
@keyframes print {
  from { clip-path: inset(0 0 100% 0); transform: translateY(-44px) rotate(0deg); }
  70% { transform: translateY(0) rotate(0deg); }
  to { clip-path: inset(0 0 0 0); transform: translateY(0) rotate(-1.4deg); }
}
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

/* Secties */
.section { padding: clamp(5rem, 10vw, 8rem) 0; }
.section--alt { background: var(--paper-2); }
.section--dark { background: var(--dark); color: var(--on-dark); overflow: hidden; }
.section--dark h2 { color: #F5F2EC; }
.section__head { max-width: 760px; margin: 0 0 clamp(2.6rem, 5vw, 4rem); }
.section__sub { font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.5; color: var(--soft); margin: 1.1rem 0 0; max-width: 34em; }

/* Tegels */
.tiles { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; grid-template-areas: "d d d d o o" "d d d d h h" "c c c b b b"; }
.tile { background: var(--bon); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.7rem, 3vw, 2.4rem); overflow: hidden; position: relative; }
.tile h3 { margin-bottom: .55rem; }
.tile p { color: var(--soft); margin: 0; }
.tile--design { grid-area: d; display: flex; flex-direction: column; gap: 2rem; }
.tile--design .tile__text { max-width: 30rem; }
.tile--domain { grid-area: o; display: flex; flex-direction: column; }
.tile__big { font-size: clamp(1.25rem, 1.9vw, 1.65rem); font-weight: 700; letter-spacing: -.045em; color: var(--ink) !important; margin: 0 0 auto !important; padding-bottom: 1.8rem; overflow-wrap: anywhere; }
.tile__big span { color: var(--orange-ink); }
.tile--host { grid-area: h; }
.tile__lock { width: 44px; height: 44px; fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; margin-bottom: 1.3rem; }
.tile__lock circle { fill: var(--orange); stroke: none; }
.tile--care { grid-area: b; }
.tile--contact { grid-area: c; }
.tile--dark { background: var(--dark); border-color: var(--dark); }
.tile--dark h3 { color: #F5F2EC; }
.tile--dark p { color: var(--on-dark); }
.tile__phone { font-size: clamp(2rem, 3.6vw, 2.8rem); font-weight: 700; letter-spacing: -.045em; margin: 0 0 1.6rem !important; background: var(--grad-dark); -webkit-background-clip: text; background-clip: text; color: transparent !important; }
.status { list-style: none; margin: 1.4rem 0 0; padding: 0; font: 400 .86rem/1.4 var(--mono); }
.status li { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-top: 1px dashed var(--line); }
.status em { font-style: normal; color: #1E6B34; }
.status em::before { content: "● "; font-size: .7em; vertical-align: .15em; }

/* Mini-website in de ontwerptegel */
.mock { position: relative; margin-top: auto; padding-right: 22%; }
.mock__browser { background: var(--paper); border-radius: 12px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 18px 36px -20px rgba(60, 35, 10, .35); }
.mock__bar { display: flex; align-items: center; gap: 6px; padding: 10px 12px; background: var(--paper-2); }
.mock__bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(11, 11, 15, .2); }
.mock__bar span { margin-left: 10px; font: 400 .7rem var(--mono); color: var(--soft); background: var(--bon); padding: 2px 10px; border-radius: 5px; }
.mock__page { padding: 16px; background: #fff; }
.mock b, .mock em, .mock s, .mock u { display: block; border-radius: 3px; text-decoration: none; }
.mock__nav { display: flex; gap: 8px; align-items: center; margin-bottom: 18px; }
.mock__nav b { width: 46px; height: 10px; background: var(--ink); }
.mock__nav em { width: 30px; height: 6px; background: var(--paper-2); }
.mock__nav em:first-of-type { margin-left: auto; }
.mock__hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; align-items: center; margin-bottom: 16px; }
.mock__hero b { height: 12px; background: var(--ink); margin-bottom: 7px; }
.mock__hero em { height: 6px; background: var(--paper-2); margin-bottom: 6px; }
.mock__hero u { width: 64px; height: 18px; background: var(--orange); margin-top: 10px; border: 1.5px solid var(--ink); }
.mock__hero figure, .mock__screen figure { margin: 0; aspect-ratio: 4 / 3; border-radius: 6px; background: linear-gradient(135deg, #FFD9A8, #FF9A3D 60%, #E0701A); }
.mock__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock__row s { height: 36px; background: var(--paper); }
.w90 { width: 90%; } .w80 { width: 80%; } .w70 { width: 70%; } .w60 { width: 60%; }
.mock__phone { position: absolute; right: 0; bottom: -6px; width: 27%; aspect-ratio: 9 / 19; background: var(--ink); border-radius: 22px; padding: 6px; box-shadow: 0 18px 36px -16px rgba(0, 0, 0, .45); }
.mock__screen { height: 100%; background: #fff; border-radius: 17px; padding: 22px 10px 10px; }
.mock__screen b { height: 8px; background: var(--ink); margin-bottom: 6px; }
.mock__screen figure { margin: 10px 0; }
.mock__screen u { height: 14px; background: var(--orange); }

/* Vergelijking: oud doorgestreept, nieuw als gestempelde kaart */
.compare { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; align-items: start; }
.compare__col { padding: clamp(1.8rem, 3.2vw, 2.6rem); }
.compare__col h3 { font: 600 .8rem/1.3 var(--mono); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1.2rem; color: var(--soft); }
.compare__col ul { list-style: none; margin: 0; padding: 0; }
.compare__col li { padding: .85rem 0 .85rem 2rem; border-top: 1px solid var(--line); position: relative; }
.compare__col li:first-child { border-top: 0; }
.compare__col:not(.compare__col--us) li { color: var(--soft); text-decoration: line-through; text-decoration-color: rgba(11, 11, 15, .28); }
.compare__col:not(.compare__col--us) li::before { content: "×"; position: absolute; left: .2rem; font-weight: 700; color: var(--soft); }
.compare__col--us { background: var(--bon); border: 2px solid var(--ink); border-radius: 10px; box-shadow: 8px 8px 0 var(--ink); }
.compare__col--us h3 { color: var(--orange-ink); }
.compare__col--us li { color: var(--text); }
.compare__col--us li::before { content: "✓"; position: absolute; left: .2rem; font-weight: 700; color: var(--orange-ink); }

/* Werkwijze: gestippelde tijdlijn */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.steps li { padding: 1.8rem 1.8rem 0 0; border-top: 2px dashed var(--ink); position: relative; }
.steps li::before { content: ""; position: absolute; top: -9px; left: 0; width: 16px; height: 16px; border-radius: 50%; background: var(--orange); border: 2px solid var(--ink); }
.steps li:last-child::before { background: var(--yellow); }
.steps__nr { display: block; font: 700 3rem/1 var(--sans); letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1.5px var(--ink); margin-bottom: 1rem; }
.steps h3 { margin-bottom: .5rem; }
.steps p { color: var(--soft); margin: 0; font-size: 1rem; }

/* Wie er achter zit */
.why { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.why__lion { position: absolute; right: -60px; top: 50%; width: 420px; transform: translateY(-50%); opacity: .08; pointer-events: none; }
.why h2 { margin-bottom: 1.6rem; }
.why__text { max-width: 34em; font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.55; margin: 0; }
.why__facts { margin: 0; background: var(--dark-2); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; padding: .6rem 1.5rem; font: 400 .9rem/1.45 var(--mono); position: relative; }
.why__facts div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-top: 1px dashed rgba(255, 255, 255, .15); }
.why__facts div:first-child { border-top: 0; }
.why__facts dd { margin: 0; color: #F5F2EC; text-align: right; }

/* Extra's */
.extras { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.extra { border-radius: var(--radius); padding: clamp(2rem, 4vw, 3rem); display: flex; flex-direction: column; }
.extra h3 { font-size: clamp(1.55rem, 2.6vw, 2.1rem); line-height: 1.1; letter-spacing: -.04em; font-weight: 700; margin-bottom: 1rem; }
.extra p { margin-bottom: 1.2rem; }
.extra__tag { font: 600 .76rem/1.3 var(--mono); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1.4rem !important; }
.extra--dark { background: var(--dark); color: var(--on-dark); }
.extra--dark h3 { color: #F5F2EC; }
.extra--dark .extra__tag { color: var(--orange); }
.extra--light { background: var(--bon); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--orange); color: var(--soft); }
.extra--light .extra__tag { color: var(--orange-ink); }
.extra__list { list-style: none; margin: 0 0 1.8rem; padding: 0; }
.extra__list li { padding: .55rem 0; border-top: 1px dashed rgba(255, 255, 255, .16); color: #F5F2EC; }
.extra__price { color: var(--ink); }
.extra__links { display: flex; flex-wrap: wrap; gap: .8rem 1.8rem; margin-top: auto; }
.extra--dark .link { margin-top: auto; align-self: flex-start; }

/* Prijs: de stempel */
.price { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.stamp {
  justify-self: center; width: min(100%, 330px); aspect-ratio: 1; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  border: 3px solid var(--ink); outline: 2px dashed var(--ink); outline-offset: -17px;
  background: var(--orange); color: var(--ink); transform: rotate(-6deg);
}
.stamp p { margin: 0; }
.stamp__from { font: 600 .9rem var(--mono); text-transform: uppercase; letter-spacing: .14em; }
.stamp__amount { font: 800 clamp(5rem, 11vw, 7.4rem)/.9 var(--sans); letter-spacing: -.06em; }
.stamp__eur { font-size: .45em; vertical-align: .9em; margin-right: .05em; }
.stamp__per { font-weight: 600; font-size: .95rem; margin-top: .35rem !important; }
.stamp__incl { font: 400 .78rem var(--mono); margin-top: .35rem !important; }
.price h2 { margin-bottom: 1.2rem; }
.price__text { color: var(--soft); max-width: 36em; margin-bottom: 1.8rem; }
.terms { margin: 0 0 2rem; border-top: 1px solid var(--line); }
.terms div { display: grid; grid-template-columns: 9.5rem 1fr; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.terms dt { font: 600 .8rem/1.8 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--soft); }
.terms dd { margin: 0; }
.terms--kaart { background: var(--bon); border: 0; border-radius: 20px; padding: .4rem 1.4rem; box-shadow: 0 0 0 1px rgba(11, 11, 15, .06); margin: 0; }
.terms--kaart div:last-child { border-bottom: 0; }
.todo { background: #FFE9A8; outline: 1px dashed #B07A00; padding: 0 .3rem; font-family: var(--mono); font-size: .85em; }

/* Voor wie */
.who__big { font-size: clamp(1.8rem, 3.8vw, 2.9rem); line-height: 1.18; letter-spacing: -.035em; font-weight: 600; max-width: 26em; margin: 0 0 1.8rem; }
.who__not { color: var(--soft); max-width: 40em; margin: 0; padding-top: 1.1rem; border-top: 1px dashed var(--line); }

/* FAQ */
.faq details { max-width: 860px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 1.3rem 2.6rem 1.3rem 0; font-size: 1.15rem; font-weight: 600; letter-spacing: -.018em; color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .2rem; top: 1.05rem; font: 400 1.6rem/1 var(--mono); color: var(--orange-ink); transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--soft); padding-bottom: 1.3rem; margin: 0; max-width: 44rem; }
.faq details a { color: var(--orange-ink); }

/* Aanvragen: rustig formulier, de bon blijft alleen als getande bovenrand */
.order__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr); gap: 18px; align-items: start; }
.slip {
  --tooth: 8px;
  background: var(--bon); border-radius: 0 0 24px 24px; padding: 2.4rem clamp(1.4rem, 3.5vw, 2.6rem) 2.4rem;
  filter: drop-shadow(0 24px 40px rgba(60, 40, 20, .10)) drop-shadow(0 1px 2px rgba(0, 0, 0, .05));
  -webkit-mask: conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top / calc(var(--tooth) * 2) var(--tooth) repeat-x, linear-gradient(#000, #000) bottom / 100% calc(100% - var(--tooth)) no-repeat;
          mask: conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top / calc(var(--tooth) * 2) var(--tooth) repeat-x, linear-gradient(#000, #000) bottom / 100% calc(100% - var(--tooth)) no-repeat;
}
.slip__head { display: flex; justify-content: space-between; gap: 1rem; font: 500 .72rem var(--mono); letter-spacing: .16em; color: var(--soft); padding-bottom: 1.1rem; margin-bottom: 1.8rem; border-bottom: 1px solid rgba(11, 11, 15, .08); }
.field { margin: 0 0 1.3rem; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label, .field legend { display: block; font: 500 .92rem/1.4 var(--sans); letter-spacing: -.005em; margin-bottom: .45rem; color: var(--text); }
.req { color: var(--orange-ink); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea {
  width: 100%; font: 400 1rem/1.4 var(--sans); color: var(--ink);
  background: #F7F3EC; border: 1px solid rgba(11, 11, 15, .1); border-radius: 12px;
  padding: .85rem 1rem; min-height: 52px; transition: background-color .2s, border-color .2s, box-shadow .2s;
}
.field input:hover, .field textarea:hover { background: #F3EEE5; }
.field textarea { resize: vertical; min-height: 124px; }
.field input:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255, 133, 20, .18); }
.field input[aria-invalid="true"] { border-color: #B3261E; background: #fff; }
.field input::placeholder, .field textarea::placeholder { color: #6E655D; }
.choice { border: 0; padding: 0; }
.field legend { padding: 0; }
.choice label { display: inline-block; margin: 0 .45rem .55rem 0; font: 500 .95rem var(--sans); cursor: pointer; }
.choice input { position: absolute; opacity: 0; }
.choice span { display: inline-flex; align-items: center; min-height: 44px; padding: .5rem 1.05rem; border: 1px solid rgba(11, 11, 15, .12); border-radius: 999px; background: #fff; transition: background-color .15s, color .15s, border-color .15s, transform .1s; }
.choice span:hover { border-color: rgba(11, 11, 15, .3); }
.choice label:active span { transform: scale(.97); }
.choice input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }
.choice input[type="checkbox"]:checked + span::before { content: ""; width: 5px; height: 10px; margin-right: .6rem; border-right: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(45deg) translateY(-2px); }
.choice input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.slip__privacy { font-size: .85rem; color: var(--soft); margin: .4rem 0 1.2rem; }
.slip__privacy a { color: var(--orange-ink); }
.form-msg { font-weight: 500; margin: 0 0 1rem; }
.form-msg:empty { display: none; }
.form-msg.is-error { color: #B3261E; }
.slip.is-sent { text-align: center; }
.sent { padding: 2.4rem 0 1rem; }
.sent__stamp { display: inline-block; font: 800 1.4rem var(--sans); letter-spacing: .05em; text-transform: uppercase; color: var(--orange-ink); border: 3px solid var(--orange-ink); border-radius: 10px; padding: .4rem 1rem; transform: rotate(-5deg); margin-bottom: 1.4rem; }
.sent a { color: var(--orange-ink); }

.direct { background: var(--dark); color: var(--on-dark); border-radius: 24px; padding: 2.2rem 2rem; }
.direct__title { font-size: .95rem; font-weight: 600; color: #F5F2EC; margin-bottom: 1.3rem; }
.direct__big { display: block; font-size: 2rem; font-weight: 700; letter-spacing: -.04em; background: var(--grad-dark); -webkit-background-clip: text; background-clip: text; color: transparent; text-decoration: none; margin-bottom: .5rem; }
.direct__mail { display: block; color: #F5F2EC; text-decoration: none; margin-bottom: 1.5rem; overflow-wrap: anywhere; }
.direct__mail:hover { text-decoration: underline; }
.direct__addr { margin: 0; padding-top: 1.3rem; border-top: 1px solid rgba(255, 255, 255, .1); }


/* Losse pagina's */
.legal { padding: clamp(3rem, 6vw, 5rem) 0; }
.legal .wrap { max-width: 760px; }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); letter-spacing: -.045em; margin-bottom: 1.5rem; }
.legal h2 { font-size: 1.35rem; letter-spacing: -.02em; margin: 2.2rem 0 .7rem; }
.legal a { color: var(--orange-ink); }
.legal__date { margin-top: 2.5rem; color: var(--soft); }
.wrap--narrow { max-width: 640px; }
.h2--center { margin-inline: auto; }

/* ---------- Nieuwe pagina's ---------- */
.page-hero { padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2rem, 4vw, 3rem); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; right: -10%; top: -30%; width: 55%; aspect-ratio: 1; background: radial-gradient(50% 50% at 50% 50%, rgba(255, 133, 20, .16), transparent 70%); pointer-events: none; }
.page-hero__in { position: relative; }
.page-hero__in > * { max-width: 880px; }
.page-hero h1 { font-size: clamp(2.4rem, 4.6vw, 4rem); line-height: 1.03; letter-spacing: -.05em; margin-bottom: 1.3rem; }
.section--tight { padding-top: clamp(1.5rem, 3vw, 2.5rem); }

.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; counter-reset: kaart; }
.card { background: var(--bon); border-radius: var(--radius); padding: 2rem 1.8rem; box-shadow: 0 0 0 1px rgba(11, 11, 15, .06); position: relative; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.card::before { counter-increment: kaart; content: "0" counter(kaart); display: block; font: 600 .78rem var(--mono); color: var(--orange-ink); letter-spacing: .1em; margin-bottom: 1.1rem; }
.card:hover { transform: translateY(-4px); box-shadow: 0 0 0 1px rgba(11, 11, 15, .06), 0 24px 40px -24px rgba(60, 35, 10, .35); }
.card h3 { margin-bottom: .55rem; }
.card p { color: var(--soft); margin: 0; }

.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.split h2 { margin-bottom: 1.2rem; }
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.checklist li { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; padding: 1.1rem 1.3rem; background: var(--bon); border-radius: 16px; box-shadow: 0 0 0 1px rgba(11, 11, 15, .06); }
.checklist li::before { content: ""; grid-row: span 2; width: 28px; height: 28px; border-radius: 50%; background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B0B0F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 16px no-repeat; }
.checklist strong { color: var(--ink); }
.checklist span { color: var(--soft); font-size: .95rem; }

.meer { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 2.5rem; align-items: end; }
.meer h2 { margin-bottom: 1rem; }
.meer p { max-width: 34em; margin: 0; }
.meer__knoppen { display: flex; flex-direction: column; align-items: flex-start; gap: 1.1rem; }

.contact-side { display: grid; gap: 18px; }
.uren { margin: 0 0 1.3rem; }
.uren div { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .95rem; }
.uren dd { margin: 0; color: #F5F2EC; }
.cta-kaart { display: grid; gap: .5rem; padding: 1.8rem 2rem; border-radius: 24px; background: var(--bon); text-decoration: none; color: var(--soft); box-shadow: 0 0 0 1px rgba(11, 11, 15, .08); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.cta-kaart:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(11, 11, 15, .08), 0 22px 36px -22px rgba(60, 35, 10, .35); }
.cta-kaart strong { color: var(--ink); font-size: 1.15rem; }
.cta-kaart em { font-style: normal; margin-top: .4rem; }

.legal__intro { font-size: clamp(1.08rem, 1.5vw, 1.22rem); color: var(--soft); max-width: 40em; }
.legal p { max-width: 44em; }
.notfound { text-align: center; }
.notfound__nr { font: 800 clamp(6rem, 18vw, 10rem)/1 var(--sans); letter-spacing: -.06em; margin: 0 0 1rem; background: var(--grad-dark); -webkit-background-clip: text; background-clip: text; color: transparent; }
.notfound .hero__actions { justify-content: center; }
.notfound .hero__lead { margin-inline: auto; }

/* Pagina's met beeld naast de kop, en beeld naast tekst */
.page-hero--beeld .page-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.page-hero--beeld .page-hero__in > * { max-width: 34rem; }
.page-hero--beeld h1 { font-size: clamp(2.3rem, 3.8vw, 3.5rem); }
.beeld { margin: 0; position: relative; }
.beeld--foto img { display: block; width: 100%; height: auto; border-radius: 24px; box-shadow: 0 30px 60px -36px rgba(60, 35, 10, .5), 0 0 0 1px rgba(11, 11, 15, .06); }
.beeld figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .8rem; border-radius: 12px; background: rgba(255, 253, 247, .92); font-size: .82rem; color: var(--soft); box-shadow: 0 10px 24px -14px rgba(0, 0, 0, .4); }
.beeld--scherm { border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 30px 60px -34px rgba(60, 35, 10, .55), 0 0 0 1px rgba(11, 11, 15, .08); transform: perspective(1400px) rotateY(-4deg); transition: transform .6s var(--ease); }
.beeld--scherm:hover { transform: perspective(1400px) rotateY(0deg); }
.beeld--scherm img { display: block; width: 100%; height: auto; }
.beeld__balk { display: flex; align-items: center; gap: 6px; padding: 10px 12px; background: var(--paper-2); }
.beeld__balk i { width: 9px; height: 9px; border-radius: 50%; background: rgba(11, 11, 15, .2); }
.beeld__balk span { margin-left: 10px; font: 400 .72rem var(--mono); color: var(--soft); background: var(--bon); padding: 2px 10px; border-radius: 5px; }
.split--beeld { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.checklist--2 { grid-template-columns: 1fr 1fr; margin-top: 1.8rem; }

/* ---------- Leads: risicoverlagers, tussen-CTA, bewijs, scan ---------- */
.zeker { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin: 1.4rem 0 0; padding: 0; font-size: .95rem; color: var(--text); }
.zeker li { display: flex; align-items: center; gap: .45rem; }
.zeker li::before { content: ""; width: 18px; height: 18px; flex: none; border-radius: 50%; background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B0B0F' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 11px no-repeat; }
.hero .facts-row { margin-top: clamp(1.8rem, 4vw, 2.6rem); }

.cta-strook { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; margin-top: clamp(2rem, 4vw, 3rem); padding: 1.4rem 1.6rem; border-radius: 20px; background: var(--bon); box-shadow: 0 0 0 1px rgba(11, 11, 15, .06); }
.cta-strook p { margin: 0; max-width: 40em; color: var(--soft); }
.cta-strook strong { color: var(--ink); }

.voorbeelden { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.voorbeeld { display: grid; gap: .45rem; text-decoration: none; color: var(--soft); }
.voorbeeld__scherm { display: block; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px rgba(11, 11, 15, .08), 0 24px 44px -30px rgba(60, 35, 10, .5); margin-bottom: .6rem; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.voorbeeld__scherm img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.voorbeeld:hover .voorbeeld__scherm { transform: translateY(-5px); box-shadow: 0 0 0 1px rgba(11, 11, 15, .08), 0 34px 54px -30px rgba(60, 35, 10, .55); }
.voorbeeld strong { color: var(--ink); font-size: 1.1rem; }
.voorbeeld__label { justify-self: start; font: 600 .7rem var(--mono); font-style: normal; text-transform: uppercase; letter-spacing: .1em; padding: .25rem .55rem; border-radius: 6px; background: #FFE9CF; color: var(--orange-ink); }
.voorbeeld__label--eigen { background: var(--paper-2); color: var(--soft); }
.voorbeelden { row-gap: 2.4rem; }
.voorbeeld span:last-child { font-size: .95rem; }

.reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review { display: grid; gap: .8rem; align-content: start; padding: 1.8rem; border-radius: var(--radius); background: var(--bon); box-shadow: 0 0 0 1px rgba(11, 11, 15, .06); text-decoration: none; color: var(--soft); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.review:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(11, 11, 15, .06), 0 22px 36px -24px rgba(60, 35, 10, .35); }
.review__sterren { color: #00B67A; letter-spacing: .12em; font-size: 1.1rem; }
.review q { font-size: 1.3rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.3; color: var(--ink); quotes: "“" "”"; }
.review__wie { font-size: .88rem; }
.reviews__meer { margin: 1.6rem 0 0; }

.scan-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.scan-grid .section__head { position: sticky; top: 100px; margin-bottom: 0; }
.scan { background: var(--bon); border-radius: 24px; padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: 0 0 0 1px rgba(11, 11, 15, .06), 0 24px 40px -30px rgba(60, 35, 10, .3); }
.scan__vraag { border: 0; margin: 0 0 1.5rem; padding: 0; min-width: 0; }
.scan__vraag legend { display: flex; align-items: center; gap: .6rem; font-weight: 600; color: var(--ink); margin-bottom: .75rem; padding: 0; }
.scan__vraag legend span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--paper-2); font-size: .8rem; }
.scan__vraag label { display: inline-block; margin: 0 .4rem .5rem 0; cursor: pointer; }
.scan__vraag input { position: absolute; opacity: 0; }
.scan__vraag label span { display: inline-flex; align-items: center; min-height: 44px; padding: .5rem 1rem; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px rgba(11, 11, 15, .14); font-size: .95rem; transition: background-color .15s, color .15s, box-shadow .15s, transform .1s; }
.scan__vraag label:hover span { box-shadow: inset 0 0 0 1px rgba(11, 11, 15, .35); }
.scan__vraag input:checked + span { background: var(--ink); color: #fff; box-shadow: none; }
.scan__vraag input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
.scan__vraag.is-beantwoord legend span { background: var(--orange); }
.scan__uitslag { grid-column: 2; background: var(--dark); color: var(--on-dark); border-radius: 24px; padding: clamp(1.6rem, 3.5vw, 2.4rem); animation: omhoog .6s var(--ease) both; }
.scan__label { font: 600 .78rem var(--mono); text-transform: uppercase; letter-spacing: .12em; color: var(--orange); margin-bottom: .6rem; }
.scan__uitslag h3 { color: #F5F2EC; font-size: clamp(1.5rem, 2.6vw, 2rem); letter-spacing: -.035em; margin-bottom: 1rem; }
.scan__redenen { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: .6rem; }
.scan__redenen li { padding-left: 1.6rem; position: relative; }
.scan__redenen li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); }
.scan__opnieuw { background: none; border: 0; cursor: pointer; font: inherit; color: var(--yellow); padding: 0; }

.artikel { max-width: 820px; }
.artikel h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 2.4rem 0 .9rem; }
.artikel p, .artikel li { color: var(--soft); }
.artikel p strong { color: var(--ink); }
.punten { padding-left: 1.2rem; display: grid; gap: .5rem; }
.tabel-wrap { overflow-x: auto; border-radius: 18px; box-shadow: 0 0 0 1px rgba(11, 11, 15, .08); background: var(--bon); }
.vergelijk { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 560px; }
.vergelijk th, .vergelijk td { text-align: left; padding: .85rem 1rem; border-top: 1px solid rgba(11, 11, 15, .08); vertical-align: top; }
.vergelijk thead th { border-top: 0; font-weight: 600; color: var(--ink); background: var(--paper-2); }
.vergelijk thead th:last-child { background: #FFE9CF; }
.vergelijk tbody th { color: var(--ink); font-weight: 600; width: 28%; }
.vergelijk td { color: var(--soft); }
.artikel__door { margin-top: 2rem; font-size: .9rem; }

.plugins { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 2rem; align-items: center; margin-top: 18px; padding: clamp(1.6rem, 3vw, 2.4rem); border-radius: var(--radius); background: var(--dark); color: var(--on-dark); }
.plugins h3 { color: #F5F2EC; font-size: clamp(1.4rem, 2.4vw, 1.9rem); letter-spacing: -.035em; margin-bottom: .7rem; }
.plugins p { margin: 0; }
.plugins .kicker { color: var(--orange); margin-bottom: .6rem; }
.plugins__lijst { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.plugins__lijst li { padding: .5rem .9rem; border-radius: 999px; background: var(--dark-2); color: #F5F2EC; font-size: .9rem; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); }
.card--breed { grid-column: 1 / -1; background: var(--dark); }
.card--breed h3 { color: #F5F2EC; }
.card--breed p { color: var(--on-dark); }
.card--breed::before { color: var(--orange) !important; }
.vergelijk--klein { min-width: 0; margin: .4rem 0 1rem; }

/* Vaste balk onderaan op telefoons, pas na de hero */
.plakbalk { display: none; }
@media (max-width: 760px) {
  .plakbalk { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; gap: .6rem; align-items: center; justify-content: space-between; padding: .6rem .6rem .6rem 1rem; border-radius: 18px; background: rgba(11, 11, 15, .92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 16px 34px -14px rgba(0, 0, 0, .6); transform: translateY(140%); transition: transform .45s var(--ease); }
  .plakbalk.is-zichtbaar { transform: none; }
  .plakbalk__bel { color: #F5F2EC; font-weight: 600; text-decoration: none; font-size: .95rem; min-height: 44px; display: inline-flex; align-items: center; }
  .plakbalk .btn { min-height: 44px; }
  .foot { padding-bottom: 5rem; }
}

/* Afsprakenplanner */
.plan { display: grid; gap: 18px; }
.plan > * { max-width: 880px; width: 100%; }
.plan__stap { border: 0; margin: 0; padding: clamp(1.6rem, 3.5vw, 2.4rem); background: var(--bon); border-radius: 24px; box-shadow: 0 0 0 1px rgba(11, 11, 15, .06), 0 24px 40px -30px rgba(60, 35, 10, .3); min-width: 0; }
.plan__stap.slip { border-radius: 0 0 24px 24px; }
.plan__kop { display: flex; align-items: center; gap: .75rem; font-size: 1.25rem; font-weight: 700; letter-spacing: -.02em; color: var(--ink); margin: 0 0 1.2rem; padding: 0; }
legend.plan__kop { float: left; width: 100%; }
legend.plan__kop + * { clear: both; }
.plan__num { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: #fff; font-size: .9rem; }
.plan__kiezen { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 1.2rem; }
.plan__keus { position: relative; cursor: pointer; }
.plan__keus input { position: absolute; opacity: 0; }
.plan__kaart { display: grid; gap: .25rem; height: 100%; padding: 1.2rem 1.2rem 1.1rem; border-radius: 18px; background: #fff; box-shadow: inset 0 0 0 1px rgba(11, 11, 15, .12); transition: box-shadow .2s var(--ease), transform .2s var(--ease), background-color .2s; }
.plan__kaart svg { width: 26px; height: 26px; fill: none; stroke: var(--orange-ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: .5rem; }
.plan__kaart strong { color: var(--ink); font-size: 1.05rem; }
.plan__kaart em { font-style: normal; color: var(--soft); font-size: .88rem; }
.plan__keus:hover .plan__kaart { transform: translateY(-2px); }
.plan__keus input:checked + .plan__kaart { box-shadow: inset 0 0 0 2px var(--orange), 0 14px 26px -18px rgba(255, 110, 0, .7); background: #FFF8EE; }
.plan__keus input:focus-visible + .plan__kaart { outline: 3px solid var(--orange); outline-offset: 3px; }
.plan__uitleg { color: var(--soft); margin: 0 0 1.3rem; }
.plan__fout { color: #B3261E; font-weight: 500; margin: 1rem 0 0; }
.plan[data-bezig] #plan-zoek { opacity: .7; }
.plan__dagen { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
.plan__dag { padding: 1rem; border-radius: 16px; background: #fff; box-shadow: inset 0 0 0 1px rgba(11, 11, 15, .08); }
.plan__dag h3 { font-size: .95rem; margin-bottom: .7rem; }
.plan__dag h3::first-letter { text-transform: uppercase; }
.plan__tijden { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.plan__tijd { width: 100%; min-height: 44px; border: 0; border-radius: 12px; background: var(--paper); color: var(--ink); font: 500 .95rem var(--sans); cursor: pointer; transition: background-color .15s, transform .12s var(--ease), box-shadow .15s; }
.plan__tijd:hover { background: #FFE9D1; }
.plan__tijd:active { transform: scale(.97); }
.plan__tijd[aria-pressed="true"] { background: var(--ink); color: #fff; box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .6); }
.plan__let { grid-column: 1 / -1; background: #FFF0C2; padding: .7rem 1rem; border-radius: 12px; margin: 0; font-size: .9rem; }
.plan__gekozen { display: inline-block; background: #FFF1DF; color: var(--orange-ink); font-weight: 600; padding: .5rem .9rem; border-radius: 10px; margin: 0 0 1.4rem; }
.plan__anders { color: var(--soft); padding: 0 .4rem; }
.plan__anders a { color: var(--orange-ink); font-weight: 600; }

/* Footer, uitgebreid */
.foot { background: var(--paper-2); border-top: 1px solid var(--line); padding: 3.5rem 0 0; color: var(--soft); font-size: .92rem; }
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 2.5rem; }
.foot__merk img { width: 150px; margin-bottom: 1rem; }
.foot__merk p { max-width: 24em; margin: 0; }
.foot__links { display: flex; flex-direction: column; gap: .55rem; }
.foot__kop { font: 600 .74rem var(--mono); text-transform: uppercase; letter-spacing: .12em; color: var(--ink); margin: 0 0 .4rem; }
.foot a { color: var(--text); text-decoration: none; }
.foot a:hover { color: var(--orange-ink); text-decoration: underline; text-underline-offset: 3px; }
.foot__onder { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; padding-top: 1.2rem; padding-bottom: 1.6rem; border-top: 1px solid var(--line); font-size: .84rem; }
.nav__links a[aria-current="page"] { border-color: var(--orange); }

/* ---------- Beweging ----------
   Alleen als JavaScript draait én niemand minder beweging heeft gevraagd: dan
   start een onderdeel iets lager en onzichtbaar, en schuift het op zijn plek. */
.beweeg .reveal, .beweeg .stagger > *, .beweeg .section__head, .beweeg .tile, .beweeg .steps li,
.beweeg .compare__col, .beweeg .extra, .beweeg .why__facts, .beweeg .faq details {
  opacity: 0; transform: translateY(28px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--vertraging, 0ms);
}
/* Zelfde elementen als hierboven, met .in-beeld erbij: even specifiek of specifieker,
   anders wint de verborgen beginstand (zo bleven de vragen onzichtbaar). */
.beweeg .reveal.in-beeld, .beweeg .stagger > .in-beeld, .beweeg .section__head.in-beeld, .beweeg .tile.in-beeld, .beweeg .steps li.in-beeld,
.beweeg .compare__col.in-beeld, .beweeg .extra.in-beeld, .beweeg .why__facts.in-beeld, .beweeg .faq details.in-beeld { opacity: 1; transform: none; }
.beweeg .stagger > .card.in-beeld:hover, .beweeg .cta-kaart.in-beeld:hover { transform: translateY(-4px); }
.beweeg .stamp { opacity: 0; transform: rotate(-30deg) scale(1.25); transition: opacity .5s var(--ease), transform .9s cubic-bezier(.34, 1.4, .64, 1); }
.beweeg .stamp.in-beeld { opacity: 1; transform: rotate(-6deg) scale(1) !important; }
.beweeg .foto { clip-path: inset(8% 8% 8% 8% round 28px); opacity: 0; transition: clip-path 1.2s var(--ease), opacity .8s var(--ease); }
.beweeg .foto.in-beeld { clip-path: inset(0 0 0 0 round 28px); opacity: 1; }
.beweeg .foto img { transform: scale(1.12); transition: transform 1.6s var(--ease); }
.beweeg .foto.in-beeld img { transform: scale(1.02); }
.beweeg .steps li::before { transform: scale(0); transition: transform .5s cubic-bezier(.34, 1.56, .64, 1) calc(var(--vertraging, 0ms) + 250ms); }
.beweeg .steps li.in-beeld::before { transform: scale(1); }
.beweeg .steps { --lijn: 0; }
.beweeg .steps li { border-top-color: transparent; }
.beweeg .steps::before { content: ""; position: absolute; left: 0; right: 0; top: 0; border-top: 2px dashed var(--ink); transform-origin: left; transform: scaleX(0); transition: transform 1.4s var(--ease); }
.beweeg .steps.in-beeld::before { transform: scaleX(1); }
.steps { position: relative; }
.plan__dag { animation: omhoog .5s var(--ease) both; animation-delay: var(--vertraging, 0ms); }
@keyframes omhoog { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.sent__stamp { animation: stempel .6s cubic-bezier(.34, 1.56, .64, 1) both; }
@keyframes stempel { from { opacity: 0; transform: rotate(-20deg) scale(1.6); } to { opacity: 1; transform: rotate(-5deg) scale(1); } }
.hero__copy > * { animation: omhoog .8s var(--ease) both; }
.hero__copy > :nth-child(2) { animation-delay: .08s; }
.hero__copy > :nth-child(3) { animation-delay: .16s; }
.hero__copy > :nth-child(4) { animation-delay: .22s; }
.hero__copy > :nth-child(5) { animation-delay: .28s; }
.hero__copy > :nth-child(6) { animation-delay: .36s; }


/* ---------- Cookiemelding (zelfde opzet als de VIT-cookiemelding) ---------- */
.vitcb { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 16px; }
.vitcb[hidden] { display: none; }
.vitcb__achter { position: absolute; inset: 0; background: rgba(11, 11, 15, .55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.vitcb__paneel { position: relative; width: min(100%, 560px); max-height: calc(100vh - 32px); overflow: auto; background: #fff; border-radius: 18px; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .5); color: var(--text); font-size: .95rem; animation: vitcb-in .45s var(--ease) both; }
@keyframes vitcb-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.vitcb__top { display: flex; justify-content: flex-end; padding: 14px 20px 6px; }
.vitcb__top img { width: 44px; height: auto; }
.vitcb__tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid rgba(11, 11, 15, .1); }
.vitcb__tabs button { background: none; border: 0; border-bottom: 3px solid transparent; padding: .85rem .5rem; font: 600 .92rem var(--sans); color: var(--soft); cursor: pointer; min-height: 48px; }
.vitcb__tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--orange); }
.vitcb__body { padding: 1.3rem 1.5rem .6rem; }
.vitcb__body h2 { font-size: 1.25rem; letter-spacing: -.02em; margin: 0 0 .7rem; font-weight: 600; }
.vitcb__body p { color: var(--soft); margin: 0 0 .8rem; line-height: 1.55; }
.vitcb__body a { color: var(--orange-ink); }
.vitcb__cat { padding: .8rem 0; border-top: 1px solid rgba(11, 11, 15, .08); }
.vitcb__cat:first-child { border-top: 0; }
.vitcb__catkop { display: flex; align-items: center; gap: .6rem; margin-bottom: .3rem; }
.vitcb__catkop strong { color: var(--ink); }
.vitcb__aantal { font: 600 .72rem var(--mono); background: var(--paper-2); border-radius: 999px; padding: .1rem .5rem; color: var(--soft); }
.vitcb__cat p { margin: 0 0 .3rem; font-size: .88rem; }
.vitcb__cookie { font-size: .82rem !important; }
.vitcb__cookie code { font-family: var(--mono); color: var(--ink); }
.vitcb__schakel { margin-left: auto; position: relative; display: inline-flex; cursor: pointer; }
.vitcb__schakel input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.vitcb__schakel span { width: 44px; height: 26px; border-radius: 999px; background: #D5CFC6; position: relative; transition: background-color .2s; }
.vitcb__schakel span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .25); transition: transform .2s var(--ease); }
.vitcb__schakel input:checked + span { background: var(--orange); }
.vitcb__schakel input:checked + span::after { transform: translateX(18px); }
.vitcb__schakel input:disabled + span { opacity: .6; }
.vitcb__schakel input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
.vitcb__knoppen { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; padding: 1rem 1.5rem; border-top: 1px solid rgba(11, 11, 15, .08); }
.vitcb__knop { min-height: 46px; border: 0; border-radius: 10px; background: #EFEBE4; color: var(--ink); font: 600 .95rem var(--sans); cursor: pointer; transition: background-color .15s, transform .1s; }
.vitcb__knop:hover { background: #E4DED4; }
.vitcb__knop:active { transform: scale(.97); }
.vitcb__knop--ja { background: var(--orange); }
.vitcb__knop--ja:hover { background: #FF9633; }
.vitcb__merk { text-align: center; font-size: .8rem; color: var(--soft); margin: 0; padding: 0 1rem 1rem; }
.vitcb__merk a { text-decoration: none; margin-left: .3rem; font-size: 1rem; }
.vitcb__merk b { color: var(--orange-ink); }
.vitcb__merk i { font-style: normal; font-weight: 700; color: #8A5200; }
.foot__knop { background: none; border: 0; padding: 0; font: inherit; color: var(--text); cursor: pointer; }
.foot__knop:hover { color: var(--orange-ink); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 480px) {
  .vitcb { place-items: end center; padding: 8px; }
  .vitcb__knoppen { grid-template-columns: 1fr; }
}


/* Kruimelpad en "Lees ook" */
.kruimel { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; padding-top: 1.4rem; font-size: .85rem; color: var(--soft); }
.kruimel a { color: var(--soft); text-decoration: none; }
.kruimel a:hover { color: var(--orange-ink); text-decoration: underline; }
.kruimel [aria-current] { color: var(--text); }
.kruimel + .page-hero, .kruimel + .legal, .kruimel + .section { padding-top: clamp(1.5rem, 3vw, 2.5rem); }
.verwant { padding: clamp(2.5rem, 5vw, 3.5rem) 0; background: var(--paper-2); border-top: 1px solid var(--line); }
.verwant__kop { font-size: 1.1rem; letter-spacing: -.01em; margin-bottom: 1rem; }
.verwant__lijst { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.verwant__lijst a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 56px; padding: .9rem 1.2rem; border-radius: 14px; background: var(--bon); box-shadow: 0 0 0 1px rgba(11, 11, 15, .06); color: var(--ink); font-weight: 600; text-decoration: none; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.verwant__lijst a::after { content: ""; flex: none; width: .45em; height: .45em; border-right: 2px solid var(--orange-ink); border-top: 2px solid var(--orange-ink); transform: rotate(45deg); }
.verwant__lijst a:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(11, 11, 15, .06), 0 16px 28px -20px rgba(60, 35, 10, .4); }
.compare__meer { margin: 1.8rem 0 0; color: var(--soft); }
.who__regio { color: var(--soft); max-width: 40em; margin: 0 0 1rem; }
@media (max-width: 760px) { .verwant__lijst { grid-template-columns: 1fr; } }


/* Lange klantreviews */
.reviews--lang .review { gap: 1rem; margin: 0; }
.reviews--lang blockquote { margin: 0; }
.reviews--lang blockquote p { margin: 0; font-size: 1.02rem; line-height: 1.6; color: var(--text); }
.reviews--lang blockquote p::before { content: "“"; color: var(--orange); font: 700 2.2rem/0 var(--sans); vertical-align: -.45em; margin-right: .15rem; }
.reviews--lang .review__wie strong { color: var(--ink); font-size: 1rem; }
.facts-row__link { display: flex; flex-direction: column; text-decoration: none; }
.facts-row__link:hover strong { color: var(--orange-ink); }

/* Gratis websitecheck */
.check { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; margin-top: clamp(2.5rem, 5vw, 4rem); padding: clamp(1.6rem, 3vw, 2.4rem); border-radius: var(--radius); background: var(--dark); color: var(--on-dark); }
.check h3 { color: #F5F2EC; font-size: clamp(1.5rem, 2.6vw, 2rem); letter-spacing: -.035em; margin-bottom: .8rem; }
.check .kicker { color: var(--orange); margin-bottom: .6rem; }
.check__tekst p:last-child { margin: 0; }
.check__form.slip { border-radius: 0 0 20px 20px; }

/* Persoon bij het contactblok */
.persoon { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.4rem; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.persoon img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex: none; box-shadow: 0 0 0 3px var(--orange); }
.persoon p { margin: 0; font-size: .92rem; line-height: 1.45; }
.persoon strong { color: #F5F2EC; }
.direct__wa { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; color: #7EE2A8; font-weight: 600; text-decoration: none; margin-bottom: .6rem; }
.direct__wa::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #25D366; }
.direct__wa:hover { text-decoration: underline; }

/* WhatsApp-knop (VIT-contactknop) */
.wa-knop { position: fixed; right: 20px; bottom: 20px; z-index: 35; display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1.1rem .7rem .8rem; border-radius: 999px; background: #fff; color: var(--ink); font-weight: 600; font-size: .95rem; text-decoration: none; box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .35), 0 0 0 1px rgba(11, 11, 15, .06); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.wa-knop svg { width: 32px; height: 32px; padding: 6px; border-radius: 50%; background: #25D366; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linejoin: round; }
.wa-knop:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(0, 0, 0, .4), 0 0 0 1px rgba(11, 11, 15, .06); }
.plakbalk__wa { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #25D366; flex: none; }
.plakbalk__wa svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linejoin: round; }
@media (max-width: 760px) { .wa-knop { display: none; } }
@media (max-width: 960px) { .check { grid-template-columns: 1fr; } }

/* Tablet */
@media (max-width: 960px) {
  .nav__links { display: none; }
  .hero__grid, .why, .price, .order__grid { grid-template-columns: 1fr; }
  .stage { margin-top: 1rem; }
  .foto { aspect-ratio: 900 / 671; }
  .foto img { object-position: 50% 30%; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .split, .meer, .page-hero--beeld .page-hero__grid, .scan-grid { grid-template-columns: 1fr; }
  .scan-grid .section__head { position: static; }
  .plugins { grid-template-columns: 1fr; }
  .scan__uitslag { grid-column: 1; }
  .voorbeelden, .reviews { grid-template-columns: 1fr 1fr; }
  .beeld--scherm { transform: none; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .tiles { grid-template-columns: 1fr 1fr; grid-template-areas: "d d" "o h" "b b" "c c"; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 2.6rem; }
  .extras, .compare { grid-template-columns: 1fr; }
  .compare__col:not(.compare__col--us) { padding-top: 0; }
}

/* Telefoon */
@media (max-width: 600px) {
  body { font-size: 1rem; }
  .nav__in { height: 62px; gap: 1rem; }
  .brand img { width: 118px; }
  .brand__sub { display: none; }
  .hero__actions .btn { width: 100%; }
  .hero__actions { justify-content: center; }
  .stage { width: calc(100% - 28px); }
  .printer { left: -14px; right: -14px; }
  .bon { padding: 1.7rem 1.1rem 2.4rem; font-size: .84rem; }
  .foto figcaption { left: .7rem; bottom: .7rem; padding: .6rem .85rem; font-size: .8rem; }
  .foto figcaption strong { font-size: .9rem; }
  .grid-3, .plan__kiezen, .checklist--2, .voorbeelden, .reviews { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; }
  .beweeg .steps li { border-top-color: var(--ink); }
  .beweeg .steps::before { display: none; }
  .tiles { grid-template-columns: 1fr; grid-template-areas: "d" "o" "h" "b" "c"; gap: 14px; }
  .mock { padding-right: 18%; }
  .steps { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .terms div { grid-template-columns: 1fr; gap: .1rem; }
  .compare__col--us { box-shadow: 5px 5px 0 var(--ink); }
  .extra--light { box-shadow: 5px 5px 0 var(--orange); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
