/* ============================================================
   A-one — Corporate Light Design System  (v4)
   Strategy · Brand · Technology consultancy firm
   Palette: Light surfaces · Deep corporate blue (trust) · Gold accent (CTA/value)
   Psychology: licht/wit = clean & vertrouwen (Stripe/banking-look),
               blauw = autoriteit, goud = waarde/actie op CTA's
   Type: Fraunces (display) + Inter (body)
   ============================================================ */

:root {
  /* ── Base (light surfaces) ── */
  --bg:            #ffffff;   /* page */
  --bg-2:          #f5f8fc;   /* alternating sections (soft blue-grey) */
  --bg-3:          #ffffff;   /* cards */
  --bg-4:          #eef3fa;   /* raised / tints */
  --ink-section:   #0c1a33;   /* donkere "navy" sectie (contrast-blok) */
  --line:          rgba(12,26,51,0.10);
  --line-strong:   rgba(12,26,51,0.18);

  /* ── Text (dark on light) ── */
  --fg:            #0c1a33;   /* near-navy ink */
  --fg-soft:       #45556e;
  --fg-dim:        #64728c;
  --fg-on-dark:    #eaf0fa;   /* text op donkere blokken */
  --fg-on-dark-soft: #aab8cf;

  /* ── Accents ──
     --ivy  = primary corporate blue (trust)
     --teal = secondary blue (tech)
     --gold = warm CTA accent (value, draws the eye to actions)        */
  --ivy:           #1d4ed8;   /* deep corporate blue (primary) */
  --ivy-deep:      #1e40af;
  --teal:          #2563eb;   /* secondary blue */
  --teal-deep:     #1d4ed8;
  --gold:          #d4a23c;   /* CTA / value accent */
  --gold-deep:     #b8862c;
  --grad: linear-gradient(120deg, var(--ivy) 0%, var(--teal) 100%);
  --grad-soft: linear-gradient(120deg, rgba(29,78,216,0.10), rgba(37,99,235,0.08));
  --grad-cta: linear-gradient(120deg, var(--gold) 0%, #e6bb5e 100%);

  /* ── Type ── */
  --font-display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;

  /* ── Layout ── */
  --container: 1200px;
  --container-wide: 1340px;
  --pad-x: clamp(1.25rem, 4vw, 4rem);
  --section: clamp(5rem, 11vh, 9rem);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t: 0.45s var(--ease);
  --shadow-sm: 0 2px 8px -2px rgba(12,26,51,0.08);
  --shadow-md: 0 12px 32px -12px rgba(12,26,51,0.14);
  --shadow-lg: 0 30px 70px -30px rgba(12,26,51,0.22);
  --glow-ivy: 0 14px 34px -14px rgba(29,78,216,0.35);
  --glow-teal: 0 14px 34px -14px rgba(37,99,235,0.3);
  --glow-gold: 0 14px 30px -10px rgba(212,162,60,0.45);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.65;
  font-size: 1rem;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* page-wide ambient tint (heel subtiel op licht) */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(60rem 40rem at 82% -12%, rgba(29,78,216,0.06), transparent 60%),
    radial-gradient(55rem 40rem at 6% 4%, rgba(37,99,235,0.045), transparent 55%);
  pointer-events: none;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
::selection { background: rgba(59,130,246,0.35); color: #fff; }

/* Keyboard focus (a11y) — zichtbaar voor toetsenbordgebruikers, niet bij muisklik */
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
.btn:focus-visible { outline-offset: 4px; }
a:focus-visible { outline-offset: 2px; }

/* ── Meertalige robuustheid (DE compound-woorden, FR/IT langere zinnen) ── */
h1, h2, h3, h4, .display, .h2, .h3 { overflow-wrap: break-word; word-break: normal; hyphens: auto; }
p, li, span, a, label, button, .lead { overflow-wrap: break-word; }
/* voorkom dat flex/grid-kinderen overflowen door lange woorden */
.problem-card, .service-card, .process-step, .svc-feature__body, .faq__q,
.contact__line, .footer__col, .hero__copy, .spotlight__body, .ethos__body { min-width: 0; }
.display {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-size: clamp(2.15rem, 8.5vw, 5rem);
  font-optical-sizing: auto;
}
.h2 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 5.5vw, 3.2rem);
}
.h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--fg-soft); line-height: 1.6; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ivy);
}
.eyebrow::before { content: ''; width: 1.6rem; height: 1px; background: var(--grad); }
.eyebrow--center { justify-content: center; }
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.grad-text--gold {
  background: linear-gradient(120deg, #8a6015 0%, #a9781f 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ── Layout ── */
.container { max-width: var(--container); margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.container--wide { max-width: var(--container-wide); }
.section { padding-top: var(--section); padding-bottom: var(--section); position: relative; }
.section-head { max-width: 46rem; margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .h2 { margin: 1rem 0 1.1rem; }
.divider { height: 1px; background: var(--line); border: 0; }

/* ── Buttons ── */
.btn {
  --b: 1px;
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 1rem 1.7rem;
  font-weight: 600; font-size: 0.95rem;
  border-radius: 999px;
  cursor: pointer; border: none;
  transition: transform var(--t), box-shadow var(--t), background var(--t), color var(--t);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform var(--t); }
.btn--primary { background: var(--grad-cta); color: #2a1e05; box-shadow: var(--glow-gold); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(212,162,60,0.55); }
.btn--primary:hover svg { transform: translateX(4px); }
.btn--ghost { background: #fff; color: var(--fg); border: 1px solid var(--line-strong); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { background: var(--bg-4); border-color: var(--ivy); transform: translateY(-2px); }
.btn--lg { padding: 1.15rem 2.1rem; font-size: 1rem; }
.btn--block { width: 100%; }

/* ── Pills / chips ── */
.pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: #fff;
  box-shadow: var(--shadow-sm);
  font-size: 0.8rem; font-weight: 500; color: var(--fg-soft);
}
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ivy); }
.pill .dot--teal { background: var(--teal); }

/* ============================================================
   Header
   ============================================================ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background var(--t), border-color var(--t), backdrop-filter var(--t), box-shadow var(--t);
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px -16px rgba(12,26,51,0.25);
}
.nav { display: flex; align-items: center; justify-content: space-between; max-width: var(--container-wide); margin: 0 auto; padding: 1.1rem var(--pad-x); }
.nav__logo { display: inline-flex; align-items: center; }
.nav__logo img { height: 30px; width: auto; transition: filter var(--t); }
.nav__menu { display: flex; align-items: center; gap: 2.2rem; }
.nav__link { position: relative; font-size: 0.92rem; color: var(--fg-soft); transition: color var(--t); }
.nav__link::after { content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--grad); transition: width var(--t); border-radius: 2px; }
.nav__link:hover, .nav__link.active { color: var(--fg); }
.nav__link:hover::after, .nav__link.active::after { width: 100%; }
.nav__cta { padding: 0.7rem 1.3rem; font-size: 0.88rem; }

/* ── Taalswitcher ── */
.lang { position: relative; }
.lang__btn {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.55rem 0.85rem; border-radius: 999px;
  border: 1px solid var(--line-strong); background: #fff; box-shadow: var(--shadow-sm);
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 600; color: var(--fg);
  cursor: pointer; transition: border-color var(--t), background var(--t);
}
.lang__btn:hover { border-color: var(--ivy); }
.lang__btn svg { width: 15px; height: 15px; color: var(--fg-soft); }
.lang__btn .chev { transition: transform var(--t); }
.lang.open .lang__btn .chev { transform: rotate(180deg); }
.lang__current { text-transform: uppercase; letter-spacing: 0.04em; }
.lang__menu {
  position: absolute; top: calc(100% + 0.5rem); right: 0; min-width: 11rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md); padding: 0.4rem; z-index: 120;
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity var(--t), transform var(--t), visibility var(--t);
}
.lang.open .lang__menu { opacity: 1; visibility: visible; transform: none; }
.lang__opt {
  display: flex; align-items: center; gap: 0.6rem; width: 100%;
  padding: 0.6rem 0.7rem; border-radius: 8px;
  font-size: 0.88rem; color: var(--fg-soft); transition: background var(--t), color var(--t);
}
.lang__opt:hover { background: var(--bg-4); color: var(--fg); }
.lang__opt.active { color: var(--ivy); font-weight: 600; }
.lang__opt .code { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-dim); margin-left: auto; }

.nav__burger { display: none; width: 42px; height: 42px; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--bg-4); cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav__burger span { width: 18px; height: 2px; background: var(--fg); border-radius: 2px; transition: var(--t); }
.nav__burger.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav__burger.open span:nth-child(2){ opacity: 0; }
.nav__burger.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; padding-top: clamp(8rem, 16vh, 11rem); padding-bottom: var(--section); overflow: hidden; }
.hero__orbs { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; animation: drift 18s ease-in-out infinite; }
.hero__orb--1 { width: 36rem; height: 36rem; background: radial-gradient(circle, rgba(29,78,216,0.18), transparent 70%); top: -14rem; right: -10rem; }
.hero__orb--2 { width: 30rem; height: 30rem; background: radial-gradient(circle, rgba(37,99,235,0.14), transparent 70%); bottom: -16rem; left: -8rem; animation-delay: -7s; }
.hero__grid-lines {
  position: absolute; inset: 0; z-index: -1; opacity: 0.6;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(70% 60% at 50% 20%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 20%, #000 30%, transparent 75%);
}
.hero__inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero__copy { max-width: 40rem; }
.hero__pills { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.8rem; }
.hero h1 { margin-bottom: 1.6rem; text-wrap: balance; }
.hero h1 .grad-text { display: inline; }
.hero h1 .nowrap { white-space: nowrap; }

/* Hero visual: results panel */
.hero__visual { position: relative; }
.hero__panel {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  box-shadow: var(--shadow-lg);
}
.hero__panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.1rem; }
.hero__panel-title { font-size: 0.82rem; color: var(--fg-soft); font-weight: 600; }
.hero__panel-tag { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ivy); background: rgba(29,78,216,0.10); padding: 0.3rem 0.7rem; border-radius: 999px; }
.hero__chart { position: relative; height: 150px; border-radius: var(--radius-sm); overflow: hidden; background: var(--bg-2); border: 1px solid var(--line); margin-bottom: 1.3rem; }
.hero__chart svg { width: 100%; height: 100%; display: block; }
.hero__spark { stroke-dasharray: 700; stroke-dashoffset: 700; animation: draw 2.4s var(--ease) 0.4s forwards; }
.hero__area { opacity: 0; animation: fadeArea 1.2s ease 1.6s forwards; }
.hero__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.5rem; }
.hero__stat { text-align: center; padding: 0.75rem 0.4rem; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.hero__stat b { display: block; font-family: var(--font-display); font-size: clamp(1.15rem, 2.4vw, 1.5rem); line-height: 1; }
.hero__stat span { font-size: 0.68rem; color: var(--fg-dim); display: block; margin-top: 0.35rem; }
.hero__chip {
  position: absolute; display: inline-flex; align-items: center; gap: 0.45rem;
  background: #fff; border: 1px solid var(--line);
  padding: 0.6rem 0.9rem; border-radius: 999px; font-size: 0.78rem; font-weight: 600; color: var(--fg);
  box-shadow: var(--shadow-md);
  animation: floatY 5s ease-in-out infinite;
}
.hero__chip svg { width: 15px; height: 15px; color: var(--ivy); }
.hero__chip--1 { top: -1rem; left: -1.4rem; }
.hero__chip--2 { bottom: -1.2rem; right: -1rem; animation-delay: -2.5s; }
.hero__chip--2 svg { color: var(--teal); }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadeArea { to { opacity: 1; } }
.hero__lead { max-width: 40rem; margin-bottom: 2.4rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero__note { font-size: 0.85rem; color: var(--fg-dim); display: inline-flex; align-items: center; gap: 0.5rem; }
.hero__note svg { width: 16px; height: 16px; color: var(--ivy); }

/* Logos / trust marquee */
.marquee { margin-top: clamp(3.5rem, 7vw, 5.5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.4rem 0; overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee__label { display: block; text-align: center; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 1.1rem; }
.marquee__track { display: flex; gap: 3.5rem; width: max-content; animation: scrollX 28s linear infinite; }
.marquee__item { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--fg-soft); font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.marquee__item svg { width: 20px; height: 20px; color: var(--ivy); }
.marquee:hover .marquee__track { animation-play-state: paused; }

/* ============================================================
   Problems ("u herkent dit") — card grid
   ============================================================ */
.problems__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.problem-card {
  position: relative; padding: 2rem 1.75rem; border-radius: var(--radius);
  background: var(--bg-3); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
  overflow: hidden;
}
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.problem-card__icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--grad-soft); border: 1px solid var(--line); margin-bottom: 1.2rem; }
.problem-card__icon svg { width: 22px; height: 22px; color: var(--ivy); }
.problem-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; }
.problem-card p { font-size: 0.92rem; color: var(--fg-soft); }

/* ============================================================
   Services — alternating feature rows with tabs
   ============================================================ */
.svc-tabs { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 3rem; }
.svc-tab {
  padding: 0.7rem 1.25rem; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line-strong); background: transparent; color: var(--fg-soft);
  font-family: var(--font-body); font-size: 0.92rem; font-weight: 600;
  transition: all var(--t);
}
.svc-tab:hover { color: var(--fg); border-color: var(--fg-dim); }
.svc-tab.active { background: var(--grad); color: #fff; border-color: transparent; box-shadow: var(--glow-ivy); }

.svc-panel { display: none; }
.svc-panel.active { display: block; animation: fadeUp 0.6s var(--ease); }
.svc-feature { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.svc-feature__body .h3 { margin: 1rem 0 1rem; }
.svc-feature__body p { color: var(--fg-soft); margin-bottom: 1.5rem; }
.svc-outcomes { display: flex; flex-direction: column; gap: 0.85rem; margin-bottom: 2rem; }
.svc-outcome { display: flex; gap: 0.8rem; align-items: flex-start; }
.svc-outcome svg { width: 20px; height: 20px; color: var(--ivy); flex-shrink: 0; margin-top: 2px; }
.svc-outcome span { font-size: 0.95rem; color: var(--fg); }
.svc-feature__visual {
  position: relative; border-radius: var(--radius-lg); border: 1px solid var(--line-strong);
  background: linear-gradient(160deg, var(--bg-4), var(--bg-2));
  overflow: hidden; padding: 1.5rem;
  display: flex; flex-direction: column; gap: 1.25rem;
  box-shadow: var(--shadow-lg);
  margin: 0;
}
.svc-feature__visual::before { content: ''; position: absolute; inset: -1px; background: radial-gradient(40rem 20rem at 80% 0%, rgba(90,169,255,0.16), transparent 60%); pointer-events: none; }
.svc-viz-cap { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.svc-viz-cap > span:first-child { font-size: 0.78rem; font-weight: 600; color: var(--fg-soft); }
.svc-viz-badge { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ivy); background: rgba(59,130,246,0.12); padding: 0.28rem 0.6rem; border-radius: 999px; }
.svc-viz-badge--teal { color: var(--teal); background: rgba(90,169,255,0.12); }
.svc-viz { position: relative; z-index: 1; border-radius: var(--radius-sm); border: 1px solid var(--line); background: var(--bg-2); overflow: hidden; }

/* strategy chart */
.svc-viz--strategy { padding: 0; height: 170px; }
.svc-viz--strategy svg { width: 100%; height: 100%; display: block; }
.svc-line { stroke-dasharray: 600; stroke-dashoffset: 600; }
.svc-panel.active .svc-line { animation: draw 2s var(--ease) forwards; }

/* brand kit */
.svc-viz--brand { padding: 1.4rem; display: flex; flex-direction: column; gap: 1.1rem; align-items: flex-start; }
.brand-logo { font-family: var(--font-display); font-weight: 700; color: var(--fg); display: inline-grid; place-items: center; }
.brand-logo--big { width: 56px; height: 56px; border: 1px solid var(--line-strong); border-radius: 14px; font-size: 2rem; background: var(--grad-soft); }
.brand-swatches { display: flex; gap: 0.6rem; }
.brand-swatches span { width: 34px; height: 34px; border-radius: 8px; }
.brand-type { display: flex; flex-direction: column; gap: 0.25rem; }
.brand-type__serif { font-family: var(--font-display); font-size: 1.35rem; color: var(--fg); }
.brand-type__sans { font-size: 0.85rem; color: var(--fg-soft); letter-spacing: 0.02em; }

/* AI flow */
.svc-viz--flow { padding: 1.6rem 1.2rem; display: flex; align-items: center; justify-content: space-between; gap: 0.4rem; }
.flow-node { flex: 1; text-align: center; font-size: 0.78rem; font-weight: 600; color: var(--fg-soft); padding: 0.8rem 0.4rem; border: 1px solid var(--line); border-radius: 10px; background: var(--bg-3); }
.flow-node--ai { color: #fff; background: var(--grad); border-color: transparent; display: flex; flex-direction: column; align-items: center; gap: 0.2rem; box-shadow: var(--glow-ivy); }
.flow-node--ai svg { width: 20px; height: 20px; }
.flow-node--out { color: var(--teal); border-color: rgba(90,169,255,0.4); }
.flow-arrow { flex: 0 0 18px; height: 2px; background: var(--line-strong); position: relative; }
.flow-arrow span { position: absolute; right: -1px; top: 50%; width: 6px; height: 6px; border-top: 2px solid var(--fg-dim); border-right: 2px solid var(--fg-dim); transform: translateY(-50%) rotate(45deg); }

/* website mock */
.svc-viz--web { padding: 0; }
.webmock { background: var(--bg); }
.webmock__bar { display: flex; align-items: center; gap: 0.35rem; padding: 0.6rem 0.8rem; border-bottom: 1px solid var(--line); background: var(--bg-3); }
.webmock__bar span { width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); }
.webmock__bar i { margin-left: 0.5rem; font-style: normal; font-size: 0.66rem; color: var(--fg-dim); background: var(--bg); padding: 0.2rem 0.6rem; border-radius: 5px; flex: 1; }
.webmock__body { padding: 1.1rem; display: flex; flex-direction: column; gap: 0.6rem; }
.webmock__hero { height: 3.2rem; border-radius: 8px; background: var(--grad-soft); border: 1px solid var(--line); }
.webmock__ln { height: 0.55rem; border-radius: 4px; background: rgba(12,26,51,0.08); }
.webmock__cta { align-self: flex-start; margin-top: 0.2rem; font-size: 0.72rem; font-weight: 700; color: #fff; background: var(--grad); padding: 0.5rem 0.9rem; border-radius: 999px; }

.svc-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; position: relative; z-index: 1; }
.svc-meta__item { font-size: 0.78rem; color: var(--fg-soft); }
.svc-meta__item b { display: block; font-family: var(--font-display); font-size: 1.35rem; color: var(--fg); }

/* ============================================================
   Process timeline
   ============================================================ */
.process__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; counter-reset: step; }
.process-step { position: relative; padding: 2rem 1.5rem; border-radius: var(--radius); background: var(--bg-3); border: 1px solid var(--line); box-shadow: var(--shadow-sm); counter-increment: step; transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.process-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.process-step__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; }
.process-step__num { font-family: var(--font-display); font-size: 0.95rem; color: #fff; width: 38px; height: 38px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-weight: 700; }
.process-step__num::before { content: '0' counter(step); }
.process-step__ic { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--fg-soft); transition: color var(--t), border-color var(--t), background var(--t); }
.process-step__ic svg { width: 19px; height: 19px; }
.process-step:hover .process-step__ic { color: var(--ivy); border-color: rgba(59,130,246,0.4); background: rgba(59,130,246,0.08); }
.process-step h4 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.process-step p { font-size: 0.9rem; color: var(--fg-soft); }
.process-step__line { position: absolute; top: 3rem; right: -0.65rem; width: 1.3rem; height: 1px; background: var(--line-strong); }
.process-step:last-child .process-step__line { display: none; }

/* ============================================================
   Stats band — NAVY contrast-blok (wit op donker)
   ============================================================ */
.stats { position: relative; background: var(--ink-section); overflow: hidden; }
.stats::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50rem 24rem at 85% -30%, rgba(37,99,235,0.28), transparent 60%); pointer-events: none; }
.stats__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat__num { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1; color: #fff; }
.stats .grad-text { background: linear-gradient(120deg, #7aa7ff, #bcd3ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.stat__label { margin-top: 0.7rem; font-size: 0.85rem; color: var(--fg-on-dark-soft); letter-spacing: 0.02em; }

/* ============================================================
   Website service spotlight (the "secret weapon")
   ============================================================ */
.spotlight__inner {
  position: relative; border-radius: var(--radius-lg);
  background: radial-gradient(60rem 30rem at 80% -20%, rgba(90,169,255,0.18), transparent 55%), var(--bg-3);
  border: 1px solid var(--line-strong); overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5rem);
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem,5vw,4rem); align-items: center;
}
.spotlight__inner::before { content:''; position:absolute; inset:0; background-image: radial-gradient(circle, rgba(12,26,51,0.05) 1px, transparent 1px); background-size: 26px 26px; opacity: 0.5; pointer-events:none; }
.spotlight__body { position: relative; }
.spotlight__body .h2 { margin: 1rem 0 1.1rem; }
.spotlight__body p { color: var(--fg-soft); margin-bottom: 1.8rem; max-width: 32rem; }
.spotlight__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem 1.5rem; margin-bottom: 2rem; }
.spotlight__list li { display: flex; gap: 0.6rem; align-items: center; font-size: 0.92rem; }
.spotlight__list svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; }
/* mock browser */
.browser { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-strong); background: var(--bg-2); box-shadow: var(--shadow-lg); transform: perspective(1200px) rotateY(-9deg) rotateX(3deg); transition: transform 0.6s var(--ease); }
.spotlight__inner:hover .browser { transform: perspective(1200px) rotateY(0) rotateX(0); }
.browser__bar { display: flex; align-items: center; gap: 0.4rem; padding: 0.7rem 0.9rem; border-bottom: 1px solid var(--line); background: var(--bg-3); }
.browser__bar span { width: 10px; height: 10px; border-radius: 50%; background: var(--line-strong); }
.browser__bar .url { margin-left: 0.6rem; font-size: 0.72rem; color: var(--fg-dim); background: var(--bg); padding: 0.25rem 0.7rem; border-radius: 6px; flex: 1; }
.browser__view { padding: 1.3rem; display: flex; flex-direction: column; gap: 0.7rem; }
.browser__view .bln { height: 0.6rem; border-radius: 4px; background: rgba(12,26,51,0.08); }
.browser__hero { height: 4.5rem; border-radius: 8px; background: var(--grad-soft); border: 1px solid var(--line); margin-bottom: 0.4rem; }
.browser__row { display: flex; gap: 0.6rem; }
.browser__row .card { flex: 1; height: 2.6rem; border-radius: 6px; background: rgba(12,26,51,0.06); border: 1px solid var(--line); }

/* ============================================================
   Ethos / founder credibility
   ============================================================ */
/* Ethos = NAVY contrast-blok */
.ethos-section { position: relative; background: var(--ink-section); overflow: hidden; }
.ethos-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(46rem 24rem at 12% 0%, rgba(37,99,235,0.22), transparent 60%); pointer-events: none; }
.ethos { position: relative; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.ethos__media { position: relative; }
.ethos__photo { position: relative; aspect-ratio: 4/5; max-width: 22rem; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 40px 80px -40px rgba(0,0,0,0.6); }
.ethos__photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(150deg, transparent 55%, rgba(8,14,28,0.55)); }
.ethos__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: grayscale(1) contrast(1.04); transition: filter 0.5s var(--ease), transform 0.6s var(--ease); }
.ethos__media:hover .ethos__photo img { filter: grayscale(0) contrast(1); transform: scale(1.03); }
.ethos__creds { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.1rem; max-width: 22rem; }
.cred { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.03em; color: #fff; background: var(--grad); padding: 0.45rem 0.85rem; border-radius: 999px; }
.cred svg { width: 13px; height: 13px; }
.cred--ghost { color: var(--fg-on-dark-soft); background: transparent; border: 1px solid rgba(255,255,255,0.22); }
.ethos__body .eyebrow { color: #7aa7ff; }
.ethos__body .eyebrow::before { background: linear-gradient(120deg, #7aa7ff, #bcd3ff); }
.ethos__body .quote__mark { font-family: var(--font-display); font-size: 4rem; line-height: 0.4; color: #7aa7ff; opacity: 0.6; height: 1.6rem; margin: 0.8rem 0 0; }
.ethos__quote { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.32; letter-spacing: -0.01em; margin: 1.2rem 0 1.5rem; color: var(--fg-on-dark); }
.ethos__by { color: var(--fg-on-dark-soft); font-size: 1.02rem; max-width: 34rem; }
.ethos__by b { color: #fff; }

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem,5vw,4rem); align-items: start; }
.faq__intro .h2 { margin-top: 1rem; }
.faq__intro .lead { margin-top: 1rem; }
.faq__cta { margin-top: 2.25rem; display: flex; gap: 1rem; padding: 1.5rem; border-radius: var(--radius); background: var(--bg-3); border: 1px solid var(--line); }
.faq__cta-icon { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center; background: var(--grad-soft); border: 1px solid var(--line); color: var(--ivy); }
.faq__cta-icon svg { width: 22px; height: 22px; }
.faq__cta strong { display: block; margin-bottom: 0.3rem; font-size: 1rem; }
.faq__cta p { font-size: 0.9rem; color: var(--fg-soft); margin-bottom: 1rem; }
.faq__cta .btn { padding: 0.7rem 1.3rem; font-size: 0.88rem; }
.faq__list { display: flex; flex-direction: column; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; color: var(--fg); font-family: var(--font-body); font-size: 1.05rem; font-weight: 600; padding: 1.4rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq__q .ic { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; flex-shrink: 0; transition: var(--t); position: relative; }
.faq__q .ic::before, .faq__q .ic::after { content: ''; position: absolute; background: var(--fg); border-radius: 2px; }
.faq__q .ic::before { width: 11px; height: 2px; }
.faq__q .ic::after { width: 2px; height: 11px; transition: transform var(--t); }
.faq__item.open .faq__q .ic { background: var(--grad); border-color: transparent; }
.faq__item.open .faq__q .ic::before, .faq__item.open .faq__q .ic::after { background: #fff; }
.faq__item.open .faq__q .ic::after { transform: scaleY(0); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height var(--t); }
.faq__a p { padding: 0 0 1.4rem; color: var(--fg-soft); font-size: 0.95rem; }

/* ============================================================
   Final CTA
   ============================================================ */
.cta { position: relative; }
.cta__inner {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--ink-section);
  box-shadow: var(--shadow-lg);
  padding: clamp(3rem, 8vw, 6rem) var(--pad-x); text-align: center;
}
.cta__inner::before { content:''; position:absolute; width:46rem; height:46rem; background: radial-gradient(circle, rgba(37,99,235,0.4), transparent 62%); top:-26rem; left:50%; transform:translateX(-50%); filter: blur(30px); pointer-events:none; }
.cta__inner .h2 { position: relative; margin-bottom: 1.1rem; color: #fff; }
.cta__inner p { position: relative; color: var(--fg-on-dark-soft); max-width: 38rem; margin: 0 auto 2.3rem; }
.cta__actions { position: relative; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta__inner .btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); box-shadow: none; }
.cta__inner .btn--ghost:hover { background: rgba(255,255,255,0.08); border-color: #fff; }

/* ============================================================
   Contact
   ============================================================ */
.contact__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem,5vw,4rem); }
.contact__intro .h2 { margin: 1rem 0 1.2rem; }
.contact__intro p { color: var(--fg-soft); margin-bottom: 2.2rem; }
.contact__line { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.4rem; }
.contact__line .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--grad-soft); border: 1px solid var(--line); display: grid; place-items: center; flex-shrink: 0; }
.contact__line .ic svg { width: 20px; height: 20px; color: var(--ivy); }
.contact__line b { display: block; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-dim); }
.contact__line span, .contact__line a { font-size: 0.98rem; color: var(--fg); }
.contact__line a:hover { color: var(--ivy); }
.form { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.75rem, 4vw, 2.5rem); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; color: var(--fg-soft); margin-bottom: 0.5rem; }
.field input, .field textarea, .field select {
  width: 100%; padding: 0.9rem 1.1rem;
  background: var(--bg); border: 1px solid var(--line-strong); border-radius: 12px;
  color: var(--fg); font-family: var(--font-body); font-size: 0.95rem; outline: none;
  transition: border-color var(--t), box-shadow var(--t);
}
.field input::placeholder, .field textarea::placeholder { color: var(--fg-dim); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--ivy); box-shadow: 0 0 0 3px rgba(59,130,246,0.15); }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form__consent { font-size: 0.8rem; color: var(--fg-dim); margin: 0.3rem 0 1.2rem; }
.form__consent a { color: var(--ivy); text-decoration: underline; }
.btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none !important; box-shadow: none; }
.form__status { margin-top: 1rem; font-size: 0.88rem; text-align: center; display: none; }
.form__status.show { display: block; }
.form__status.ok { color: var(--ivy); }
.form__status.err { color: #ff8a80; }
.field input:user-invalid, .field textarea:user-invalid { border-color: #ff8a80; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--ink-section); color: var(--fg-on-dark); }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; padding: var(--section) 0 3rem; }
.footer__logo { display: inline-block; margin-bottom: 1.2rem; }
.footer__logo img { height: 28px; filter: brightness(0) invert(1); }
.footer__about { color: var(--fg-on-dark-soft); font-size: 0.92rem; max-width: 22rem; margin-bottom: 1.3rem; }
.footer__founder { font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.footer__founder b { color: var(--fg-on-dark-soft); }
.footer__col h5 { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1.1rem; }
.footer__col ul li { margin-bottom: 0.7rem; }
.footer__col ul li a { color: var(--fg-on-dark-soft); font-size: 0.92rem; transition: color var(--t); }
.footer__col ul li a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,0.12); }
.footer__bottom small { color: rgba(255,255,255,0.5); font-size: 0.8rem; }
.footer__legal { display: flex; gap: 1.5rem; }
.footer__legal a { color: rgba(255,255,255,0.5); font-size: 0.8rem; }
.footer__legal a:hover { color: #fff; }

/* ============================================================
   Legal pages
   ============================================================ */
.legal-hero { padding-top: clamp(8rem, 15vh, 10rem); padding-bottom: 3rem; background: var(--bg-2); border-bottom: 1px solid var(--line); }
.legal-hero .h2 { margin: 1rem 0 0.6rem; }
.legal-hero p { color: var(--fg-soft); }
.legal-wrap { max-width: 820px; margin: 0 auto; padding: 2rem var(--pad-x) var(--section); }
.legal-toc { background: var(--bg-3); border: 1px solid var(--line); border-left: 3px solid var(--ivy); border-radius: var(--radius-sm); padding: 1.5rem; margin-bottom: 3rem; }
.legal-toc h4 { font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 1rem; }
.legal-toc ol { list-style: decimal; padding-left: 1.4rem; }
.legal-toc ol li { margin-bottom: 0.4rem; }
.legal-toc ol li a { color: var(--fg-soft); font-size: 0.9rem; }
.legal-toc ol li a:hover { color: var(--ivy); }
.legal-wrap h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--fg); margin: 2.75rem 0 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--line); }
.legal-wrap h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; margin: 1.75rem 0 0.7rem; }
.legal-wrap p { margin-bottom: 1rem; font-size: 0.95rem; line-height: 1.8; color: var(--fg-soft); }
.legal-wrap ul { list-style: disc; margin: 0.75rem 0 1.25rem 1.5rem; }
.legal-wrap ul li { margin-bottom: 0.5rem; font-size: 0.95rem; color: var(--fg-soft); line-height: 1.7; }
.legal-wrap strong { color: var(--fg); }
.legal-wrap a { color: var(--ivy); text-decoration: underline; }
.legal-wrap .meta { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: 0.82rem; color: var(--fg-dim); }

/* ============================================================
   Scroll progress + reveal
   ============================================================ */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--grad); z-index: 110; box-shadow: 0 0 12px rgba(59,130,246,0.6); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal--l { transform: translateX(-36px); }
.reveal--r { transform: translateX(36px); }
.reveal--l.in, .reveal--r.in { transform: none; }
[data-stagger] > * { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-stagger].in > * { opacity: 1; transform: none; }
[data-stagger].in > *:nth-child(1){ transition-delay: .05s; }
[data-stagger].in > *:nth-child(2){ transition-delay: .13s; }
[data-stagger].in > *:nth-child(3){ transition-delay: .21s; }
[data-stagger].in > *:nth-child(4){ transition-delay: .29s; }
[data-stagger].in > *:nth-child(5){ transition-delay: .37s; }
[data-stagger].in > *:nth-child(6){ transition-delay: .45s; }

/* ── keyframes ── */
@keyframes drift { 0%,100%{ transform: translate(0,0) scale(1);} 50%{ transform: translate(-30px,30px) scale(1.08);} }
@keyframes scrollX { from{ transform: translateX(0);} to{ transform: translateX(-50%);} }
@keyframes fadeUp { from{ opacity:0; transform: translateY(18px);} to{ opacity:1; transform:none;} }
@keyframes floatY { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-9px);} }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 3.5rem; }
  .hero__copy { max-width: 40rem; }
  .hero__visual { max-width: 30rem; margin: 0 auto; width: 100%; }
  .problems__grid { grid-template-columns: 1fr 1fr; }
  .process__grid { grid-template-columns: 1fr 1fr; }
  .process-step__line { display: none; }
  .svc-feature, .spotlight__inner, .faq, .contact__grid, .ethos { grid-template-columns: 1fr; }
  .ethos__photo { max-width: 18rem; }
  .ethos__media { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .ethos__creds { justify-content: center; }
  .spotlight__list { grid-template-columns: 1fr; }
  .browser { transform: none; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; }
}
@media (max-width: 640px) {
  .nav__menu { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 1.8rem; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); transform: translateX(100%); transition: transform var(--t); }
  .nav__menu.open { transform: none; }
  .nav__link { font-size: 1.3rem; }
  .nav__burger { display: flex; z-index: 101; }
  .problems__grid { grid-template-columns: 1fr; }
  .process__grid { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .hero__visual { max-width: 22rem; }
  .hero__chip { font-size: 0.72rem; padding: 0.5rem 0.75rem; }
  .hero__chip--1 { left: -0.5rem; }
  .hero__chip--2 { right: -0.5rem; }
  .hero__stat b { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal, [data-stagger] > * { opacity: 1 !important; transform: none !important; }
  .browser { transform: none !important; }
}

/* ============================================================
   Oplossingen ("wat wij bouwen") — offer grid
   ============================================================ */
.offers__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.offer-card {
  position: relative; padding: 2rem 1.75rem; border-radius: var(--radius);
  background: var(--bg-3); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
  display: flex; flex-direction: column; overflow: hidden;
}
.offer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.offer-card__icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--grad-soft); border: 1px solid var(--line); margin-bottom: 1.2rem; }
.offer-card__icon svg { width: 22px; height: 22px; color: var(--ivy); }
.offer-card h3 { font-size: 1.08rem; font-weight: 600; margin-bottom: 0.5rem; }
.offer-card > p { font-size: 0.92rem; color: var(--fg-soft); flex-grow: 1; }
.offer-card__result { margin-top: 1.15rem; padding-top: 0.95rem; border-top: 1px dashed var(--line-strong); font-size: 0.82rem; color: var(--fg-dim); display: flex; gap: 0.5rem; align-items: flex-start; }
.offer-card__result svg { width: 15px; height: 15px; color: var(--gold-deep); flex-shrink: 0; margin-top: 2px; }
.offer-card__result b { color: var(--fg-soft); font-weight: 600; }
.offers__note { text-align: center; margin-top: 2.5rem; color: var(--fg-soft); font-size: 0.95rem; }
.offers__note a { color: var(--ivy); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   Samenwerkingsvormen — plan cards
   ============================================================ */
.plans__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; }
.plan-card {
  position: relative; padding: 2.4rem 1.9rem 1.9rem; border-radius: var(--radius);
  background: var(--bg-3); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
  display: flex; flex-direction: column;
}
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.plan-card--featured { border: 2px solid var(--ivy); box-shadow: var(--shadow-md); }
.plan-card--featured:hover { border-color: var(--ivy); }
.plan-card__badge {
  position: absolute; top: -0.85rem; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff;
  font-size: 0.64rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  padding: 0.38rem 0.95rem; border-radius: 999px; white-space: nowrap;
  box-shadow: var(--shadow-sm);
}
.plan-card__kicker { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--ivy); margin-bottom: 0.6rem; }
.plan-card h3 { font-size: 1.28rem; font-weight: 600; margin-bottom: 0.55rem; }
.plan-card__desc { font-size: 0.92rem; color: var(--fg-soft); margin-bottom: 1.5rem; }
.plan-card ul { list-style: none; margin: 0 0 1.9rem; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; flex-grow: 1; }
.plan-card li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.9rem; color: var(--fg); }
.plan-card li svg { width: 17px; height: 17px; color: var(--ivy); flex-shrink: 0; margin-top: 2px; }
.plan-card .btn { width: 100%; justify-content: center; }

@media (max-width: 980px) {
  .offers__grid { grid-template-columns: 1fr 1fr; }
  .plans__grid { grid-template-columns: 1fr; max-width: 30rem; margin: 0 auto; }
  .plan-card--featured { order: -1; }
}
@media (max-width: 640px) {
  .offers__grid { grid-template-columns: 1fr; }
}
