/* ==========================================================================
   PingWeb — one-pager
   Tokens staan in DESIGN.md; houd die twee in sync.
   ========================================================================== */

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-latin-wght.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy-950: #071426;
  --navy-900: #0b1b33;
  --navy-800: #12294a;
  --blue: #2a95ce;
  --blue-600: #1a73a6;
  --blue-700: #155f89;
  --blue-bright: #3fb0ee;
  --blue-light: #74b5db;
  --blue-100: #e3f0f9;
  --blue-50: #f3f8fc;
  --green: #64ad23;
  --green-600: #3f7d0f;
  --green-bright: #7fd13b;
  --gray-100: #eef2f6;
  --gray-200: #e4ebf2;
  --gray-300: #d5e0ea;
  --ink: #0f2233;
  --muted: #5b6b7a;
  --on-dark: #c5d3e3;
  --on-dark-muted: #93a7bf;
  --danger: #b42318;
  --danger-50: #fef3f2;
  --green-50: #eaf5df;
  --line: #c9dceb;
  --line-strong: #b6c8d8;
  --blue-bright-hover: #6cc6f6;
  --on-dark-accent: #d4e9f6;
  --white: #fff;
  --mock-ink: #2b2a28;
  --mock-muted: #6b665f;
  --mock-bg: #f1efec;

  --fs-mock-xs: .6rem;
  --fs-mock-sm: .68rem;
  --fs-mock-md: .82rem;
  --fs-mock-lg: 1.05rem;
  --fs-xs: .8rem;
  --fs-sm: .875rem;
  --fs-ui: .95rem;
  --fs-base: 1rem;
  --fs-body: 1.0625rem;
  --fs-md: 1.125rem;
  --fs-h4: 1.25rem;
  --fs-lg: 1.6rem;
  --fs-lead: clamp(1.05rem, 1.3vw, 1.18rem);
  --fs-hero-lead: clamp(1.08rem, 1.5vw, 1.22rem);
  --fs-quote: clamp(1.35rem, 2.4vw, 1.8rem);
  --fs-h3: clamp(1.6rem, 2.6vw, 2.15rem);
  --fs-h2-sm: clamp(1.8rem, 3.6vw, 2.8rem);
  --fs-h2: clamp(2rem, 4.3vw, 3.3rem);
  --fs-h2-lg: clamp(2.2rem, 4.8vw, 3.6rem);
  --fs-display: clamp(2.75rem, 7.4vw, 5.1rem);

  --r-xs: 6px;
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --section: clamp(5rem, 11vw, 9rem);
  --header-h: 76px;
  --shadow-card: 0 1px 2px rgba(11, 27, 51, 0.04), 0 16px 40px -24px rgba(11, 27, 51, 0.2);
  --shadow-card-hover: 0 2px 4px rgba(11, 27, 51, 0.04), 0 28px 56px -28px rgba(26, 115, 166, 0.42);
  --orbit: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-105 -92 210 184'%3E%3Cg fill='none' stroke-width='2.6'%3E%3Cellipse rx='100' ry='24.3' transform='rotate(-60)' stroke='%2374b5db'/%3E%3Cellipse rx='100' ry='24.3' stroke='%232a95ce'/%3E%3Cellipse rx='100' ry='24.3' transform='rotate(60)' stroke='%2364ad23'/%3E%3C/g%3E%3C/svg%3E");
}

/* Reset ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 8px);
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
html.nav-lock, html.nav-lock body { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
a[href^="tel:"] { white-space: nowrap; }
h1, h2, h3 { margin: 0; }
p { margin: 0 0 1rem; }
button, input, textarea { font: inherit; }
::selection { background: var(--blue-bright); color: var(--navy-950); }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 100;
  background: var(--white); color: var(--ink); padding: .75rem 1.1rem; border-radius: var(--r-sm);
  font-weight: 700; text-decoration: none; transition: top .2s;
}
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 3px; border-radius: var(--r-xs); }

.container { width: min(1240px, 100% - 2 * var(--gutter)); margin-inline: auto; position: relative; }

.icon,
.card__icon svg, .contact__icon svg, .chip__box svg,
.form-success__icon svg, .editor svg, .health svg {
  fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round;
}
.icon { width: 1.2em; height: 1.2em; flex: none; }

.t-blue { color: var(--blue-bright); }
.t-soft { color: var(--blue-600); }

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: .82rem 1.3rem; border-radius: var(--r-pill); border: 1px solid transparent;
  font-weight: 650; font-size: var(--fs-ui); line-height: 1.2; text-decoration: none; white-space: nowrap;
  cursor: pointer;
  transition: background-color .25s, color .25s, border-color .25s, box-shadow .35s, transform .35s var(--ease-out);
}
.btn .icon { transition: transform .35s var(--ease-out); }
.btn:hover .icon:last-child:not(:first-child) { transform: translateX(3px); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn--lg { padding: 1rem 1.55rem; font-size: var(--fs-base); }

.btn--dark-primary { background: var(--blue-bright); color: var(--navy-950); }
.btn--dark-primary:hover { background: var(--blue-bright-hover); box-shadow: 0 12px 32px -12px rgba(63, 176, 238, .75); }
.btn--dark-ghost { color: var(--white); border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .04); }
.btn--dark-ghost:hover { border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .09); }
.btn--light-primary { background: var(--blue-600); color: var(--white); }
.btn--light-primary:hover { background: var(--blue-700); box-shadow: 0 12px 28px -14px rgba(21, 95, 137, .8); }
.btn--light-ghost { background: var(--white); color: var(--ink); border-color: var(--gray-300); }
.btn--light-ghost:hover { border-color: var(--blue-600); color: var(--blue-600); }

/* Header ----------------------------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white);
}
.site-header::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(7, 20, 38, .9);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
  opacity: 0; transition: opacity .35s;
}
.site-header.is-scrolled::before { opacity: 1; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }

.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--white); position: relative; z-index: 2; }
.brand__logo { width: auto; height: 40px; }
.brand__logo--lg { height: 48px; }

.nav-toggle {
  position: relative; z-index: 2;
  display: grid; place-items: center; width: 46px; height: 46px; padding: 0;
  border-radius: var(--r-md); border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .05);
  color: var(--white); cursor: pointer;
}
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after {
  display: block; width: 20px; height: 2px; border-radius: 2px; background: currentColor;
  transition: transform .35s var(--ease-out), background-color .2s;
}
.nav-toggle__bars { position: relative; }
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { transform: translateY(-6px) rotate(-45deg); }

.site-nav ul { list-style: none; margin: 0; padding: 0; }
.site-nav a:not(.btn) { text-decoration: none; }

@media (max-width: 1039.98px) {
  .site-nav {
    position: fixed; inset: 0; z-index: 1;
    display: flex; flex-direction: column; gap: 2rem;
    padding: calc(var(--header-h) + 1.5rem) var(--gutter) 2rem;
    background: var(--navy-950);
    background-image: radial-gradient(80% 50% at 100% 0%, rgba(42, 149, 206, .22), transparent 70%);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .3s, visibility .3s, transform .45s var(--ease-out);
    overflow-y: auto;
  }
  .site-header.nav-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .site-nav ul { display: grid; }
  .site-nav a:not(.btn) {
    display: block; padding: .85rem 0; font-size: var(--fs-lg); font-weight: 720; letter-spacing: -.02em;
    border-bottom: 1px solid rgba(255, 255, 255, .08); color: var(--white);
  }
  .site-nav__cta { align-self: flex-start; }
}
@media (min-width: 1040px) {
  .nav-toggle { display: none; }
  .site-nav { display: flex; align-items: center; gap: 2.25rem; }
  .site-nav ul { display: flex; gap: 1.9rem; }
  .site-nav a:not(.btn) {
    position: relative; color: var(--on-dark); font-weight: 600; font-size: var(--fs-ui); padding: .35rem 0;
    transition: color .2s;
  }
  .site-nav a:not(.btn)::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px;
    background: var(--blue-bright); transform: scaleX(0); transform-origin: left;
    transition: transform .4s var(--ease-out);
  }
  .site-nav a:not(.btn):hover, .site-nav a[aria-current="true"] { color: var(--white); }
  .site-nav a:not(.btn):hover::after, .site-nav a[aria-current="true"]::after { transform: scaleX(1); }
  .site-nav__cta { padding: .66rem 1.1rem; font-size: var(--fs-ui); }
}

/* Hero ------------------------------------------------------------------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden; overflow: clip;
  background: var(--navy-900); color: var(--white);
  padding: calc(var(--header-h) + clamp(2.5rem, 7vw, 5.5rem)) 0 clamp(2rem, 4vw, 3rem);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, .085) 1px, transparent 1.3px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(70% 70% at 72% 42%, #000 0%, transparent 75%);
  mask-image: radial-gradient(70% 70% at 72% 42%, #000 0%, transparent 75%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(50% 60% at 78% 38%, rgba(42, 149, 206, .26), transparent 70%),
    radial-gradient(45% 55% at 0% 100%, rgba(18, 41, 74, .9), transparent 70%),
    linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 60%);
}
.hero__orbits, .contact__orbits, .deco-orbit {
  position: absolute; pointer-events: none; aspect-ratio: 210 / 184;
  background: var(--orbit) center / contain no-repeat;
}
.hero__orbits { z-index: -1; width: 1500px; left: -760px; bottom: -820px; opacity: .1; transform: rotate(-8deg); }

.hero__grid { display: grid; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.hero__copy { max-width: 44rem; }

.pill {
  display: inline-flex; align-items: center; gap: .6rem; margin: 0;
  padding: .45rem .95rem .45rem .75rem; border-radius: var(--r-pill);
  border: 1px solid rgba(116, 181, 219, .3); background: rgba(63, 176, 238, .08);
  color: var(--on-dark-accent); font-size: var(--fs-sm); font-weight: 620; letter-spacing: .005em;
}
.pill__dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); flex: none; }
.pill__dot::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--green-bright);
  animation: dot-ping 2.6s cubic-bezier(0, 0, .2, 1) infinite;
}

.hero__title {
  margin: 1.1rem 0 1.4rem;
  font-size: var(--fs-display); font-weight: 800; line-height: 1.02; letter-spacing: -.04em;
  text-wrap: balance;
}
.hero__lead { max-width: 37rem; color: var(--on-dark); font-size: var(--fs-hero-lead); line-height: 1.6; margin: 0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.1rem; }

.hero__visual {
  position: relative; width: min(100%, 540px); aspect-ratio: 1; margin-inline: auto;
  transform: translate3d(calc(var(--px, 0) * 16px), calc(var(--py, 0) * 16px), 0);
  transition: transform 1.2s var(--ease-out);
}
.atom { width: 100%; height: 100%; overflow: visible; }
.atom__spin { transform-box: view-box; transform-origin: 0 0; animation: spin 90s linear infinite; }
.ping-ring {
  fill: none; stroke: var(--blue-light); stroke-width: 1.5; vector-effect: non-scaling-stroke;
  transform-box: fill-box; transform-origin: center; opacity: 0;
  animation: ring 6s var(--ease-out) infinite;
}
.ping-ring:nth-child(2) { animation-delay: 2s; }
.ping-ring:nth-child(3) { animation-delay: 4s; }

.trust {
  list-style: none; margin: clamp(2rem, 5vw, 3.5rem) 0 0; padding: 1.5rem 0 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.trust__item { display: flex; align-items: center; gap: .7rem; color: var(--on-dark); font-size: var(--fs-ui); line-height: 1.35; }
.trust__item .icon { color: var(--blue-light); width: 1.35rem; height: 1.35rem; }
.trust__item strong { color: var(--white); font-weight: 750; }
.trust__item--lead .icon { color: var(--blue-bright); }

@media (min-width: 960px) {
  .hero__grid { grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); }
  .hero__visual { width: min(118%, 580px); margin-right: -6%; }
  .trust { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 959.98px) {
  .hero__visual { width: min(72%, 340px); margin-top: .5rem; margin-bottom: -1.5rem; }
}

/* Sections --------------------------------------------------------------- */
.section { position: relative; padding-block: var(--section); overflow: hidden; overflow: clip; }
.section--tint { background: var(--blue-50); }
.section--gray { background: var(--gray-100); }

h2 {
  font-size: var(--fs-h2); font-weight: 780; line-height: 1.07; letter-spacing: -.035em;
  text-wrap: balance; margin-bottom: 1rem;
}
h3 { text-wrap: balance; }
/* Plus Jakarta's punt en komma hebben ruime zijkanten; bij strakke koppen trekken we ze bij. */
.kern { margin-left: -.09em; }
.section-head { max-width: 48rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head p { font-size: var(--fs-lead); color: var(--muted); max-width: 40rem; margin: 0; }

.deco-orbit { width: 1100px; opacity: .08; }
.deco-orbit--right { right: -520px; top: -180px; transform: rotate(16deg); }

/* Diensten (bento) ------------------------------------------------------- */
.bento { display: grid; gap: 1rem; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 720px) {
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
  .card--wp, .card--dns, .card--ai { grid-column: 1 / -1; }
}
@media (min-width: 1040px) {
  .bento { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .card--wp { grid-column: 1 / 3; grid-row: 1 / 4; }
  .card--apps, .card--host, .card--dns { grid-column: 3; }
  .card--ai { grid-column: 1 / -1; }
}

.card {
  position: relative; display: flex; flex-direction: column;
  background: var(--white); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.1rem);
  border: 1px solid rgba(15, 34, 51, .06); box-shadow: var(--shadow-card);
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .3s;
}
.card:hover { transform: translateY(-4px); border-color: rgba(42, 149, 206, .35); box-shadow: var(--shadow-card-hover); }
.card h3 { margin: 1.2rem 0 .5rem; font-size: var(--fs-h4); font-weight: 730; line-height: 1.22; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--muted); font-size: var(--fs-base); }
.card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.card__icon {
  display: grid; place-items: center; width: 52px; height: 52px; flex: none;
  border-radius: var(--r-md); background: var(--blue-100); color: var(--blue-600);
}
.card__icon svg { width: 26px; height: 26px; }
.badge {
  display: inline-block; padding: .38rem .8rem; border-radius: var(--r-pill);
  background: var(--blue-50); border: 1px solid rgba(26, 115, 166, .22);
  color: var(--blue-600); font-size: var(--fs-xs); font-weight: 720; white-space: nowrap;
}

/* Kleine dienstkaarten: icoon naast de kop in plaats van erboven */
.card--apps, .card--host, .card--dns, .card--ai__intro {
  display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; align-content: start; column-gap: .9rem;
}
.card--apps > h3, .card--host > h3, .card--dns > h3, .card--ai__intro > h3 { margin: 0; }
.card--apps > p, .card--host > p, .card--dns > p, .card--ai__intro > p { grid-column: 1 / -1; margin-top: .9rem; }
.card--apps .card__icon, .card--host .card__icon, .card--dns .card__icon, .card--ai__intro .card__icon {
  width: 44px; height: 44px; border-radius: var(--r-sm);
}
.card--apps .card__icon svg, .card--host .card__icon svg, .card--dns .card__icon svg, .card--ai__intro .card__icon svg { width: 22px; height: 22px; }
.card--wp h3 { font-size: var(--fs-h3); letter-spacing: -.03em; margin-top: 1.4rem; }
.card--wp p { font-size: var(--fs-md); max-width: 36rem; }
.tags { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.3rem 0 0; padding: 0; }
.tags li { padding: .42rem .85rem; border-radius: var(--r-pill); background: var(--gray-100); color: var(--ink); font-size: var(--fs-sm); font-weight: 620; }

.editor {
  display: flex; flex-direction: column; flex: 1; min-height: 320px; margin-top: 1.75rem;
  border-radius: var(--r-md); border: 1px solid var(--gray-200); overflow: hidden; background: var(--gray-100);
}
.editor__bar { display: flex; align-items: center; gap: 6px; padding: .55rem .75rem; background: var(--white); border-bottom: 1px solid var(--gray-200); }
.editor__bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.editor__url {
  flex: 0 1 220px; margin-left: .5rem; padding: .16rem .75rem; border-radius: var(--r-pill);
  background: var(--gray-100); color: var(--muted); font-size: var(--fs-xs); font-weight: 600;
}
.editor__save { margin-left: auto; padding: .28rem .75rem; border-radius: var(--r-xs); background: var(--blue-600); color: var(--white); font-size: var(--fs-xs); font-weight: 700; }
.editor__canvas {
  flex: 1; display: flex; flex-direction: column; gap: .65rem; margin: .75rem; padding: .85rem;
  border-radius: var(--r-sm); background: var(--white); box-shadow: 0 1px 3px rgba(11, 27, 51, .08);
}
[data-block] { position: relative; border-radius: var(--r-xs); outline: 2px solid transparent; outline-offset: 3px; transition: outline-color .35s; }
[data-block].is-selected { outline-color: var(--blue-bright); }
[data-block]::after {
  content: attr(data-label); position: absolute; left: 0; top: -5px; transform: translateY(-100%);
  padding: .08rem .45rem; border-radius: 4px; background: var(--blue-bright); color: var(--navy-950);
  font-size: var(--fs-mock-xs); font-weight: 800; letter-spacing: .01em; opacity: 0; transition: opacity .35s;
  pointer-events: none; z-index: 2;
}
[data-block].is-selected::after { opacity: 1; }
.shop-nav { display: flex; align-items: center; gap: .85rem; padding: .15rem .25rem; color: var(--mock-muted); font-size: var(--fs-mock-sm); font-weight: 600; }
.shop-nav__logo { margin-right: auto; color: var(--mock-ink); font-size: var(--fs-mock-md); font-weight: 800; letter-spacing: -.01em; }
.shop-nav__cart { width: 14px; height: 14px; color: var(--mock-ink); }
.shop-nav > * { white-space: nowrap; }
@media (max-width: 559.98px) { .shop-nav span:nth-of-type(n+2) { display: none; } }
.shop-hero { display: flex; flex: 1; min-height: 150px; overflow: hidden; background: var(--mock-bg); }
.shop-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-xs); }
.shop-hero__text {
  position: relative; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: .2rem;
  padding: .9rem 1rem; border-radius: var(--r-xs);
  background: linear-gradient(90deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .55) 42%, rgba(255, 255, 255, 0) 70%);
}
.shop-hero__text b { max-width: 12rem; color: var(--mock-ink); font-size: var(--fs-mock-lg); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }
.shop-hero__text span { color: var(--mock-muted); font-size: var(--fs-mock-sm); }
.shop-hero__text em {
  align-self: flex-start; margin-top: .45rem; padding: .3rem .75rem; border-radius: var(--r-pill);
  background: var(--mock-ink); color: var(--white); font-size: var(--fs-mock-xs); font-style: normal; font-weight: 700;
}
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .6rem; }
.shop-item { display: flex; flex-direction: column; gap: .05rem; font-size: var(--fs-mock-sm); color: var(--mock-muted); }
.shop-item img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: .35rem; border-radius: var(--r-xs); background: var(--mock-bg); }
.shop-item b { color: var(--mock-ink); font-weight: 700; }
.editor__inserter {
  position: relative; display: flex; align-items: center; justify-content: center; gap: .4rem; height: 38px;
  border-radius: var(--r-xs); border: 1.5px dashed var(--blue-light); background: rgba(63, 176, 238, .05);
  color: var(--blue-600); font-size: var(--fs-xs); font-weight: 700;
}
.editor__inserter svg { width: 15px; height: 15px; stroke-width: 2.4; }
.editor__inserter::after {
  content: ""; position: absolute; inset: -1px; border-radius: var(--r-xs); border: 2px solid var(--blue-bright);
  animation: block-pulse 3.2s var(--ease-out) infinite;
}

.card--ai__intro p { max-width: 34rem; }
.ai-steps {
  list-style: none; display: grid; gap: 1px; margin: 1.5rem 0 0; padding: 0;
  background: var(--gray-200); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--gray-200);
}
.ai-steps li { display: flex; flex-direction: column; gap: .15rem; padding: 1.05rem 1.25rem; background: var(--blue-50); }
.ai-steps strong { font-weight: 720; color: var(--ink); }
.ai-steps span { color: var(--muted); font-size: var(--fs-ui); line-height: 1.5; }
@media (min-width: 900px) {
  .card--ai { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 2.5rem; align-items: center; }
  .ai-steps { margin: 0; }
}

/* WordPress ------------------------------------------------------------- */
.wp__grid { display: grid; gap: clamp(2rem, 5vw, 3rem); align-items: center; }
@media (min-width: 960px) {
  .wp__grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 6vw, 5.5rem); }
}
.wp__figure { position: relative; width: 100%; max-width: 470px; margin-inline: auto; padding: 1rem 0 2.75rem; }
.wp__figure::before {
  content: ""; position: absolute; inset: -12% -22%; background: var(--orbit) center / contain no-repeat;
  opacity: .16; pointer-events: none;
}
.health {
  position: relative; padding: 1.2rem 1.25rem .6rem; border-radius: var(--r-lg);
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(11, 27, 51, .05), 0 2px 4px rgba(11, 27, 51, .05), 0 14px 32px -14px rgba(11, 27, 51, .28);
}
.health__head { display: flex; align-items: center; gap: .65rem; padding: 0 .2rem 1rem; border-bottom: 1px solid var(--gray-200); }
.health__head b { font-size: var(--fs-base); font-weight: 750; }
.health__live { position: relative; width: 10px; height: 10px; border-radius: 50%; background: var(--green); flex: none; }
.health__live::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--green); animation: dot-ping 2.6s cubic-bezier(0, 0, .2, 1) infinite; }
.health__site { margin-left: auto; padding: .18rem .65rem; border-radius: var(--r-pill); background: var(--gray-100); color: var(--muted); font-size: var(--fs-xs); font-weight: 600; }
.health__list { list-style: none; margin: 0; padding: 0; }
.health__list li { display: flex; align-items: center; gap: .85rem; padding: .8rem .2rem; border-bottom: 1px solid var(--gray-100); }
.health__list li:last-child { border-bottom: 0; }
.health__ok { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--blue-100); color: var(--blue-600); }
.health__ok svg { width: 15px; height: 15px; stroke-width: 2.6; }
.health__list b { display: block; font-size: var(--fs-ui); font-weight: 680; line-height: 1.3; }
.health__list small { color: var(--muted); font-size: var(--fs-sm); }
.health__toast {
  position: absolute; right: -1.25rem; bottom: .5rem; display: inline-flex; align-items: center; gap: .55rem;
  padding: .7rem 1.05rem; border-radius: var(--r-pill); background: var(--navy-900); color: var(--white);
  font-size: var(--fs-sm); font-weight: 650; box-shadow: 0 18px 40px -16px rgba(11, 27, 51, .65);
}
.health__toast .icon { color: var(--blue-bright); }
@media (max-width: 559.98px) { .health__toast { right: .5rem; } }
.wp__content p { color: var(--muted); font-size: var(--fs-lead); max-width: 38rem; }
.checklist { list-style: none; display: grid; gap: .8rem; margin: 1.75rem 0 2.1rem; padding: 0; }
.checklist li { display: flex; align-items: flex-start; gap: .8rem; font-weight: 620; line-height: 1.45; }
.checklist .icon {
  width: 1.5rem; height: 1.5rem; padding: 4px; margin-top: -.05rem; border-radius: 50%;
  background: var(--blue-100); color: var(--blue-600); stroke-width: 2.6;
}

/* Wij regelen het ------------------------------------------------------- */
.fixes {
  position: relative; overflow: hidden; overflow: clip; margin-top: var(--section);
  padding: clamp(1.75rem, 5vw, 3.5rem); border-radius: var(--r-xl);
  background: var(--blue-100);
}
.fixes::after {
  content: ""; position: absolute; left: -300px; bottom: -380px; width: 720px; aspect-ratio: 210 / 184;
  background: var(--orbit) center / contain no-repeat; opacity: .12; transform: rotate(-14deg); pointer-events: none;
}
.fixes__art { position: relative; z-index: 1; display: block; height: auto; overflow: visible; }
.fixes__art--wide { display: none; width: 100%; max-width: 820px; margin: clamp(1.5rem, 3vw, 2.5rem) auto clamp(2rem, 4vw, 3rem); }
.fixes__art--tall { width: 100%; max-width: 380px; margin: 1.75rem auto 2rem; }
@media (min-width: 720px) {
  .fixes__art--wide { display: block; }
  .fixes__art--tall { display: none; }
}
.fx-label { fill: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.fx-label--after { fill: var(--blue-600); }
.fx-mess { fill: var(--muted); font-size: 12.5px; font-weight: 620; }
.fixes__art--tall .fx-mess { font-size: 13px; }
.fx-neat__t { fill: var(--ink); font-size: 14px; font-weight: 720; }
.fixes__art--tall .fx-neat__t { font-size: 14px; }
.fixes__ring { opacity: .3; transform-box: fill-box; transform-origin: center; }
.fixes.is-run .fixes__ring { animation: ring-soft 3s var(--ease-out) 1.6s infinite; }

/* Chaos: kaartjes wiebelen een beetje */
.mess { transform-box: fill-box; transform-origin: center; animation: wobble 4.5s ease-in-out infinite; animation-delay: calc(var(--d, 0) * -1s); }
@keyframes wobble { 0%, 100% { transform: rotate(-1.6deg) translateY(0); } 50% { transform: rotate(1.6deg) translateY(-2px); } }

/* Orde: lijnen tekenen zich, daarna verschijnen de nette kaartjes */
.fx-bus { stroke-dasharray: 1; stroke-dashoffset: 0; transition: stroke-dashoffset .7s var(--ease-out); transition-delay: calc(.5s + var(--i) * .22s); }
.fx-neat { transform-box: fill-box; transform-origin: left center; transition: transform .6s var(--ease-out), opacity .4s; transition-delay: calc(.9s + var(--i) * .22s); }
.js .fixes:not(.is-run) .fx-bus { stroke-dashoffset: 1; }
.js .fixes:not(.is-run) .fx-neat { transform: translateX(-10px) scale(.96); opacity: 0; }
.fixes__head {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.25rem 2rem;
  margin-bottom: 2rem;
}
.fixes__title { margin: 0; font-size: var(--fs-h2-sm); }
.fixes__title span { color: var(--blue-600); }
.chips { position: relative; z-index: 1; list-style: none; display: flex; flex-wrap: wrap; gap: .7rem; margin: 0; padding: 0; }
@media (min-width: 720px) { .chips { justify-content: center; max-width: 900px; margin-inline: auto; } }
@media (max-width: 719.98px) {
  .chips { display: grid; grid-template-columns: minmax(0, 1fr); gap: .45rem; }
  .chips .chip { width: 100%; padding: .6rem .9rem .6rem .65rem; font-size: var(--fs-sm); border-radius: var(--r-sm); }
  .chips .chip__box { width: 22px; height: 22px; }
  .chips .chip.is-done { transform: none; }
}
.chip {
  display: inline-flex; align-items: center; gap: .65rem;
  padding: .68rem 1.1rem .68rem .72rem; border-radius: var(--r-pill); background: var(--white);
  font-weight: 620; font-size: var(--fs-ui); line-height: 1.3;
  box-shadow: 0 1px 2px rgba(11, 27, 51, .06), 0 10px 24px -16px rgba(11, 27, 51, .3);
  transition: transform .5s var(--ease-out);
}
.chip__box {
  position: relative; display: grid; place-items: center; flex: none;
  width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--line); background: var(--white);
  transition: background-color .35s, border-color .35s;
}
.chip__box svg { width: 14px; height: 14px; stroke: var(--white); stroke-width: 3.2; stroke-dasharray: 22; stroke-dashoffset: 22; transition: stroke-dashoffset .5s .12s var(--ease-out); }
.chip__box::after { content: ""; position: absolute; inset: -2px; border-radius: 50%; border: 2px solid var(--blue-bright); opacity: 0; }
.chip.is-done .chip__box, html:not(.js) .chip__box { background: var(--blue-600); border-color: var(--blue-600); }
.chip.is-done .chip__box svg, html:not(.js) .chip__box svg { stroke-dashoffset: 0; }
.chip.is-done .chip__box::after { animation: ping-once .9s var(--ease-out); }
.chip.is-done { transform: translateY(-2px); }

/* Werkwijze ------------------------------------------------------------- */
.process__head { display: grid; gap: 1rem 4rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.process__head h2 { margin: 0; }
.process__head p { margin: 0; max-width: 34rem; color: var(--muted); font-size: var(--fs-lead); }
@media (min-width: 960px) {
  .process__head { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; }
}
.steps { position: relative; list-style: none; display: grid; gap: 1rem; margin: 0; padding: 0; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; } }
@media (min-width: 1040px) { .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.step {
  position: relative; display: flex; flex-direction: column;
  padding: 1.5rem 1.5rem 1.35rem; border-radius: var(--r-lg);
  background: var(--white); box-shadow: var(--shadow-card);
}
.step__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.35rem; }
.step__icon {
  position: relative; display: grid; place-items: center; width: 56px; height: 56px; flex: none;
  border-radius: var(--r-md); background: var(--blue-50); border: 1px solid var(--gray-200);
  transition: border-color .45s, background-color .45s;
}
.step__icon svg { width: 36px; height: 36px; }
.step__icon::after { content: ""; position: absolute; inset: -1px; border-radius: var(--r-md); border: 2px solid var(--blue-bright); opacity: 0; }
.step.is-in .step__icon::after { animation: ping-once 1s var(--ease-out); }
.step__num {
  padding: .3rem .7rem; border-radius: var(--r-pill); background: var(--blue-50);
  color: var(--blue-600); font-size: var(--fs-xs); font-weight: 750; white-space: nowrap;
}
.step h3 { margin: 0 0 .5rem; font-size: var(--fs-h4); font-weight: 760; letter-spacing: -.02em; line-height: 1.3; }
.step > p { margin: 0 0 1.35rem; color: var(--muted); font-size: var(--fs-base); line-height: 1.6; }
.step .step__result {
  display: flex; flex-direction: column; gap: .15rem; margin: auto 0 0; padding-top: 1.1rem;
  border-top: 1px solid var(--gray-200); color: var(--ink); font-size: var(--fs-ui); line-height: 1.4;
}
.step__result span { color: var(--muted); font-size: var(--fs-xs); font-weight: 650; }
.step__result strong { font-weight: 700; }

/* Stap 2 is de kern: navy, zodat "de beste oplossing" eruit springt */
.step--key { background: var(--navy-900); color: var(--white); box-shadow: 0 2px 6px rgba(11, 27, 51, .12), 0 26px 50px -24px rgba(11, 27, 51, .6); }
.step--key h3, .step--key .step__result strong { color: var(--white); }
.step--key > p { color: var(--on-dark); }
.step--key .step__icon { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .12); }
.step--key .step__num { background: rgba(63, 176, 238, .16); color: var(--blue-bright); }
.step--key .step__result { border-color: rgba(255, 255, 255, .12); }
.step--key .step__result span { color: var(--on-dark-muted); }

/* Verbindingslijntjes tussen de kaarten (alleen op één rij) */
@media (min-width: 1040px) {
  .step:not(:last-child)::after {
    content: ""; position: absolute; top: calc(1.5rem + 27px); left: 100%; width: 1.25rem; height: 2px;
    background: linear-gradient(var(--blue-600), var(--blue-600)) left / var(--fill, 0%) 100% no-repeat, var(--line);
    transition: background-size .8s var(--ease-out) .2s;
  }
  .step.is-in:not(:last-child)::after, html:not(.js) .step::after { --fill: 100%; }
}
.process__cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 1.5rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.process__cta p { margin: 0; color: var(--ink); font-size: var(--fs-md); font-weight: 650; }

/* Waarom ---------------------------------------------------------------- */
.why__grid { display: grid; gap: clamp(2rem, 5vw, 3rem); }
@media (min-width: 960px) {
  .why__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(3rem, 6vw, 5.5rem); align-items: start; }
  .why__statement { position: sticky; top: calc(var(--header-h) + 2.5rem); }
}
.why__quote {
  margin: 1.25rem 0 0; max-width: 30rem;
  font-size: var(--fs-quote); font-weight: 660; line-height: 1.35; letter-spacing: -.02em;
}
.why__quote span { display: block; margin-top: .9rem; color: var(--muted); font-size: .66em; font-weight: 500; letter-spacing: 0; line-height: 1.55; }
.why__art { display: block; width: 100%; max-width: 440px; height: auto; margin-top: 1.75rem; overflow: visible; }
.why__art-label { fill: var(--muted); font-size: 12px; font-weight: 650; }
.why__art-pill { fill: var(--white); font-size: 12px; font-weight: 750; }
.why__art .meter { transform-box: fill-box; transform-origin: left center; transition: transform 1.1s var(--ease-out); }
.why__art .opt--a .meter { transition-delay: .35s; }
.why__art .opt--c .meter { transition-delay: .55s; }
.why__art .opt--b .meter { transition-delay: .8s; }
.why__art .pick { transform-box: fill-box; transform-origin: center; transition: transform .7s var(--ease-out) 1.5s, opacity .4s 1.5s; }
.reveal-ready .why__statement:not(.is-in) .meter { transform: scaleX(0); }
.reveal-ready .why__statement:not(.is-in) .pick { transform: scale(.5); opacity: 0; }
.why__list { list-style: none; margin: 0; padding: 0; }
.why__list li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1.25rem; padding: 1.75rem 0; border-top: 1px solid var(--gray-200); }
.why__list li:last-child { border-bottom: 1px solid var(--gray-200); }
.why__icon {
  display: grid; place-items: center; width: 60px; height: 60px; border-radius: var(--r-md);
  background: var(--blue-50); border: 1px solid var(--gray-200);
}
.why__icon svg { width: 40px; height: 40px; }
.why__list h3 { margin: .2rem 0 .35rem; font-size: var(--fs-h4); font-weight: 730; letter-spacing: -.015em; }
.why__list p { margin: 0; color: var(--muted); }

/* FAQ ------------------------------------------------------------------- */
.faq__grid { display: grid; gap: 2.5rem; }
@media (min-width: 960px) {
  .faq__grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 6vw, 5.5rem); align-items: start; }
}
.faq__intro p { color: var(--muted); font-size: var(--fs-md); max-width: 26rem; margin-bottom: 1.75rem; }
.faq__art { display: block; width: min(100%, 340px); height: auto; margin-top: clamp(2rem, 4vw, 3rem); overflow: visible; }
.faq__art-q { fill: var(--blue-600); font-size: 28px; font-weight: 800; }
.faq__art-ping { transform-box: fill-box; transform-origin: center; animation: ring-soft 3s var(--ease-out) infinite; }
.qa {
  margin-bottom: .75rem; border-radius: var(--r-md); background: var(--white); border: 1px solid rgba(15, 34, 51, .06);
  transition: box-shadow .4s var(--ease-out), border-color .3s;
}
.qa:hover { border-color: rgba(42, 149, 206, .3); }
.qa[open] { box-shadow: var(--shadow-card); }
.qa summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.2rem 1.4rem; cursor: pointer; list-style: none; border-radius: var(--r-md);
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary h3 { font-size: var(--fs-md); font-weight: 680; line-height: 1.4; letter-spacing: -.01em; }
.qa__icon { position: relative; flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--blue-50); transition: background-color .3s, transform .45s var(--ease-out); }
.qa__icon::before, .qa__icon::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px;
  border-radius: 2px; background: var(--blue-600);
}
.qa__icon::after { transform: rotate(90deg); }
.qa[open] .qa__icon { transform: rotate(45deg); background: var(--blue-100); }
.qa p { margin: 0; padding: 0 1.4rem 1.35rem; color: var(--muted); max-width: 44rem; }

/* Contact --------------------------------------------------------------- */
.contact {
  position: relative; isolation: isolate; overflow: hidden; overflow: clip;
  padding-block: var(--section); background: var(--navy-900); color: var(--white);
}
.contact::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(45% 55% at 12% 20%, rgba(42, 149, 206, .22), transparent 70%),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
}
.contact__orbits { z-index: -1; width: 1300px; right: -640px; bottom: -560px; opacity: .1; transform: rotate(22deg); }
.contact__grid { display: grid; gap: clamp(2.5rem, 5vw, 3rem); }
@media (min-width: 1000px) {
  .contact__grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.1fr); gap: clamp(3rem, 6vw, 5.5rem); align-items: start; }
  .contact__info { position: sticky; top: calc(var(--header-h) + 2.5rem); }
}
.contact h2 { color: var(--white); font-size: var(--fs-h2-lg); }
.contact__lead { color: var(--on-dark); font-size: var(--fs-lead); max-width: 32rem; }
.contact__list { list-style: none; display: grid; gap: 1.4rem; margin: 2.5rem 0 0; padding: 0; }
.contact__list li { display: flex; align-items: center; gap: 1rem; color: var(--on-dark); line-height: 1.45; }
.contact__icon {
  display: grid; place-items: center; width: 52px; height: 52px; flex: none; border-radius: var(--r-md);
  background: rgba(63, 176, 238, .1); border: 1px solid rgba(116, 181, 219, .24); color: var(--blue-bright);
}
.contact__icon svg { width: 24px; height: 24px; }
.contact__list small { display: block; margin-bottom: .1rem; color: var(--on-dark-muted); font-size: var(--fs-sm); font-weight: 620; }
.contact__list a { color: var(--white); font-weight: 650; font-size: var(--fs-md); text-decoration: none; text-underline-offset: 4px; }
.contact__list a:hover { color: var(--blue-bright); text-decoration: underline; }
.contact__big { font-size: var(--fs-quote) !important; font-weight: 780 !important; letter-spacing: -.02em; }

.form-card {
  position: relative; border-radius: var(--r-xl); padding: clamp(1.4rem, 3.5vw, 2.5rem);
  background: var(--white); color: var(--ink);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12), 0 40px 90px -40px rgba(0, 0, 0, .7);
}
.form { margin: 0; }
.seg {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  margin: 0 0 1.75rem; padding: 5px; border: 0; border-radius: var(--r-pill); background: var(--gray-100);
}
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .72rem .8rem; border-radius: var(--r-pill); cursor: pointer; text-align: center;
  font-weight: 660; font-size: var(--fs-ui); color: var(--muted); line-height: 1.2;
  transition: background-color .3s, color .3s, box-shadow .3s;
}
.seg label:hover { color: var(--ink); }
.seg input:checked + label { background: var(--white); color: var(--ink); box-shadow: 0 1px 2px rgba(11, 27, 51, .08), 0 6px 18px -8px rgba(11, 27, 51, .3); }
.seg input:checked + label .icon { color: var(--blue-600); }
.seg input:focus-visible + label { outline: 3px solid var(--blue-bright); outline-offset: 2px; }
@media (max-width: 419.98px) {
  .seg label { padding: .72rem .5rem; font-size: var(--fs-sm); }
  .seg label .icon { display: none; }
}

.form:has(#type-callback:checked) [data-for="message"],
.form:has(#type-message:checked) [data-for="callback"],
.form[data-mode="callback"] [data-for="message"],
.form[data-mode="message"] [data-for="callback"] { display: none !important; }

.form__grid { display: grid; gap: 0 1rem; }
@media (min-width: 560px) {
  .form__grid { grid-template-columns: 1fr 1fr; }
  .field--full { grid-column: 1 / -1; }
}
.field { display: flex; flex-direction: column; gap: .42rem; min-width: 0; margin: 0 0 1.1rem; padding: 0; border: 0; }
.field label, .field legend { font-weight: 660; font-size: var(--fs-ui); color: var(--ink); }
.field legend { padding: 0; margin-bottom: .6rem; }
.req { color: var(--blue-600); }
.opt { color: var(--muted); font-weight: 500; }
.field input:not([type="radio"]):not([type="checkbox"]), .field textarea {
  width: 100%; padding: .8rem 1rem; border-radius: var(--r-sm); border: 1px solid var(--gray-300);
  background: #f8fafc; color: var(--ink); font-size: var(--fs-base); line-height: 1.4;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.field textarea { min-height: 112px; resize: vertical; }
.field input:not([type="radio"]):not([type="checkbox"]):hover, .field textarea:hover { border-color: var(--line-strong); }
.field input:not([type="radio"]):not([type="checkbox"]):focus, .field textarea:focus {
  outline: none; border-color: var(--blue-600); background: var(--white); box-shadow: 0 0 0 4px rgba(42, 149, 206, .2);
}
.field [aria-invalid="true"] { border-color: var(--danger) !important; background: var(--danger-50) !important; }
.field [aria-invalid="true"]:focus { box-shadow: 0 0 0 4px rgba(180, 35, 24, .15) !important; }
.field__error { margin: 0; color: var(--danger); font-size: var(--fs-sm); font-weight: 620; }
.field__error:empty { display: none; }

.pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.pill-opt { position: relative; }
.pill-opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.pill-opt span {
  display: inline-flex; align-items: center; gap: .4rem; padding: .55rem .95rem; border-radius: var(--r-pill);
  border: 1px solid var(--gray-300); background: var(--white); color: var(--ink);
  font-size: var(--fs-sm); font-weight: 620; line-height: 1.2; cursor: pointer; user-select: none;
  transition: background-color .2s, border-color .2s, color .2s;
}
.pill-opt span:hover { border-color: var(--blue-600); }
.pill-opt input:checked + span { background: var(--blue-600); border-color: var(--blue-600); color: var(--white); }
.pill-opt input[type="checkbox"]:checked + span::before {
  content: ""; width: .7em; height: .38em; margin: -.2em .05em 0 -.1em;
  border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg);
}
.pill-opt input:focus-visible + span { outline: 3px solid var(--blue-bright); outline-offset: 2px; }

.hp { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.25rem; margin-top: .35rem; }
.form__submit[aria-busy="true"] { opacity: .75; cursor: progress; }
.form__submit[aria-busy="true"] .icon { animation: nudge .9s ease-in-out infinite; }
.form__privacy { flex: 1 1 200px; margin: 0; color: var(--muted); font-size: var(--fs-sm); line-height: 1.5; }
.form__privacy a, .form__recaptcha a { color: var(--blue-600); text-underline-offset: 2px; }
.form__recaptcha { margin: .9rem 0 0; color: var(--muted); font-size: var(--fs-xs); line-height: 1.5; }
.grecaptcha-badge { visibility: hidden !important; }
.form__status { margin: 1.1rem 0 0; font-weight: 620; font-size: var(--fs-ui); }
.form__status:empty { display: none; }
.form__status.is-error { padding: .85rem 1rem; border-radius: var(--r-sm); background: var(--danger-50); color: var(--danger); }
.form__status a { color: inherit; }

.form-success { padding: clamp(1.5rem, 5vw, 3rem) .5rem; text-align: center; outline: none; }
.form-success[hidden] { display: none; }
.form-success__icon {
  position: relative; display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 1.3rem;
  border-radius: 50%; background: var(--green-50); color: var(--green-600);
}
.form-success__icon svg { width: 36px; height: 36px; stroke-width: 2.6; }
.form-success__icon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--green); opacity: 0; animation: ping-once 1.4s var(--ease-out) .15s 2; }
.form-success h3 { font-size: var(--fs-lg); font-weight: 780; letter-spacing: -.025em; margin-bottom: .5rem; }
.form-success p { max-width: 26rem; margin: 0 auto 1.6rem; color: var(--muted); }

/* Footer ---------------------------------------------------------------- */
.site-footer { background: var(--navy-950); color: var(--on-dark-muted); padding: clamp(3.5rem, 7vw, 5rem) 0 2rem; font-size: var(--fs-ui); }
.site-footer__grid { display: grid; gap: 2.5rem; }
@media (min-width: 640px) { .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .site-footer__grid { grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); } }
.site-footer__brand p { margin: 1rem 0 0; color: var(--on-dark); font-weight: 600; }
.site-footer__h { margin: 0 0 1rem; font-size: var(--fs-ui); font-weight: 720; letter-spacing: 0; color: var(--white); }
.site-footer ul { list-style: none; display: grid; gap: .55rem; margin: 0; padding: 0; }
.site-footer a { color: var(--on-dark); text-decoration: none; text-underline-offset: 3px; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.site-footer__doc { display: inline-flex; align-items: center; gap: .45rem; }
.site-footer__gap { margin-top: .6rem; }
.site-footer__doc .icon { color: var(--blue-light); }
.site-footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 1.5rem;
  margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .08); font-size: var(--fs-sm);
}
.site-footer__bottom p { margin: 0; }

/* Reveal ---------------------------------------------------------------- */
.reveal-ready [data-reveal] {
  opacity: 0; transform: translateY(22px);
  transition: opacity .9s var(--ease-out), transform 1.1s var(--ease-out);
  transition-delay: var(--d, 0ms);
}
.reveal-ready [data-reveal].is-in { opacity: 1; transform: none; }
.reveal-ready .card[data-reveal].is-in { transition: opacity .9s var(--ease-out), transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .3s; transition-delay: var(--d, 0ms), 0ms, 0ms, 0ms; }

/* Keyframes ------------------------------------------------------------- */
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ring {
  0% { transform: scale(1); opacity: 0; }
  8% { opacity: .55; }
  100% { transform: scale(6.4); opacity: 0; }
}
@keyframes ping-once {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(2.2); opacity: 0; }
}
@keyframes dot-ping {
  0% { transform: scale(1); opacity: .7; }
  75%, 100% { transform: scale(3); opacity: 0; }
}
@keyframes block-pulse {
  0% { transform: scale(1); opacity: .6; }
  60%, 100% { transform: scale(1.06, 1.35); opacity: 0; }
}
@keyframes nudge { 50% { transform: translateX(4px); } }
@keyframes ring-soft {
  0% { transform: scale(1); opacity: .45; }
  70%, 100% { transform: scale(1.35); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; transition-delay: 0ms !important;
  }
  .ping-ring, .pill__dot::after, .editor__inserter::after, .health__live::after, .faq__art-ping { display: none; }
  .mess { animation: none; }
  .atom__spin { animation: none; }
  .hero__visual { transform: none; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}

/* Losse pagina's: bedankpagina (send.php) en privacyverklaring ---------- */
.notice-page { background: var(--navy-900); }
.notice { display: grid; place-items: center; min-height: 100vh; padding: 2rem 1rem; }
.notice .form-card { max-width: 34rem; }
.notice h1 { margin-bottom: .75rem; font-size: var(--fs-h2-sm); letter-spacing: -.03em; }
.notice p, .notice li { color: var(--muted); }
.notice a:not(.btn) { color: var(--blue-600); }

.page-hero { position: relative; overflow: hidden; overflow: clip; padding: calc(var(--header-h) + 3.5rem) 0 3rem; background: var(--navy-900); color: var(--white); }
.page-hero h1 { font-size: var(--fs-h2-lg); font-weight: 780; letter-spacing: -.035em; line-height: 1.07; }
.page-hero p { margin: 1rem 0 0; color: var(--on-dark); font-size: var(--fs-lead); max-width: 40rem; }
.prose { max-width: 44rem; padding-block: clamp(3rem, 7vw, 5rem); }
.prose h2 { margin: 2.5rem 0 .75rem; font-size: var(--fs-h4); letter-spacing: -.015em; }
.prose p, .prose li { color: var(--muted); }
.placeholder-note {
  padding: 1.1rem 1.25rem; border-radius: var(--r-md); background: var(--blue-50); border: 1px solid var(--gray-200);
  color: var(--ink); font-weight: 600;
}
.site-footer--slim { padding-top: 2rem; }
.site-footer--slim .site-footer__bottom { margin-top: 0; border-top: 0; }
