/* Maestro Systems. Zelfde beeldtaal als de LinkedIn-posts: licht, plat, donkerblauwe koppen, cyaan als markeerstift. */
:root {
  --ink: #13212C;
  --grey: #6B7A84;
  --grey-light: #a7b2b8;
  --line: #d9e1e4;
  --cyan: #01FEEE;
  --cyan-text: #00CFC1;
  --cyan-wash: #eafcfa;
  --creme: #E7E4DD;
  --wa: #25D366;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --wrap: 1000px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); color: var(--ink); font-size: 18px; line-height: 1.6;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfb 55%, #e9f7f8 100%) fixed;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { margin: 0; line-height: 1.15; font-weight: 700; letter-spacing: -0.015em; }
p { margin: 0; }
a { color: inherit; }
button { font: inherit; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }
@media (max-width: 640px) { .wrap { padding: 0 16px; } body { font-size: 17px; } }

.c { color: var(--cyan-text); }
.sub { color: var(--grey); font-size: 19px; margin-top: 14px; max-width: 640px; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 40px 0; }

.block { padding: 96px 0; }
.block + .block { border-top: 1px solid var(--line); }
@media (max-width: 640px) { .block { padding: 64px 0; } }
.block h2 { font-size: clamp(30px, 4.2vw, 44px); max-width: 780px; }

/* Navigatie */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 19px; }
.logo { width: 30px; height: 30px; border-radius: 50%; background: var(--cyan-text); color: var(--ink); display: grid; place-items: center; font-weight: 700; font-size: 14px; flex: none; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { text-decoration: none; font-size: 15px; color: var(--grey); }
.nav-links a:hover { color: var(--ink); }
@media (max-width: 860px) { .nav-links { display: none; } }

/* Knoppen */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; white-space: nowrap;
  min-height: 52px; padding: 14px 24px; border-radius: 12px; font-weight: 700; font-size: 16px;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer; line-height: 1.2;
}
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #1f3444; }
.btn-dark .arr { color: var(--cyan); }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--ink); }
.btn-cyan { background: var(--cyan); color: var(--ink); }
.btn-cyan:hover { background: #3ffff3; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-line svg { color: var(--wa); }
.nav .btn { min-height: 42px; padding: 10px 18px; font-size: 15px; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan-text); outline-offset: 3px; }

/* Kruisjes en vinkjes, zoals in de posts */
.xv { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; }
.xv li { display: grid; grid-template-columns: 28px 1fr; gap: 16px; align-items: start; }
.xv li::before {
  content: ""; width: 26px; height: 26px; border-radius: 50%; margin-top: 1px;
  background-repeat: no-repeat; background-position: center; background-size: 14px;
}
.xv .x::before { border: 2px solid var(--grey-light); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3 3l8 8M11 3l-8 8' stroke='%23a7b2b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
.xv .v::before { background-color: var(--cyan-text); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2.5 7.5l3 3 6-7' fill='none' stroke='%2313212C' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.xv b { display: block; font-size: 19px; }
.xv .x b, .xv .x span { color: var(--grey); }
.xv span { display: block; margin-top: 2px; }

.simple { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.simple li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; }
.simple li::before { content: ""; width: 22px; height: 22px; border-radius: 50%; margin-top: 3px; background-repeat: no-repeat; background-position: center; background-size: 12px; }
.simple.v li::before { background-color: var(--cyan-text); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2.5 7.5l3 3 6-7' fill='none' stroke='%2313212C' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.simple.x li { color: var(--grey); }
.simple.x li::before { border: 2px solid var(--grey-light); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3 3l8 8M11 3l-8 8' stroke='%23a7b2b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }

/* Omlijnd kader */
.callout {
  border: 1.5px solid var(--cyan-text); background: var(--cyan-wash); border-radius: 12px;
  padding: 20px 24px; font-weight: 700; font-size: 19px; text-align: center; margin-top: 40px;
}

/* Donkere balk met de vraag aan de lezer */
.askbar {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: var(--ink); color: #fff; border-radius: 14px; padding: 26px 32px; margin-top: 48px;
  text-decoration: none; font-weight: 700; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.35;
}
.askbar .c { color: var(--cyan); }
.askbar svg { width: 46px; height: 20px; flex: none; color: var(--cyan); transition: transform .2s; }
a.askbar:hover svg { transform: translateX(5px); }
.askbar small { display: block; font-weight: 400; font-size: 15px; color: #a9b8c1; margin-top: 6px; }
@media (max-width: 640px) { .askbar { padding: 22px 20px; } .askbar svg { width: 34px; } }

/* Hero */
.hero { padding: 88px 0 96px; }
.hero h1 { font-size: clamp(38px, 6vw, 64px); max-width: 860px; letter-spacing: -0.025em; }
.hero .sub { font-size: clamp(19px, 2.2vw, 22px); margin-top: 22px; }
.hero .rule { max-width: 760px; }
.hero .xv { max-width: 760px; }
.hero-meta { margin-top: 18px; color: var(--grey); font-size: 15px; }
@media (max-width: 640px) { .hero { padding: 48px 0 64px; } }

/* Twee kolommen */
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 48px; }
.cols h3 { font-size: 15px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px; }
.cols .muted h3 { color: var(--grey); }
@media (max-width: 760px) { .cols { grid-template-columns: 1fr; gap: 40px; } }

/* Aanhalingsteken */
.quote-mark { display: block; width: 52px; height: 44px; color: var(--cyan-text); opacity: .55; margin-bottom: 26px; }

/* Voorbeeld van een klaargezet concept */
.example { margin-top: 48px; display: grid; gap: 12px; max-width: 620px; }
.msg { border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 16px 18px; }
.msg .who { font-size: 13px; color: var(--grey); margin-bottom: 4px; }
.msg.concept { border: 1.5px dashed var(--cyan-text); }
.msg.concept .who { color: var(--ink); font-weight: 700; }
.msg .acts { display: flex; gap: 8px; margin-top: 14px; }
.msg .acts span { font-size: 14px; font-weight: 700; padding: 8px 14px; border-radius: 8px; }
.msg .acts .edit { border: 1px solid var(--line); color: var(--grey); }
.msg .acts .send { background: var(--ink); color: #fff; }
.example .note { font-size: 15px; color: var(--grey); padding-left: 4px; }

/* Vergelijking: losse tools tegenover één gedeelde laag */
.vs { display: grid; grid-template-columns: 1fr 64px 1fr; gap: 20px; align-items: start; margin-top: 56px; }
.vs .mid { align-self: center; width: 64px; height: 64px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 700; }
.tag { display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 10px 22px; border-radius: 999px; margin-bottom: 24px; }
.tag.dark { background: var(--ink); color: #fff; }
.tag.cy { background: var(--cyan-text); color: var(--ink); }
.vs-right { text-align: left; }
.boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; margin-top: 32px; position: relative; }
.boxes div { border: 1.5px solid var(--line); background: #fff; border-radius: 10px; padding: 16px 8px; text-align: center; font-weight: 700; color: var(--grey); font-size: 16px; }
.boxes.on div { border-color: var(--cyan-text); background: var(--cyan-wash); color: var(--ink); }
.base { margin-top: 18px; background: var(--ink); color: #fff; border-radius: 10px; padding: 16px 18px; display: flex; gap: 14px; align-items: center; }
.base b { display: block; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; }
.base small { color: #a9b8c1; font-size: 14px; }
.base .logo { width: 34px; height: 34px; }
.boxes.off::after { content: "?"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--grey-light); font-weight: 700; font-size: 22px; }
@media (max-width: 760px) {
  .vs { grid-template-columns: 1fr; }
  .vs .mid { justify-self: center; }
}

/* Stappen */
.steps { list-style: none; padding: 0; margin: 48px 0 0; display: grid; gap: 0; counter-reset: s; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); counter-increment: s; }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li::before { content: counter(s); width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--cyan-text); display: grid; place-items: center; font-weight: 700; }
.steps h3 { font-size: 22px; }
.steps p { color: #3c4c57; margin-top: 8px; max-width: 700px; }

/* Scan-blok */
.scan-wrap { margin-top: 48px; max-width: 760px; }
.share { margin-top: 20px; font-size: 15px; color: var(--grey); }
.share a { color: var(--ink); font-weight: 700; }

/* Verhaal */
.story { display: grid; grid-template-columns: 1.3fr .7fr; gap: 64px; margin-top: 48px; align-items: start; }
.story p + p { margin-top: 18px; }
.story p { color: #3c4c57; }
.story p.lead { font-size: 22px; font-weight: 700; color: var(--ink); line-height: 1.4; }
.person .photo { aspect-ratio: 4 / 5; border-radius: 12px; background: var(--creme); display: grid; place-items: center; font-size: 15px; color: var(--grey); text-align: center; padding: 20px; overflow: hidden; }
.person .photo img { width: 100%; height: 100%; object-fit: cover; }
.person h3 { font-size: 22px; margin-top: 18px; }
.person p { color: var(--grey); margin-top: 6px; font-size: 16px; }
@media (max-width: 760px) { .story { grid-template-columns: 1fr; gap: 40px; } .person { max-width: 320px; } }

/* Vragen */
.faq { margin-top: 40px; max-width: 780px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 40px 22px 0; font-weight: 700; font-size: 19px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 26px; font-weight: 400; color: var(--cyan-text); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 0 24px; color: #3c4c57; max-width: 680px; }

/* Footer */
.footer { padding: 40px 0 96px; font-size: 15px; color: var(--grey); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 32px; }
.footer nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--ink); }

/* WhatsApp-knop, vast rechtsonder */
.wa-fixed {
  position: fixed; right: 20px; bottom: 20px; z-index: 60; display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: #fff; text-decoration: none; font-weight: 700; font-size: 15px;
  padding: 12px 18px 12px 14px; border-radius: 999px;
}
.wa-fixed svg { width: 24px; height: 24px; color: var(--wa); }
.wa-fixed:hover { background: #1f3444; }
@media (max-width: 640px) { .wa-fixed { right: 16px; bottom: 16px; } }

/* Logo */
.brand-logo { height: 30px; width: auto; display: block; }
.footer .brand-logo { height: 26px; }
.story { display: block; max-width: 760px; }

/* Kleine regel boven een kop, bijvoorbeeld "Een dienst van Maestro Systems" */
.kicker { font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--grey); margin-bottom: 16px; }

/* =========================================================
   Diepte en beweging
   ========================================================= */

/* Cyaan woorden in koppen krijgen een gloed */
.c { text-shadow: 0 0 22px rgba(0,207,193,.45), 0 4px 16px rgba(0,207,193,.25); }
h1, h2 { text-shadow: 0 6px 30px rgba(19,33,44,.10); }
.dark .c, .askbar .c, .res-cta .c { color: var(--cyan); text-shadow: 0 0 26px rgba(1,254,238,.65), 0 0 60px rgba(1,254,238,.25); }

/* Invaden bij scrollen. De klasse wordt door site.js gezet, zonder JavaScript blijft alles zichtbaar. */
.fu { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: var(--d, 0s); }
.fu.shown { opacity: 1; transform: none; }

/* Knoppen met gloed */
.btn { transition: transform .25s ease, box-shadow .25s ease, background .2s ease, border-color .2s ease; }
.btn-dark { box-shadow: 0 10px 28px rgba(19,33,44,.22); }
.btn-dark:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(1,254,238,.35), 0 0 34px rgba(1,254,238,.35), 0 14px 34px rgba(19,33,44,.3); }
.btn-cyan { box-shadow: 0 0 40px rgba(1,254,238,.45), 0 8px 24px rgba(0,0,0,.25); }
.btn-cyan:hover { transform: translateY(-2px); box-shadow: 0 0 70px rgba(1,254,238,.7), 0 12px 30px rgba(0,0,0,.3); }
.btn-line:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(19,33,44,.12); }
.dark .btn-line { background: transparent; color: #fff; border-color: rgba(255,255,255,.22); }

/* Kaarten met diepte */
.card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px;
  box-shadow: 0 1px 2px rgba(19,33,44,.04), 0 14px 36px rgba(19,33,44,.08);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .45s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(0,207,193,.35); box-shadow: 0 0 0 1px rgba(0,207,193,.12), 0 24px 50px rgba(19,33,44,.14), 0 0 34px rgba(1,254,238,.12); }
.card:hover::before { transform: scaleX(1); }
.cols .card h3 { margin-bottom: 20px; }
.callout { box-shadow: 0 0 0 5px rgba(1,254,238,.07), 0 14px 36px rgba(0,207,193,.16); }
.askbar { box-shadow: 0 22px 50px rgba(19,33,44,.28); transition: transform .3s ease, box-shadow .3s ease; }
a.askbar:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(1,254,238,.3), 0 0 40px rgba(1,254,238,.22), 0 26px 56px rgba(19,33,44,.34); }
@media (prefers-reduced-motion: no-preference) {
  .askbar svg { animation: nudge 2.2s ease-in-out infinite; }
  @keyframes nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(6px); } }
}
.scan { box-shadow: 0 30px 70px rgba(19,33,44,.14); }

/* Donkere blokken met raster en gloed, zoals de donkere balk uit de posts */
.block.dark {
  position: relative; overflow: hidden; color: #fff; border-top: 0;
  background: radial-gradient(800px 480px at 85% 0%, rgba(1,254,238,.10), transparent 60%), radial-gradient(700px 500px at 0% 100%, rgba(1,254,238,.06), transparent 60%), var(--ink);
}
.block.dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(1,254,238,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(1,254,238,.05) 1px, transparent 1px);
  background-size: 64px 64px; -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, #000 20%, transparent 100%); mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, #000 20%, transparent 100%);
}
.block.dark .wrap { position: relative; }
.block.dark + .block { border-top: 0; }
.dark h2 { text-shadow: 0 8px 40px rgba(0,0,0,.5); }
.dark .sub, .dark .kicker { color: #a9b8c1; }
.dark .rule { border-top-color: rgba(255,255,255,.12); }
.dark .xv .x b, .dark .xv .x span { color: #8195a1; }
.dark .xv .x::before { border-color: #4b5d69; }
.dark .callout { background: rgba(1,254,238,.06); border-color: rgba(1,254,238,.5); color: #fff; box-shadow: 0 0 40px rgba(1,254,238,.12); }
.dark .story p { color: #c3cfd6; }
.dark .story p.lead { color: #fff; }

/* Lopende band */
.ticker { background: var(--cyan); overflow: hidden; padding: 15px 0; position: relative; z-index: 2; box-shadow: 0 0 40px rgba(1,254,238,.35); }
.t-track { display: flex; width: max-content; }
.t-track span { display: inline-flex; align-items: center; font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
.t-track span::after { content: "◆"; font-size: 10px; opacity: .45; margin: 0 28px; }
@media (prefers-reduced-motion: no-preference) {
  .t-track { animation: tick 45s linear infinite; }
  .ticker:hover .t-track { animation-play-state: paused; }
  @keyframes tick { to { transform: translateX(-50%); } }
}

/* Hero met bewegende weekkaart */
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero-grid h1 { font-size: clamp(36px, 5vw, 58px); }
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }
.week {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px;
  box-shadow: 0 30px 70px rgba(19,33,44,.16), 0 0 0 6px rgba(255,255,255,.6);
}
.week::before { content: ""; position: absolute; inset: -40px; z-index: -1; background: radial-gradient(circle at 70% 25%, rgba(1,254,238,.28), transparent 60%); filter: blur(12px); }
.week-head { display: flex; justify-content: space-between; align-items: center; font-weight: 700; margin-bottom: 6px; }
.live { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; color: var(--grey); }
.live i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan-text); box-shadow: 0 0 10px var(--cyan); }
.task { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; margin-top: 10px; transition: border-color .5s, background .5s, box-shadow .5s; }
.task b { display: block; font-size: 15px; line-height: 1.35; }
.task small { color: var(--grey); font-size: 13px; }
.task .state { font-size: 12px; font-weight: 700; padding: 5px 10px; border-radius: 999px; background: #f0f3f4; color: var(--grey); white-space: nowrap; transition: background .5s, color .5s; }
.task.done { border-color: rgba(0,207,193,.55); background: var(--cyan-wash); box-shadow: 0 0 26px rgba(1,254,238,.2); }
.task.done .state { background: var(--ink); color: var(--cyan); }
.week-foot { margin-top: 16px; font-size: 14.5px; color: var(--grey); min-height: 22px; transition: opacity .5s; }
.week-foot b { color: var(--ink); }
@media (prefers-reduced-motion: no-preference) {
  .live i { animation: blink 1.6s ease-in-out infinite; }
  @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
}

/* Het klaarzet-voorbeeld speelt zich af */
.example .msg { transition: opacity .5s ease, transform .5s ease; }
.example.wait .msg, .example.wait .note { opacity: 0; transform: translateY(10px); }
.example .msg.show, .example .note.show { opacity: 1; transform: none; }
.msg.concept { box-shadow: 0 0 30px rgba(1,254,238,.14); }
.msg .typed::after { content: ""; display: inline-block; width: 2px; height: 1em; background: var(--cyan-text); margin-left: 2px; vertical-align: -2px; opacity: 0; }
.msg .typed.typing::after { opacity: 1; animation: blink .8s steps(1) infinite; }
.msg .acts .send { transition: transform .15s, box-shadow .3s, background .3s; }
.msg .acts .send.press { transform: scale(.94); background: var(--cyan-text); color: var(--ink); box-shadow: 0 0 24px rgba(1,254,238,.6); }
.msg.sent { background: #dff8f5; border-color: #bdeee8; margin-left: auto; max-width: 92%; }
.msg.sent .who { color: var(--cyan-text); font-weight: 700; }

/* Losse tools zweven los, de gedeelde laag licht op als één geheel */
@media (prefers-reduced-motion: no-preference) {
  .boxes.off div { animation: drift 5s ease-in-out infinite; }
  .boxes.off div:nth-child(2) { animation-delay: -1.3s; animation-duration: 5.8s; }
  .boxes.off div:nth-child(3) { animation-delay: -2.6s; animation-duration: 4.6s; }
  .boxes.off div:nth-child(4) { animation-delay: -3.9s; animation-duration: 6.2s; }
  @keyframes drift { 0%, 100% { transform: translate(0,0) rotate(0); } 33% { transform: translate(4px,-5px) rotate(1.5deg); } 66% { transform: translate(-4px,3px) rotate(-1.5deg); } }
  .boxes.on div { animation: wave 4s ease-in-out infinite; }
  .boxes.on div:nth-child(2) { animation-delay: .4s; }
  .boxes.on div:nth-child(3) { animation-delay: .8s; }
  .boxes.on div:nth-child(4) { animation-delay: 1.2s; }
  @keyframes wave { 0%, 60%, 100% { box-shadow: none; } 20% { box-shadow: 0 0 0 1px var(--cyan-text), 0 0 26px rgba(1,254,238,.45); } }
  .base { animation: breathe 4s ease-in-out infinite; }
  @keyframes breathe { 0%, 100% { box-shadow: 0 10px 30px rgba(19,33,44,.25); } 50% { box-shadow: 0 0 0 1px rgba(1,254,238,.4), 0 0 40px rgba(1,254,238,.35), 0 10px 30px rgba(19,33,44,.25); } }
}
.boxes div { box-shadow: 0 6px 18px rgba(19,33,44,.06); }

/* Digitale tweeling: één aanvraag in beeld */
.twin-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; margin-top: 56px; }
@media (max-width: 900px) { .twin-grid { grid-template-columns: 1fr; gap: 36px; } .twin-vis { order: -1; } }
.twin-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; counter-reset: ts; }
.twin-steps li {
  position: relative; cursor: pointer; padding: 16px 18px 16px 58px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02); transition: background .4s, border-color .4s, box-shadow .4s; counter-increment: ts; overflow: hidden;
}
.twin-steps li::before {
  content: counter(ts); position: absolute; left: 16px; top: 16px; width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center; font-size: 13px; font-weight: 700; border: 1.5px solid #4b5d69; color: #8195a1; transition: all .4s;
}
.twin-steps b { display: block; font-size: 17px; color: #c3cfd6; transition: color .4s; }
.twin-steps span { display: block; font-size: 15px; color: #8195a1; margin-top: 3px; line-height: 1.5; }
.twin-steps li i { position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.twin-steps li.on { background: rgba(1,254,238,.06); border-color: rgba(1,254,238,.35); box-shadow: 0 0 30px rgba(1,254,238,.08); }
.twin-steps li.on::before { background: var(--cyan); border-color: var(--cyan); color: var(--ink); box-shadow: 0 0 16px rgba(1,254,238,.7); }
.twin-steps li.on b { color: #fff; }
.twin-steps li.on span { color: #a9b8c1; }
.twin-steps li.on i { animation: progress var(--dur, 3.4s) linear forwards; }
@keyframes progress { to { width: 100%; } }

.twin-vis { position: relative; width: 100%; max-width: 460px; margin: 0 auto; aspect-ratio: 1; }
.twin-vis svg { width: 100%; height: 100%; display: block; overflow: visible; }
.twin-vis .ring { fill: none; stroke: rgba(1,254,238,.16); stroke-dasharray: 3 7; transform-box: fill-box; transform-origin: center; }
@media (prefers-reduced-motion: no-preference) {
  .twin-vis .ring.r1 { animation: spin 40s linear infinite; }
  .twin-vis .ring.r2 { animation: spin 28s linear infinite reverse; }
  .twin-vis .ring.r3 { animation: spin 60s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }
  .twin-vis .core { animation: corebreathe 4s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
  @keyframes corebreathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
}
.twin-vis .link { stroke: rgba(255,255,255,.12); stroke-width: 1.5; transition: stroke .4s; }
.twin-vis .link.on { stroke: rgba(1,254,238,.75); filter: url(#glow); }
.twin-vis .node rect { fill: #172a37; stroke: rgba(255,255,255,.14); stroke-width: 1.2; transition: stroke .4s, fill .4s; }
.twin-vis .node text { fill: #c3cfd6; font-size: 14px; font-weight: 700; font-family: var(--font); transition: fill .4s; }
.twin-vis .node.on rect { stroke: var(--cyan); fill: #12303a; filter: url(#glow); }
.twin-vis .node.on text { fill: #fff; }
.twin-vis .core circle.fillc { fill: url(#coreg); stroke: var(--cyan); stroke-width: 2; transition: filter .4s; }
.twin-vis .core.on circle.fillc { filter: url(#glowbig); }
.twin-vis .core text { fill: #fff; font-family: var(--font); text-anchor: middle; }
.twin-vis .pulse { fill: var(--cyan); filter: url(#glow); }
.twin-badge {
  position: absolute; left: 50%; top: 4%; transform: translateX(-50%); white-space: nowrap;
  background: var(--cyan); color: var(--ink); font-weight: 700; font-size: 14px; padding: 8px 14px; border-radius: 999px;
  box-shadow: 0 0 30px rgba(1,254,238,.5); transition: opacity .35s ease, transform .35s ease;
}
.twin-badge.swap { opacity: 0; transform: translate(-50%, -6px); }
@media (max-width: 420px) { .twin-badge { font-size: 12.5px; } }

/* Tijdlijn die zich vult tijdens het scrollen */
.timeline { list-style: none; margin: 56px auto 0; padding: 0; position: relative; max-width: 940px; }
.timeline::before, .timeline .fill { content: ""; position: absolute; left: 50%; top: 0; width: 2px; transform: translateX(-50%); }
.timeline::before { bottom: 0; background: var(--line); }
.timeline .fill { height: 0; background: linear-gradient(var(--cyan-text), var(--cyan)); box-shadow: 0 0 16px var(--cyan); }
.timeline li { display: grid; grid-template-columns: 1fr 56px 1fr; align-items: center; margin-bottom: 40px; position: relative; }
.timeline li:last-child { margin-bottom: 0; }
.timeline .dot { grid-column: 2; grid-row: 1; justify-self: center; width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 3px solid var(--line); transition: all .45s; z-index: 1; }
.timeline li.lit .dot { background: var(--cyan); border-color: var(--cyan-text); box-shadow: 0 0 0 6px rgba(1,254,238,.15), 0 0 24px rgba(1,254,238,.7); }
.timeline li:nth-of-type(odd) .card { grid-column: 1; grid-row: 1; }
.timeline li:nth-of-type(even) .card { grid-column: 3; grid-row: 1; }
.timeline .num { display: block; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan-text); margin-bottom: 8px; text-shadow: 0 0 12px rgba(1,254,238,.4); }
.timeline h3 { font-size: 21px; }
.timeline p { color: #3c4c57; margin-top: 8px; font-size: 16.5px; }
@media (max-width: 760px) {
  .timeline::before, .timeline .fill { left: 18px; }
  .timeline li { grid-template-columns: 36px 1fr; gap: 14px; }
  .timeline .dot { grid-column: 1; }
  .timeline li:nth-of-type(odd) .card, .timeline li:nth-of-type(even) .card { grid-column: 2; }
}
.card.fu { transition: opacity .7s ease, transform .8s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease; transition-delay: var(--d, 0s); }
.wa-fixed { box-shadow: 0 0 0 1px rgba(1,254,238,.35), 0 0 24px rgba(1,254,238,.18), 0 10px 30px rgba(0,0,0,.28); transition: transform .25s, box-shadow .25s; }
.wa-fixed:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(1,254,238,.6), 0 0 34px rgba(1,254,238,.35), 0 12px 32px rgba(0,0,0,.3); }

/* Minder gloed op cyaan woorden tegen een lichte achtergrond, de volle gloed alleen op donker */
.c { text-shadow: 0 2px 10px rgba(0,207,193,.16); }
.dark .c, .askbar .c, .res-cta .c { text-shadow: 0 0 26px rgba(1,254,238,.65), 0 0 60px rgba(1,254,238,.25); }
.card.webshop { margin-top: 32px; }
.card.webshop p { color: #3c4c57; margin: 10px 0 22px; max-width: 640px; }
