/* =========================================================================
   Software Services — corporate stylesheet
   Brand: steel-blue #355c7d + tetris-blok motief. Clean, strak, zakelijk.
   ========================================================================= */

:root {
  /* Brand */
  --brand: #355c7d;
  --brand-dark: #25435c;
  --brand-darker: #182f41;
  --brand-light: #4a7da6;
  --brand-50: #eef3f7;
  --brand-100: #dce7ef;

  /* AI-accent */
  --accent: #16b8a6;
  --accent-light: #5fe3d2;

  /* Neutraal */
  --ink: #16222c;
  --ink-soft: #45565f;
  --muted: #6b7a83;
  --line: #e3e9ed;
  --bg: #ffffff;
  --bg-alt: #f5f8fa;
  --bg-dark: #16222c;
  --white: #ffffff;

  /* Vorm */
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(22, 34, 44, .06), 0 1px 3px rgba(22, 34, 44, .05);
  --shadow: 0 10px 30px -12px rgba(22, 34, 44, .18);
  --shadow-lg: 0 24px 60px -20px rgba(22, 34, 44, .28);

  --container: 1140px;
  --header-h: 72px;

  /* Typografie: Jost (koppen) + Nunito Sans (lopende tekst), lokaal gehost */
  --font: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  --font-display: "Jost", "Nunito Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Lichte brand-tint voor accenten op donkere vlakken */
  --brand-soft: #a9c6de;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* --- Fonts (variabel, OFL) --- */
@font-face {
  font-family: "Jost"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("/assets/fonts/jost-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Jost"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("/assets/fonts/jost-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito Sans"; font-style: normal; font-weight: 200 1000; font-display: swap;
  src: url("/assets/fonts/nunito-sans-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito Sans"; font-style: normal; font-weight: 200 1000; font-display: swap;
  src: url("/assets/fonts/nunito-sans-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--brand-dark); }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; letter-spacing: -.025em; color: var(--ink); margin: 0 0 .5em; }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.5rem); line-height: 1.05; }
h2 { font-size: clamp(2rem, 3.8vw, 3rem); }
h3 { font-size: 1.25rem; line-height: 1.3; letter-spacing: -.015em; }
/* Tweekleurige titel: tweede deel in accentkleur */
.title-accent { color: var(--brand-light); }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }

/* --- Layout --- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 760px; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.section-intro { color: var(--ink-soft); font-size: 1.12rem; }

.eyebrow {
  display: inline-block;
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand); margin: 0 0 .9rem;
}
.eyebrow-light { color: var(--accent); }

/* --- Buttons --- */
.btn {
  --btn-pad: .85em 1.5em;
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: var(--btn-pad);
  font: inherit; font-weight: 650; font-size: 1rem;
  border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: all .22s var(--ease); white-space: nowrap;
}
.btn-sm { --btn-pad: .6em 1.15em; font-size: .92rem; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--brand); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand-dark); background: var(--brand-50); }
.section-ai .btn-ghost { color: #fff; border-color: rgba(255,255,255,.3); }

/* =========================================================================
   Header
   ========================================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  background: rgba(255, 255, 255, .85);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }

.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--brand); font-weight: 800; }
.brand:hover { color: var(--brand-dark); }
.brand-mark { width: 30px; height: 30px; color: var(--brand); flex: none; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-name { font-size: 1.16rem; letter-spacing: -.02em; color: var(--ink); }

.site-nav { display: flex; align-items: center; }
.nav-list { display: flex; align-items: center; gap: .35rem; }
.nav-list a:not(.btn) {
  display: inline-block; padding: .5rem .8rem; border-radius: 8px;
  color: var(--ink-soft); font-weight: 550; font-size: .98rem;
}
.nav-list a:not(.btn):hover { color: var(--brand); background: var(--brand-50); }
.nav-cta { margin-left: .4rem; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  width: 44px; height: 44px; padding: 11px; background: none; border: 0; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s var(--ease); }

/* =========================================================================
   Hero
   ========================================================================= */
.hero { position: relative; overflow: hidden; padding: clamp(72px, 12vw, 150px) 0 clamp(60px, 8vw, 110px); }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: linear-gradient(170deg, var(--brand-50), #fff 60%); }
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--brand-100) 1px, transparent 1px),
    linear-gradient(90deg, var(--brand-100) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(120% 90% at 70% 0%, #000 20%, transparent 75%);
  opacity: .6;
}
.hero-glow {
  position: absolute; top: -20%; right: -10%; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(22,184,166,.18), transparent 60%); filter: blur(10px);
}
.hero-blocks {
  position: absolute; right: 4%; top: 18%; width: clamp(180px, 26vw, 340px);
  color: var(--brand); opacity: .07; transform: rotate(-8deg);
}
.hero-inner { position: relative; z-index: 1; max-width: 820px; }
.hero-title { margin-bottom: .35em; }
.hero-subtitle { font-size: clamp(1.08rem, 2vw, 1.3rem); color: var(--ink-soft); max-width: 660px; margin-bottom: 2rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.hero-stats { display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 5vw, 3.5rem); padding-top: 1.8rem; border-top: 1px solid var(--line); }
.stat-value { display: block; font-size: 1.7rem; font-weight: 800; color: var(--brand); letter-spacing: -.02em; }
.stat-label { display: block; font-size: .92rem; color: var(--muted); }

/* =========================================================================
   Cards
   ========================================================================= */
.cards { display: grid; gap: 22px; }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--brand-100); }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--ink-soft); font-size: .98rem; margin: 0; }
.card-flat { box-shadow: none; }
.card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; margin-bottom: 18px;
  border-radius: 12px; background: var(--brand-50); color: var(--brand);
}
.card-icon svg { width: 26px; height: 26px; }
.card-num { display: block; font-size: 1rem; font-weight: 800; color: var(--accent); margin-bottom: 12px; letter-spacing: .05em; }

/* =========================================================================
   Split sections (Odoo / Over ons)
   ========================================================================= */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
.split-text h2 { margin-bottom: .6rem; }
.split-text > p { color: var(--ink-soft); font-size: 1.08rem; }

.check-list { display: grid; gap: .7rem; margin: 1.5rem 0; }
.check-list li { position: relative; padding-left: 2rem; color: var(--ink-soft); }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .15em;
  width: 1.25rem; height: 1.25rem; border-radius: 5px;
  background: var(--brand-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23355c7d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 13px no-repeat;
}
.region-tag { font-size: .98rem; color: var(--muted); }
.region-tag strong { color: var(--ink); }

/* Odoo visual mockup */
.odoo-visual { position: relative; }
.ov-window {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 18px; aspect-ratio: 4 / 3;
}
.ov-dots { display: flex; gap: 7px; margin-bottom: 18px; }
.ov-dots i { width: 11px; height: 11px; border-radius: 50%; background: var(--line); }
.ov-rows { display: grid; gap: 12px; }
.ov-rows span { height: 16px; border-radius: 6px; background: linear-gradient(90deg, var(--brand-100), var(--bg-alt)); }
.ov-rows span:nth-child(1) { width: 85%; background: linear-gradient(90deg, var(--brand-light), var(--brand-100)); }
.ov-rows span:nth-child(2) { width: 65%; }
.ov-rows span:nth-child(3) { width: 92%; }
.ov-rows span:nth-child(4) { width: 50%; }
.ov-rows span:nth-child(5) { width: 78%; }
.ov-badge {
  position: absolute; bottom: -18px; right: -10px;
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--brand); color: #fff; padding: .7rem 1.1rem; border-radius: 999px;
  font-weight: 700; font-size: .9rem; box-shadow: var(--shadow);
}
.ov-badge svg { width: 22px; height: 22px; color: #fff; }

.about-visual {
  display: grid; place-items: center; aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--brand), var(--brand-darker));
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
}
.about-visual svg { width: 45%; color: rgba(255,255,255,.92); }

/* =========================================================================
   AI section (donker)
   ========================================================================= */
.section-ai {
  background: radial-gradient(120% 120% at 80% 0%, #1d3a4f, var(--bg-dark) 55%);
  color: #fff;
}
.section-ai h2 { color: #fff; }
.section-ai .section-intro { color: rgba(255,255,255,.74); }
.card-ai {
  background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1);
  box-shadow: none; backdrop-filter: blur(4px);
}
.card-ai:hover { border-color: var(--accent); background: rgba(255,255,255,.07); }
.card-ai h3 { color: #fff; }
.card-ai p { color: rgba(255,255,255,.72); }

/* =========================================================================
   Steps
   ========================================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step {
  position: relative; padding: 28px 24px; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius); border-top: 3px solid var(--brand);
}
.step h3 { margin-bottom: .4rem; }
.step p { color: var(--ink-soft); font-size: .97rem; margin: 0; }

/* =========================================================================
   Contact + map
   ========================================================================= */
.section-contact { background: var(--bg-alt); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 56px); align-items: stretch; }
.contact-info { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-sm); }
.contact-list { display: grid; gap: 1.4rem; margin-bottom: 2rem; }
.ci-label { display: block; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: .25rem; }
.ci-value { font-size: 1.15rem; font-weight: 650; color: var(--ink); }
a.ci-value:hover { color: var(--brand); }

.contact-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; }
#map { flex: 1; min-height: 360px; background: var(--brand-50); z-index: 0; }
.map-note { font-size: .78rem; color: var(--muted); padding: .6rem 1rem; margin: 0; background: #fff; }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer { background: var(--bg-dark); color: rgba(255,255,255,.75); padding: clamp(48px, 6vw, 72px) 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-mark { color: var(--accent-light); }
.footer-tagline { margin: 1rem 0 .4rem; max-width: 32ch; }
.footer-regions { font-size: .9rem; color: rgba(255,255,255,.5); }
.footer-col h3 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; }
.footer-links { display: grid; gap: .6rem; }
.footer-links a, .footer-links li { color: rgba(255,255,255,.7); font-size: .96rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 24px; font-size: .88rem; color: rgba(255,255,255,.55); }
.footer-meta { display: flex; gap: 18px; align-items: center; margin: 0; }
.link-btn { background: none; border: 0; color: rgba(255,255,255,.55); font: inherit; cursor: pointer; padding: 0; text-decoration: underline; }
.link-btn:hover { color: #fff; }

/* =========================================================================
   Legal pages
   ========================================================================= */
.section-legal { padding-top: clamp(48px, 7vw, 90px); }
.legal-body { color: var(--ink-soft); }
.legal-body h2 { font-size: 1.3rem; margin: 1.8rem 0 .6rem; color: var(--ink); }
.legal-body p { margin-bottom: 1rem; }
.legal-back { margin-top: 2.5rem; }

/* =========================================================================
   Cookiebanner
   ========================================================================= */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); max-width: 560px; margin: 0 auto;
  animation: cookieUp .4s var(--ease);
}
@keyframes cookieUp { from { opacity: 0; transform: translateY(20px); } }
.cookie-inner { display: flex; gap: 18px; align-items: center; padding: 18px 20px; flex-wrap: wrap; }
.cookie-text { flex: 1; min-width: 220px; }
.cookie-text strong { display: block; margin-bottom: .2rem; color: var(--ink); }
.cookie-text p { margin: 0; font-size: .9rem; color: var(--ink-soft); }
.cookie-actions { display: flex; gap: .6rem; }

/* =========================================================================
   CMS-modus
   ========================================================================= */
body.cms-mode { padding-bottom: 60px; }
.cms-toolbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  background: var(--bg-dark); color: #fff; box-shadow: 0 -6px 24px rgba(0,0,0,.18);
}
.cms-toolbar-inner { display: flex; align-items: center; gap: 16px; max-width: var(--container); margin: 0 auto; padding: 10px 24px; }
.cms-badge { background: var(--accent); color: #04302b; font-weight: 800; font-size: .72rem; letter-spacing: .1em; padding: .3em .7em; border-radius: 6px; }
.cms-switch { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; cursor: pointer; }
.cms-switch input { width: 18px; height: 18px; accent-color: var(--accent); }
.cms-status { font-size: .88rem; color: rgba(255,255,255,.7); }
.cms-spacer { flex: 1; }
.cms-toolbar .btn-ghost { color: #fff; border-color: rgba(255,255,255,.25); }

[data-cms] { transition: outline-color .2s, background .2s; outline: 1px dashed transparent; outline-offset: 3px; }
body.cms-editing [data-cms] { outline-color: rgba(22,184,166,.5); cursor: text; }
body.cms-editing [data-cms]:hover { background: rgba(22,184,166,.08); outline-color: var(--accent); }
[data-cms][contenteditable="true"]:focus { outline: 2px solid var(--accent); background: rgba(22,184,166,.06); }
.cms-saving { opacity: .6; }

.cms-toast {
  position: fixed; bottom: 70px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff; padding: .7rem 1.2rem; border-radius: 999px;
  font-size: .9rem; z-index: 10000; box-shadow: var(--shadow-lg);
  opacity: 0; transition: opacity .3s, transform .3s; pointer-events: none;
}
.cms-toast.show { opacity: 1; transform: translateX(-50%) translateY(-6px); }
.cms-toast.error { background: #b4262b; }
.cms-toast.success { background: #15803d; }

/* Instellingen-modal */
.cms-modal { position: fixed; inset: 0; z-index: 10001; display: grid; place-items: center; }
.cms-modal[hidden] { display: none; }
.cms-modal-backdrop { position: absolute; inset: 0; background: rgba(16,34,44,.55); backdrop-filter: blur(2px); }
.cms-modal-box {
  position: relative; width: min(640px, 92vw); max-height: 86vh; overflow: auto;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 28px;
}
.cms-modal-head { display: flex; align-items: center; justify-content: space-between; }
.cms-modal-head h2 { margin: 0; font-size: 1.3rem; }
.cms-modal-close { background: none; border: 0; font-size: 1.8rem; line-height: 1; cursor: pointer; color: var(--muted); }
.cms-modal-close:hover { color: var(--ink); }
.cms-modal-hint { font-size: .9rem; color: var(--ink-soft); margin: .4rem 0 1.2rem; }
.cms-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cms-field { display: flex; flex-direction: column; gap: .3rem; font-size: .82rem; font-weight: 600; color: var(--ink-soft); }
.cms-field input {
  font: inherit; font-weight: 500; font-size: .95rem; padding: .55rem .7rem;
  border: 1px solid var(--line); border-radius: 8px; background: var(--bg-alt); color: var(--ink);
}
.cms-field input:focus { outline: 2px solid var(--brand); background: #fff; }
.cms-modal-foot { display: flex; justify-content: flex-end; margin-top: 1.4rem; }
@media (max-width: 560px) { .cms-fields { grid-template-columns: 1fr; } }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 960px) {
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .split-visual { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
}
/* Hamburgermenu zodra de volledige menubalk niet meer op één lijn past */
@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .site-nav { position: static; }
  .nav-list {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 12px 24px 20px; transform: translateY(-130%); transition: transform .3s var(--ease);
  }
  .nav-list.open { transform: translateY(0); }
  .nav-list a:not(.btn) { padding: .8rem .4rem; border-radius: 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin: .8rem 0 0; }
  .nav-cta .btn { width: 100%; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 520px) {
  .cards-4, .cards-2, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cookie-inner { flex-direction: column; align-items: stretch; }
  .cookie-actions .btn { flex: 1; }
}

/* =========================================================================
   Odoo Learning Partner badge
   ========================================================================= */
.odoo-badge { display: inline-flex; align-items: center; gap: 12px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); }
.odoo-badge-logo { height: 24px; width: auto; display: block; }
.odoo-badge-div { width: 1px; height: 26px; background: var(--line); flex: none; }
.odoo-badge-text { display: flex; flex-direction: column; line-height: 1.12; }
.odoo-badge-text strong { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: #714B67; }
.odoo-badge-text span { font-size: .95rem; font-weight: 700; color: var(--ink); }
.hero-badge { margin-top: 1.7rem; }

/* =========================================================================
   Platformen
   ========================================================================= */
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.platform { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s; }
.platform:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brand-100); }
.platform-icon { flex: none; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 11px; background: var(--brand-50); color: var(--brand); }
.platform-icon svg { width: 24px; height: 24px; }
.platform h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.platform p { margin: 0; font-size: .95rem; color: var(--ink-soft); }

/* =========================================================================
   Odoo: foot-rij + device-band (Urovo CT58)
   ========================================================================= */
.odoo-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; margin: 1.7rem 0 1.2rem; }
.link-arrow { font-weight: 650; color: var(--brand); }
.link-arrow:hover { color: var(--brand-dark); }

.device-band { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, 5vw, 64px); align-items: center; margin-top: clamp(40px, 6vw, 72px); padding-top: clamp(36px, 5vw, 56px); border-top: 1px solid var(--line); }
.device-visual { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.device-svg { width: min(250px, 72%); height: auto; filter: drop-shadow(0 26px 44px rgba(22, 34, 44, .24)); }
.device-caption { font-size: .85rem; color: var(--muted); font-weight: 600; }
.device-title { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-bottom: .5rem; }
.device-text > p { color: var(--ink-soft); font-size: 1.05rem; }

/* =========================================================================
   Subpagina-hero (o.a. boekhouding)
   ========================================================================= */
.page-hero { position: relative; overflow: hidden; padding: clamp(56px, 9vw, 104px) 0 clamp(40px, 6vw, 72px); background: linear-gradient(170deg, var(--brand-50), #fff 72%); }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg .hero-grid { opacity: .5; }
.page-hero .container { position: relative; z-index: 1; max-width: 800px; }
.page-hero-title { margin-bottom: .4em; }
.page-hero-intro { font-size: clamp(1.05rem, 1.8vw, 1.25rem); color: var(--ink-soft); max-width: 660px; }

/* cards-3 + check-card */
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card-check { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: #e6f6f3; color: var(--accent); margin-bottom: 16px; }
.card-check svg { width: 20px; height: 20px; }

/* Migratie-kaarten */
.migrate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.migrate-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
.migrate-card strong { display: block; color: var(--ink); margin-bottom: .35rem; }
.migrate-card p { margin: 0; font-size: .9rem; color: var(--ink-soft); }
.migrate-arrow { position: absolute; top: 16px; right: 18px; color: var(--accent); font-weight: 800; font-size: 1.1rem; }

/* Callout + gecentreerde CTA */
.callout { max-width: 780px; margin: clamp(32px, 5vw, 48px) auto 0; padding: 20px 24px; background: var(--brand-50); border-left: 3px solid var(--brand); border-radius: 8px; color: var(--ink-soft); font-size: .98rem; }
.center-cta { text-align: center; margin-top: 2.2rem; }

/* =========================================================================
   Pijlers (3 sterktes) + maatwerk-sectie
   ========================================================================= */
.card-pillar { display: flex; flex-direction: column; }
.card-pillar p { flex: 1 1 auto; }
.card-link { margin-top: 18px; font-weight: 650; color: var(--brand); align-self: flex-start; }
.card-link:hover { color: var(--brand-dark); }

.custom-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.domains-title, .compare-title { font-size: 1.1rem; margin-bottom: 16px; }
.domain-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.domain-chips li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .55rem 1.05rem; font-size: .95rem; font-weight: 600; color: var(--ink); box-shadow: var(--shadow-sm); transition: border-color .2s, transform .2s; }
.domain-chips li:hover { border-color: var(--brand-light); transform: translateY(-2px); }

.compare { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 8px 10px; box-shadow: var(--shadow-sm); }
.compare-head, .compare-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.compare-head { padding: 14px 14px 10px; }
.compare-head span { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.compare-std { color: var(--muted); }
.compare-cust { color: var(--brand); }
.compare-row { padding: 12px 14px; border-top: 1px solid var(--line); font-size: .93rem; }
.cr-std { color: var(--muted); }
.cr-std::before { content: "✕"; color: #c0573b; font-weight: 700; margin-right: .45rem; }
.cr-cust { color: var(--ink); font-weight: 600; }
.cr-cust::before { content: "✓"; color: var(--accent); font-weight: 800; margin-right: .45rem; }

@media (max-width: 960px) {
  .platform-grid, .cards-3 { grid-template-columns: repeat(2, 1fr); }
  .device-band { grid-template-columns: 1fr; }
  .device-visual { order: -1; }
  .custom-split { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .platform-grid, .cards-3, .migrate-grid { grid-template-columns: 1fr; }
  .compare-head { display: none; }
  .compare-row { grid-template-columns: 1fr; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}

/* =========================================================================
   v2: pijlers (4), sectoren, AI-first band, showcase, agents, FAQ, kaart
   ========================================================================= */
.cards-pillars .card-pillar h3 { font-size: 1.08rem; }
.cards-pillars .card-pillar p { font-size: .95rem; }
.hero-stats { gap: clamp(1.2rem, 3.5vw, 2.8rem); }
.hero-stats li { min-width: 110px; }
.hero-stats .stat-value { font-size: 1.5rem; }

/* Sectoren */
.section-sectors { padding-top: 0; }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sector { padding: 22px 22px 18px; border-radius: var(--radius); background: var(--brand-50); border: 1px solid var(--brand-100); border-top: 3px solid var(--brand); }
.sector h3 { font-size: 1.02rem; margin-bottom: .4rem; }
.sector p { margin: 0; font-size: .92rem; color: var(--ink-soft); }

/* AI-first band in maatwerk */
.ai-first-band { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; margin-top: clamp(32px, 5vw, 48px); padding: clamp(22px, 3vw, 32px); border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--brand-darker), var(--brand)); color: #fff; box-shadow: var(--shadow); }
.ai-first-band h3 { color: #fff; margin-bottom: .4rem; }
.ai-first-band p { margin: 0; color: rgba(255,255,255,.82); }
.ai-first-mark { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 14px; background: var(--accent); color: #04302b; font-weight: 800; letter-spacing: .04em; }

/* Showcase (screenshots) */
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shot { margin: 0; display: flex; flex-direction: column; }
.shot-frame { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); aspect-ratio: 16 / 10; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.shot:hover .shot-frame { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.shot-bar { position: absolute; top: 0; left: 0; right: 0; height: 26px; background: var(--bg-alt); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 6px; padding: 0 12px; z-index: 1; }
.shot-bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.shot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; padding-top: 26px; }
.shot-placeholder { position: absolute; inset: 26px 0 0; display: grid; place-content: center; justify-items: center; gap: 10px; background: repeating-linear-gradient(45deg, #f7f9fb 0 10px, #eef3f7 10px 20px); color: var(--muted); font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.shot-placeholder svg { width: 44px; opacity: .45; color: var(--brand); }
.shot figcaption { padding: 16px 4px 0; }
.shot-tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: .4rem; }
.shot h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.shot p { margin: 0; font-size: .93rem; color: var(--ink-soft); }

/* AI-sectie: CTA in het donker */
.section-ai .center-cta .btn-ghost:hover { background: rgba(255,255,255,.08); }

/* Agents */
.card-offer { border-top: 3px solid var(--accent); }
.card-num-brand { color: var(--brand); }
.usecase-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: clamp(28px, 4vw, 40px); }
.usecase-chips li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .5rem 1rem; font-size: .9rem; font-weight: 600; color: var(--ink-soft); }
.usecase-chips li::before { content: "◆"; color: var(--accent); font-size: .6rem; margin-right: .5rem; vertical-align: middle; }

.agent-flow { display: grid; gap: 14px; justify-items: center; padding: clamp(22px, 3vw, 36px); border-radius: var(--radius-lg); background: linear-gradient(160deg, var(--brand-darker), var(--brand-dark)); color: #fff; box-shadow: var(--shadow-lg); }
.af-node { padding: 12px 18px; border-radius: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); font-size: .9rem; text-align: center; }
.af-agent { display: grid; justify-items: center; gap: 4px; background: #fff; color: var(--ink); padding: 18px 28px; border: 0; }
.af-agent svg { width: 34px; color: var(--brand); }
.af-agent strong { font-size: 1.05rem; }
.af-agent small { color: var(--muted); font-size: .8rem; }
.af-arrow { width: 2px; height: 22px; background: var(--accent); position: relative; }
.af-arrow::after { content: ""; position: absolute; bottom: -2px; left: -4px; border: 5px solid transparent; border-top: 7px solid var(--accent); }
.af-out { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.af-out span { padding: 8px 12px; border-radius: 999px; background: rgba(22,184,166,.18); border: 1px solid rgba(22,184,166,.45); font-size: .82rem; font-weight: 600; }
.af-out .af-human { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); }

/* FAQ */
.faq { max-width: 820px; margin: clamp(40px, 6vw, 64px) auto 0; }
.faq-title { font-size: clamp(1.4rem, 2.6vw, 1.9rem); text-align: center; margin-bottom: 1.4rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 22px; margin-bottom: 10px; box-shadow: var(--shadow-sm); }
.faq-item summary { cursor: pointer; list-style: none; padding: 16px 32px 16px 0; font-weight: 700; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--brand); font-weight: 400; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0 0 18px; color: var(--ink-soft); }

/* Contact & kaart */
.contact-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.center-cta .btn, .hero-cta .btn, .contact-actions .btn { white-space: normal; max-width: 100%; text-align: center; }
#map { min-height: 420px; }
.ss-marker { background: none; border: 0; }
.ss-marker-pin { display: block; width: 44px; height: 44px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--brand); border: 3px solid #fff; box-shadow: 0 8px 18px rgba(22,34,44,.35); display: grid; place-items: center; }
.ss-marker-pin svg { width: 26px; transform: rotate(45deg); color: #fff; }
.leaflet-popup-content-wrapper { border-radius: 12px; box-shadow: var(--shadow); font-family: var(--font); }
.leaflet-popup-content { margin: 12px 16px; font-size: .92rem; line-height: 1.5; }
.leaflet-popup-content a { font-weight: 650; }

@media (max-width: 960px) {
  .sector-grid, .showcase-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-pillars { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .sector-grid, .showcase-grid, .cards-pillars { grid-template-columns: 1fr; }
  .ai-first-band { grid-template-columns: 1fr; }
  #map { min-height: 320px; }
}

/* =========================================================================
   v3: typografie & opstelling — Jost-koppen, links uitgelijnde secties,
   donkere hero, rustiger kaarten (geen schaduwen, grotere radius)
   ========================================================================= */
:root { --radius: 18px; --radius-lg: 26px; }

/* Eyebrow: klein, gespatieerd, met streepje */
.eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  font-family: var(--font-display); font-size: .75rem; font-weight: 600;
  letter-spacing: .18em; line-height: 1.4; margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1.5px; background: currentColor; opacity: .6; flex: none; }

/* Sectiekop: titel links, intro rechts */
.section-head {
  max-width: none; text-align: left;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  column-gap: clamp(32px, 6vw, 96px); align-items: end;
}
.section-head > .eyebrow { grid-column: 1; justify-self: start; }
.section-head > h2 { grid-column: 1; margin: 0; max-width: 18ch; }
.section-head > .section-intro { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0; }
.section-intro { font-size: 1.08rem; line-height: 1.75; }
.center-cta { text-align: left; }
.usecase-chips { justify-content: flex-start; }
.faq { margin-left: 0; }
.faq-title { text-align: left; }

/* Knoppen */
.btn { font-family: var(--font-display); font-weight: 500; font-size: 1rem; letter-spacing: .005em; --btn-pad: .9em 1.7em; }
.btn-sm { --btn-pad: .62em 1.3em; font-size: .95rem; }
.btn-primary { box-shadow: none; }
.btn-primary:hover { transform: none; box-shadow: none; }
.link-arrow, .card-link { font-family: var(--font-display); font-weight: 500; }

/* Header */
.site-header { background: rgba(255, 255, 255, .92); }
.nav-list { gap: .6rem; }
.nav-list a:not(.btn) {
  font-family: var(--font-display); font-weight: 500; font-size: .98rem; color: var(--ink);
  padding: .4rem .5rem; border-radius: 0; position: relative;
}
.nav-list a:not(.btn)::after {
  content: ""; position: absolute; left: .5rem; right: .5rem; bottom: .15rem; height: 1.5px;
  background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease);
}
.nav-list a:not(.btn):hover { background: none; color: var(--brand); }
.nav-list a:not(.btn):hover::after { transform: scaleX(1); }
.nav-cta { margin-left: .8rem; }

/* Hero's: donker vlak in brand-kleur */
.hero, .page-hero { background: var(--brand-darker); color: #fff; }
.hero-bg { background: none; }
.hero-glow { display: none; }
.hero .hero-grid, .page-hero .hero-grid {
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 48px 48px; opacity: 1;
  mask-image: radial-gradient(90% 90% at 85% 10%, #000 10%, transparent 70%);
}
.hero-blocks { color: var(--brand); opacity: .55; right: -2%; top: 12%; width: clamp(220px, 34vw, 480px); transform: none; }
.hero-inner { max-width: 900px; }
.hero h1, .page-hero h1 { color: #fff; }
.hero .title-accent, .page-hero .title-accent, .section-ai .title-accent { color: var(--brand-soft); }
.hero .eyebrow, .page-hero .eyebrow { color: var(--brand-soft); }
.hero-subtitle, .page-hero-intro { color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.6vw, 1.2rem); line-height: 1.75; }
.hero .btn-primary, .page-hero .btn-primary { background: #fff; color: var(--brand-darker); }
.hero .btn-primary:hover, .page-hero .btn-primary:hover { background: var(--brand-soft); color: var(--brand-darker); }
.hero .btn-ghost, .page-hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.hero .btn-ghost:hover, .page-hero .btn-ghost:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.06); }
.hero-stats { border-top-color: rgba(255,255,255,.14); }
.stat-value { font-family: var(--font-display); font-weight: 600; color: #fff; letter-spacing: -.02em; }
.stat-label { color: rgba(255,255,255,.6); }
.hero .odoo-badge, .page-hero .odoo-badge { box-shadow: none; border-color: transparent; }
.page-hero .container { max-width: var(--container); }
.page-hero-title { max-width: 20ch; }
.page-hero-intro { max-width: 640px; }

/* Kaarten en blokken: vlak, rustig */
.card, .platform, .step, .migrate-card, .compare, .faq-item, .contact-info, .domain-chips li, .odoo-badge { box-shadow: none; }
.card { padding: 32px 28px; }
.card:hover, .platform:hover { transform: none; box-shadow: none; border-color: var(--brand-100); }
.card h3, .platform h3, .step h3, .sector h3, .shot h3 { font-weight: 600; }
.card p, .platform p, .step p, .sector p, .shot p { line-height: 1.65; }
.card-icon { width: 46px; height: 46px; border-radius: 12px; margin-bottom: 22px; }
.card-num { font-family: var(--font-display); font-weight: 600; font-size: .85rem; letter-spacing: .14em; }
.cards-pillars .card-pillar h3 { font-size: 1.2rem; }
.step { border-top: 1px solid var(--line); border-radius: var(--radius); }
.sector { border-top: 1px solid var(--brand-100); }
.split-text > p.eyebrow, .device-text > p.eyebrow { font-size: .75rem; }
.shot-frame { box-shadow: none; }
.shot:hover .shot-frame { transform: none; box-shadow: var(--shadow); }
.shot-tag, .ci-label, .compare-head span, .odoo-badge-text strong, .footer-col h3 {
  font-family: var(--font-display); font-weight: 600; letter-spacing: .16em;
}
.faq-item summary { font-family: var(--font-display); font-weight: 500; font-size: 1.08rem; }
.ci-value { font-family: var(--font-display); font-weight: 500; }
.ov-window, .about-visual { box-shadow: none; }
.ov-badge { font-family: var(--font-display); font-weight: 500; box-shadow: none; }
.ai-first-band { box-shadow: none; }
.ai-first-mark { font-family: var(--font-display); font-weight: 600; }
.agent-flow { box-shadow: none; }

/* Donkere AI-sectie in dezelfde tint als de hero */
.section-ai { background: var(--brand-darker); }
.section-ai .eyebrow-light { color: var(--brand-soft); }

/* Footer */
.site-footer { background: var(--brand-darker); }
.site-footer .brand-mark { color: var(--brand-soft); }
.footer-col h3 { font-size: .75rem; color: rgba(255,255,255,.55); }

@media (max-width: 860px) {
  .section-head { grid-template-columns: 1fr; }
  .section-head > .section-intro { grid-column: 1; grid-row: auto; margin-top: 1rem; }
  .section-head > h2 { max-width: none; }
  .hero-blocks { opacity: .3; }
}
@media (max-width: 980px) {
  .nav-list a:not(.btn) { color: var(--ink); }
  .nav-list a:not(.btn)::after { display: none; }
  .nav-cta { margin: .8rem 0 0; }
}
.steps { list-style: none; padding: 0; margin: 0; }
@media (max-width: 560px) { .hero-blocks { display: none; } }

/* Header/footer-merk volgens het logo: symbool | SOFTWARE SERVICES */
:root { --header-h: 78px; }
.site-header { border-bottom: 1px solid var(--line); }
.brand { gap: .6rem; }
.brand-mark { width: 40px; height: 27px; }
/* Logotekst: vaste huisstijl-font, NIET de sitefont (Jost/Nunito) */
.brand, .brand-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.brand-name { font-weight: 800; font-size: 1.16rem; letter-spacing: -.02em; color: var(--ink); text-transform: none; padding-left: 0; border-left: 0; }
.site-footer .brand-name { color: #fff; }
@media (max-width: 400px) { .brand-mark { width: 34px; height: 23px; } }

/* =========================================================================
   v3: data-gedreven secties (keuzehulp, tech, tabel, statement, cta, band)
   ========================================================================= */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Split-varianten */
.split-reverse .split-visual { order: -1; }
.split-links { display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; margin: .4rem 0 0; }
.section-ai .split-text h2, .section-ai .split-text > p { color: #fff; }
.section-ai .split-text > p { color: rgba(255,255,255,.78); }
.section-ai .check-list li { color: rgba(255,255,255,.82); }
.section-ai .check-list li::before { background-color: rgba(255,255,255,.12); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a9c6de' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
.section-ai .link-arrow { color: var(--brand-soft); }
.section-ai .link-arrow:hover { color: #fff; }
.section-ai .card-link { color: var(--brand-soft); }
.section-ai .card-icon { background: rgba(255,255,255,.08); color: var(--brand-soft); }

/* Code-visual */
.code-visual {
  background: var(--brand-darker); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg);
  padding: 20px 22px 26px; color: #d6e2ec;
}
.section-ai .code-visual { background: rgba(255,255,255,.04); }
.code-visual .ov-dots i { background: rgba(255,255,255,.18); }
.code-visual pre { margin: 18px 0 0; overflow-x: auto; font: 500 .9rem/1.8 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.cv-k { color: #9fc3e6; } .cv-f { color: #fff; } .cv-s { color: #b9d99a; } .cv-c { color: rgba(255,255,255,.45); font-style: italic; }

/* Keuzehulp (options) */
.options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.options-2 { grid-template-columns: repeat(2, 1fr); }
.option { display: flex; flex-direction: column; padding: 32px 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.option-highlight { border-color: var(--brand); box-shadow: 0 0 0 1px var(--brand); }
.option-tag { align-self: flex-start; font-family: var(--font-display); font-weight: 600; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--brand); background: var(--brand-50); padding: .35em .8em; border-radius: 999px; margin-bottom: 1rem; }
.option h3 { font-size: 1.4rem; margin-bottom: .4rem; }
.option > p { color: var(--ink-soft); font-size: .98rem; line-height: 1.65; }
.option .check-list { margin: .6rem 0 1rem; gap: .5rem; flex: 1 1 auto; align-content: start; }
.option .check-list li { font-size: .95rem; }
.option .card-link { margin-top: auto; }

/* Technologie */
.tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.tech-3 { grid-template-columns: repeat(3, 1fr); }
.tech-group { padding-top: 18px; border-top: 1px solid var(--line); }
.section-ai .tech-group { border-top-color: rgba(255,255,255,.16); }
.tech-group h3 { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.section-ai .tech-group h3 { color: var(--brand-soft); }
.tech-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-list li { font-family: var(--font-display); font-weight: 500; font-size: 1rem; padding: .4rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; }
.section-ai .tech-list li { color: #fff; background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.16); }

/* Vergelijkingstabel */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.compare-table { width: 100%; border-collapse: collapse; font-size: .96rem; }
.compare-table th, .compare-table td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table tbody tr:last-child > * { border-bottom: 0; }
.compare-table thead th { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--ink); background: var(--bg-alt); }
.compare-table thead th:nth-child(2) { color: var(--brand); }
.compare-table tbody th { font-family: var(--font-display); font-weight: 500; color: var(--ink); width: 22%; }
.compare-table td { color: var(--ink-soft); line-height: 1.55; }
.table-note { margin: 1rem 0 0; color: var(--muted); font-size: .95rem; }

/* Standaard vs maatwerk, breed */
.compare-wide { max-width: 900px; }

/* Stappen met nummer */
.step-num { display: block; margin-bottom: 14px; font-family: var(--font-display); font-weight: 600; font-size: .85rem; letter-spacing: .14em; color: var(--brand); }
.steps-5 { grid-template-columns: repeat(5, 1fr); }
.steps-3 { grid-template-columns: repeat(3, 1fr); }

/* Band (kruisverwijzing) */
.ai-first-band { grid-template-columns: auto 1fr auto; align-items: center; margin-top: 0; }
.band-body p { max-width: 62ch; }
.btn-band { background: #fff; color: var(--brand-darker); }
.btn-band:hover { background: var(--brand-soft); color: var(--brand-darker); }
.section-band { padding: clamp(28px, 4vw, 48px) 0; }

/* Statement (meedenken) */
.statement { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); column-gap: clamp(32px, 6vw, 96px); align-items: start; }
.statement > .eyebrow { grid-column: 1 / -1; justify-self: start; }
.statement-title { font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.15; margin: 0; }
.statement-body > p { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; }
.statement-body .check-list { margin-bottom: 0; }

/* Afsluitende CTA */
.cta-band {
  display: grid; grid-template-columns: 1fr auto; gap: 24px 48px; align-items: center;
  padding: clamp(32px, 5vw, 56px); border-radius: var(--radius-lg);
  background: var(--brand-darker); color: #fff;
}
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: .4rem; }
.cta-band p { margin: 0; color: rgba(255,255,255,.75); max-width: 60ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.cta-band .btn-primary { background: #fff; color: var(--brand-darker); }
.cta-band .btn-primary:hover { background: var(--brand-soft); }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.06); border-color: #fff; color: #fff; }
.section-cta { padding-top: clamp(24px, 4vw, 48px); }

/* Kaarten in 3 kolommen met tag */
.card .shot-tag { margin-bottom: .5rem; }

@media (max-width: 960px) {
  .options, .options-2 { grid-template-columns: 1fr; max-width: 640px; }
  .tech-grid, .tech-3 { grid-template-columns: repeat(2, 1fr); }
  .steps-5, .steps-3 { grid-template-columns: repeat(2, 1fr); }
  .statement { grid-template-columns: 1fr; }
  .statement-body { margin-top: 1.2rem; }
  .cta-band { grid-template-columns: 1fr; }
  .ai-first-band { grid-template-columns: auto 1fr; }
  .ai-first-band .btn-band { grid-column: 2; justify-self: start; }
  .split-reverse .split-visual { order: -1; }
}
@media (max-width: 640px) {
  .tech-grid, .tech-3, .steps-5, .steps-3 { grid-template-columns: 1fr; }
  .ai-first-band { grid-template-columns: 1fr; }
  .ai-first-band .btn-band { grid-column: 1; }
  /* Tabel als gestapelde kaarten */
  .table-wrap { border: 0; background: none; overflow: visible; }
  .compare-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .compare-table, .compare-table tbody, .compare-table tr, .compare-table th, .compare-table td { display: block; width: 100%; }
  .compare-table tr { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; padding: 6px 0; }
  .compare-table tbody th { width: auto; border-bottom: 1px solid var(--line); }
  .compare-table td { border-bottom: 0; padding: 8px 20px; }
  .compare-table td::before { content: attr(data-col); display: block; font-family: var(--font-display); font-weight: 600; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
}
.nav-list a.is-active { color: var(--brand); }
.nav-list a.is-active::after { transform: scaleX(1); }
.cms-pages { font: inherit; font-size: .9rem; padding: .45rem .7rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; }
.cms-pages option { color: var(--ink); }
@media (min-width: 961px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.section-ai .center-cta .btn-primary { background: #fff; color: var(--brand-darker); }
.section-ai .center-cta .btn-primary:hover { background: var(--brand-soft); }
.ai-first-mark { background: var(--brand-soft); color: var(--brand-darker); }
.section-ai .cta-band { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.split { align-items: start; }
.split-visual { position: sticky; top: calc(var(--header-h) + 32px); }
@media (max-width: 960px) { .split-visual { position: static; } }
.split > *, .statement > *, .cta-band > *, .custom-split > * { min-width: 0; }
.cta-actions .btn, .btn-band { white-space: normal; text-align: center; max-width: 100%; }
.ai-first-band > * { min-width: 0; }

/* Bedrijfslogo = het officiële logobeeld (tetrisblok + streepje + SOFTWARE SERVICES). Nooit namaken met tekst. */
.brand-logo { display: block; height: 30px; width: auto; }
.site-footer .brand-logo { height: 26px; }
@media (max-width: 400px) { .site-header .brand-logo { height: 24px; } }

/* Home-hero: tetris-animatie (public/js/main.js) */
.tetris-layer {
  position: absolute; inset: 0; pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 45%, transparent 97%);
          mask-image: linear-gradient(to bottom, #000 45%, transparent 97%);
}
.tetris-piece { position: absolute; left: 0; top: 0; transform-origin: 50% 50%; will-change: transform, opacity; }
.tetris-cell { position: absolute; box-sizing: border-box; border: 2px solid transparent; background-clip: padding-box; background-color: var(--brand-light); opacity: .34; }
.tetris-piece.is-s .tetris-cell { background-color: var(--brand); opacity: .7; }
.hero.tetris-on .hero-blocks { display: none; }
@media (max-width: 860px) { .tetris-layer { opacity: .45; } }
@media (max-width: 560px) { .tetris-layer { display: none; } }
