/* DistriLink – huisstijl uit het logo:
   navy #0a1230 (woordmerk), donkerblauw #0b2a8a, hoofdblauw #1e63e9, helder #3a8cf5,
   tagline-grijsblauw #5a6b8c. Koppen Montserrat, tekst Inter. */
:root {
  --navy: #0a1230;
  --diep: #0b2a8a;
  --blauw: #1e63e9;
  --helder: #3a8cf5;
  --lichtblauw: #e9f1fe;
  --grijsblauw: #5a6b8c;
  --tekst: #1c2540;
  --stil: #667089;
  --rand: #e3e8f2;
  --wit: #fff;
  --achter: #f6f8fc;
  --kop: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  --body: 'Inter', 'Segoe UI', Arial, sans-serif;
  --verloop: linear-gradient(135deg, #0b2a8a 0%, #1e63e9 55%, #3a8cf5 100%);
  --schaduw: 0 10px 30px rgba(10, 42, 138, .10);
  --radius: 18px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--tekst); background: var(--wit); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--blauw); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--kop); color: var(--navy); line-height: 1.15; letter-spacing: -.01em; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { color: var(--stil); }
.wrap { width: min(1180px, 92vw); margin: 0 auto; }
section { padding: 96px 0; }

/* knoppen & pillen */
.knop { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--verloop); color: #fff; font-family: var(--kop); font-weight: 700; font-size: .98rem; padding: 15px 28px; border-radius: 999px; border: 0; cursor: pointer; box-shadow: 0 8px 24px rgba(30, 99, 233, .28); transition: transform .18s, box-shadow .18s; }
.knop:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(30, 99, 233, .36); }
.knop-licht { background: #fff; color: var(--diep); box-shadow: 0 0 0 2px var(--rand) inset; }
.knop-licht:hover { box-shadow: 0 0 0 2px var(--blauw) inset; }
.knop-klein { padding: 11px 20px; font-size: .9rem; }
.knop-breed { width: 100%; }
.pil { display: inline-block; font-family: var(--kop); font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--blauw); background: var(--lichtblauw); padding: 7px 14px; border-radius: 999px; margin-bottom: 18px; }
.pil-licht { background: rgba(255,255,255,.14); color: #fff; }
.link { font-weight: 600; }

/* header */
.top { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--rand); }
.top-in { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.logo img { height: 46px; width: auto; }
.menu { display: flex; align-items: center; gap: 30px; }
.menu a { color: var(--navy); font-weight: 500; font-size: .96rem; }
.menu a:not(.knop):hover { color: var(--blauw); }
.hamburger { display: none; background: none; border: 0; width: 40px; height: 40px; cursor: pointer; }
.hamburger span { display: block; height: 2px; background: var(--navy); margin: 7px 8px; border-radius: 2px; }

/* hero */
.hero { position: relative; padding: 80px 0 40px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(60% 70% at 85% 20%, rgba(58,140,245,.16), transparent 60%),
  radial-gradient(40% 50% at 10% 90%, rgba(11,42,138,.10), transparent 60%),
  linear-gradient(180deg, #f6f9ff 0%, #fff 100%); }
.hero-in { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.hero .accent { background: var(--verloop); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sub { font-size: 1.15rem; margin: 22px 0 24px; max-width: 540px; }
.hero-punten { list-style: none; margin-bottom: 32px; }
.hero-punten li { padding: 6px 0 6px 32px; position: relative; color: var(--tekst); font-weight: 500; }
.hero-punten li::before { content: ''; position: absolute; left: 0; top: 11px; width: 20px; height: 20px; border-radius: 50%; background: var(--verloop); mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='black'/><path d='M7 12.5l3 3 7-7' stroke='white' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='black'/><path d='M7 12.5l3 3 7-7' stroke='white' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat; }
.knoppen { display: flex; gap: 14px; flex-wrap: wrap; }

/* mockup */
.hero-beeld { position: relative; min-height: 440px; }
.mock { background: #fff; border-radius: 16px; box-shadow: 0 24px 60px rgba(10, 42, 138, .18), 0 0 0 1px var(--rand); }
.mock-hoofd { position: absolute; inset: 10px 0 30px 30px; overflow: hidden; }
.mock-kop { height: 36px; border-bottom: 1px solid var(--rand); display: flex; align-items: center; gap: 6px; padding: 0 14px; }
.mock-kop span { width: 9px; height: 9px; border-radius: 50%; background: var(--rand); }
.mock-body { display: flex; height: calc(100% - 36px); }
.mock-zij { width: 54px; background: var(--navy); padding: 16px 0; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.mock-zij i { width: 22px; height: 22px; border-radius: 7px; background: rgba(255,255,255,.14); }
.mock-zij i.actief { background: var(--helder); }
.mock-inhoud { flex: 1; padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.mock-tegels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.tegel { background: var(--achter); border-radius: 10px; padding: 10px 12px; }
.tegel small { display: block; font-size: .66rem; color: var(--stil); }
.tegel b { display: block; font-family: var(--kop); font-size: 1.05rem; color: var(--navy); }
.tegel em { font-style: normal; font-size: .66rem; color: #17a36b; font-weight: 600; }
.tegel em.neutraal { color: var(--stil); font-weight: 400; }
.mock-grafiek svg { width: 100%; height: 90px; }
.mock-rijen div { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-top: 1px solid var(--rand); }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot.ok { background: #17a36b; } .dot.wacht { background: #f3a72b; }
.lijn { height: 8px; border-radius: 4px; background: var(--rand); }
.l1 { width: 26%; } .l2 { width: 40%; } .l3 { width: 18%; margin-left: auto; background: var(--lichtblauw); }
.mock-kaart { position: absolute; display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 14px; }
.mock-kaart b { display: block; font-size: .82rem; color: var(--navy); }
.mock-kaart small { color: var(--stil); font-size: .72rem; }
.kaart-icoon { width: 36px; height: 36px; border-radius: 10px; background: #e6f7ef; color: #17a36b; display: grid; place-items: center; font-weight: 800; }
.kaart-icoon.blauw { background: var(--lichtblauw); color: var(--blauw); }
.zweef1 { left: -10px; bottom: 60px; animation: zweef 6s ease-in-out infinite; }
.zweef2 { right: -6px; top: 40px; animation: zweef 7s ease-in-out 1s infinite; }
@keyframes zweef { 50% { transform: translateY(-10px); } }

.hero-logos { margin-top: 64px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; border-top: 1px solid var(--rand); padding-top: 28px; }
.hero-logos > span { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--stil); font-weight: 600; }
.hero-logos ul { list-style: none; display: flex; gap: 28px; flex-wrap: wrap; }
.hero-logos li { font-family: var(--kop); font-weight: 700; color: #a9b3c9; font-size: 1.05rem; }

/* pijn */
.pijn { padding: 0 0 96px; }
.pijn-in { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; background: var(--navy); color: #fff; border-radius: 28px; padding: 56px; }
.pijn h2 { color: #fff; }
.pijn p { color: rgba(255,255,255,.75); margin: 16px 0 20px; }
.pijn .link { color: var(--helder); }
.pijn-lijst { list-style: none; display: grid; gap: 12px; }
.pijn-lijst li { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 14px 18px; display: flex; gap: 14px; align-items: center; }
.pijn-lijst span { color: #ff7a7a; font-weight: 800; }

/* usp */
.kop-midden { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.kop-midden p { margin-top: 14px; font-size: 1.08rem; }
.kop-midden.licht h2 { color: #fff; }
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.kaart { background: #fff; border: 1px solid var(--rand); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--schaduw); transition: transform .2s, box-shadow .2s; }
.kaart:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(10,42,138,.14); }
.icoon { width: 56px; height: 56px; border-radius: 16px; background: var(--verloop); color: #fff; display: grid; place-items: center; margin-bottom: 22px; }
.icoon svg { width: 28px; height: 28px; }
.kaart h3 { margin-bottom: 10px; }

/* tabs */
.oplossingen { background: var(--achter); }
.tabs { background: #fff; border-radius: 24px; border: 1px solid var(--rand); box-shadow: var(--schaduw); overflow: hidden; }
.tab-knoppen { display: flex; border-bottom: 1px solid var(--rand); background: var(--achter); }
.tab-knoppen button { flex: 1; background: none; border: 0; padding: 20px 12px; font-family: var(--kop); font-weight: 700; color: var(--stil); cursor: pointer; border-bottom: 3px solid transparent; transition: .15s; }
.tab-knoppen button:hover { color: var(--navy); }
.tab-knoppen button.actief { color: var(--blauw); border-bottom-color: var(--blauw); background: #fff; }
.tab-paneel { display: none; grid-template-columns: 1fr 1fr; gap: 48px; padding: 48px; align-items: center; }
.tab-paneel.actief { display: grid; animation: fade .35s; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } }
.tab-tekst h3 { font-size: 1.5rem; margin-bottom: 12px; }
.vinkjes { list-style: none; margin-top: 20px; display: grid; gap: 10px; }
.vinkjes li { padding-left: 30px; position: relative; font-weight: 500; color: var(--tekst); }
.vinkjes li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--lichtblauw); color: var(--blauw); font-size: .75rem; font-weight: 800; display: grid; place-items: center; }
.vinkjes.licht li { color: #fff; }
.vinkjes.licht li::before { background: rgba(255,255,255,.2); color: #fff; }
.tab-beeld { display: grid; place-items: center; }
.illus { width: 100%; max-width: 360px; aspect-ratio: 4/3; border-radius: 20px; background: linear-gradient(160deg, var(--lichtblauw), #f6f9ff); border: 1px solid var(--rand); position: relative; padding: 28px; display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.illus .rij { height: 16px; border-radius: 8px; background: #fff; box-shadow: 0 2px 8px rgba(10,42,138,.08); }
.illus .rij.k { width: 55%; background: var(--verloop); }
.illus .knopje { width: 40%; height: 34px; border-radius: 999px; background: var(--navy); margin-top: 6px; }
.illus-markt { display: block; }
.illus-markt .bol { position: absolute; width: 54px; height: 54px; border-radius: 50%; background: #fff; box-shadow: 0 6px 16px rgba(10,42,138,.12); }
.illus-markt .bol:nth-child(1) { top: 14%; left: 12%; } .illus-markt .bol:nth-child(2) { top: 14%; right: 12%; }
.illus-markt .bol:nth-child(3) { bottom: 14%; left: 12%; } .illus-markt .bol:nth-child(4) { bottom: 14%; right: 12%; }
.illus-markt .kern { position: absolute; left: 50%; top: 50%; width: 84px; height: 84px; margin: -42px 0 0 -42px; border-radius: 26px; background: var(--verloop); box-shadow: 0 12px 28px rgba(30,99,233,.35); }
.illus-markt::before { content: ''; position: absolute; inset: 22% ; border: 2px dashed rgba(30,99,233,.3); border-radius: 30px; }
.illus-voorraad { flex-direction: row; align-items: flex-end; gap: 14px; }
.staaf { flex: 1; border-radius: 8px 8px 4px 4px; background: var(--verloop); }
.s1 { height: 40%; } .s2 { height: 65%; } .s3 { height: 50%; } .s4 { height: 85%; } .s5 { height: 70%; }
.illus-finance svg { width: 100%; }

/* werkwijze */
.werkwijze { background: var(--verloop); color: #fff; position: relative; overflow: hidden; }
.werkwijze::after { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(255,255,255,.06); right: -160px; top: -200px; }
.stappen { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; z-index: 1; }
.stappen li { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(6px); border-radius: 20px; padding: 30px 26px; }
.stappen span { font-family: var(--kop); font-weight: 800; font-size: 2rem; color: rgba(255,255,255,.5); display: block; margin-bottom: 10px; }
.stappen h3 { color: #fff; margin-bottom: 8px; }
.stappen p { color: rgba(255,255,255,.8); font-size: .95rem; }

/* koppelingen */
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.logo-grid div { border: 1px solid var(--rand); border-radius: 16px; padding: 26px 20px; text-align: center; background: #fff; transition: .2s; }
.logo-grid div:hover { border-color: var(--helder); box-shadow: var(--schaduw); }
.logo-grid b { display: block; font-family: var(--kop); font-size: 1.1rem; color: var(--navy); }
.logo-grid small { color: var(--stil); }

/* cijfers */
.cijfers { padding: 0 0 96px; }
.cijfers-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; background: var(--achter); border-radius: 24px; padding: 40px; }
.cijfers-in div { text-align: center; }
.cijfers-in b { display: block; font-family: var(--kop); font-size: 2.4rem; font-weight: 800; background: var(--verloop); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cijfers-in span { color: var(--stil); }

/* over */
.over { padding-top: 0; }
.over-in { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: center; }
.over-beeld { background: linear-gradient(160deg, var(--lichtblauw), #f6f9ff); border-radius: 32px; padding: 60px; display: grid; place-items: center; }
.over-beeld img { width: 70%; max-width: 260px; filter: drop-shadow(0 20px 30px rgba(30,99,233,.25)); }
.over p { margin: 14px 0; }
.over .knop { margin-top: 12px; }

/* cta */
.cta { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(58,140,245,.35), transparent 65%); left: -200px; bottom: -350px; }
.cta-in { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; }
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,.75); margin-top: 16px; font-size: 1.08rem; }
.formulier { background: #fff; border-radius: 24px; padding: 36px; display: grid; gap: 16px; color: var(--tekst); }
.formulier label { display: grid; gap: 6px; font-size: .88rem; font-weight: 600; color: var(--navy); }
.formulier input, .formulier textarea { font: inherit; font-weight: 400; padding: 12px 14px; border: 1px solid var(--rand); border-radius: 10px; background: var(--achter); }
.formulier input:focus, .formulier textarea:focus { outline: 2px solid var(--helder); border-color: transparent; background: #fff; }
.formulier small { color: var(--stil); text-align: center; }

/* footer */
.voet { background: #fff; border-top: 1px solid var(--rand); padding-top: 64px; }
.voet-in { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.voet-merk img { height: 40px; width: auto; margin-bottom: 16px; }
.voet-merk p { max-width: 300px; font-size: .95rem; }
.voet h4 { font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.voet-in a, .voet-in span { display: block; color: var(--stil); margin-bottom: 8px; }
.voet-in a:hover { color: var(--blauw); }
.voet-onder { display: flex; justify-content: space-between; border-top: 1px solid var(--rand); padding: 20px 0; font-size: .85rem; color: var(--stil); }
.voet-onder a { color: var(--stil); }

/* verschijnen */
.verschijn { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.verschijn.zichtbaar { opacity: 1; transform: none; }

/* responsive */
@media (max-width: 980px) {
  .hero-in, .pijn-in, .tab-paneel, .over-in, .cta-in { grid-template-columns: 1fr; }
  .usp-grid, .stappen { grid-template-columns: 1fr 1fr; }
  .logo-grid, .cijfers-in { grid-template-columns: 1fr 1fr; }
  .voet-in { grid-template-columns: 1fr 1fr; }
  .hero-beeld { min-height: 400px; }
  .over-beeld { max-width: 420px; margin: 0 auto; }
}
@media (max-width: 680px) {
  section { padding: 64px 0; }
  .hero { padding-top: 48px; }
  .menu { display: none; position: absolute; top: 78px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--rand); padding: 10px 4vw 18px; }
  .menu.open { display: flex; }
  .menu a { padding: 12px 0; }
  .menu .knop { margin-top: 8px; }
  .hamburger { display: block; }
  .usp-grid, .stappen, .logo-grid, .cijfers-in, .voet-in { grid-template-columns: 1fr; }
  .pijn-in, .formulier { padding: 28px; }
  .tab-knoppen { overflow-x: auto; }
  .tab-knoppen button { white-space: nowrap; padding: 16px 18px; }
  .tab-paneel { padding: 28px; }
  .hero-beeld { min-height: 360px; }
  .mock-hoofd { inset: 0 0 20px 0; }
  .zweef1, .zweef2 { display: none; }
  .voet-onder { flex-direction: column; gap: 6px; }
}
