/* marketingnederland.com
   Aesthetic: Landelijk performance-bureau. Diep navy, helder cyaan/elektrisch blauw accent.
   Space Grotesk (display, bold) + Inter (body). Strak grid, cijfer-gedreven, ruime witruimte.
   Geen em-dash. */

:root {
  --navy: #0e1b2e;
  --navy-deep: #091322;
  --navy-700: #16263d;
  --navy-600: #1d3251;
  --navy-line: #243a59;
  --ink: #0e1b2e;
  --ink-soft: #4a5a72;
  --ink-faint: #7c8aa1;
  --bg: #ffffff;
  --bg-soft: #f4f7fb;
  --bg-cool: #eef3f9;
  --surface: #ffffff;
  --line: #e2e9f1;
  --line-strong: #cdd8e6;
  --cyan: #00c2ff;
  --cyan-bright: #18d3ff;
  --cyan-deep: #0096d6;
  --cyan-ink: #0a7aa8;
  --cyan-soft: #d9f4fe;
  --lime: #5ff2c2;
  --radius-xs: 7px; --radius-sm: 12px; --radius: 18px; --radius-lg: 28px;
  --shadow-sm: 0 1px 2px rgba(14,27,46,0.05);
  --shadow: 0 18px 40px -22px rgba(14,27,46,0.30);
  --shadow-lg: 0 40px 80px -34px rgba(0,150,214,0.45), 0 14px 30px -18px rgba(14,27,46,0.28);
  --maxw: 1200px; --maxw-narrow: 760px;
  --font-display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.7; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--cyan-ink); text-decoration: none; }
a:hover { color: var(--cyan-deep); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.04; color: var(--ink); margin: 0; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.5rem, 5.8vw, 4.4rem); }
h2 { font-size: clamp(1.95rem, 4.2vw, 3rem); }
h3 { font-size: 1.42rem; }
h4 { font-family: var(--font-body); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em; }
p { margin: 0 0 1rem; }
strong { font-weight: 700; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: var(--maxw-narrow); }
.accent { color: var(--cyan-deep); }
.lead { font-size: 1.24rem; line-height: 1.6; color: var(--ink-soft); }

/* Topbar (vervangt ticker, behoudt selector) */
.ticker { background: var(--navy-deep); color: #c7d3e3; overflow: hidden; border-bottom: 1px solid var(--navy-line); }
.ticker-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.55rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: 0.8rem; }
.ticker-left { display: flex; align-items: center; gap: 0.55rem; letter-spacing: 0.01em; }
.ticker-pip { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(0,194,255,0.20); }
.ticker-right { display: flex; gap: 1.5rem; align-items: center; }
.ticker-right a { color: #e4ecf6; }
.ticker-right a:hover { color: #fff; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.88); backdrop-filter: saturate(170%) blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.95rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--font-display); font-weight: 700; font-size: 1.34rem; color: var(--ink); letter-spacing: -0.04em; }
.brand:hover { color: var(--ink); }
.brand-mark { width: 30px; height: 30px; border-radius: 8px; background: var(--navy); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.brand-mark span { display: block; width: 12px; height: 12px; border: 2.5px solid var(--cyan); border-right-color: transparent; border-bottom-color: transparent; transform: rotate(45deg); border-radius: 2px 0 0 0; }
.brand small { font-family: var(--font-body); font-weight: 600; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan-ink); align-self: center; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 1.9rem; margin: 0; padding: 0; }
.nav-menu a { color: var(--ink-soft); font-weight: 500; font-size: 0.95rem; }
.nav-menu a:hover, .nav-menu a.active { color: var(--ink); }
.nav-cta { background: var(--navy); color: #fff !important; padding: 0.62rem 1.25rem; border-radius: var(--radius-xs); font-weight: 600 !important; }
.nav-cta:hover { background: var(--cyan-deep); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.5rem; cursor: pointer; color: var(--ink); line-height: 1; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.92rem 1.75rem; border-radius: var(--radius-xs); font-weight: 600; font-size: 0.98rem; font-family: var(--font-body); cursor: pointer; border: 1.5px solid transparent; transition: transform 0.12s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--cyan); color: var(--navy); font-weight: 700; box-shadow: 0 12px 30px -12px rgba(0,194,255,0.7); }
.btn-primary:hover { background: var(--cyan-bright); color: var(--navy); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-secondary:hover { border-color: var(--navy); color: var(--navy); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-600); color: #fff; }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; font-size: 0.93rem; color: var(--cyan-ink); }
.btn-ghost:hover { gap: 0.7rem; color: var(--cyan-deep); }

/* Tag / eyebrow */
.tag { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--font-body); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cyan-ink); }
.tag::before { content: ""; width: 26px; height: 2px; background: var(--cyan); display: inline-block; }
.eyebrow { display: inline-block; font-family: var(--font-body); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan-ink); margin-bottom: 0.9rem; }

/* Grid-lijnen achtergrondmotief (technisch, performance-gevoel) */
.hero, .page-head { position: relative; overflow: hidden; }
.hero > .container, .page-head > .container { position: relative; z-index: 1; }
.hero::before, .page-head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,150,214,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,150,214,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(120% 90% at 80% 0%, rgba(0,0,0,0.9), transparent 70%);
  mask-image: radial-gradient(120% 90% at 80% 0%, rgba(0,0,0,0.9), transparent 70%);
}

/* Hero */
.hero { padding: clamp(3.25rem,7vw,6rem) 0 clamp(3rem,6vw,5rem); background: radial-gradient(1100px 480px at 88% -10%, var(--cyan-soft), transparent 62%), var(--bg); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 3.5rem; align-items: center; }
.hero h1 { margin-top: 1.4rem; }
.hero-cta-group { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2.1rem; }
.hero-points { list-style: none; margin: 2.6rem 0 0; padding: 1.8rem 0 0; border-top: 1px solid var(--line); display: grid; gap: 0.9rem; }
.hero-points li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.96rem; color: var(--ink-soft); }
.hero-points li b { color: var(--ink); font-weight: 700; }
.hero-points .mark { color: var(--cyan-deep); font-weight: 800; flex: 0 0 auto; }

/* Resultaten-paneel (hero aside) */
.ladder { background: var(--navy); color: #fff; border-radius: var(--radius-lg); padding: 2rem 1.85rem; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.ladder::after { content: ""; position: absolute; top: -40%; right: -30%; width: 320px; height: 320px; background: radial-gradient(circle, rgba(0,194,255,0.32), transparent 65%); pointer-events: none; }
.ladder-flag { position: absolute; top: -14px; left: 22px; background: var(--cyan); color: var(--navy); font-family: var(--font-body); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; padding: 0.42rem 0.9rem; border-radius: var(--radius-xs); }
.ladder h3 { color: #fff; font-size: 1.22rem; position: relative; }
.ladder-sub { font-size: 0.85rem; color: #94a4bd; margin: 0.3rem 0 1.5rem; position: relative; }
.ladder-rung { display: flex; justify-content: space-between; align-items: baseline; padding: 0.9rem 0; border-top: 1px solid var(--navy-line); position: relative; }
.ladder-rung:first-of-type { border-top: 0; }
.ladder-rung .lab { font-size: 0.92rem; color: #d3dcea; }
.ladder-rung .lab small { display: block; color: #7c8aa1; font-size: 0.76rem; }
.ladder-rung .amt { font-family: var(--font-display); font-weight: 700; font-size: 1.55rem; color: var(--cyan-bright); white-space: nowrap; }
.ladder-rung .amt span { font-family: var(--font-body); font-size: 0.74rem; color: #94a4bd; font-weight: 500; }
.ladder-foot { margin-top: 1.35rem; font-size: 0.8rem; color: #94a4bd; line-height: 1.55; position: relative; }

/* Stat band */
.statband { background: var(--navy); color: #fff; }
.statband-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; padding: 2.75rem 0; }
.stat { text-align: left; padding-left: 1.2rem; border-left: 3px solid var(--cyan); }
.stat:nth-child(2) { border-color: var(--lime); }
.stat:nth-child(3) { border-color: var(--cyan-deep); }
.stat:nth-child(4) { border-color: #fff; }
.stat-num { font-family: var(--font-display); font-weight: 700; font-size: 2.5rem; color: #fff; line-height: 1; letter-spacing: -0.03em; }
.stat-label { font-size: 0.84rem; color: #94a4bd; margin-top: 0.5rem; }

/* Sections */
.section { padding: clamp(3.75rem,7vw,6rem) 0; }
.section.dark { background: var(--navy); color: #fff; }
.section.cool { background: var(--bg-soft); }
.section-head { max-width: 720px; margin-bottom: 3rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { margin-top: 0.4rem; }
.section-head p { margin-top: 1rem; color: var(--ink-soft); }
.section.dark .section-head p { color: #94a4bd; }
.section.dark .eyebrow { color: var(--cyan-bright); }
.section.dark h2, .section.dark h3 { color: #fff; }

/* Dienst-rijen (genummerd, strak grid) */
.svc-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.svc-row { display: grid; grid-template-columns: auto 1fr auto; gap: 1.85rem; align-items: center; padding: 1.95rem 0.5rem; border-bottom: 1px solid var(--line); transition: background 0.18s ease, padding 0.18s ease; }
.svc-row:hover { background: var(--bg-soft); padding-left: 1.1rem; padding-right: 1.1rem; }
.svc-no { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--cyan-deep); min-width: 2.6rem; }
.svc-body h3 { margin-bottom: 0.35rem; }
.svc-body h3 a { color: var(--ink); }
.svc-body h3 a:hover { color: var(--cyan-deep); }
.svc-body p { color: var(--ink-soft); margin: 0; font-size: 0.97rem; max-width: 60ch; }
.svc-arrow { font-size: 1.4rem; color: var(--ink-faint); transition: transform 0.18s ease, color 0.18s ease; }
.svc-row:hover .svc-arrow { color: var(--cyan-deep); transform: translateX(4px); }

/* Why cards */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.why-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.95rem; position: relative; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.why-card .why-no { font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; color: var(--cyan-deep); letter-spacing: 0.06em; }
.why-card h3 { margin: 0.8rem 0 0.5rem; font-size: 1.28rem; }
.why-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

/* Editorial split */
.split { display: grid; grid-template-columns: 1fr 0.85fr; gap: 3.5rem; align-items: center; }
.pullquote { border-left: 4px solid var(--cyan); padding: 0.5rem 0 0.5rem 1.85rem; }
.pullquote p { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; line-height: 1.25; color: var(--ink); letter-spacing: -0.02em; }
.pullquote cite { display: block; margin-top: 1.15rem; font-style: normal; font-size: 0.9rem; color: var(--ink-soft); }
.pullquote cite b { color: var(--ink); }
.section.dark .pullquote p { color: #fff; }
.section.dark .pullquote cite { color: #94a4bd; }
.section.dark .pullquote cite b { color: #fff; }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; counter-reset: step; }
.step { position: relative; padding-top: 2.85rem; }
.step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: 0; left: 0; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--cyan-bright); }
.step::after { content: ""; position: absolute; top: 0.75rem; left: 2.8rem; right: 0; height: 1px; background: rgba(255,255,255,0.14); }
.step:last-child::after { display: none; }
.step h3 { font-size: 1.22rem; margin-bottom: 0.4rem; }
.step p { color: #94a4bd; font-size: 0.93rem; margin: 0; }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: stretch; }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.1rem 1.85rem; display: flex; flex-direction: column; }
.price-card.feat { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: var(--shadow-lg); position: relative; }
.price-card.feat::after { content: "Meest gekozen"; position: absolute; top: 1.5rem; right: 1.5rem; background: var(--cyan); color: var(--navy); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.05em; padding: 0.32rem 0.7rem; border-radius: var(--radius-xs); }
.price-tier { font-family: var(--font-body); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cyan-ink); }
.price-card.feat .price-tier { color: var(--cyan-bright); }
.price-card h3 { margin: 0.7rem 0; }
.price-card.feat h3 { color: #fff; }
.price-desc { font-size: 0.92rem; color: var(--ink-soft); min-height: 2.8rem; }
.price-card.feat .price-desc { color: #b1bdcf; }
.price-amt { font-family: var(--font-display); font-weight: 700; font-size: 2.55rem; margin: 0.5rem 0 1.35rem; letter-spacing: -0.03em; }
.price-amt .unit { font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); letter-spacing: 0; }
.price-card.feat .price-amt { color: var(--cyan-bright); }
.price-card.feat .price-amt .unit { color: #b1bdcf; }
.price-feats { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: 0.7rem; flex: 1; }
.price-feats li { font-size: 0.92rem; padding-left: 1.8rem; position: relative; color: var(--ink-soft); }
.price-card.feat .price-feats li { color: #c2cdde; }
.price-feats li::before { content: ""; position: absolute; left: 0; top: 0.45rem; width: 9px; height: 9px; border-right: 2px solid var(--cyan-deep); border-bottom: 2px solid var(--cyan-deep); transform: rotate(45deg); }
.price-card.feat .price-feats li::before { border-color: var(--cyan-bright); }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 0.7rem; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.section.dark .faq-item { background: var(--navy-700); border-color: var(--navy-line); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 1.25rem 1.4rem; font-family: var(--font-body); font-weight: 600; font-size: 1.02rem; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.section.dark .faq-q { color: #fff; }
.faq-q::after { content: ""; width: 11px; height: 11px; border-right: 2px solid var(--cyan-deep); border-bottom: 2px solid var(--cyan-deep); transform: rotate(45deg); transition: transform 0.22s ease; flex: 0 0 auto; margin-top: -4px; }
.faq-item.open .faq-q::after { transform: rotate(-135deg); margin-top: 2px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.28s ease; }
.faq-item.open .faq-a { max-height: 680px; }
.faq-a p { padding: 0 1.4rem 1.3rem; margin: 0; color: var(--ink-soft); }
.section.dark .faq-a p { color: #b1bdcf; }

/* Blog cards */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.blog-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.blog-cover { height: 8px; background: linear-gradient(90deg, var(--cyan-deep), var(--cyan)); }
.blog-cover.teal { background: linear-gradient(90deg, var(--cyan-ink), var(--lime)); }
.blog-cover.gold { background: linear-gradient(90deg, var(--navy-600), var(--cyan)); }
.blog-cover.ink { background: var(--navy); }
.blog-content { padding: 1.55rem; display: flex; flex-direction: column; flex: 1; }
.blog-kicker { font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan-ink); margin-bottom: 0.65rem; }
.blog-card h3 { font-size: 1.22rem; margin-bottom: 0.9rem; line-height: 1.18; }
.blog-card h3 a { color: var(--ink); }
.blog-card h3 a:hover { color: var(--cyan-deep); }
.blog-meta { font-size: 0.81rem; color: var(--ink-faint); margin-top: auto; }

/* Service cards (kennisbank-gidsen + dienst-overzicht) */
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem; display: flex; flex-direction: column; transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.service-card-tag { font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan-ink); margin-bottom: 0.7rem; }
.service-card h3 { font-size: 1.24rem; margin-bottom: 0.7rem; line-height: 1.18; color: var(--ink); }
.service-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0 0 1.1rem; }
.service-card .btn-ghost { margin-top: auto; }

/* CTA */
.cta { position: relative; background: var(--navy); color: #fff; text-align: center; padding: clamp(3.75rem,8vw,6rem) 0; overflow: hidden; }
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(680px 340px at 80% 120%, rgba(0,194,255,0.28), transparent 60%); pointer-events: none; }
.cta h2 { color: #fff; max-width: 700px; margin: 0 auto 1rem; }
.cta p { color: #b6c2d4; max-width: 580px; margin: 0 auto 2rem; }
.cta .btn-primary { background: var(--cyan); color: var(--navy); }
.cta .btn-primary:hover { background: var(--cyan-bright); }
.cta .btn-secondary { border-color: rgba(255,255,255,0.45); color: #fff; }
.cta .btn-secondary:hover { background: #fff; color: var(--navy); border-color: #fff; }
.cta-mark { position: absolute; left: -1.5rem; bottom: -5.5rem; font-family: var(--font-display); font-weight: 700; font-size: 18rem; line-height: 1; color: rgba(255,255,255,0.05); pointer-events: none; }

/* Footer */
.footer { background: var(--navy-deep); color: #94a4bd; padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-brand .brand small { color: var(--cyan-bright); }
.footer-brand .brand-mark { background: var(--navy-600); }
.footer-brand p { font-size: 0.9rem; max-width: 340px; }
.footer-contact { font-size: 0.9rem; margin-top: 1rem; line-height: 1.75; }
.footer-contact a { color: #d3dcea; }
.footer h4 { color: #fff; margin-bottom: 1rem; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.footer-col a { color: #94a4bd; font-size: 0.92rem; }
.footer-col a:hover { color: #fff; }
.footer-col li { font-size: 0.92rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--navy-line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; }
.footer-bottom a { color: #94a4bd; }

/* Breadcrumbs */
.crumbs { border-bottom: 1px solid var(--line); background: var(--bg); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0; padding: 0.85rem 0; font-size: 0.84rem; }
.crumbs li { color: var(--ink-soft); }
.crumbs li + li::before { content: "/"; margin-right: 0.5rem; color: var(--ink-faint); }
.crumbs a { color: var(--ink-soft); }
.crumbs a:hover { color: var(--cyan-deep); }

/* Page header */
.page-head { padding: clamp(2.85rem,6vw,4.5rem) 0 clamp(2rem,4vw,3rem); background: radial-gradient(880px 380px at 86% -25%, var(--cyan-soft), transparent 62%), var(--bg); border-bottom: 1px solid var(--line); }
.page-head h1 { max-width: 940px; }

/* Prose */
.prose { font-size: 1.07rem; }
.prose h2 { margin: 3rem 0 1rem; }
.prose h3 { margin: 2rem 0 0.6rem; font-size: 1.3rem; }
.prose > *:first-child { margin-top: 0; }
.prose ul { padding-left: 1.3rem; margin: 0 0 1.25rem; }
.prose li { margin-bottom: 0.5rem; }
.prose a { text-decoration: underline; text-underline-offset: 2px; text-decoration-color: var(--line-strong); }
.prose a:hover { text-decoration-color: var(--cyan); }
.prose blockquote { margin: 2rem 0; padding: 1.45rem 1.7rem; border-left: 4px solid var(--cyan); background: var(--cyan-soft); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; line-height: 1.35; color: var(--navy); letter-spacing: -0.02em; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2.75rem 0 1.75rem; }
.prose .related { font-size: 0.88rem; color: var(--ink-soft); }

/* Inhoudsopgave (kennisbank-gidsen) */
.toc { background: var(--bg-soft); border: 1px solid var(--line); border-left: 4px solid var(--cyan); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 1.45rem 1.65rem; margin: 2rem 0 2.5rem; }
.toc-title { font-family: var(--font-body); font-weight: 700; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cyan-ink); margin: 0 0 0.8rem; }
.toc ol { margin: 0; padding-left: 1.3rem; display: grid; gap: 0.5rem; }
.toc li { margin: 0; font-size: 0.97rem; }
.toc a { color: var(--ink); text-decoration: none; }
.toc a:hover { color: var(--cyan-deep); text-decoration: underline; text-underline-offset: 2px; }
.prose h2[id], .prose h3[id] { scroll-margin-top: 90px; }

/* Article */
.article-head { padding: clamp(2.6rem,6vw,4.25rem) 0 1.5rem; background: var(--bg); }
.article-kicker { display: inline-block; font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan-ink); margin-bottom: 0.9rem; }
.article-head h1 { max-width: 780px; }
.article-meta { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.3rem; font-size: 0.88rem; color: var(--ink-soft); flex-wrap: wrap; }
.article-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); }
.article-body { max-width: var(--maxw-narrow); margin: 0 auto; padding: 2rem 1.5rem 1rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3rem; align-items: start; }
.contact-info { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.95rem; box-shadow: var(--shadow-sm); }
.contact-line { padding: 0.95rem 0; border-bottom: 1px solid var(--line); }
.contact-line:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-line:first-child { padding-top: 0; }
.contact-line .lab { font-size: 0.73rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 0.3rem; }
.contact-line .val { font-size: 1.08rem; font-weight: 600; }
.contact-line .val a { color: var(--cyan-deep); }

/* Form */
.form { display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; }
.form input, .form select, .form textarea { width: 100%; padding: 0.8rem 0.95rem; border: 1.5px solid var(--line-strong); border-radius: var(--radius-xs); font-family: var(--font-body); font-size: 0.97rem; background: var(--surface); color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--cyan-deep); box-shadow: 0 0 0 3px var(--cyan-soft); }
.form textarea { resize: vertical; }
.form .fineprint { font-size: 0.8rem; color: var(--ink-soft); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Map */
.map-wrap { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }

/* Logo-strip / regio-band */
.regio-band { display: flex; flex-wrap: wrap; gap: 0.6rem 0.75rem; }
.regio-chip { font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 0.35rem 0.9rem; }
.section.dark .regio-chip { color: #c2cdde; background: var(--navy-700); border-color: var(--navy-line); }

@media (max-width: 920px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 2.6rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .price-grid, .blog-grid, .why-grid, .service-grid { grid-template-columns: 1fr; }
  .statband-grid { grid-template-columns: repeat(2,1fr); gap: 1.85rem; }
  .steps { grid-template-columns: repeat(2,1fr); gap: 2rem; }
  .step::after { display: none; }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--surface); border-bottom: 1px solid var(--line); padding: 0.5rem 1.5rem 1rem; box-shadow: var(--shadow); display: none; }
  .nav-menu.open { display: flex; }
  .nav-menu li { padding: 0.45rem 0; }
  .nav-cta { text-align: center; margin-top: 0.5rem; }
  .svc-row { grid-template-columns: auto 1fr; }
  .svc-arrow { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .ticker-left { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 480px) {
  .statband-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
