:root{
  --bg:#FFFFFF;
  --bg-2:#F5F5F7;
  --surface:#FFFFFF;
  --surface-2:#F5F5F7;
  --ink-tile:#1D1D1F;
  --border:rgba(0,0,0,.10);
  --border-strong:rgba(0,0,0,.18);
  --txt:#1D1D1F;
  --txt-mute:#6E6E73;
  --txt-dim:#86868B;
  --purple:#7C3AED;
  --purple-bright:#8B5CF6;
  --purple-deep:#6D28D9;
  --purple-soft:#A78BFA;
  --product-shadow:rgba(0,0,0,.22) 0 5px 30px;
  --radius:18px;
  --radius-sm:12px;
  --maxw:1080px;
  --ease-out:cubic-bezier(0.28,0.11,0.32,1);
  --ease-in-out:cubic-bezier(0.42,0,0.58,1);
  --font-display:'Inter',-apple-system,BlinkMacSystemFont,'SF Pro Display','SF Pro Text','Helvetica Neue',sans-serif;
  --font-body:'Inter',-apple-system,BlinkMacSystemFont,'SF Pro Text','Helvetica Neue',sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:auto}
body{
  font-family:var(--font-body);
  background:var(--bg);
  color:var(--txt);
  font-size:17px;
  line-height:1.47;
  letter-spacing:-.01em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
::selection{background:var(--purple);color:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:var(--maxw);margin:0 auto;padding:0 22px}
@media(max-width:640px){.container{padding:0 20px}}

/* glows removed for Apple aesthetic */
.glow{display:none}

/* ===== type ===== */
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.06;letter-spacing:-.022em}
.eyebrow{
  display:block;font-size:21px;font-weight:600;letter-spacing:-.01em;
  color:var(--purple-deep);margin-bottom:8px;font-family:var(--font-display);
}
.section-head{max-width:720px;margin:0 auto 56px;text-align:center}
.section-head h2{font-size:clamp(32px,4.6vw,48px);font-weight:600;letter-spacing:-.025em}
.section-head p{color:var(--txt-mute);font-size:19px;line-height:1.42;margin-top:16px}
section{padding:90px 0;position:relative}
@media(max-width:768px){section{padding:64px 0}}

/* solid accent text (no gradient) */
.grad{color:var(--purple-deep)}

/* ===== buttons (Apple pill) ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
  font-family:var(--font-body);font-weight:400;font-size:17px;cursor:pointer;border:none;
  padding:11px 22px;border-radius:980px;transition:transform .28s var(--ease-out),box-shadow .28s var(--ease-out),background .25s var(--ease-out),color .25s,border-color .25s;
  white-space:nowrap;line-height:1.2;
}
.btn:active{transform:translateY(-1px) scale(.98)}
.btn-primary{background:#000;color:#fff}
.btn-primary:hover{background:#1D1D1F;transform:translateY(-4px);box-shadow:0 14px 34px -6px rgba(124,58,237,.6),0 0 0 1px rgba(124,58,237,.22)}
.btn-ghost{background:transparent;color:var(--txt);border:1px solid var(--border-strong)}
.btn-ghost:hover{transform:translateY(-4px);border-color:var(--purple);color:var(--txt);box-shadow:0 14px 34px -6px rgba(124,58,237,.45)}
.btn-lg{padding:14px 28px;font-size:18px}
.btn .arr{transition:transform .25s var(--ease-out)}
.btn:hover .arr{transform:translateX(3px)}

/* ===== NAV ===== */
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .4s var(--ease-out),border-color .4s var(--ease-out);background:rgba(255,255,255,.55);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid transparent}
.nav.scrolled{background:rgba(255,255,255,.7)}
/* nav adapts when scrolled over a dark section */
.nav.nav-dark{background:rgba(18,18,20,.45)}
.nav.nav-dark.scrolled{background:rgba(18,18,20,.6);border-bottom-color:rgba(255,255,255,.12)}
.nav.nav-dark .brand{color:#fff}
.nav.nav-dark .nav-links a{color:rgba(255,255,255,.88)}
.nav.nav-dark .nav-links a:hover{color:#fff}
.nav.nav-dark .btn-ghost{color:#fff;border-color:rgba(255,255,255,.32)}
.nav.nav-dark .btn-ghost:hover{color:#fff;border-color:var(--purple)}
.nav.nav-dark .nav-call{background:#fff;color:#000}
.nav.nav-dark .nav-call:hover{background:#fff}
.nav.nav-dark .menu-toggle{border-color:rgba(255,255,255,.3)}
.nav.nav-dark .menu-toggle span,.nav.nav-dark .menu-toggle span::before,.nav.nav-dark .menu-toggle span::after{background:#fff}
.nav-inner{
  max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;
  padding:0 22px;height:48px;
}
.nav.scrolled{border-bottom-color:var(--border)}
.nav .container{max-width:var(--maxw)}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:19px;letter-spacing:-.02em;color:var(--txt);transition:color .35s var(--ease-out)}
.brand .mark{width:28px;height:28px;flex-shrink:0;display:block}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{font-size:14px;color:var(--txt);font-weight:400;transition:color .2s;position:relative}
.nav-links a:hover{color:var(--txt-mute)}
/* services dropdown */
.nav-item{position:relative;display:flex;align-items:center}
.nav-dd-trigger{display:inline-flex;align-items:center;gap:5px;cursor:pointer}
.nav-dd-trigger .chev{width:13px;height:13px;transition:transform .25s var(--ease-out)}
.nav-item:hover .nav-dd-trigger .chev,.nav-item:focus-within .nav-dd-trigger .chev{transform:rotate(180deg)}
.nav-dd{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-6px);padding-top:14px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s var(--ease-out),transform .22s var(--ease-out)}
.nav-item:hover .nav-dd,.nav-item:focus-within .nav-dd{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.nav-dd-panel{display:grid;grid-template-columns:1fr 1fr;gap:2px;width:560px;max-width:92vw;background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px;box-shadow:0 18px 50px -14px rgba(0,0,0,.24)}
.dd-link{display:flex;align-items:flex-start;gap:12px;padding:11px 12px;border-radius:12px;transition:background .2s}
.dd-link:hover{background:var(--surface-2)}
.dd-ic{width:36px;height:36px;border-radius:10px;background:var(--surface-2);display:grid;place-items:center;flex-shrink:0;color:var(--purple);transition:background .2s,color .2s}
.dd-link:hover .dd-ic{background:var(--purple);color:#fff}
.dd-ic svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.dd-txt{display:flex;flex-direction:column;gap:2px}
.dd-txt b{font-size:14px;font-weight:600;color:var(--txt);letter-spacing:-.01em}
.dd-txt small{font-size:12px;color:var(--txt-mute);line-height:1.3}
@media(max-width:920px){.nav-dd{display:none}}
.nav-cta{display:flex;align-items:center;gap:12px}
.nav-cta .btn{font-size:14px;padding:7px 16px}
.nav-call{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#000;color:#fff;flex-shrink:0;transition:background .25s var(--ease-out),transform .28s var(--ease-out),box-shadow .28s var(--ease-out)}
.nav-call:hover{background:#1D1D1F;transform:translateY(-4px);box-shadow:0 12px 28px -6px rgba(124,58,237,.6),0 0 0 1px rgba(124,58,237,.22)}
.nav-call:active{transform:translateY(-1px) scale(.96)}
.nav-call svg{width:17px;height:17px}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;width:42px;height:42px;border-radius:10px;border:1px solid var(--border);align-items:center;justify-content:center}
.menu-toggle span{display:block;width:18px;height:2px;background:var(--txt);position:relative;transition:.3s}
.menu-toggle span::before,.menu-toggle span::after{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--txt);transition:.3s}
.menu-toggle span::before{top:-6px}.menu-toggle span::after{top:6px}
.menu-toggle.open span{background:transparent}
.menu-toggle.open span::before{top:0;transform:rotate(45deg)}
.menu-toggle.open span::after{top:0;transform:rotate(-45deg)}
@media(max-width:920px){
  .nav-links,.nav-cta .btn-ghost{display:none}
  .menu-toggle{display:flex}
}
/* mobile menu */
.mobile-menu{
  position:fixed;inset:0;z-index:999;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;
  opacity:0;visibility:hidden;transition:opacity .35s var(--ease-out),visibility .35s;
}
.mobile-menu.open{opacity:1;visibility:visible}
.mobile-menu a{font-family:var(--font-display);font-size:28px;font-weight:500;color:var(--txt);opacity:.9}
.mobile-menu a:hover{color:var(--purple-deep)}
.mobile-menu .btn{margin-top:20px}

/* ===== HERO ===== */
.hero{padding-top:120px;padding-bottom:0;position:relative;text-align:center}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:50px;align-items:center;max-width:var(--maxw);margin:0 auto;text-align:left}
.hero-copy p.sub{margin-left:0;margin-right:0;max-width:540px}
.hero-copy .hero-scan{justify-content:flex-start;margin:0}
.hero-copy .scan-error{margin-left:0;text-align:left}
.hero-grid.solo{grid-template-columns:1fr;text-align:center;max-width:760px}
.hero-grid.solo .hero-copy p.sub{margin-left:auto;margin-right:auto}
.hero-grid.solo .hero-copy .hero-scan{justify-content:center;margin:0 auto}
.hero-grid.solo .hero-copy .scan-proof{justify-content:center;margin-left:auto;margin-right:auto}
.hero-grid.solo .hero-copy .scan-error{margin-left:auto;margin-right:auto;text-align:center}
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:36px;text-align:center;max-width:820px}
  .hero-copy p.sub{margin-left:auto;margin-right:auto}
  .hero-copy .hero-scan{justify-content:center;margin:0 auto}
  .hero-copy .scan-proof{justify-content:center;margin-left:auto;margin-right:auto}
  .hero-copy .scan-error{margin-left:auto;margin-right:auto;text-align:center}
}
.hero .badge{
  display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:980px;
  border:1px solid var(--border);background:var(--surface-2);font-size:13px;color:var(--txt-mute);margin-bottom:26px;
}
.hero .badge .dot{width:7px;height:7px;border-radius:50%;background:#1D9D54}
.hero h1{font-size:clamp(26px,3.4vw,40px);letter-spacing:-.025em;font-weight:600;line-height:1.1}
.hero h1 .line{display:block}
.hero p.sub{font-size:clamp(15px,1.5vw,18px);font-weight:400;color:var(--txt-mute);margin:20px auto 30px;max-width:560px;line-height:1.45}
.hero-actions{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;align-items:center}
/* hero scan input — soft field + button */
.hero-scan{display:flex;align-items:stretch;gap:12px;max-width:560px;margin:0;flex-wrap:wrap}
.scan-field{display:flex;align-items:center;flex:1;min-width:240px;background:var(--surface-2);border:1px solid transparent;border-radius:14px;padding:0 16px;transition:border-color .2s,box-shadow .2s,background .2s;cursor:text}
.scan-field:focus-within{background:#fff;border-color:var(--purple);box-shadow:0 0 0 3px rgba(124,58,237,.15)}
.scan-ico{width:18px;height:18px;color:var(--txt-dim);flex-shrink:0;margin-right:10px}
.scan-field input{border:none;outline:none;background:transparent;font-family:inherit;font-size:16px;letter-spacing:-.01em;color:var(--txt);padding:15px 0;width:100%}
.scan-field input::placeholder{color:var(--txt-dim)}
.hero-scan .btn{flex-shrink:0;border-radius:14px}
.scan-error{min-height:20px;margin:12px 0 0;max-width:560px;font-size:14px;color:#D33A2C;opacity:0;transition:opacity .25s}
.scan-error.show{opacity:1}
/* avatar social proof under the scan bar */
.scan-proof{display:flex;align-items:center;gap:14px;max-width:560px;margin:20px 0 0}
.faces{display:flex;flex-shrink:0}
.face{width:38px;height:38px;border-radius:50%;border:2px solid #fff;display:grid;place-items:center;margin-left:-12px;box-shadow:0 1px 4px rgba(0,0,0,.14)}
.face:first-child{margin-left:0}
.face svg{width:24px;height:24px;color:#fff}
.face.f1{background:linear-gradient(135deg,#7CC0FF,#3B82F6)}
.face.f2{background:linear-gradient(135deg,#FFD27C,#F59E0B)}
.face.f3{background:linear-gradient(135deg,#A78BFA,#7C3AED)}
.scan-proof p{font-size:14px;color:var(--txt-mute);line-height:1.45;margin:0;text-align:left}
.scan-proof b{color:var(--txt);font-weight:600}
@media(max-width:560px){.hero-scan{flex-direction:column}.hero-scan .btn{width:100%}}
.hero-assure{display:inline-flex;align-items:center;gap:9px;margin:26px auto 0;font-size:15px;color:var(--txt-mute);max-width:560px;justify-content:center}
.hero-assure svg{width:17px;height:17px;color:#1D9D54;flex-shrink:0}
.hero-assure b{color:var(--txt);font-weight:600}
/* hero visual — automation flow */
.hero-visual{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media(max-width:980px){.hero-visual{margin-top:8px;max-width:480px;margin-left:auto;margin-right:auto}}
.hero-flow{width:100%;height:auto;display:block;overflow:visible}
.flow-cap{margin-top:18px;font-size:14px;color:var(--txt-dim);text-align:center;letter-spacing:-.01em}
/* connector base + flowing pulse */
.flow-base{fill:none;stroke:rgba(0,0,0,.10);stroke-width:2}
.flow-pulse{fill:none;stroke:var(--purple);stroke-width:2.6;stroke-linecap:round;stroke-dasharray:16 130;stroke-dashoffset:0;animation:flowDash 2.4s linear infinite}
.flow-pulse.p2{animation-delay:.4s}.flow-pulse.p3{animation-delay:.8s}
.flow-pulse.p4{animation-delay:1.2s}.flow-pulse.p5{animation-delay:1.6s}.flow-pulse.p6{animation-delay:2s}
@keyframes flowDash{to{stroke-dashoffset:-146}}
/* node tiles */
.flow-tile{fill:#fff;stroke:rgba(0,0,0,.12);stroke-width:1.5}
.flow-ico{fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.flow-ico.in{stroke:var(--purple)}
.flow-ico.out{stroke:#1D9D54}
.flow-label{fill:var(--txt-dim);font-family:var(--font-body);font-size:12px;font-weight:500;text-anchor:middle}
/* AI core */
.ai-core{fill:var(--purple)}
.ai-core-ico{fill:#fff}
.ai-ring{fill:none;stroke:rgba(124,58,237,.55);stroke-width:2;animation:aiPulse 2.6s ease-out infinite}
.ai-ring.r-b{animation-delay:1.3s}
@keyframes aiPulse{0%{r:48px;opacity:.55}100%{r:84px;opacity:0}}
.ai-label{fill:#fff;font-family:var(--font-display);font-size:15px;font-weight:700;text-anchor:middle;letter-spacing:.02em}

/* social proof */
.proof{margin-top:80px;text-align:center}
.proof-label{font-size:13px;letter-spacing:0;color:var(--txt-dim);margin-bottom:24px}
.logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:46px}
.logos span{font-family:var(--font-display);font-weight:600;font-size:22px;color:var(--txt-dim);transition:color .25s;letter-spacing:-.01em}
.logos span:hover{color:var(--txt)}
@media(max-width:640px){.logos{gap:28px}.logos span{font-size:18px}}

/* stats */
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:72px;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:0 30px 70px -40px rgba(124,58,237,.35);overflow:hidden}
@media(max-width:720px){.stats{grid-template-columns:1fr}}
.stat{
  text-align:center;padding:40px 28px;position:relative;
}
.stat + .stat{border-left:1px solid var(--border)}
@media(max-width:720px){.stat + .stat{border-left:none;border-top:1px solid var(--border)}}
.stat .num{font-family:var(--font-display);font-size:clamp(40px,5vw,54px);font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#8B5CF6,#7C3AED);-webkit-background-clip:text;background-clip:text;color:transparent}
.stat .lbl{color:var(--txt-mute);font-size:14px;margin-top:8px}

/* ===== generic card ===== */
.card{
  background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);
  transition:transform .4s var(--ease-out),border-color .3s;
  position:relative;overflow:hidden;
}
@media(hover:hover) and (pointer:fine){
  .card:hover{border-color:var(--border-strong)}
}
.card-glow{display:none}

/* ===== SERVICES ===== */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:920px){.svc-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.svc-grid{grid-template-columns:1fr}}
.svc{padding:34px;border-radius:var(--radius);display:block;text-decoration:none;color:inherit;cursor:pointer}
@media(hover:hover) and (pointer:fine){
  .svc:hover{transform:translateY(-4px);border-color:var(--border-strong);box-shadow:0 26px 54px -30px rgba(124,58,237,.45)}
}
.svc-icon{
  width:48px;height:48px;border-radius:12px;display:grid;place-items:center;margin-bottom:22px;
  background:rgba(124,58,237,.08);
}
.svc-icon svg{width:24px;height:24px;color:var(--purple);stroke-width:1.6}
.svc h3{font-size:21px;font-weight:600;margin-bottom:8px;letter-spacing:-.02em}
.svc p{color:var(--txt-mute);font-size:16px;line-height:1.42;margin-bottom:18px}
.svc .more{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:400;color:var(--purple-deep)}
.svc .more svg{width:15px;height:15px;transition:transform .25s var(--ease-out)}
.svc:hover .more svg{transform:translateX(3px)}

/* ===== WERKWIJZE ===== */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}
@media(max-width:920px){.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.steps{grid-template-columns:1fr}}
.step{padding:30px 26px 32px;border-radius:var(--radius);background:var(--surface-2);position:relative;transition:background .45s var(--ease-out),box-shadow .45s var(--ease-out)}
.step.active{background:#fff;box-shadow:0 18px 44px -20px rgba(124,58,237,.55)}
.step .n{font-family:var(--font-display);font-size:15px;font-weight:600;color:#fff;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;margin-bottom:20px;background:#C9C2DB;transition:background .45s var(--ease-out),transform .45s var(--ease-out)}
.step.active .n{background:var(--purple);transform:scale(1.06)}
.step h3{font-size:19px;font-weight:600;margin-bottom:8px;letter-spacing:-.02em}
.step p{color:var(--txt-mute);font-size:15px;line-height:1.4}
.step .week{position:absolute;top:30px;right:24px;font-size:13px;font-weight:500;color:var(--txt-dim)}

/* scroll-driven value graph with milestones */
.wf{position:relative;max-width:960px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:26px;padding:38px 38px 34px}
@media(max-width:600px){.wf{padding:28px 20px 24px}}
.wf-figure{display:flex;align-items:baseline;gap:10px;justify-content:center;margin-bottom:24px;flex-wrap:wrap}
.wf-figure .v{font-family:var(--font-display);font-size:clamp(46px,7vw,72px);font-weight:600;letter-spacing:-.03em;color:var(--txt);line-height:1}
.wf-figure .u{font-size:18px;color:var(--txt-mute)}
.wf-graph{display:block;width:100%;height:230px}
@media(max-width:600px){.wf-graph{height:170px}}
.wf-grid{stroke:rgba(0,0,0,.07);stroke-width:1}
.wf-area{fill:rgba(124,58,237,.10)}
.wf-line{fill:none;stroke:var(--purple);stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}
.wf-node{fill:#fff;stroke:#C9C2DB;stroke-width:3;transition:fill .4s var(--ease-out),stroke .4s var(--ease-out)}
.wf-node.active{fill:var(--purple);stroke:var(--purple)}
.wf-dot{fill:var(--purple);stroke:#fff;stroke-width:3}
/* milestone text aligned under graph nodes */
.wf-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}
@media(max-width:760px){.wf-steps{grid-template-columns:repeat(2,1fr);gap:30px 18px}}
@media(max-width:460px){.wf-steps{grid-template-columns:1fr;gap:26px}}
.wf-step{text-align:center;padding:0 6px;opacity:.4;transform:translateY(10px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}
.wf-step.active{opacity:1;transform:none}
.wf-step .n{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#C9C2DB;color:#fff;font-family:var(--font-display);font-weight:600;font-size:14px;margin-bottom:14px;transition:background .5s var(--ease-out),transform .5s var(--ease-out)}
.wf-step.active .n{background:var(--purple);transform:scale(1.06)}
.wf-step .wk{display:block;font-size:12.5px;font-weight:600;color:var(--purple-deep);margin-bottom:6px;letter-spacing:-.01em}
.wf-step h3{font-size:17px;font-weight:600;letter-spacing:-.02em;margin-bottom:6px}
.wf-step p{font-size:14px;color:var(--txt-mute);line-height:1.42}

/* ===== PROJECTS ===== */
.cases{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:920px){.cases{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.cases{grid-template-columns:1fr}}
.case{padding:32px;display:flex;flex-direction:column;min-height:230px;border-radius:var(--radius)}
.case .tag{align-self:flex-start;font-size:13px;font-weight:600;letter-spacing:-.01em;color:var(--purple-deep);margin-bottom:18px}
.case .result{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.24;flex:1}
.case .result b{color:var(--purple-deep);font-weight:600}
.case .more{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:400;color:var(--purple-deep);margin-top:22px;transition:opacity .2s}
.case:hover .more{opacity:.7}
.case .more svg{width:15px;height:15px;transition:transform .25s var(--ease-out)}
.case:hover .more svg{transform:translateX(3px)}

/* ===== ROI CTA band (dark full-bleed tile) ===== */
.roi{
  padding:0;text-align:center;position:relative;
}
.roi-content{position:relative;z-index:2;max-width:680px;margin:0 auto}
.roi h2{font-size:clamp(32px,4.6vw,48px);color:#f5f5f7;letter-spacing:-.025em;font-weight:600}
.roi p{color:#a1a1a6;font-size:21px;line-height:1.4;margin:18px auto 34px;max-width:600px}
.roi .btn{background:#fff;color:#1D1D1F;font-size:18px;padding:14px 32px}
.roi .btn:hover{background:#fff;transform:translateY(-4px);box-shadow:0 16px 40px -6px rgba(124,58,237,.75)}
/* aurora radial glow behind the CTA */
.roi-band{background:#000;overflow:hidden}
.roi-band::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(58% 62% at 36% 38%, rgba(255,160,64,.22) 0%, rgba(255,160,64,0) 66%),
    radial-gradient(58% 62% at 65% 36%, rgba(255,64,118,.24) 0%, rgba(255,64,118,0) 66%),
    radial-gradient(62% 64% at 35% 64%, rgba(70,170,255,.20) 0%, rgba(70,170,255,0) 68%),
    radial-gradient(62% 64% at 66% 65%, rgba(96,108,255,.20) 0%, rgba(96,108,255,0) 68%),
    radial-gradient(54% 58% at 50% 50%, rgba(170,110,255,.16) 0%, rgba(170,110,255,0) 74%);
}
.roi-band .container{position:relative;z-index:2}
.roi-band .roi h2{color:#fff;text-shadow:0 2px 30px rgba(0,0,0,.55)}
.roi-band .roi p{color:rgba(255,255,255,.82);text-shadow:0 1px 18px rgba(0,0,0,.5)}

/* ===== TESTIMONIALS ===== */
.tst-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:920px){.tst-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}}
.tst{padding:32px;display:flex;flex-direction:column;border-radius:var(--radius)}
.tst .stars{display:flex;gap:3px;margin-bottom:18px;color:var(--purple)}
.tst .stars svg{width:16px;height:16px}
.tst blockquote{font-size:18px;color:var(--txt);line-height:1.45;flex:1;font-weight:400;letter-spacing:-.015em}
.tst .who{display:flex;align-items:center;gap:13px;margin-top:24px;padding-top:22px;border-top:1px solid var(--border)}
.tst .ph{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;font-family:var(--font-display);font-weight:600;font-size:16px;color:#fff;background:var(--purple)}
.tst .who .name{font-weight:600;font-size:15px}
.tst .who .role{font-size:14px;color:var(--txt-mute)}

/* ===== FAQ ===== */
.faq-wrap{max-width:760px;margin:0 auto}
.faq{border-bottom:1px solid var(--border);overflow:hidden}
.faq-q{width:100%;background:none;border:none;cursor:pointer;color:var(--txt);font-family:var(--font-body);
  font-size:19px;font-weight:500;letter-spacing:-.02em;text-align:left;padding:26px 4px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.faq-q .ic{flex-shrink:0;width:22px;height:22px;display:grid;place-items:center;transition:transform .3s var(--ease-out);position:relative;color:var(--purple)}
.faq.open .faq-q .ic{transform:rotate(45deg)}
.faq-q .ic::before,.faq-q .ic::after{content:"";position:absolute;background:currentColor;border-radius:2px}
.faq-q .ic::before{width:14px;height:2px}.faq-q .ic::after{width:2px;height:14px}
.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s var(--ease-out)}
.faq.open .faq-a{grid-template-rows:1fr}
.faq-a-inner{overflow:hidden}
.faq-a p{padding:0 4px 28px;color:var(--txt-mute);font-size:17px;line-height:1.5}

/* ===== CONTACT / FOOTER ===== */
.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:start}
@media(max-width:860px){.contact-grid{grid-template-columns:1fr;gap:44px}}
.contact-info h2{font-size:clamp(32px,4vw,44px);font-weight:600;letter-spacing:-.025em;margin-bottom:18px}
.contact-info p{color:var(--txt-mute);font-size:18px;line-height:1.45;margin-bottom:32px;max-width:440px}
.contact-info .item{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.contact-info .item .ic{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--surface-2)}
.contact-info .item .ic svg{width:19px;height:19px;color:var(--purple)}
.contact-info .item .meta small{display:block;color:var(--txt-dim);font-size:13px}
.contact-info .item .meta span{font-weight:500;font-size:15px}

.form{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:34px}
.field{margin-bottom:18px}
.field label{display:block;font-size:14px;font-weight:500;color:var(--txt-mute);margin-bottom:8px}
.field input,.field textarea{
  width:100%;padding:14px 16px;background:#fff;border:1px solid var(--border);border-radius:12px;
  color:var(--txt);font-family:inherit;font-size:16px;transition:border-color .2s,box-shadow .2s;resize:vertical;
}
.field input::placeholder,.field textarea::placeholder{color:var(--txt-dim)}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px rgba(124,58,237,.15)}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:480px){.row2{grid-template-columns:1fr}}
.form .btn{width:100%;margin-top:6px}
.form-success{color:#1D9D54;font-size:15px;margin-top:14px;font-weight:500;opacity:0;transition:opacity .3s;min-height:18px}
.form-success.show{opacity:1}

footer{border-top:1px solid var(--border);padding:44px 0 36px;margin-top:0}
.foot-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:40px}
.foot-brand{max-width:300px}
.foot-brand p{color:var(--txt-mute);font-size:15px;line-height:1.45;margin-top:16px}
.foot-cols{display:flex;gap:64px;flex-wrap:wrap}
.foot-col h4{font-family:var(--font-body);font-size:14px;letter-spacing:-.01em;color:var(--txt);margin-bottom:16px;font-weight:600}
.foot-col a{display:block;color:var(--txt-mute);font-size:14px;margin-bottom:11px;transition:color .2s}
.foot-col a:hover{color:var(--txt)}
.foot-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid var(--border)}
.foot-bottom .copy{color:var(--txt-dim);font-size:13px}
.socials{display:flex;gap:10px}
.socials a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:var(--txt-mute);background:var(--surface-2);transition:all .25s var(--ease-out)}
.socials a:hover{color:#fff;background:var(--purple)}
.socials svg{width:17px;height:17px}

/* ===== reveal animation (fallback + GSAP target) ===== */
.reveal{opacity:0;transform:translateY(26px)}
.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none}
  *{animation:none!important;scroll-behavior:auto!important}
  .flow-pulse,.ai-ring{animation:none!important}
  .flow-pulse{opacity:.6}
}

/* ===== service detail pages ===== */
.page-hero{padding-top:150px;padding-bottom:34px;text-align:center}
@media(max-width:768px){.page-hero{padding-top:120px}}
.page-hero .crumb{font-size:13px;color:var(--txt-dim);margin-bottom:20px}
.page-hero .crumb a{color:var(--txt-mute)}
.page-hero .crumb a:hover{color:var(--purple)}
.page-hero .crumb span{margin:0 7px;opacity:.5}
.p-icon{width:64px;height:64px;border-radius:18px;background:var(--surface-2);display:grid;place-items:center;margin:0 auto 22px;color:var(--purple)}
.p-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.page-hero h1{font-size:clamp(32px,4.6vw,52px);letter-spacing:-.03em;font-weight:600;line-height:1.08;max-width:760px;margin:0 auto}
.page-hero .lead{font-size:clamp(16px,1.7vw,20px);color:var(--txt-mute);max-width:620px;margin:18px auto 28px;line-height:1.48}
.cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.pains{max-width:720px;margin:0 auto;display:grid;gap:12px}
.pain{display:flex;gap:14px;align-items:flex-start;padding:16px 20px;background:#fff;border:1px solid var(--border);border-radius:14px;font-size:16px;color:var(--txt);line-height:1.45}
.pain svg{width:20px;height:20px;flex-shrink:0;color:#D33A2C;margin-top:1px}
.feat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
@media(max-width:760px){.feat-grid{grid-template-columns:1fr}}
.feat{padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}
.feat .fi{width:40px;height:40px;border-radius:11px;background:var(--surface-2);display:grid;place-items:center;color:var(--purple);margin-bottom:14px}
.feat .fi svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.feat h3{font-size:18px;font-weight:600;letter-spacing:-.01em;margin-bottom:6px}
.feat p{font-size:15px;color:var(--txt-mute);line-height:1.5}
.steps-flow{max-width:740px;margin:0 auto}
.step-row{display:flex;gap:20px;padding:22px 0;border-top:1px solid var(--border)}
.step-row:first-child{border-top:none}
.step-row .n{width:38px;height:38px;border-radius:50%;background:var(--purple);color:#fff;display:grid;place-items:center;font-weight:600;font-size:16px;flex-shrink:0}
.step-row h3{font-size:18px;font-weight:600;margin-bottom:5px;letter-spacing:-.01em}
.step-row p{font-size:15px;color:var(--txt-mute);line-height:1.5}
.result-line{max-width:720px;margin:0 auto;text-align:center;font-size:clamp(20px,2.4vw,28px);font-weight:600;letter-spacing:-.02em;line-height:1.32;color:var(--txt)}
.result-line .hl{color:var(--purple)}

/* ===== service page extra modules (variation) ===== */
/* split hero */
.page-hero.split{text-align:left;padding-bottom:56px}
.ph-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
@media(max-width:900px){.ph-grid{grid-template-columns:1fr;gap:36px}}
.ph-copy h1{font-size:clamp(30px,4.2vw,46px);letter-spacing:-.03em;font-weight:600;line-height:1.08;margin:0;text-align:left;max-width:none}
.ph-copy .lead{text-align:left;margin:16px 0 24px;max-width:none}
.ph-copy .cta-row{justify-content:flex-start}
.ph-copy .p-icon{margin:0 0 20px}
@media(max-width:900px){.page-hero.split{text-align:center}.ph-copy h1,.ph-copy .lead{text-align:center}.ph-copy .cta-row{justify-content:center}.ph-copy .p-icon{margin:0 auto 20px}}
/* mock window visual */
.mock{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 22px 60px -24px rgba(0,0,0,.25);overflow:hidden}
.mock-bar{display:flex;gap:6px;padding:13px 16px;border-bottom:1px solid var(--border);background:var(--surface-2)}
.mock-bar i{width:10px;height:10px;border-radius:50%;background:var(--border-strong);display:block}
.mock-body{padding:18px}
.mock-list{display:flex;flex-direction:column;gap:10px}
.mock-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;font-size:14px;color:var(--txt)}
.mock-item .dot{width:30px;height:30px;border-radius:8px;background:var(--surface-2);display:grid;place-items:center;color:var(--purple);flex-shrink:0}
.mock-item .dot svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.mock-item .chk{margin-left:auto;color:#1D9D54;display:grid;place-items:center}
.mock-item .chk svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.4}
.chat-row{display:flex;margin-bottom:10px}.chat-row.out{justify-content:flex-end}
.bubble{max-width:80%;padding:10px 14px;border-radius:14px;font-size:13.5px;line-height:1.42}
.bubble.in{background:var(--surface-2);color:var(--txt);border-bottom-left-radius:4px}
.bubble.out{background:var(--purple);color:#fff;border-bottom-right-radius:4px}
.doc-lines{display:flex;flex-direction:column;gap:9px}
.doc-lines .l{height:10px;border-radius:5px;background:var(--surface-2)}
/* before / after */
.ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:860px;margin:0 auto}
@media(max-width:700px){.ba-grid{grid-template-columns:1fr}}
.ba-col{padding:26px;border-radius:var(--radius);border:1px solid var(--border)}
.ba-col.before{background:var(--surface-2)}
.ba-col.after{background:#fff;border-color:rgba(124,58,237,.32)}
.ba-col h3{font-size:16px;font-weight:600;margin-bottom:16px}
.ba-col.before h3{color:var(--txt-mute)}.ba-col.after h3{color:var(--purple)}
.ba-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}
.ba-col li{display:flex;gap:10px;font-size:15px;line-height:1.42;color:var(--txt)}
.ba-col li svg{width:18px;height:18px;flex-shrink:0;margin-top:1px;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.ba-col.before li svg{stroke:#D33A2C}.ba-col.after li svg{stroke:#1D9D54}
/* stat band */
.statband{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:860px;margin:0 auto;text-align:center}
@media(max-width:640px){.statband{grid-template-columns:1fr;gap:30px}}
.statband .s .n{font-family:var(--font-display);font-size:clamp(34px,5vw,52px);font-weight:600;letter-spacing:-.02em;color:var(--purple);line-height:1}
.statband .s .l{font-size:15px;color:var(--txt-mute);margin-top:8px}
/* zigzag features */
.zig{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:30px}
.zig-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.zig-row:nth-child(even) .zig-art{order:-1}
@media(max-width:760px){.zig-row{grid-template-columns:1fr;gap:16px}.zig-row:nth-child(even) .zig-art{order:0}}
.zig-txt h3{font-size:20px;font-weight:600;letter-spacing:-.01em;margin-bottom:8px}
.zig-txt p{font-size:16px;color:var(--txt-mute);line-height:1.5}
.zig-art{height:158px;border-radius:16px;background:var(--surface-2);display:grid;place-items:center;color:var(--purple)}
.zig-art svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
/* timeline steps */
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;max-width:940px;margin:0 auto}
@media(max-width:760px){.timeline{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.timeline{grid-template-columns:1fr}}
.tl{text-align:center}
.tl .n{width:42px;height:42px;border-radius:50%;background:var(--purple);color:#fff;display:grid;place-items:center;font-weight:600;margin:0 auto 14px}
.tl h3{font-size:16px;font-weight:600;margin-bottom:6px;letter-spacing:-.01em}
.tl p{font-size:14px;color:var(--txt-mute);line-height:1.45}
/* faq */
.faq{max-width:740px;margin:0 auto}
.faq details{border-bottom:1px solid var(--border);padding:18px 0}
.faq summary{font-size:17px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--txt)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:24px;color:var(--purple);font-weight:300;line-height:1;transition:transform .2s}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq p{font-size:15px;color:var(--txt-mute);line-height:1.55;margin-top:12px}
/* quote */
.quote{max-width:760px;margin:0 auto;text-align:center}
.quote blockquote{font-size:clamp(20px,2.6vw,28px);font-weight:600;letter-spacing:-.02em;line-height:1.36;color:var(--txt);margin:0}
.quote .who{margin-top:22px;font-size:14px;color:var(--txt-mute)}
.quote .who b{color:var(--txt);display:block;font-weight:600}

/* ===== unique per-page modules ===== */
/* usecases chips (AI Agents) */
.usecases{display:flex;flex-wrap:wrap;gap:12px;max-width:820px;margin:0 auto;justify-content:center}
.uc{display:inline-flex;align-items:center;gap:9px;padding:12px 18px;background:#fff;border:1px solid var(--border);border-radius:980px;font-size:15px;color:var(--txt)}
.uc svg{width:17px;height:17px;color:var(--purple);fill:none;stroke:currentColor;stroke-width:2;flex-shrink:0}
/* inbox demo (E-mail) */
.inbox{max-width:680px;margin:0 auto;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 50px -24px rgba(0,0,0,.18)}
.inbox-row{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid var(--border)}
.inbox-row:last-child{border-bottom:none}
.inbox-av{width:38px;height:38px;border-radius:50%;background:var(--surface-2);display:grid;place-items:center;color:var(--purple);font-weight:600;flex-shrink:0;font-size:14px}
.inbox-main{flex:1;min-width:0}
.inbox-main .f{font-size:14px;font-weight:600;color:var(--txt)}
.inbox-main .s{font-size:13px;color:var(--txt-mute);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.inbox-tag{font-size:12px;font-weight:600;padding:5px 11px;border-radius:980px;background:rgba(124,58,237,.1);color:var(--purple);flex-shrink:0}
.inbox-tag.done{background:rgba(29,157,84,.12);color:#1D9D54}
/* pipeline kanban (CRM) */
.pipeline{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:940px;margin:0 auto}
@media(max-width:760px){.pipeline{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.pipeline{grid-template-columns:1fr}}
.pl-col{background:var(--surface-2);border-radius:14px;padding:14px}
.pl-col h4{font-size:13px;font-weight:600;color:var(--txt-mute);margin-bottom:12px;text-transform:uppercase;letter-spacing:.04em}
.pl-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:11px 13px;margin-bottom:9px;font-size:13.5px;color:var(--txt);font-weight:500}
.pl-card:last-child{margin-bottom:0}
.pl-card .c{font-size:12px;color:var(--txt-dim);margin-top:3px;font-weight:400}
/* doc builder (Offertes) */
.docbuild{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:900px;margin:0 auto;align-items:center}
@media(max-width:760px){.docbuild{grid-template-columns:1fr;gap:28px}}
.db-steps{display:flex;flex-direction:column;gap:18px}
.db-step{display:flex;gap:14px;align-items:flex-start}
.db-step .n{width:32px;height:32px;border-radius:9px;background:var(--purple);color:#fff;display:grid;place-items:center;font-weight:600;font-size:14px;flex-shrink:0}
.db-step h4{font-size:16px;font-weight:600;margin-bottom:3px}
.db-step p{font-size:14px;color:var(--txt-mute);line-height:1.45}
/* compare table (Factuur) */
.ctable{max-width:760px;margin:0 auto;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff}
.ctable .r{display:grid;grid-template-columns:1.4fr 1fr 1fr;align-items:center}
.ctable .r+.r{border-top:1px solid var(--border)}
.ctable .r.head{background:var(--surface-2);font-weight:600;font-size:13.5px}
.ctable .c{padding:15px 18px;font-size:14px;color:var(--txt)}
.ctable .c.crit{color:var(--txt-mute)}
.ctable .c.win{font-weight:600;color:var(--purple)}
.ctable .r.head .c.win{color:var(--purple)}
/* counters strip (Factuur) */
.counters{display:flex;flex-wrap:wrap;justify-content:center;max-width:820px;margin:0 auto;border:1px solid var(--border);border-radius:18px;background:#fff;overflow:hidden}
.counter{flex:1;min-width:160px;padding:30px 20px;text-align:center}
.counter+.counter{border-left:1px solid var(--border)}
.counter .n{font-family:var(--font-display);font-size:clamp(28px,3.4vw,40px);font-weight:600;color:var(--purple);letter-spacing:-.02em;line-height:1}
.counter .l{font-size:14px;color:var(--txt-mute);margin-top:8px}
@media(max-width:560px){.counter{flex:1 1 100%}.counter+.counter{border-left:none;border-top:1px solid var(--border)}}
/* integration flow (Bedrijfsautomatisering) */
.iflow{display:block;width:100%;max-width:760px;height:auto;margin:0 auto;overflow:visible}
.if-hub{fill:var(--purple)}
.if-hub-l{fill:#fff;font-family:var(--font-display);font-size:14px;font-weight:600;text-anchor:middle}
.if-node{fill:#fff;stroke:var(--border);stroke-width:1.5}
.if-node-l{fill:var(--txt);font-family:var(--font-body);font-size:13px;font-weight:500;text-anchor:middle}

/* werkwijze page */
.wk-chip{display:inline-block;font-size:12px;font-weight:600;color:var(--purple);background:rgba(124,58,237,.1);padding:3px 11px;border-radius:980px;margin-bottom:8px}
.proc{max-width:760px;margin:0 auto}
.proc .step-row{align-items:flex-start}

/* hero video (rendered animations) */
.hero-vid{width:100%;height:auto;display:block;border-radius:22px;box-shadow:0 30px 70px -28px rgba(0,0,0,.45);background:#0a0a14}

.wk-video{width:100%;max-width:940px;display:block;margin:0 auto;border-radius:22px;box-shadow:0 30px 70px -28px rgba(0,0,0,.45);background:#0a0a14}

.zig-art.has-vid{height:auto;background:transparent;padding:0;overflow:hidden}
.zig-art.has-vid video{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 14px 40px -18px rgba(124,58,237,.4)}

/* ===== interactieve besparingsscan ===== */
.scan-tool{position:relative;z-index:2;max-width:720px;margin:0 auto;background:#fff;border-radius:24px;padding:40px;box-shadow:0 40px 90px -30px rgba(0,0,0,.55);text-align:left}
@media(max-width:560px){.scan-tool{padding:26px 20px}}
.scan-head{text-align:center;margin-bottom:26px}
.scan-head .eyebrow{color:var(--purple)}
.scan-head h2{font-size:clamp(26px,3.4vw,38px);letter-spacing:-.025em;font-weight:600;color:#1d1d1f;margin-top:6px}
.scan-head p{color:var(--txt-mute);font-size:16px;margin-top:10px}
.scan-field2{display:flex;align-items:center;background:var(--surface-2);border:1px solid transparent;border-radius:12px;padding:0 16px;margin-bottom:26px;transition:border-color .2s,box-shadow .2s}
.scan-field2:focus-within{background:#fff;border-color:var(--purple);box-shadow:0 0 0 3px rgba(124,58,237,.15)}
.scan-prefix2{color:var(--txt-dim);font-size:15px;flex-shrink:0}
.scan-field2 input{border:none;outline:none;background:transparent;font-family:inherit;font-size:16px;color:var(--txt);padding:14px 8px;width:100%}
.q-block{margin-bottom:26px}
.q-block h4{font-size:16px;font-weight:600;color:#1d1d1f;margin-bottom:14px}
.q-hint{font-weight:400;color:var(--txt-dim);font-size:14px}
.q-block h4 b{color:var(--purple)}
.opts{display:flex;flex-wrap:wrap;gap:10px}
.opt{font-family:inherit;font-size:14px;font-weight:500;color:var(--txt);background:#fff;border:1px solid var(--border-strong);border-radius:980px;padding:10px 16px;cursor:pointer;transition:background .18s,border-color .18s,color .18s,transform .18s}
.opt:hover{border-color:var(--purple)}
.opt:active{transform:scale(.97)}
.opt.on{background:var(--purple);border-color:var(--purple);color:#fff}
.slider{width:100%;accent-color:var(--purple);height:6px;cursor:pointer}
.scan-warn{color:#D33A2C;font-size:14px;margin-bottom:14px;display:none}
.scan-warn.show{display:block}
.scan-go{width:100%;justify-content:center}
/* resultaat */
.scan-result{margin-top:6px}
.scan-analyzing{text-align:center;padding:34px 0;color:var(--txt-mute);font-size:16px}
.scan-spinner{width:42px;height:42px;border-radius:50%;border:3px solid var(--surface-2);border-top-color:var(--purple);margin:0 auto 16px;animation:scanSpin .8s linear infinite}
@keyframes scanSpin{to{transform:rotate(360deg)}}
.scan-figures{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:26px}
.scan-fig{flex:1;min-width:150px;background:var(--surface-2);border-radius:16px;padding:22px;text-align:center}
.scan-fig .n{font-family:var(--font-display);font-size:clamp(26px,4vw,38px);font-weight:700;color:var(--purple);letter-spacing:-.02em;line-height:1}
.scan-fig .l{font-size:13px;color:var(--txt-mute);margin-top:8px}
.scan-rec h4{font-size:15px;font-weight:600;color:#1d1d1f;margin-bottom:12px}
.scan-rec-list{display:flex;flex-direction:column;gap:10px;margin-bottom:26px}
.scan-rec-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;text-decoration:none;color:#1d1d1f;transition:border-color .2s,transform .2s}
.scan-rec-item:hover{border-color:var(--purple);transform:translateX(3px)}
.scan-rec-item .chk{width:24px;height:24px;border-radius:50%;background:rgba(124,58,237,.12);display:grid;place-items:center;color:var(--purple);flex-shrink:0;font-weight:700;font-size:13px}
.scan-rec-item .t{font-weight:600;font-size:15px}
.scan-rec-item .arr2{margin-left:auto;color:var(--purple)}
.scan-cta{display:flex;gap:12px;flex-wrap:wrap}
.scan-note{font-size:12.5px;color:var(--txt-dim);margin-top:16px;text-align:center}

/* ===== aparte scan-pagina (scan.html) ===== */
.scanpage{padding-top:140px;padding-bottom:90px;min-height:62vh}
@media(max-width:768px){.scanpage{padding-top:112px}}
.scan-crumb{max-width:720px;margin:0 auto 18px;font-size:13px;color:var(--txt-dim)}
.scan-crumb a{color:var(--txt-mute)}
.scan-crumb a:hover{color:var(--purple)}
.scan-card{max-width:720px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:24px;padding:40px;box-shadow:0 34px 80px -38px rgba(0,0,0,.3)}
@media(max-width:560px){.scan-card{padding:26px 20px}}
.scan-steps{display:flex;flex-direction:column;gap:12px;margin-top:8px}
.scan-step{display:flex;align-items:center;gap:14px;padding:15px 18px;border:1px solid var(--border);border-radius:12px;color:var(--txt-mute);font-size:15px;transition:color .3s,border-color .3s,background .3s}
.scan-step .dot{width:26px;height:26px;border-radius:50%;border:2px solid var(--border-strong);flex-shrink:0;display:grid;place-items:center;font-size:13px;font-weight:700}
.scan-step.active{color:var(--txt);border-color:rgba(124,58,237,.45);background:rgba(124,58,237,.04)}
.scan-step.done{color:var(--txt)}
.scan-step.done .dot{background:var(--purple);border-color:var(--purple);color:#fff}
.mini-spin{width:15px;height:15px;border-radius:50%;border:2px solid var(--surface-2);border-top-color:var(--purple);animation:scanSpin .7s linear infinite;display:block}
.scan-detected{margin-top:18px;font-size:14px;color:var(--txt-mute);background:var(--surface-2);border-radius:12px;padding:14px 16px}
.scan-detected b{color:var(--purple)}

/* ===== scan wizard (uitgebreid) ===== */
.scan-progress{height:6px;background:var(--surface-2);border-radius:999px;overflow:hidden;margin-bottom:28px}
.scan-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--purple),var(--purple-bright));transition:width .45s var(--ease-out)}
.wizard-q .scan-head{text-align:left;margin-bottom:20px}
.wizard-q .scan-head h2{font-size:clamp(22px,3vw,30px)}
.wizard-nav{display:flex;gap:12px;margin-top:28px;align-items:center}
.wizard-nav .spacer{flex:1}
.wizard-step-count{font-size:13px;color:var(--txt-dim);margin-bottom:6px}
.scan-summary-list{display:flex;flex-direction:column;gap:10px;margin:6px 0 4px}
.scan-found{display:flex;align-items:center;gap:12px;padding:13px 16px;border:1px solid var(--border);border-radius:12px;font-size:15px;color:var(--txt)}
.scan-found .ic{width:26px;height:26px;border-radius:50%;background:rgba(124,58,237,.12);color:var(--purple);display:grid;place-items:center;flex-shrink:0;font-weight:700;font-size:13px}
.scan-found b{font-weight:600}
.scan-found.muted{color:var(--txt-mute)}
.scan-found.muted .ic{background:var(--surface-2);color:var(--txt-dim)}
.sum-meta{font-size:14px;color:var(--txt-mute);margin:14px 0 20px;line-height:1.5}
.sum-meta b{color:var(--txt)}
