/* ============================================================
   WEBLIFY — style.css
   Font: Inter · Accent: #C9312A
============================================================= */

/* ------------------------------------------------------------
   RESET
------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: linear-gradient(
    180deg,
    #fdf1f0 0%,
    #fae8e7 8%,
    #f6f5f3 28%,
    #f6f5f3 72%,
    #fae8e7 92%,
    #fdf1f0 100%
  );
  background-attachment: fixed;
  color: #1a1a1c;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ------------------------------------------------------------
   TOKENS
------------------------------------------------------------- */
:root {
  --ink:     #1a1a1c;
  --ink-80:  #2c2c30;
  --ink-60:  #525258;
  --ink-40:  #a0a0a8;
  --ink-20:  #d2d2d8;
  --ink-10:  #e6e6ea;
  --ink-06:  #f0f0f2;
  --ink-03:  #f6f5f3;
  --white:   #ffffff;

  --red:     #C9312A;
  --red-dk:  #a72622;
  --red-bg:  #fef2f1;
  --red-dim: rgba(201,49,42,.10);

  --font: 'Inter', system-ui, -apple-system, sans-serif;

  --s1:4px;  --s2:8px;   --s3:12px;  --s4:16px;  --s5:20px;
  --s6:24px; --s7:32px;  --s8:40px;  --s9:56px;
  --s10:72px; --s11:96px; --s12:128px;

  --r-s:6px; --r-m:10px; --r-l:14px; --r-xl:20px;

  --sh-xs: 0 1px 3px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.03);
  --sh-s:  0 2px 8px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.04);
  --sh-m:  0 4px 20px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);
  --sh-l:  0 10px 40px rgba(0,0,0,.09), 0 3px 10px rgba(0,0,0,.04);
  --sh-xl: 0 24px 64px rgba(0,0,0,.10), 0 6px 16px rgba(0,0,0,.05);

  --ease: cubic-bezier(.16,1,.3,1);
}

/* ------------------------------------------------------------
   TYPE
------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font);
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.3rem, 5.2vw, 4.2rem); font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.85rem, 3.6vw, 3.1rem); font-weight: 700; letter-spacing: -0.028em; }
h3 { font-size: clamp(.95rem, 1.3vw, 1.05rem); font-weight: 600; letter-spacing: -0.01em; }
h4 { font-size: .92rem; font-weight: 600; letter-spacing: -0.008em; }

h1 em, h2 em { font-style: normal; color: var(--red); }
.txt-red { color: var(--red); }

p {
  font-size: .91rem;
  font-weight: 400;
  color: var(--ink-60);
  line-height: 1.75;
}

/* ------------------------------------------------------------
   LAYOUT
------------------------------------------------------------- */
.container { max-width: 1160px; margin: 0 auto; padding: 0 var(--s6); }
.section { padding: var(--s11) 0; }
.section--alt { background: var(--white); }

.sec-hd { max-width: 520px; margin-bottom: var(--s10); }
.sec-hd h2 { margin: var(--s3) 0 var(--s4); }
.sec-hd p  { font-size: .94rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: var(--s2);
  font-size: .66rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--red);
}
.eyebrow::before {
  content: ''; display: block;
  width: 16px; height: 1.5px;
  background: var(--red); flex-shrink: 0;
}
.eyebrow--light { color: rgba(255,255,255,.5); }
.eyebrow--light::before { background: rgba(255,255,255,.35); }

/* ------------------------------------------------------------
   BUTTONS
------------------------------------------------------------- */
.btn-primary {
  display: inline-flex; align-items: center; gap: var(--s2);
  background: var(--ink); color: var(--white);
  font: 600 .85rem/1 var(--font);
  padding: 13px 22px; border-radius: var(--r-l);
  border: none; cursor: pointer; letter-spacing: -.005em;
  box-shadow: var(--sh-s);
  transition: background .18s, box-shadow .18s, transform .22s var(--ease);
}
.btn-primary:hover { background: var(--ink-80); box-shadow: var(--sh-m); transform: translateY(-2px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: var(--s2);
  background: transparent; color: var(--ink-60);
  font: 500 .85rem/1 var(--font);
  padding: 13px 18px; border-radius: var(--r-l);
  border: 1.5px solid var(--ink-10); cursor: pointer;
  transition: color .16s, border-color .16s, background .16s, transform .2s var(--ease);
}
.btn-outline:hover { color: var(--ink); border-color: var(--ink-20); background: var(--white); transform: translateY(-1px); }

.btn-price {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  background: var(--red); color: var(--white);
  font: 600 .83rem/1 var(--font);
  padding: 13px 22px; border-radius: var(--r-l);
  border: none; cursor: pointer; width: 100%; margin-top: var(--s8);
  box-shadow: 0 4px 18px rgba(201,49,42,.24);
  transition: background .18s, box-shadow .18s, transform .22s var(--ease);
}
.btn-price:hover { background: var(--red-dk); box-shadow: 0 8px 28px rgba(201,49,42,.36); transform: translateY(-2px); }

.btn-faq {
  display: inline-flex; align-items: center; gap: var(--s2);
  font: 500 .82rem/1 var(--font); color: var(--ink-60); padding: 9px 0;
  border: none; border-bottom: 1px solid var(--ink-20);
  background: transparent; cursor: pointer; margin-top: var(--s7);
  transition: color .15s, border-color .15s, gap .18s;
}
.btn-faq:hover { color: var(--ink); border-color: var(--ink); gap: var(--s3); }

.btn-cta-primary {
  display: inline-flex; align-items: center; gap: var(--s2);
  background: var(--white); color: var(--ink);
  font: 600 .87rem/1 var(--font);
  padding: 14px 26px; border-radius: var(--r-l);
  border: none; cursor: pointer;
  box-shadow: 0 2px 14px rgba(255,255,255,.16);
  transition: background .16s, box-shadow .16s, transform .22s var(--ease);
}
.btn-cta-primary:hover { background: #f0f1f3; box-shadow: 0 6px 26px rgba(255,255,255,.22); transform: translateY(-2px); }

.btn-cta-ghost {
  display: inline-flex; align-items: center;
  font: 400 .87rem/1 var(--font);
  color: rgba(255,255,255,.48); padding: 14px 6px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  transition: color .15s, border-color .15s;
}
.btn-cta-ghost:hover { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.45); }

.drawer-cta {
  display: block; background: var(--ink); color: var(--white);
  text-align: center; padding: 13px var(--s6); border-radius: var(--r-l);
  font: 600 .84rem/1 var(--font); margin-top: var(--s6);
}

/* ------------------------------------------------------------
   NAVBAR
------------------------------------------------------------- */
#navbar {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  background: rgba(253,241,240,.92);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
#navbar.scrolled { border-color: var(--ink-10); box-shadow: var(--sh-xs); background: rgba(253,241,240,.97); }

.scroll-progress {
  position: absolute; bottom: -1px; left: 0;
  height: 2px; width: 0%; background: var(--red);
  transition: width .1s linear;
}
.nav-wrap {
  max-width: 1160px; margin: 0 auto; padding: 0 var(--s6);
  height: 72px; display: flex; align-items: center; gap: var(--s5);
}
.logo { display: flex; align-items: center; gap: var(--s2); flex-shrink: 0; }
.logo-img { height: 48px; width: auto; display: block; object-fit: contain; }
.logo-fallback {
  display: flex; align-items: center; gap: var(--s2);
  font: 700 1.12rem/1 var(--font); letter-spacing: -0.03em; color: var(--ink);
}
.logo-mark {
  width: 26px; height: 26px; background: var(--red); border-radius: var(--r-s);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform .22s var(--ease);
}
.logo:hover .logo-mark { transform: rotate(-7deg) scale(1.06); }
.footer-logo .logo-fallback { color: var(--white); }
.logo-invert { filter: brightness(0) invert(1); }

.nav-links { display: flex; align-items: center; flex: 1; }
.nav-links a {
  font: 500 .8rem/1 var(--font); color: var(--ink-60);
  padding: 6px 11px; border-radius: 100px;
  transition: color .13s, background .13s;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--ink); background: var(--ink-06); }

.nav-end { display: flex; align-items: center; gap: var(--s3); flex-shrink: 0; }
.nav-link-plain {
  font: 500 .8rem/1 var(--font); color: var(--ink-60);
  padding: 6px 11px; border-radius: 100px;
  transition: color .13s, background .13s;
}
.nav-link-plain:hover { color: var(--ink); background: var(--ink-06); }

.nav-cta {
  display: inline-flex; align-items: center; gap: var(--s2);
  background: var(--ink); color: var(--white);
  font: 600 .79rem/1 var(--font); padding: 8px 16px; border-radius: 100px;
  letter-spacing: -.005em;
  transition: background .16s, box-shadow .16s, transform .2s var(--ease);
}
.nav-cta:hover { background: var(--ink-80); box-shadow: 0 4px 14px rgba(0,0,0,.18); transform: translateY(-1px); }

.burger {
  display: none; flex-direction: column; gap: 5.5px;
  background: none; border: none; padding: var(--s2); margin-left: auto;
}
.burger span {
  display: block; width: 20px; height: 1.5px;
  background: var(--ink); border-radius: 2px;
  transition: all .22s ease; transform-origin: center;
}
.burger.open span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.burger.open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.drawer {
  display: none; position: fixed;
  top: 60px; left: 0; right: 0;
  background: var(--white); border-bottom: 1px solid var(--ink-10);
  padding: var(--s5) var(--s6) var(--s7); z-index: 999; box-shadow: var(--sh-m);
}
.drawer.open { display: block; }
.drawer nav { display: flex; flex-direction: column; }
.drawer-link {
  display: block; padding: 12px 0;
  font: 400 .9rem/1 var(--font); color: var(--ink-60);
  border-bottom: 1px solid var(--ink-10); transition: color .13s;
}
.drawer-link:last-child { border-bottom: none; }
.drawer-link:hover { color: var(--ink); }

/* ============================================================
   HERO — Bonnetje style: light blue, centered, mockup below
============================================================= */
#hero {
  position: relative;
  padding: 130px 0 0;
  overflow: visible;
  background: linear-gradient(180deg,
    #d8ecff 0%,
    #c2dfff 35%,
    #b8d8ff 65%,
    #cce3ff 85%,
    #deeeff 100%
  );
}

body { background: #f6f5f3; }

/* Centered copy */
.hero-center {
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  max-width: 800px; margin: 0 auto;
  position: relative; z-index: 2;
}

.hero-eyebrow {
  font: 600 .72rem/1 var(--font);
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--red); margin-bottom: 20px;
}

#hero h1 {
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 800; line-height: 1.06;
  letter-spacing: -0.04em; color: #08080c;
  margin-bottom: 20px; max-width: 820px;
}
#hero h1 em { font-style: normal; color: #08080c; }

.hero-lead {
  font-size: 1rem; line-height: 1.74;
  color: rgba(8,8,12,.52); max-width: 560px; margin-bottom: 32px;
}

.hero-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; flex-wrap: wrap; margin-bottom: 28px;
}

.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #08080c; color: #fff;
  font: 600 .9rem/1 var(--font); padding: 15px 28px; border-radius: 100px;
  border: none; cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
  transition: background .15s, transform .2s var(--ease), box-shadow .2s;
}
.btn-hero-primary:hover { background: #222; transform: translateY(-2px); box-shadow: 0 6px 22px rgba(0,0,0,.3); }

.btn-hero-ghost {
  display: inline-flex; align-items: center;
  font: 500 .9rem/1 var(--font); color: rgba(8,8,12,.68);
  padding: 14px 24px; border-radius: 100px;
  border: 1.5px solid rgba(8,8,12,.16);
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background .15s, border-color .15s, transform .2s var(--ease);
}
.btn-hero-ghost:hover { background: rgba(255,255,255,.85); border-color: rgba(8,8,12,.28); transform: translateY(-1px); }

.hero-proof {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin-bottom: 56px; flex-wrap: wrap;
}
.proof-avatars { display: flex; }
.pa {
  display: block; width: 32px; height: 32px; border-radius: 50%;
  border: 2.5px solid rgba(255,255,255,.9); margin-left: -9px; flex-shrink: 0;
}
.pa:first-child { margin-left: 0; }
.pa--1{background:linear-gradient(135deg,#f4c5b0,#e08870)}
.pa--2{background:linear-gradient(135deg,#b0c5f4,#6880e0)}
.pa--3{background:linear-gradient(135deg,#b0f4c5,#68e088)}
.pa--4{background:linear-gradient(135deg,#f4e1b0,#e0b868)}
.proof-stars { display: flex; gap: 1px; align-items: center; }
.proof-text { font: 500 .8rem/1 var(--font); color: rgba(8,8,12,.48); }

/* ── Mockup outer – hangs below hero ── */
.hero-mockup-outer {
  position: relative;
  max-width: 680px;
  margin: 0 auto -200px;
  padding: 0 24px;
  z-index: 5;
}

/* Floating notification cards */
.hero-float {
  position: absolute;
  background: #fff; border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0,30,80,.13), 0 2px 8px rgba(0,0,0,.07);
  padding: 14px 16px; z-index: 10;
}
.hero-float--left {
  left: -70px; bottom: 200px; min-width: 200px;
  display: flex; align-items: flex-start; gap: 10px;
  animation: floatA 4.8s ease-in-out infinite;
}
.hero-float--right {
  right: -70px; top: 100px; min-width: 190px;
  animation: floatB 5.4s ease-in-out infinite;
}
@keyframes floatA{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes floatB{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}

.hf-dot {
  width: 36px; height: 36px; background: var(--red-bg); border-radius: 50%;
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
}
.hf-dot::after {
  content:''; display:block; width:10px; height:10px;
  background:var(--red); border-radius:50%;
}
.hf-body { flex:1; }
.hf-top { display:flex; justify-content:space-between; align-items:baseline; gap:8px; margin-bottom:4px; }
.hf-title { font:600 .78rem/1 var(--font); color:#08080c; margin-bottom:3px; }
.hf-title span,.hf-date { font-weight:400; color:#bbb; font-size:.68rem; }
.hf-sub { font:400 .72rem/1.5 var(--font); color:#555; }
.hf-sub--muted { color:#bbb; }
.hf-arrow {
  width:30px; height:30px; background:var(--red); border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; color:#fff; align-self:center;
}
.hf-icons { display:flex; gap:6px; margin:8px 0; }
.hfi { width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.hfi--red{background:rgba(201,49,42,.1);color:var(--red)}
.hfi--green{background:rgba(34,197,94,.12);color:#16a34a}

/* Website mockup screen */
.hero-mockup-screen {
  border-radius: 20px 20px 0 0; overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,.8); border-bottom: none;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.7) inset,
    0 4px 40px rgba(0,50,120,.14),
    0 20px 80px rgba(0,30,100,.10);
}
.hms-inner { padding: 20px 20px 0; }

.hms-topbar {
  display:flex; align-items:center; justify-content:space-between;
  padding-bottom:14px; margin-bottom:16px; border-bottom:1px solid #f0f0f0;
}
.hms-logo-row { display:flex; align-items:center; gap:6px; }
.hms-logo-mark { width:22px; height:22px; background:var(--red); border-radius:6px; }
.hms-logo-txt { width:48px; height:7px; background:#111; border-radius:3px; opacity:.8; }
.hms-nav-r { display:flex; gap:8px; }
.hms-nav-r span { display:block; width:30px; height:5px; background:#e4e4e4; border-radius:3px; }
.hms-cta-btn { width:64px; height:22px; background:#111; border-radius:8px; }

.hms-hero-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; padding-bottom:16px; }
.hms-copy { display:flex; flex-direction:column; }
.hms-tag { width:64px; height:16px; background:rgba(201,49,42,.1); border-radius:100px; margin-bottom:9px; }
.hms-h1 { height:12px; background:#111; border-radius:4px; opacity:.82; }
.hms-p  { height:5px; background:#d4d4d4; border-radius:3px; }
.hms-btns { display:flex; gap:6px; }
.hms-btn-solid { width:80px; height:22px; background:var(--red); border-radius:8px; }
.hms-btn-outline { width:60px; height:22px; border:1.5px solid #d4d4d4; border-radius:8px; }
.hms-stars { display:flex; align-items:center; gap:2px; }
.hms-stars span {
  display:block; width:10px; height:10px; background:#f5a623; border-radius:1px;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.hms-stars-txt { width:50px; height:5px; background:#d4d4d4; border-radius:3px; margin-left:4px; }

.hms-photo { position:relative; }
.hms-photo-inner {
  width:100%; aspect-ratio:3/4; border-radius:12px; overflow:hidden;
  background:linear-gradient(160deg,#e2ecff 0%,#c8daff 50%,#b4caff 100%);
  position:relative;
}
.hms-photo-grad { position:absolute; inset:0; background:linear-gradient(180deg,transparent 40%,rgba(180,202,255,.4) 100%); }
.hms-person { position:absolute; bottom:0; }
.hms-person--1 {
  width:55%; height:85%; left:5%;
  background:linear-gradient(180deg,#c8a090,#9a6858);
  clip-path:polygon(20% 0%,80% 0%,100% 100%,0% 100%); opacity:.7;
}
.hms-person--2 {
  width:50%; height:78%; right:0;
  background:linear-gradient(180deg,#8899bb,#5566aa);
  clip-path:polygon(15% 0%,85% 0%,100% 100%,0% 100%); opacity:.6;
}
.hms-online-badge {
  position:absolute; bottom:-8px; left:50%; transform:translateX(-50%);
  background:#fff; border-radius:100px; padding:4px 10px;
  display:flex; align-items:center; gap:5px;
  box-shadow:0 2px 10px rgba(0,0,0,.1); white-space:nowrap;
}
.hms-dot { width:7px; height:7px; background:#22c55e; border-radius:50%; }
.hms-online-txt { width:38px; height:5px; background:#ccc; border-radius:3px; }

.hms-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; padding-bottom:20px; margin-top:14px; }
.hms-card { background:#f7f7f5; border:1px solid #ebebeb; border-radius:10px; padding:11px; }
.hms-card--accent { background:var(--red); border-color:var(--red); }
.hms-card-ico { width:18px; height:18px; background:rgba(201,49,42,.12); border-radius:5px; }
.hms-card-ico--w { background:rgba(255,255,255,.3); }
.hms-card-t { height:5px; background:#111; border-radius:2px; opacity:.7; }
.hms-card-t--w { background:rgba(255,255,255,.9); opacity:1; }
.hms-card-p { height:4px; background:#d4d4d4; border-radius:2px; }
.hms-card-p--w { background:rgba(255,255,255,.5); }

/* skeleton helpers */
.w40{width:40%} .w55{width:55%} .w60{width:60%} .w70{width:70%}
.w75{width:75%} .w80{width:80%} .w90{width:90%}
.mt1{margin-top:3px} .mt2{margin-top:5px} .mt3{margin-top:7px}
.mt4{margin-top:8px} .mt5{margin-top:11px}

/* Trust strip — push down to clear the hanging mockup */
#voordelen { margin-top: 220px; }

/* ------------------------------------------------------------
   TRUST STRIP
------------------------------------------------------------- */
.strip {
  padding: var(--s9) 0;
  border-top: 1px solid var(--ink-10); border-bottom: 1px solid var(--ink-10);
  background: var(--white);
}
.strip-row { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--s7); }
.strip-row li { display: flex; align-items: flex-start; gap: var(--s4); }
.strip-ico {
  width: 36px; height: 36px; background: var(--ink-06); border-radius: var(--r-m);
  display: flex; align-items: center; justify-content: center;
  color: var(--red); flex-shrink: 0;
  transition: background .18s, transform .22s var(--ease);
}
.strip-row li:hover .strip-ico { background: var(--red-bg); transform: scale(1.08); }
.strip-row li div { display: flex; flex-direction: column; gap: 3px; }
.strip-row li strong { font: 600 .85rem/1 var(--font); color: var(--ink); letter-spacing: -.01em; }
.strip-row li span  { font: 400 .74rem/1 var(--font); color: var(--ink-60); }

/* ------------------------------------------------------------
   FEATURE CARDS
------------------------------------------------------------- */
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s4); align-items: stretch; }

.feat-card {
  background: var(--white); border: 1px solid var(--ink-10);
  border-radius: var(--r-xl); padding: var(--s7) var(--s6);
  position: relative; overflow: hidden; height: 100%;
  transition: box-shadow .24s var(--ease), transform .24s var(--ease), border-color .2s;
}
.feat-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform .24s var(--ease);
}
.feat-card:hover::after { transform: scaleX(1); }
.feat-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,.09), 0 3px 9px rgba(0,0,0,.05);
  transform: translateY(-4px); border-color: rgba(201,49,42,.14);
}
.feat-card--wide { grid-column: 1; }

.fc-ico {
  width: 38px; height: 38px; background: var(--ink-06); border-radius: var(--r-m);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-60); margin-bottom: var(--s5);
  transition: background .2s, color .2s, transform .24s var(--ease);
}
.feat-card:hover .fc-ico { background: var(--red-bg); color: var(--red); transform: scale(1.1) rotate(-5deg); }
.feat-card h3 { margin-bottom: var(--s2); }
.feat-card p  { font-size: .82rem; }

/* ------------------------------------------------------------
   VOOR WIE
------------------------------------------------------------- */
.wie-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s3); align-items: stretch; }

.wie-card {
  background: var(--ink-03); border: 1px solid var(--ink-10);
  border-radius: var(--r-xl); padding: var(--s7) var(--s6);
  position: relative; overflow: hidden; height: 100%;
  transition: box-shadow .24s var(--ease), transform .24s var(--ease), border-color .2s, background .2s;
}
.wie-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform .24s var(--ease);
}
.wie-card:hover::before { transform: scaleX(1); }
.wie-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,.09), 0 3px 9px rgba(0,0,0,.05);
  transform: translateY(-4px); border-color: rgba(201,49,42,.13); background: var(--white);
}
.wc-ico {
  width: 42px; height: 42px; background: var(--ink-10); border-radius: var(--r-m);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-60); margin-bottom: var(--s5);
  transition: background .2s, color .2s, transform .24s var(--ease);
}
.wie-card:hover .wc-ico { background: var(--red-bg); color: var(--red); transform: scale(1.08) rotate(-4deg); }
.wie-card h3 { margin-bottom: var(--s2); }
.wie-card p  { font-size: .82rem; }

/* ------------------------------------------------------------
   STEPS
------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s7); }
.step  { display: flex; flex-direction: column; gap: var(--s5); }
.step-top { display: flex; align-items: center; gap: var(--s4); }
.step-n {
  font: 800 2.1rem/1 var(--font); letter-spacing: -0.05em;
  color: var(--ink-10); flex-shrink: 0; transition: color .28s var(--ease);
}
.step:hover .step-n { color: var(--red); }
.step-line { flex: 1; height: 1px; background: var(--ink-10); }
.step-body h3 { margin-bottom: var(--s3); }
.step-body p  { font-size: .86rem; }

/* ------------------------------------------------------------
   PRICING
------------------------------------------------------------- */
.price-wrap { max-width: 760px; margin: 0 auto; }
.price-card {
  display: grid; grid-template-columns: 280px 1fr;
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-xl); border: 1px solid var(--ink-10); background: var(--white);
  transition: box-shadow .36s var(--ease), transform .36s var(--ease);
}
.price-card:hover { box-shadow: 0 28px 68px rgba(0,0,0,.11), 0 7px 18px rgba(0,0,0,.06); transform: translateY(-4px); }

.pc-dark {
  background: var(--ink); padding: var(--s9) var(--s7);
  display: flex; flex-direction: column; position: relative; overflow: hidden;
}
.pc-dark::after {
  content: ''; position: absolute; bottom: -50px; right: -40px; width: 210px; height: 210px;
  background: radial-gradient(circle, rgba(201,49,42,.15) 0%, transparent 65%); pointer-events: none;
}
.pc-badge {
  display: inline-block; background: var(--red); color: var(--white);
  font: 600 .59rem/1 var(--font); text-transform: uppercase; letter-spacing: .1em;
  padding: 4px 10px; border-radius: 100px; margin-bottom: var(--s6);
  align-self: flex-start; position: relative; z-index: 1;
}
.pc-label { font: 500 .67rem/1 var(--font); text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.32); margin-bottom: var(--s4); position: relative; z-index: 1; }
.pc-price { display: flex; align-items: baseline; gap: 2px; margin-bottom: var(--s4); position: relative; z-index: 1; }
.pc-cur  { font: 300 1.25rem/1 var(--font); color: rgba(255,255,255,.42); align-self: flex-start; margin-top: 7px; }
.pc-num  { font: 800 4.7rem/1 var(--font); color: var(--white); letter-spacing: -0.04em; }
.pc-per  { font: 400 .74rem/1 var(--font); color: rgba(255,255,255,.32); margin-bottom: 5px; align-self: flex-end; }
.pc-note { font: 400 .69rem/1.7 var(--font); color: rgba(255,255,255,.26); margin-bottom: auto; position: relative; z-index: 1; }

.pc-light { padding: var(--s9) var(--s7); display: flex; flex-direction: column; }
.pc-light ul { flex: 1; }
.pc-light li {
  display: flex; align-items: flex-start; gap: var(--s3);
  padding: 9px 0; font: 400 .84rem/1.5 var(--font); color: var(--ink-60);
  border-bottom: 1px solid var(--ink-06);
  transition: color .13s, padding-left .2s var(--ease);
}
.pc-light li:last-child { border: none; }
.pc-light li:hover { color: var(--ink); padding-left: 3px; }
.chk {
  width: 16px; height: 16px; background: var(--red-bg); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
}
.pc-disc {
  display: flex; gap: var(--s3); align-items: flex-start;
  margin-top: var(--s6); padding: var(--s4) var(--s5);
  background: var(--ink-06); border-radius: var(--r-l);
  font: 400 .69rem/1.7 var(--font); color: var(--ink-40);
}
.pc-disc svg { flex-shrink: 0; margin-top: 1px; color: var(--ink-40); }

/* ------------------------------------------------------------
   EXTRA DIENSTEN
------------------------------------------------------------- */
.extra-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--ink-10);
  border: 1px solid var(--ink-10); border-radius: var(--r-xl); overflow: hidden;
}
.extra-item {
  background: var(--white); padding: var(--s7) var(--s6);
  display: flex; flex-direction: column; gap: var(--s3);
  position: relative; overflow: hidden; transition: background .16s;
}
.extra-item::before {
  content: ''; position: absolute; top: var(--s7); left: var(--s6);
  width: 2px; height: 0; background: var(--red);
  border-radius: 2px; transition: height .24s var(--ease);
}
.extra-item:hover { background: var(--ink-03); }
.extra-item:hover::before { height: 18px; }
.ei-n { font: 600 .67rem/1 var(--font); color: var(--ink-40); letter-spacing: .05em; }
.extra-item h4 { transition: color .14s; }
.extra-item:hover h4 { color: var(--red); }
.extra-item p { font-size: .8rem; }

/* ------------------------------------------------------------
   FAQ
------------------------------------------------------------- */
.faq-layout { display: grid; grid-template-columns: 280px 1fr; gap: var(--s10); align-items: start; }
.faq-left .eyebrow { margin-bottom: var(--s5); }
.faq-left h2 { margin-bottom: var(--s4); }
.faq-left p  { font-size: .87rem; }

.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--ink-10); }
.faq-item:last-child { border-bottom: 1px solid var(--ink-10); }

.faq-btn {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s5);
  width: 100%; padding: 18px 0; background: none; border: none;
  text-align: left; font: 500 .87rem/1.5 var(--font); color: var(--ink); cursor: pointer;
  transition: color .13s;
}
.faq-btn:hover { color: var(--red); }
.faq-btn span:first-child { flex: 1; }
.faq-chevron {
  width: 24px; height: 24px; background: var(--ink-06); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--ink-60);
  transition: background .2s, transform .28s var(--ease), color .2s;
}
.faq-item.open .faq-chevron { background: var(--red-bg); color: var(--red); transform: rotate(180deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height .36s var(--ease), padding .2s; }
.faq-item.open .faq-body { max-height: 280px; padding-bottom: var(--s6); }
.faq-body p { font-size: .85rem; line-height: 1.75; }

/* ------------------------------------------------------------
   FINAL CTA
------------------------------------------------------------- */
#cta-final { position: relative; background: var(--ink); padding: var(--s12) 0; text-align: center; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; pointer-events: none; }
.cta-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 48% 52% at 50% 40%, rgba(201,49,42,.09) 0%, transparent 60%); }
.cta-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(to right, rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(ellipse 56% 56% at 50% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 56% 56% at 50% 50%, black, transparent);
}
.cta-inner { position: relative; z-index: 1; }
.cta-inner .eyebrow { justify-content: center; margin-bottom: var(--s6); }
.cta-h2 { font: 700 clamp(1.95rem, 4.8vw, 3.7rem)/1.1 var(--font); letter-spacing: -0.03em; color: var(--white); margin-bottom: var(--s5); }
.cta-h2 em { font-style: normal; color: rgba(255,255,255,.35); }
.cta-lead { max-width: 420px; margin: 0 auto var(--s9); font: 400 .93rem/1.8 var(--font); color: rgba(255,255,255,.38); }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: var(--s6); flex-wrap: wrap; }

/* ------------------------------------------------------------
   FOOTER
------------------------------------------------------------- */
footer { background: #111112; padding: var(--s10) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3,1fr); gap: var(--s9); padding-bottom: var(--s9); }
.footer-brand .logo { margin-bottom: var(--s5); }
.footer-brand p { font: 400 .79rem/1.8 var(--font); color: rgba(255,255,255,.26); max-width: 210px; }
.fcol-title { font: 600 .61rem/1 var(--font); text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.22); margin-bottom: var(--s5); }
.footer-col ul { display: flex; flex-direction: column; gap: var(--s3); }
.footer-col a { font: 400 .79rem/1 var(--font); color: rgba(255,255,255,.32); transition: color .13s, padding-left .2s var(--ease); }
.footer-col a:hover { color: rgba(255,255,255,.72); padding-left: 3px; }
.footer-plain { font: 400 .79rem/1 var(--font); color: rgba(255,255,255,.32); }
.footer-rule  { border: none; border-top: 1px solid rgba(255,255,255,.06); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: var(--s4); padding: var(--s5) 0;
  font: 400 .7rem/1 var(--font); color: rgba(255,255,255,.17);
}
.footer-legal { display: flex; gap: var(--s5); }
.footer-legal a { color: rgba(255,255,255,.17); transition: color .13s; }
.footer-legal a:hover { color: rgba(255,255,255,.44); }

/* ------------------------------------------------------------
   RESPONSIVE
------------------------------------------------------------- */
@media (max-width: 1024px) {
  .strip-row { grid-template-columns: repeat(2,1fr); }
  .feat-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--s7); }
}
@media (max-width: 980px) {
  #hero { padding: 110px 0 0; }
  .hero-float--left { left: -20px; }
  .hero-float--right { right: -20px; }
}
@media (max-width: 900px) {
  .price-card { grid-template-columns: 1fr; }
  .pc-dark    { padding: var(--s8) var(--s7); }
  .pc-num     { font-size: 3.7rem; }
  .faq-layout { grid-template-columns: 1fr; gap: var(--s8); }
}
@media (max-width: 860px) {
  #hero        { padding: 100px 0 0; }
  .hero-float  { display: none; }
  .steps       { grid-template-columns: 1fr; gap: var(--s7); }
  .step-line   { display: none; }
  .wie-grid    { grid-template-columns: repeat(2,1fr); }
  .extra-grid  { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .section     { padding: 66px 0; }
  #cta-final   { padding: 74px 0; }
  .nav-links, .nav-end { display: none; }
  .lang-switch-standalone { display: flex; }
  .burger      { display: flex; }
  .feat-grid   { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--s6); }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-mockup-outer { margin-bottom: -120px; }
  #voordelen { margin-top: 140px; }
  .hms-hero-row { grid-template-columns: 1fr; }
  .hms-photo { display: none; }
}
@media (max-width: 540px) {
  h1           { font-size: 2.4rem; }
  h2           { font-size: 1.85rem; }
  .wie-grid    { grid-template-columns: 1fr; }
  .extra-grid  { grid-template-columns: 1fr; }
  .strip-row   { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-hero-primary { width: 100%; justify-content: center; }
  .cta-actions { flex-direction: column; align-items: center; }
}
@media (hover: none) {
  .feat-card:hover, .wie-card:hover { transform: none; box-shadow: var(--sh-s); }
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ink-06);
  border: 1px solid var(--ink-10);
  padding: 6px 12px;
  border-radius: var(--r-s);
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}

.lang-btn:hover {
  background: var(--ink-10);
}

.lang-btn img {
  width: 20px;
  height: auto;
  border-radius: 2px;
}

/* Lang-switch buiten nav-links zodat hij altijd zichtbaar is */
.lang-switch-standalone {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
/* ============================================================
   FLOATING SOCIAL BUTTONS (Instagram + WhatsApp)
============================================================= */
.social-float {
  position: fixed;
  bottom: 28px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 900;
}

.social-float-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
  transition: transform .22s var(--ease), box-shadow .22s;
  flex-shrink: 0;
}

.social-float-btn:hover {
  transform: translateY(-3px) scale(1.07);
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
}

.social-float-btn--ig {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-float-btn--wa {
  background: #25D366;
}

.social-float-btn svg {
  display: block;
}

/* ============================================================
   COOKIE BANNER
============================================================= */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px var(--s6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform .4s var(--ease);
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-banner p {
  font: 400 .8rem/1.65 var(--font);
  color: rgba(255,255,255,.5);
  margin: 0;
  flex: 1;
  min-width: 220px;
}

.cookie-banner p a {
  color: rgba(255,255,255,.7);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn-accept {
  background: var(--red);
  color: white;
  border: none;
  padding: 9px 20px;
  border-radius: var(--r-l);
  font: 600 .8rem/1 var(--font);
  cursor: pointer;
  transition: background .18s, transform .2s var(--ease);
}
.cookie-btn-accept:hover { background: var(--red-dk); transform: translateY(-1px); }

.cookie-btn-decline {
  background: transparent;
  color: rgba(255,255,255,.4);
  border: 1px solid rgba(255,255,255,.12);
  padding: 9px 16px;
  border-radius: var(--r-l);
  font: 500 .8rem/1 var(--font);
  cursor: pointer;
  transition: color .18s, border-color .18s;
}
.cookie-btn-decline:hover { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.25); }

@media (max-width: 540px) {
  .cookie-banner { flex-direction: column; align-items: flex-start; }
  .cookie-actions { width: 100%; }
  .cookie-btn-accept, .cookie-btn-decline { flex: 1; text-align: center; }
  .social-float { bottom: 20px; right: 16px; }
}

/* ============================================================
   PORTFOLIO SLIDER — pause on hover
============================================================= */
.scroller:hover .scroller__inner {
  animation-play-state: paused;
}