/* ============================================================================
   InfraNext — gedeeld design system (v3, multi-page)
   Donkergroen #0c4a37 · merkgeel #f0df0a · cream #f7f6ea
   ========================================================================== */

:root {
  --green: #0c4a37;
  --green-2: #093524;
  --lime: #f0df0a;
  --lime-2: #ffe92e;
  --limeink: #23230a;
  --cream: #f7f6ea;
  --ink: #10231b;
  --muted: #5f7168;
  --line: #e8ebe1;
  --danger: #dc2626;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: #fff; color: var(--ink); overflow-x: hidden;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; }
h1 { font-size: clamp(2.6rem, 7vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
h3 { font-size: 1.3rem; letter-spacing: -0.02em; }
p { margin: 0; }
.mut { color: var(--muted); }
.kick { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green); }
.hl { background: var(--lime); color: var(--limeink); padding: 0 0.16em; border-radius: 4px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 0.98rem; padding: 15px 28px; border-radius: 999px; cursor: pointer; border: 2px solid transparent; transition: transform 0.15s, background 0.15s, color 0.15s; }
.btn-lime { background: var(--lime); color: var(--limeink); }
.btn-lime:hover { background: var(--lime-2); transform: translateY(-2px); }
.btn-dark { background: var(--green); color: #fff; }
.btn-dark:hover { background: var(--green-2); transform: translateY(-2px); }
.btn-out { border-color: currentColor; color: var(--ink); }
.btn-out:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn-out.on-dark { color: #fff; }
.btn-out.on-dark:hover { background: #fff; color: var(--green); }
.btn.sm { padding: 11px 20px; font-size: 0.9rem; }

/* ---- NAV ---- */
header { position: fixed; inset: 0 0 auto 0; z-index: 60; height: 74px; background: var(--green); transition: box-shadow 0.3s, background 0.3s; }
header.solid { background: var(--green-2); box-shadow: 0 8px 26px rgba(9,53,36,0.22); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 30px; width: auto; display: block; }
.nav-menu { display: flex; align-items: center; gap: 28px; }
.nav-menu a:not(.btn) { font-size: 0.94rem; font-weight: 600; color: rgba(255,255,255,0.82); }
.nav-menu a:not(.btn):hover, .nav-menu a[aria-current="page"] { color: var(--lime); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: 0.2s; }
@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; inset: 74px 0 auto 0; background: var(--green-2); flex-direction: column; align-items: stretch; gap: 0; padding: 10px 26px 22px; transform: translateY(-140%); transition: transform 0.28s cubic-bezier(.2,.7,.2,1); box-shadow: 0 20px 40px rgba(9,53,36,0.3); }
  .nav-menu.open { transform: translateY(0); }
  .nav-menu a:not(.btn) { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.1); color: #fff; }
  .nav-menu .btn { margin-top: 14px; justify-content: center; }
}

/* Spacer under fixed nav on inner pages */
.page { padding-top: 74px; }

/* ---- Sections ---- */
section.block { padding: 96px 0; }
.block.tight { padding: 64px 0; }
.cream { background: var(--cream); }
.dark { background: var(--green); color: #fff; }
.dark .kick { color: var(--lime); }
.dark h2 { color: #fff; }
.head { max-width: 62ch; }
.head.center { margin: 0 auto; text-align: center; }
.head h2 { margin-top: 14px; }
.head p { color: var(--muted); font-size: 1.12rem; margin-top: 14px; }
.dark .head p { color: #c8d8d0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s cubic-bezier(.2,.7,.2,1), transform 0.6s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---- Breadcrumb ---- */
.crumbs { font-size: 0.84rem; color: var(--muted); padding: 20px 0 0; }
.crumbs a:hover { color: var(--green); }
.crumbs span { margin: 0 8px; opacity: 0.5; }

/* ---- Page hero (inner pages) ---- */
.phero { padding: 56px 0 20px; }
.phero .kick { color: var(--green); }
.phero h1 { font-size: clamp(2.3rem, 5.4vw, 3.9rem); max-width: 18ch; margin-top: 14px; }
.phero .lead { color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.28rem); margin-top: 20px; max-width: 56ch; }
.phero .hero-cta { display: flex; gap: 13px; margin-top: 30px; flex-wrap: wrap; }
.phero-pills { margin-top: 24px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; font-size: 0.86rem; color: var(--muted); }
.pill { border: 1.5px solid var(--line); border-radius: 999px; padding: 5px 13px; font-weight: 700; font-size: 0.78rem; color: var(--green); }

/* ---- Value cards ---- */
.vals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .vals { grid-template-columns: 1fr; } }
.val .bar { width: 44px; height: 5px; border-radius: 999px; background: var(--lime); margin-bottom: 16px; }
.val h3 { margin-bottom: 8px; }
.val p { color: var(--muted); }

/* ---- Placeholder-visual (doelgroepen: beeld ter opvulling) ---- */
.ph-visual { aspect-ratio: 4 / 3; width: 100%; border-radius: 20px; background: linear-gradient(135deg, var(--green), var(--green-2)); display: grid; place-items: center; box-shadow: 0 24px 50px -30px rgba(9,53,36,0.5); }
.ph-visual svg { width: 76px; height: 76px; opacity: 0.92; }

/* ---- Feature split (icon list) ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split + .split { margin-top: 84px; }
.split.rev .split-txt { order: 2; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 30px; } .split.rev .split-txt { order: 0; } }
.split-txt h2 { margin-top: 12px; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.split-txt .lead { color: var(--muted); font-size: 1.08rem; margin-top: 14px; max-width: 46ch; }
.ilist { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.ilist li { position: relative; padding-left: 34px; font-size: 0.98rem; }
.ilist li b { font-weight: 800; }
.ilist li::before { content: ""; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 7px; background: var(--lime); }
.ilist li::after { content: ""; position: absolute; left: 7px; top: 7px; width: 8px; height: 4px; border-left: 2.4px solid var(--limeink); border-bottom: 2.4px solid var(--limeink); transform: rotate(-45deg); }

/* ---- Bento / feature tiles ---- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(150px, auto); gap: 16px; }
.tile { border-radius: 20px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; min-height: 150px; transition: transform 0.2s; }
.tile:hover { transform: translateY(-3px); }
.tile .t-ico { width: 40px; height: 40px; }
.tile h3 { margin: 14px 0 6px; }
.tile p { font-size: 0.96rem; }
.t-big { grid-column: span 2; grid-row: span 2; background: var(--green); color: #fff; }
.t-big h3 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.t-big p { color: #c8d8d0; font-size: 1.05rem; max-width: 40ch; }
.t-lime { background: var(--lime); color: var(--limeink); }
.t-lime p { color: #2a3a12; }
.t-cream { background: var(--cream); }
.t-cream p { color: var(--muted); }
.t-outline { border: 2px solid var(--ink); }
.t-outline p { color: var(--muted); }
@media (max-width: 820px) { .bento { grid-template-columns: 1fr; } .t-big { grid-column: auto; grid-row: auto; } }

/* ---- Stats band ---- */
.band { background: var(--green); color: #fff; border-radius: 26px; padding: 54px 40px; }
.band .statgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
@media (max-width: 760px) { .band .statgrid { grid-template-columns: 1fr 1fr; } }
.st .n { font-size: clamp(2rem, 4.6vw, 3rem); font-weight: 900; color: var(--lime); letter-spacing: -0.02em; }
.st .l { color: #bcccc4; font-size: 0.9rem; margin-top: 6px; }

/* ---- Steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.step { padding: 28px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.step .num { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 999px; background: var(--lime); color: var(--limeink); font-weight: 900; font-size: 1.15rem; margin-bottom: 14px; }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 0.96rem; }

/* ---- Trust / security grid ---- */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .trust { grid-template-columns: 1fr; } }
.tcard { border: 1px solid rgba(255,255,255,0.16); border-radius: 18px; padding: 26px; background: rgba(255,255,255,0.04); }
.tcard .t-ico { width: 34px; height: 34px; margin-bottom: 14px; }
.tcard h3 { font-size: 1.1rem; color: #fff; }
.tcard p { color: #c8d8d0; font-size: 0.94rem; margin-top: 7px; }
.tcard.on-light { border-color: var(--line); background: #fff; }
.tcard.on-light h3 { color: var(--ink); }
.tcard.on-light p { color: var(--muted); }

/* ---- Modules ---- */
.mods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .mods { grid-template-columns: repeat(2, 1fr); } }
.mod { border: 1px solid var(--line); border-radius: 16px; padding: 22px; background: #fff; }
.mod.live { border-color: var(--green); background: var(--cream); }
.mod .tag { font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em; padding: 3px 9px; border-radius: 999px; }
.tag-live { background: var(--lime); color: var(--limeink); }
.tag-soon { background: #eef1ea; color: var(--muted); }
.mod h3 { margin: 14px 0 6px; font-size: 1.05rem; }
.mod p { color: var(--muted); font-size: 0.9rem; }

/* ---- Logo strip (klanten/doelgroepen) ---- */
.logostrip { display: flex; flex-wrap: wrap; gap: 14px 34px; align-items: center; justify-content: center; }
.logostrip .lg { font-weight: 800; letter-spacing: -0.02em; color: var(--muted); font-size: 1.1rem; opacity: 0.7; }

/* ---- Pricing ---- */
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; align-items: start; }
@media (max-width: 820px) { .price-grid { grid-template-columns: 1fr; } }
.pcard2 { border-radius: 22px; padding: 34px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; }
.pcard2.feature { background: var(--green); color: #fff; border-color: transparent; box-shadow: 0 26px 54px -28px rgba(9,53,36,0.5); }
.pcard2 .ptag { align-self: flex-start; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.pcard2.feature .ptag { background: var(--lime); color: var(--limeink); }
.pcard2:not(.feature) .ptag { background: var(--cream); color: var(--green); }
.pcard2 h3 { font-size: 1.4rem; }
.pcard2 .psub { font-size: 0.95rem; margin-top: 4px; }
.pcard2.feature .psub { color: #bcccc4; }
.pcard2:not(.feature) .psub { color: var(--muted); }
.price { display: flex; align-items: baseline; gap: 8px; margin: 20px 0 4px; }
.price .amt { font-size: 2.7rem; font-weight: 900; letter-spacing: -0.03em; }
.pcard2.feature .price .amt { color: var(--lime); }
.price .per { font-size: 0.95rem; color: var(--muted); }
.pcard2.feature .price .per { color: #bcccc4; }
.plist { list-style: none; margin: 18px 0 0; padding: 18px 0 0; display: grid; gap: 11px; border-top: 1px solid rgba(255,255,255,0.14); }
.pcard2:not(.feature) .plist { border-top-color: var(--line); }
.plist li { position: relative; padding-left: 28px; font-size: 0.95rem; }
.plist li::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 6px; background: var(--lime); }
.plist li::after { content: ""; position: absolute; left: 5px; top: 6px; width: 7px; height: 4px; border-left: 2.2px solid var(--limeink); border-bottom: 2.2px solid var(--limeink); transform: rotate(-45deg); }
.plist li b { font-weight: 800; }
.pcard2 .pfoot { margin-top: auto; padding-top: 22px; }
.price-note { margin-top: 22px; font-size: 0.9rem; color: var(--muted); max-width: 70ch; }
.price-note b { color: var(--green); font-weight: 800; }

/* ---- Positioning (praatplaat) ---- */
.pos-hero { display: grid; grid-template-columns: 1.65fr 1fr; gap: 20px; margin-top: 40px; }
@media (max-width: 820px) { .pos-hero { grid-template-columns: 1fr; } }
.pos-quote { background: var(--green); color: #fff; border-radius: 22px; padding: 38px; display: flex; gap: 22px; }
.pos-quote .qi { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 15px; background: rgba(255,255,255,0.12); display: grid; place-items: center; }
.pos-quote blockquote { margin: 0; font-size: clamp(1.35rem, 2.4vw, 1.95rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.16; }
.pos-quote blockquote b { color: var(--lime); }
.pos-cred { background: var(--cream); border-radius: 22px; padding: 34px; text-align: center; display: flex; flex-direction: column; justify-content: center; }
.pos-cred .lbl { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.pos-cred .big { font-size: clamp(3rem, 7vw, 4.4rem); font-weight: 900; color: var(--green); letter-spacing: -0.03em; line-height: 1; margin: 12px 0; }
.pos-cred .sub { color: var(--muted); font-size: 0.95rem; }
.pos-cred .rule { width: 46px; height: 4px; border-radius: 999px; background: var(--lime); margin: 16px auto 0; }

/* ---- Aanpak-band (brede, gekleurde value-proposition) ---- */
.aanpak-band { background: var(--green); color: #fff; border-radius: 26px; padding: 58px 48px; text-align: center; position: relative; overflow: hidden; }
.aanpak-band::after { content: ""; position: absolute; right: -70px; top: -70px; width: 240px; height: 240px; border-radius: 50%; background: var(--lime); opacity: 0.14; }
.aanpak-band .kick { color: var(--lime); position: relative; }
.aanpak-band h2 { color: #fff; max-width: 26ch; margin: 14px auto 0; position: relative; }
.aanpak-band > p { color: #c8d8d0; max-width: 62ch; margin: 18px auto 0; font-size: 1.12rem; position: relative; }
.aanpak-cred { position: relative; display: flex; gap: 28px 44px; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 36px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.16); }
.aanpak-cred .cred-stat { text-align: center; flex: 0 0 auto; }
.aanpak-cred .big { display: block; font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 900; color: var(--lime); line-height: 1; letter-spacing: -0.02em; }
.aanpak-cred .lbl { display: block; color: #bcccc4; font-size: 0.88rem; margin-top: 6px; }
.aanpak-cred blockquote { margin: 0; max-width: 46ch; text-align: left; font-size: 1.08rem; font-weight: 600; color: #eafff4; line-height: 1.4; }
@media (max-width: 640px) { .aanpak-cred blockquote { text-align: center; } }

/* ---- CTA ---- */
.cta { background: var(--green); color: #fff; border-radius: 28px; padding: 70px 40px; text-align: center; position: relative; overflow: hidden; }
.cta::after { content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: var(--lime); opacity: 0.16; }
.cta h2 { color: #fff; max-width: 22ch; margin: 0 auto; }
.cta p { color: #bcccc4; margin: 16px auto 30px; max-width: 46ch; font-size: 1.05rem; }

/* ---- Team grid ---- */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .team { grid-template-columns: 1fr; } }
.member { border: 1px solid var(--line); border-radius: 18px; padding: 26px; background: #fff; }
.member .avatar { width: 64px; height: 64px; border-radius: 16px; background: var(--green); color: var(--lime); display: grid; place-items: center; font-weight: 900; font-size: 1.4rem; margin-bottom: 16px; }
.member h3 { font-size: 1.15rem; }
.member .role { color: var(--green); font-weight: 700; font-size: 0.86rem; margin-top: 3px; }
.member p { color: var(--muted); font-size: 0.94rem; margin-top: 10px; }

/* ---- FAQ ---- */
.faq { max-width: 800px; margin: 40px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 40px 22px 0; font-size: 1.08rem; font-weight: 700; color: var(--ink); position: relative; }
.faq-q::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--green); font-weight: 400; }
.faq-item.open .faq-q::after { content: "\2212"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { color: var(--muted); padding: 0 0 22px; max-width: 68ch; }

/* ---- Prose / kennisbank article ---- */
.prose { max-width: 720px; margin: 0 auto; }
.prose h2 { font-size: 1.7rem; margin: 40px 0 12px; }
.prose h3 { font-size: 1.25rem; margin: 28px 0 10px; }
.prose p { color: #29342e; margin: 0 0 16px; font-size: 1.06rem; }
.prose ul { color: #29342e; padding-left: 22px; margin: 0 0 16px; }
.prose li { margin: 6px 0; }
.prose .callout { background: var(--cream); border-left: 4px solid var(--lime); border-radius: 10px; padding: 18px 20px; margin: 22px 0; }

/* ---- Footer ---- */
footer { border-top: 1px solid var(--line); padding: 46px 0 34px; }
.foot { display: flex; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.foot .brand img { height: 26px; }
.foot small { display: block; color: var(--muted); margin-top: 8px; max-width: 42ch; font-size: 0.85rem; }
.foot-cols { display: flex; gap: 44px; flex-wrap: wrap; }
.foot h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; margin: 0 0 12px; }
.foot a { display: block; color: var(--muted); font-size: 0.9rem; padding: 4px 0; }
.foot a:hover { color: var(--green); }
.copy { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 20px; color: var(--muted); font-size: 0.82rem; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---- Home hero visual (geanimeerde live-toetsing) ---- */
.hero { padding: 40px 0 44px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 50px; align-items: center; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.hero h1 { max-width: 15ch; margin-top: 20px; }
.hero .sub { font-size: clamp(1.1rem, 1.9vw, 1.35rem); color: var(--muted); margin-top: 24px; max-width: 46ch; }
.hero-exp { margin-top: 20px; font-size: 1.04rem; color: var(--ink); border-left: 4px solid var(--lime); padding-left: 16px; max-width: 50ch; }
.hero-exp b { font-weight: 800; }
.hero-cta { display: flex; gap: 13px; margin-top: 32px; flex-wrap: wrap; }
.hero-foot { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; font-size: 0.86rem; color: var(--muted); }
.hero-visual { position: relative; }
.hero-demo { border-radius: 22px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 70px -30px rgba(9,53,36,0.55); background: #2b3a2c; }
.hero-demo .topbar, .mapcard .topbar { display: flex; align-items: center; gap: 7px; padding: 11px 15px; background: var(--green); }
.hero-demo .topbar i, .mapcard .topbar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.28); display: inline-block; }
.hero-demo .topbar .live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; color: #eafff4; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; }
.hero-demo .topbar .live .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(240,223,10,0.6);} 70%{ box-shadow: 0 0 0 7px rgba(240,223,10,0);} 100%{ box-shadow:0 0 0 0 rgba(240,223,10,0);} }
.hero-demo svg, .mapcard svg { display: block; width: 100%; height: auto; }
.hero-badge { position: absolute; left: -14px; bottom: 20px; background: #fff; border-radius: 14px; padding: 12px 16px; box-shadow: 0 16px 34px -12px rgba(9,53,36,0.4); display: flex; align-items: center; gap: 12px; animation: floaty 4s ease-in-out infinite; }
@keyframes floaty { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-8px);} }
.hero-badge .ring { position: relative; width: 42px; height: 42px; }
.hero-badge .ring svg { width: 42px; height: 42px; transform: rotate(-90deg); }
.hero-badge .ring span { position: absolute; inset: 0; display: grid; place-items: center; font-size: 0.68rem; font-weight: 800; color: var(--green); }
.hero-badge .txt b { display: block; font-size: 0.9rem; }
.hero-badge .txt small { color: var(--muted); font-size: 0.75rem; }
@media (max-width: 500px) { .hero-badge { left: 8px; bottom: 10px; padding: 9px 12px; } }
.draw { stroke-dasharray: 620; stroke-dashoffset: 620; animation: draw 7s ease-in-out infinite; }
@keyframes draw { 0%{ stroke-dashoffset: 620;} 22%{ stroke-dashoffset: 0;} 82%{ stroke-dashoffset: 0;} 100%{ stroke-dashoffset: 620;} }
.seg-appear { opacity: 0; animation: segIn 7s ease-in-out infinite; }
@keyframes segIn { 0%,10%{opacity:0;} 26%,86%{opacity:1;} 100%{opacity:0;} }

/* ---- Mapcard (kaart-lijntekeningen) ---- */
.mapcard { border-radius: 22px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 26px 54px -26px rgba(9,53,36,0.45); background: #2b3a2c; }
.mapcard .topbar .lbl { margin-left: auto; color: #cfe0d8; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.05em; }
.maplegend { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 12px 14px; background: #fff; font-size: 0.77rem; color: var(--muted); }
.maplegend span { display: inline-flex; align-items: center; gap: 6px; }
.maplegend i { width: 15px; height: 5px; border-radius: 3px; display: inline-block; }
.maplegend i.d { width: 10px; height: 10px; border-radius: 50%; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .draw, .seg-appear, .hero-badge, .hero-demo .topbar .live .dot { animation: none; }
  .draw { stroke-dashoffset: 0; } .seg-appear { opacity: 1; }
  * { scroll-behavior: auto !important; }
}
