:root {
  --ink: #0f1821;
  --ink-soft: #26343c;
  --brass: #d6b86f;
  --brass-light: #e1c985;
  --sage: #95b2a9;
  --sage-soft: #e4ece8;
  --ivory: #f2f0ea;
  --paper: #fbfaf6;
  --mist: #e3e9e5;
  --line: rgba(15, 24, 33, .17);
  --white-line: rgba(255, 255, 255, .14);
  --muted: #65706f;
  --white: #ffffff;
  --success: #247a52;
  --error: #a33a36;
  --shadow: 0 24px 70px rgba(15, 24, 33, .12);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100vw - 40px));
  --font: "Aptos Display", "Aptos", "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.03; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 5.7vw, 5.75rem); font-weight: 760; }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.55rem); font-weight: 740; }
h3 { font-size: 1.4rem; font-weight: 720; }
p { color: var(--muted); }
::selection { background: var(--brass); color: var(--ink); }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.service-bar { background: var(--brass); color: var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.service-bar__inner { min-height: 36px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.service-bar__inner::before { content: "FIRST AID IT"; justify-self: start; }
.service-bar__inner > span:first-child { justify-self: center; }
.service-bar__region { justify-self: end; color: var(--ink); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(15, 24, 33, .96);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 34px rgba(0,0,0,.22); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand__mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  place-items: center;
  min-width: 42px;
  width: 42px;
  height: 47px;
  padding: 0 5px 5px;
  border: 0;
  border-radius: 0;
  background: var(--brass);
  clip-path: polygon(50% 0, 91% 14%, 91% 55%, 82% 75%, 66% 90%, 50% 100%, 34% 90%, 18% 75%, 9% 55%, 9% 14%);
  color: var(--white);
  font-size: .62rem;
  font-weight: 780;
  letter-spacing: -.1em;
  line-height: 1;
}
.brand__mark::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 0;
  background: var(--ink);
  clip-path: inherit;
}
.brand__mark span { position: relative; z-index: 1; }
.brand__mark span:first-child { color: var(--ivory); }
.brand__mark span:last-child { color: var(--brass-light); }
.brand__name strong { color: var(--brass-light); }
.brand__name { color: var(--white); font-size: .86rem; font-weight: 740; letter-spacing: .16em; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 20px; }
.main-nav > a:not(.button) { text-decoration: none; color: rgba(255,255,255,.72); font-size: .9rem; font-weight: 670; }
.main-nav > a:not(.button):hover { color: var(--brass-light); }
.main-nav > a.language-link,
.legal-actions .language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(214,184,111,.5);
  border-radius: 999px;
  color: var(--brass-light);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
}
.main-nav > a.language-link:hover,
.legal-actions .language-link:hover { border-color: var(--brass-light); background: rgba(214,184,111,.08); color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; transition: transform .2s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid var(--brass);
  border-radius: 999px;
  background: var(--brass);
  color: var(--ink);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button::after { content: "↗"; font-size: .95em; }
.button:hover { transform: translateY(-2px); background: #dfc47e; box-shadow: 0 12px 30px rgba(214,184,111,.23); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid #d7b972; outline-offset: 3px; }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .82rem; }
.button--outline { background: transparent; border-color: rgba(17,22,28,.3); }
.button--outline:hover { background: var(--ivory); box-shadow: none; }
.button--light { background: var(--paper); border-color: var(--paper); }
.button--light:hover { background: var(--white); }
.button--full { width: 100%; border-radius: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; text-underline-offset: 5px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: var(--white); }

.eyebrow, .kicker {
  color: #58766e;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow--gold { color: var(--brass-light); }

.brand-promise {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0 0 22px;
  color: var(--sage);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.brand-promise span { position: relative; }
.brand-promise span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  transform: translateY(-50%);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image: radial-gradient(circle at 78% 48%, rgba(149,178,169,.22), transparent 0, transparent 33%), linear-gradient(var(--white-line) 1px, transparent 1px), linear-gradient(90deg, var(--white-line) 1px, transparent 1px);
  background-size: auto, 84px 84px, 84px 84px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.18), #000 70%, transparent);
}
.hero__inner {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  align-items: center;
  gap: 64px;
  padding-block: 88px 96px;
}
.hero__copy, .hero__visual, .section-heading > *, .contact-grid > *, .service-hero__inner > *, .service-intro-grid > *, .service-scope-grid > *, .service-evidence-grid > * { min-width: 0; }
.hero h1 { max-width: 820px; margin-bottom: 26px; }
.hero h1 em { color: var(--brass); font-style: normal; }
.hero__lead { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.16rem; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 26px; list-style: none; padding: 0; margin: 42px 0 0; color: rgba(255,255,255,.7); font-size: .86rem; }
.trust-list li { position: relative; padding-left: 17px; }
.trust-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--brass); }
.hero__visual { position: relative; }
.logo-stage {
  position: relative;
  overflow: hidden;
  height: 380px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 30px;
  background: linear-gradient(145deg, #f5f2e9, #e4ebe7);
  box-shadow: 0 35px 80px rgba(0,0,0,.25);
}
.logo-stage img { position: absolute; left: 50%; top: 50%; width: min(92%, 860px); height: 90%; object-fit: contain; max-width: none; transform: translate(-50%, -50%); }
.logo-stage--shield { grid-template-columns: 160px minmax(0, 1fr); gap: 30px; padding: 58px; }
.logo-stage--shield img { position: static; width: 160px; height: 180px; max-width: 100%; object-fit: contain; transform: none; }
.logo-stage__wordmark strong, .logo-stage__wordmark small { display: block; }
.logo-stage__wordmark strong { color: var(--ink); font-size: clamp(1.55rem, 2.5vw, 2.4rem); letter-spacing: .13em; line-height: 1.2; }
.logo-stage__wordmark strong span { color: #a98747; }
.logo-stage__wordmark small { margin-top: 14px; color: #58766e; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.proof-card {
  position: absolute;
  right: -24px;
  bottom: -30px;
  max-width: 330px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: rgba(25, 39, 48, .96);
  box-shadow: var(--shadow);
}
.proof-card__signal { width: 10px; height: 10px; flex: 0 0 auto; margin-top: 7px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 6px rgba(183,154,97,.14); }
.proof-card strong, .proof-card span { display: block; }
.proof-card strong { font-size: .94rem; }
.proof-card div span { color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.45; margin-top: 3px; }

.problem-strip { border-bottom: 1px solid var(--line); background: var(--sage-soft); padding: 42px 0 46px; }
.problem-strip .kicker { margin-bottom: 22px; color: var(--ink); font-size: .82rem; font-weight: 800; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.problem-grid article { min-height: 132px; padding: 0 28px; border-left: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.problem-grid article:first-child { padding-left: 0; border-left: 0; }
.problem-grid strong { display: block; color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.problem-grid p { color: var(--ink-soft); margin: 0; line-height: 1.45; font-weight: 580; }

.section { padding: 126px 0; }
.section--ivory { background: var(--ivory); }
.section--dark { background: var(--ink); color: var(--white); }
.section-heading { margin-bottom: 56px; }
.section-heading h2 { max-width: 860px; margin-bottom: 0; }
.section-heading--split { display: grid; grid-template-columns: 1.45fr .55fr; gap: 70px; align-items: end; }
.section-heading--split > p { margin: 0 0 8px; }
.section-heading--center { max-width: 880px; margin-inline: auto; text-align: center; }
.section-heading--center p:last-child { max-width: 680px; margin: 20px auto 0; }
.section-heading--light p { color: rgba(255,255,255,.58); }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.services-grid--primary { grid-template-columns: repeat(3, 1fr); }
.services-grid--primary .service-card { min-height: 440px; }
.service-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card::before {
  content: "";
  flex: 0 0 190px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 21px;
  background-color: #192731;
  background-image: linear-gradient(90deg, transparent 0 8%, rgba(149,178,169,.7) 8% 43%, transparent 43% 49%, rgba(255,255,255,.16) 49% 85%, transparent 85%), linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 100% 12px, 100% 34px;
  background-position: 0 115px, 0 18px;
  background-repeat: no-repeat, repeat-y;
}
.service-card:nth-child(2)::before { background-image: radial-gradient(circle at 50% 50%, transparent 0 31px, rgba(214,184,111,.82) 32px 34px, transparent 35px 65px, rgba(149,178,169,.55) 66px 68px, transparent 69px), linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,.15) 50%, transparent 50.3%), linear-gradient(transparent 49.7%, rgba(255,255,255,.15) 50%, transparent 50.3%); background-size: auto; background-position: center; }
.service-card:nth-child(3)::before { background-image: linear-gradient(135deg, transparent 0 42%, rgba(214,184,111,.92) 42% 51%, transparent 51%), repeating-linear-gradient(0deg, transparent 0 17px, rgba(149,178,169,.35) 18px 21px); background-size: auto; background-position: center; }
.service-card:nth-child(4)::before { background-image: linear-gradient(90deg, rgba(255,255,255,.14) 0 38%, transparent 38% 46%, rgba(149,178,169,.7) 46% 84%, transparent 84%), linear-gradient(90deg, transparent 22%, rgba(214,184,111,.9) 22% 26%, transparent 26% 72%, rgba(214,184,111,.9) 72% 76%, transparent 76%); background-size: 100% 12px, 100% 100%; background-position: center 68px, center; background-repeat: no-repeat; }
.service-card:nth-child(5)::before { background-image: linear-gradient(90deg, transparent 15%, rgba(149,178,169,.72) 15% 27%, transparent 27% 37%, rgba(149,178,169,.72) 37% 49%, transparent 49% 59%, rgba(214,184,111,.9) 59% 71%, transparent 71%), linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px); background-size: 100% 72%, 100% 32px; background-position: bottom, top; background-repeat: no-repeat, repeat-y; }
.service-card:nth-child(6)::before { background-image: linear-gradient(135deg, transparent 25%, rgba(149,178,169,.75) 25% 32%, transparent 32% 47%, rgba(214,184,111,.92) 47% 54%, transparent 54%), radial-gradient(circle at 70% 32%, rgba(214,184,111,.88) 0 9px, transparent 10px); background-size: auto; background-position: center; }
.service-card--outofthebox { grid-column: 1 / -1; min-height: 455px; }
.service-card--outofthebox::before {
  flex-basis: 174px;
  background-image: linear-gradient(90deg, transparent 0 8%, rgba(214,184,111,.92) 8% 24%, transparent 24% 30%, rgba(149,178,169,.74) 30% 76%, transparent 76%), radial-gradient(circle at 82% 50%, transparent 0 34px, rgba(255,255,255,.16) 35px 37px, transparent 38px 66px, rgba(214,184,111,.75) 67px 69px, transparent 70px), linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 100% 12px, auto, 100% 34px;
  background-position: 0 104px, center, 0 17px;
  background-repeat: no-repeat, no-repeat, repeat-y;
}
.service-card--outofthebox > p { max-width: 780px; }
.service-card--outofthebox ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 30px; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(214,184,111,.75); box-shadow: var(--shadow); }
.service-card--featured { background: var(--paper); }
.service-card__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.service-tag { color: #7b632f; font-size: .67rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.service-icon { position: absolute; top: 90px; left: 50%; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(214,184,111,.8); border-radius: 16px; background: rgba(15,24,33,.86); transform: translate(-50%, -50%); }
.service-card__top .service-icon { margin-bottom: 0; }
.service-card__top { min-height: 0; margin: 0; }
.service-card__top .service-tag { position: absolute; top: 44px; right: 46px; z-index: 2; max-width: 150px; color: var(--brass-light); text-align: right; }
.service-icon svg { width: 24px; height: 24px; fill: none; stroke: #896d36; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 15px; }
.service-card > p { font-size: .95rem; }
.service-card ul { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid var(--line); padding-top: 18px; }
.service-card li { position: relative; padding-left: 17px; color: var(--ink-soft); font-size: .84rem; margin-top: 8px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; background: var(--brass); border-radius: 50%; }
.service-card__cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: #765e2f; font-size: .78rem; font-weight: 760; letter-spacing: .02em; }
.service-card__cta span { font-size: 1.05rem; transition: transform .2s ease; }
.service-card:hover .service-card__cta span { transform: translateX(5px); }

.more-services { position: relative; display: block; margin-top: 24px; padding: 46px; overflow: hidden; border: 1px solid rgba(214,184,111,.44); border-radius: 26px; color: var(--white); background: #15232c; box-shadow: 0 26px 70px rgba(15,24,33,.13); }
.more-services::before { content: ""; position: absolute; top: -130px; left: -80px; width: 330px; height: 330px; border: 1px solid rgba(214,184,111,.13); border-radius: 50%; pointer-events: none; }
.more-services__summary { display: none; }
.more-services__content { position: relative; z-index: 1; display: grid; grid-template-columns: .68fr 1.32fr; gap: 54px; align-items: start; }
.more-services__intro { position: relative; z-index: 1; }
.more-services__intro .eyebrow { color: var(--brass-light); }
.more-services__intro h3 { max-width: 360px; margin: 0; color: var(--white); font-size: 1.7rem; }
.more-services__links { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.more-services__links a { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; grid-template-rows: auto auto; gap: 7px 14px; min-height: 132px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: var(--white); background: rgba(255,255,255,.025); text-decoration: none; transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.more-services__links a:hover { transform: translateY(-3px); border-color: rgba(214,184,111,.64); background: rgba(255,255,255,.055); box-shadow: 0 18px 38px rgba(0,0,0,.17); }
.more-services__icon { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(214,184,111,.5); border-radius: 11px; background: rgba(15,24,33,.62); }
.more-services__icon svg { width: 20px; height: 20px; fill: none; stroke: var(--brass-light); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.more-services__title { align-self: end; font-weight: 760; }
.more-services__links small { color: rgba(255,255,255,.54); font-size: .76rem; line-height: 1.45; }
.more-services__links strong { grid-row: 1 / 3; grid-column: 3; align-self: center; color: var(--brass-light); font-size: 1.05rem; transition: transform .22s ease; }
.more-services__links a:hover strong { transform: translate(3px, -3px); }
.more-services__links a:last-child:nth-child(odd) { grid-column: 1 / -1; }

@media (min-width: 561px) {
  .more-services:not([open]) > .more-services__content { display: grid; }
}

.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; padding: 0; margin: 0; counter-reset: process; }
.process li { position: relative; min-height: 238px; padding: 40px 30px 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #15232c; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.process li:hover { transform: translateY(-3px); border-color: rgba(214,184,111,.5); background: #182832; }
.process li::before { content: ""; position: absolute; top: 22px; left: 30px; width: 8px; height: 8px; border: 4px solid #15232c; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 1px rgba(214,184,111,.75); }
.process h3 { margin: 0 0 12px; font-size: 1.15rem; }
.process p { color: rgba(255,255,255,.55); font-size: .86rem; line-height: 1.55; }
.service-models { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; border: 0; background: transparent; }
.service-models > div { padding: 28px 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: #111e27; }
.service-models span, .service-models strong { display: block; }
.service-models span { color: var(--brass-light); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.service-models strong { margin-top: 10px; font-size: 1.05rem; }
.service-models p { margin: 8px 0 0; color: rgba(255,255,255,.56); font-size: .82rem; }
.roadmap-promo { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 22px; align-items: center; margin-top: 18px; padding: 22px 24px; overflow: hidden; border: 1px solid rgba(214,184,111,.42); border-radius: 16px; color: var(--white); background: linear-gradient(115deg, #182832 0%, #111e27 72%); text-decoration: none; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.roadmap-promo::after { content: ""; position: absolute; top: -80px; right: 12%; width: 220px; height: 220px; border: 1px solid rgba(214,184,111,.1); border-radius: 50%; pointer-events: none; }
.roadmap-promo:hover { transform: translateY(-3px); border-color: rgba(214,184,111,.72); box-shadow: 0 20px 46px rgba(0,0,0,.18); }
.roadmap-promo__mark { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 2px; width: 58px; height: 58px; border: 1px solid rgba(214,184,111,.58); border-radius: 15px; color: var(--brass-light); background: rgba(15,24,33,.56); font-size: .72rem; font-weight: 800; letter-spacing: .06em; }
.roadmap-promo__mark span { color: rgba(255,255,255,.55); font-weight: 500; }
.roadmap-promo__copy { position: relative; z-index: 1; }
.roadmap-promo__copy small, .roadmap-promo__copy strong { display: block; }
.roadmap-promo__copy small { margin-bottom: 7px; color: var(--brass-light); font-size: .66rem; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.roadmap-promo__copy strong { font-size: 1.05rem; line-height: 1.35; }
.roadmap-promo__cta { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; color: var(--brass-light); font-size: .78rem; font-weight: 760; white-space: nowrap; }
.roadmap-promo__cta span { font-size: 1rem; transition: transform .22s ease; }
.roadmap-promo:hover .roadmap-promo__cta span { transform: translate(3px, -3px); }

.migration { overflow: hidden; }
.migration__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.migration__intro { position: sticky; top: 125px; }
.migration__intro h2 { margin-bottom: 28px; }
.migration__intro .text-link { margin-top: 10px; }
.migration-steps { list-style: none; padding: 0; margin: 0; }
.migration-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.migration-steps li:first-child { border-top: 1px solid var(--line); }
.migration-steps li > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(183,154,97,.6); border-radius: 50%; color: #7b632f; font-size: .8rem; }
.migration-steps strong { font-size: 1.08rem; }
.migration-steps p { margin: 5px 0 0; font-size: .92rem; }

.engagement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.engagement-card { padding: 44px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.engagement-card--dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.engagement-card--dark p, .engagement-card--dark li { color: rgba(255,255,255,.66); }
.engagement-card__label { display: inline-flex; padding: 6px 10px; border: 1px solid rgba(183,154,97,.6); border-radius: 999px; color: #7b632f; font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.engagement-card--dark .engagement-card__label { color: var(--brass-light); }
.engagement-card h3 { margin: 28px 0 14px; font-size: 1.7rem; }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { position: relative; padding: 11px 0 11px 27px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; }
.engagement-card--dark .check-list li { border-color: var(--white-line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #94753b; font-weight: 760; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.pricing-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 920px; margin-inline: auto; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.price-card--primary { border-color: rgba(183,154,97,.8); box-shadow: 0 28px 70px rgba(17,22,28,.1); }
.price-card__badge { position: absolute; top: 18px; right: 18px; color: #7b632f; font-size: .64rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.price-card__type { color: #826733; font-size: .7rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.price-card h3 { max-width: 270px; min-height: 52px; }
.price { color: var(--ink); font-size: 2.6rem; font-weight: 650; letter-spacing: -.05em; margin: 28px 0 18px; }
.price span { display: block; color: var(--muted); font-size: .7rem; font-weight: 620; letter-spacing: .08em; text-transform: uppercase; }
.price small { font-size: .85rem; font-weight: 500; letter-spacing: 0; }
.price-card > p:not(.price):not(.price-card__type) { font-size: .9rem; }
.price-card ul { list-style: none; padding: 20px 0 0; margin: auto 0 28px; border-top: 1px solid var(--line); }
.price-card li { position: relative; padding-left: 18px; margin: 8px 0; color: var(--ink-soft); font-size: .84rem; }
.price-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: var(--brass); }
.rate-note { display: grid; grid-template-columns: .7fr .7fr 1.6fr; gap: 24px; align-items: center; margin-top: 22px; padding: 24px 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--ivory); }
.rate-note div span, .rate-note div strong { display: block; }
.rate-note div span { color: var(--muted); font-size: .75rem; }
.rate-note div strong { font-size: 1.05rem; }
.rate-note p { margin: 0; font-size: .75rem; }

.security-section { color: var(--white); background: #1a2027; }
.security-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.security-grid h2 { max-width: 780px; }
.security-grid > div:last-child > p:not(.eyebrow):not(.fine-print) { color: rgba(255,255,255,.63); max-width: 720px; }
.security-visual { position: relative; min-height: 460px; display: grid; place-items: center; border: 1px solid var(--white-line); border-radius: 50%; }
.security-visual::before, .security-visual::after { content: ""; position: absolute; background: var(--white-line); }
.security-visual::before { width: 1px; height: 100%; }
.security-visual::after { width: 100%; height: 1px; }
.signal-orbit { position: absolute; border: 1px solid rgba(183,154,97,.38); border-radius: 50%; }
.signal-orbit--one { width: 72%; height: 72%; }
.signal-orbit--two { width: 44%; height: 44%; }
.signal-core { position: relative; z-index: 2; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--brass); background: var(--ink); }
.signal-core span { width: 14px; height: 14px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 14px rgba(183,154,97,.1); }
.security-visual p { position: absolute; z-index: 2; right: 13%; bottom: 14%; margin: 0; color: rgba(255,255,255,.42); font-size: .68rem; line-height: 1.7; letter-spacing: .16em; text-transform: uppercase; }
.security-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 38px 0 28px; }
.security-points div { padding-top: 20px; border-top: 1px solid var(--white-line); }
.security-points strong, .security-points span { display: block; }
.security-points strong { font-size: .9rem; }
.security-points span { color: rgba(255,255,255,.5); font-size: .76rem; margin-top: 8px; }
.fine-print { color: rgba(255,255,255,.4); font-size: .72rem; }

.smarter-grid { display: grid; grid-template-columns: 1fr .8fr .8fr; gap: 60px; }
.smarter-grid article { padding-top: 18px; border-top: 1px solid var(--line); }
.smarter-grid article > span { color: #806633; font-size: .7rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.smarter-grid h3 { margin-top: 24px; font-size: 1.35rem; }
.smarter-grid article p { font-size: .9rem; }

.catalog-section { padding: 0 0 120px; background: var(--ivory); }
.catalog-card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 58px 62px; border: 1px solid rgba(214,184,111,.6); border-radius: var(--radius-lg); color: var(--white); background: var(--ink); }
.catalog-card h2 { font-size: clamp(2rem, 3.6vw, 3.5rem); margin-bottom: 16px; }
.catalog-card p:not(.eyebrow) { color: rgba(255,255,255,.6); margin-bottom: 0; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.about-statement { position: relative; padding: 54px; border-radius: var(--radius-lg); background: var(--ivory); }
.about-statement__line { display: block; width: 56px; height: 3px; margin-bottom: 36px; background: var(--brass); }
.about-statement p { color: var(--ink); font-size: clamp(1.55rem, 2.8vw, 2.5rem); line-height: 1.3; letter-spacing: -.03em; }
.about-facts { margin: 38px 0 0; }
.about-facts div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
.about-facts dt { color: var(--muted); font-size: .75rem; }
.about-facts dd { margin: 0; font-weight: 650; font-size: .9rem; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; padding: 25px 44px 25px 0; font-weight: 650; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 16px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { padding: 0 44px 24px 0; margin: 0; font-size: .9rem; }

.contact-section { padding: 126px 0; color: var(--white); background: #172630; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.contact-grid h2 { max-width: 550px; }
.contact-grid > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.6); }
.contact-promises { list-style: none; padding: 0; margin: 34px 0 0; }
.contact-promises li { position: relative; padding: 12px 0 12px 24px; border-top: 1px solid var(--white-line); color: rgba(255,255,255,.68); font-size: .86rem; }
.contact-promises li::before { content: ""; position: absolute; left: 0; top: 1.15em; width: 6px; height: 6px; border-radius: 50%; background: var(--brass); }
.form-card { padding: 40px; border: 1px solid rgba(149,178,169,.42); border-radius: 26px; color: var(--white); background: #0d202a; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 680; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid rgba(149,178,169,.42);
  border-radius: 13px;
  background: #0b1b24;
  color: var(--white);
  padding: 13px 14px;
}
.field textarea { resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(17,22,28,.45); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 5px 0 24px; color: rgba(255,255,255,.58); font-size: .72rem; }
.consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: #9a7b3f; }
.consent a { color: var(--brass-light); }
.form-note { margin: 13px 0 0; text-align: center; font-size: .68rem; }
.form-status { margin-bottom: 20px; padding: 13px 15px; border-radius: 10px; font-size: .82rem; }
.form-status.is-success { background: rgba(58,162,111,.16); border: 1px solid rgba(117,215,167,.35); color: #8be1b7; }
.form-status.is-error { background: rgba(197,73,67,.18); border: 1px solid rgba(255,170,165,.35); color: #ffaaa5; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 78px 0 26px; border-top: 1px solid rgba(255,255,255,.1); color: var(--white); background: #0a1117; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.brand--footer { margin-bottom: 20px; }
.footer-grid .brand--footer { display: inline-flex; width: auto; }
.footer-grid .brand--footer .brand__mark { display: flex; width: 42px; }
.footer-grid > div:first-child p { max-width: 340px; font-size: .82rem; }
.footer-grid > div:first-child .footer-promise { margin-bottom: 8px; color: var(--brass-light); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid strong, .footer-grid a, .footer-grid span { display: block; }
.footer-grid > div > strong { margin-bottom: 14px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-grid div > span, .footer-grid > div:first-child p { margin: 8px 0; color: rgba(255,255,255,.5); text-decoration: none; font-size: .8rem; }
.footer-grid a:hover { color: var(--brass-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: .7rem; }

.legal-page { min-height: 100vh; background: var(--ivory); }
.legal-header { border-bottom: 1px solid rgba(255,255,255,.12); background: var(--ink); }
.legal-actions { display: flex; align-items: center; gap: 22px; }
.legal-main { width: min(760px, calc(100vw - 40px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-main h1 { font-size: clamp(2.6rem, 7vw, 5rem); }
.legal-main h2 { margin: 48px 0 15px; font-size: 1.5rem; }
.legal-main p, .legal-main li { font-size: .94rem; }
.legal-main .notice { padding: 22px; border-left: 3px solid var(--brass); background: var(--paper); }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 30px; text-align: center; background: var(--ink); color: var(--white); }
.not-found p { color: rgba(255,255,255,.65); }
.not-found__code { color: var(--brass-light); font-size: .8rem; letter-spacing: .18em; }

/* MSP-home: duidelijke hiërarchie tussen beheer, nulmeting en projecten */
.managed-section { background: var(--paper); }
.managed-service { display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; align-items: stretch; }
.managed-service__lead { display: flex; flex-direction: column; justify-content: center; padding: 54px; border: 1px solid rgba(214,184,111,.64); border-radius: var(--radius-lg); background: var(--ivory); }
.managed-service__label { align-self: flex-start; margin-bottom: 30px; padding: 7px 12px; border: 1px solid rgba(128,102,51,.42); border-radius: 999px; color: #755c2e; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.managed-service__lead h3 { margin-bottom: 22px; font-size: clamp(1.75rem, 3vw, 2.7rem); }
.managed-service__lead > p { font-size: .94rem; }
.managed-service__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 24px; }
.managed-service__scope { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.managed-service__scope article { min-height: 245px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.managed-service__scope article > span { color: #71592e; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.managed-service__scope h3 { margin: 42px 0 13px; font-size: 1.25rem; }
.managed-service__scope p { margin: 0; font-size: .86rem; }
.boundary-note { display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; align-items: center; margin-top: 18px; padding: 25px 30px; border: 1px solid rgba(15,24,33,.13); border-radius: 16px; background: var(--sage-soft); }
.boundary-note strong { font-size: .92rem; }
.boundary-note p { margin: 0; color: var(--ink-soft); font-size: .83rem; }
.outcomes-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.outcomes-grid article { min-height: 280px; padding: 34px 30px; border: 1px solid var(--white-line); border-radius: 20px; background: #15232c; }
.outcomes-grid article > span { color: var(--brass-light); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.outcomes-grid h3 { margin: 72px 0 14px; color: var(--white); font-size: 1.22rem; }
.outcomes-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; }
.start-path { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.start-path__intro h2 { font-size: clamp(2.25rem, 4.3vw, 4.2rem); }
.start-path__intro > p:not(.eyebrow) { max-width: 610px; }
.start-path__intro .button { margin-top: 14px; }
.start-path__steps { border-top: 1px solid var(--line); }
.start-path__steps article { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 8px 24px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.start-path__steps article > span { grid-row: 1 / 3; color: #745c2e; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.start-path__steps h3 { margin: 0; font-size: 1.16rem; }
.start-path__steps p { margin: 0; font-size: .87rem; }
.onboarding-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 64px; border-radius: var(--radius-lg); color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.onboarding-panel h2 { font-size: clamp(2.2rem, 4.2vw, 4rem); }
.onboarding-panel > div:last-child > p { color: rgba(255,255,255,.62); }
.onboarding-panel .service-checks li { border-color: var(--white-line); color: rgba(255,255,255,.7); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.project-grid a { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; color: var(--ink); background: var(--paper); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.project-grid a::after { content: ""; position: absolute; right: -48px; bottom: -66px; width: 150px; height: 150px; border: 1px solid rgba(214,184,111,.34); border-radius: 50%; }
.project-grid a:hover { transform: translateY(-4px); border-color: rgba(214,184,111,.76); box-shadow: var(--shadow); }
.project-grid a > span { color: #755c2e; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project-grid h3 { margin: 50px 0 14px; font-size: 1.35rem; }
.project-grid p { font-size: .86rem; }
.project-grid strong { margin-top: auto; color: #755c2e; font-size: .78rem; }
.price-model { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.price-model h2 { font-size: clamp(2.25rem, 4.5vw, 4.25rem); }
.price-factors { margin: 0; border-top: 1px solid var(--line); }
.price-factors div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.price-factors dt { color: #735a2d; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.price-factors dd { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.pricing-section { overflow: hidden; background: linear-gradient(180deg, var(--paper) 0%, #f1efe8 100%); }
.start-pricing { display: grid; gap: 34px; }
.pricing-heading { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 70px; align-items: end; }
.pricing-heading h2 { max-width: 820px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.pricing-heading > div > p:last-child { max-width: 720px; }
.intro-price { display: grid; gap: 5px; padding: 24px 26px; border: 1px solid rgba(169,135,71,.45); border-radius: 22px; background: rgba(255,255,255,.6); box-shadow: 0 18px 45px rgba(17,28,37,.07); }
.intro-price span, .start-price-card__label { color: #735a2d; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.intro-price strong { color: var(--ink); font-size: 2.55rem; line-height: 1; }
.intro-price small { color: var(--ink-soft); font-size: .8rem; line-height: 1.45; }
.start-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.start-price-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 450px; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.72); box-shadow: 0 20px 55px rgba(17,28,37,.07); }
.start-price-card--featured { color: var(--white); border-color: rgba(214,184,111,.54); background: var(--ink); box-shadow: 0 28px 70px rgba(17,28,37,.2); }
.start-price-card h3 { margin: 16px 0 24px; font-size: clamp(1.45rem, 2.2vw, 1.9rem); line-height: 1.1; }
.start-price-card > p:not(.start-price-card__label):not(.start-price-card__amount) { min-height: 76px; color: var(--ink-soft); font-size: .92rem; }
.start-price-card--featured > p:not(.start-price-card__label):not(.start-price-card__amount) { color: rgba(255,255,255,.68); }
.start-price-card--featured .start-price-card__label { color: var(--gold); }
.start-price-card__amount { display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; align-items: end; margin: 0 0 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.start-price-card--featured .start-price-card__amount { border-color: rgba(255,255,255,.16); }
.start-price-card__amount > span { align-self: center; color: #735a2d; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.start-price-card--featured .start-price-card__amount > span { color: var(--gold); }
.start-price-card__amount strong { color: var(--ink); font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: .92; letter-spacing: -.055em; }
.start-price-card--featured .start-price-card__amount strong { color: var(--white); }
.start-price-card__amount small { grid-column: 1 / -1; margin-top: 6px; color: var(--ink-soft); font-size: .78rem; }
.start-price-card--featured .start-price-card__amount small { color: rgba(255,255,255,.58); }
.start-price-card ul { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.start-price-card li { position: relative; padding-left: 22px; color: var(--ink-3); font-size: .84rem; line-height: 1.5; }
.start-price-card li::before { content: "✓"; position: absolute; left: 0; color: #8b6d35; font-weight: 800; }
.start-price-card--featured li { color: rgba(255,255,255,.76); }
.start-price-card--featured li::before { color: var(--gold); }
.start-price-card .text-link { margin-top: auto; align-self: flex-start; }
.pricing-guardrail { display: grid; grid-template-columns: 165px minmax(0, 1fr); gap: 26px; align-items: start; padding: 25px 28px; border: 1px solid rgba(88,118,110,.28); border-radius: 20px; background: var(--sage-soft); }
.pricing-guardrail strong { color: var(--ink); font-size: 1rem; }
.pricing-guardrail p { margin: 0; color: var(--ink-3); font-size: .88rem; }
.contact-promises a { color: var(--brass-light); text-underline-offset: 4px; }

/* Detailpagina's voor diensten */
.service-page { background: var(--paper); }
.service-hero { position: relative; overflow: hidden; padding: 92px 0 108px; color: var(--white); background: var(--ink); }
.service-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.service-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 80px; align-items: end; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 42px; color: rgba(255,255,255,.48); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.breadcrumbs a { color: var(--brass-light); text-decoration: none; }
.breadcrumbs span { color: rgba(255,255,255,.28); }
.service-hero h1 { max-width: 880px; margin-bottom: 26px; }
.service-hero h1 em { color: var(--brass-light); font-style: normal; }
.service-hero__lead { max-width: 790px; color: rgba(255,255,255,.66); font-size: 1.12rem; }
.service-hero__actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 36px; }
.service-summary { padding: 10px 32px; border: 1px solid rgba(149,178,169,.34); border-radius: 26px; background: #192731; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.service-summary div { padding: 22px 0; border-bottom: 1px solid var(--white-line); }
.service-summary div:last-child { border-bottom: 0; }
.service-summary dt { color: var(--brass-light); font-size: .66rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.service-summary dd { margin: 5px 0 0; color: rgba(255,255,255,.76); font-size: .9rem; line-height: 1.5; }
.service-intro-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.service-intro-grid > div:first-child { position: sticky; top: 125px; }
.service-intro-grid h2 { margin-bottom: 24px; }
.service-outcomes { display: grid; gap: 14px; }
.outcome-card { display: grid; grid-template-columns: 1fr; padding: 28px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); }
.outcome-card + .outcome-card { margin-top: -15px; }
.outcome-card h3 { margin: 0 0 7px; font-size: 1.08rem; }
.outcome-card p { margin: 0; font-size: .86rem; }
.service-scope-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; align-items: stretch; }
.scope-panel, .boundary-panel { padding: 46px; border-radius: 24px; }
.scope-panel { border: 1px solid var(--line); background: var(--paper); }
.boundary-panel { color: var(--white); background: #1a2027; }
.scope-panel h2, .boundary-panel h2 { margin-bottom: 24px; font-size: clamp(1.9rem, 3vw, 3rem); }
.boundary-panel > p { color: rgba(255,255,255,.6); }
.service-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; list-style: none; padding: 0; margin: 30px 0 0; }
.service-checks li { position: relative; padding: 14px 0 14px 28px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .88rem; }
.service-checks li::before { content: "✓"; position: absolute; left: 0; color: #8b6c31; font-weight: 800; }
.boundary-list { list-style: none; padding: 0; margin: 28px 0 0; }
.boundary-list li { position: relative; padding: 15px 0 15px 26px; border-top: 1px solid var(--white-line); color: rgba(255,255,255,.67); font-size: .86rem; }
.boundary-list li::before { content: "—"; position: absolute; left: 0; color: var(--brass-light); }
.process--four { grid-template-columns: repeat(4, 1fr); }
.service-evidence-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.evidence-panel { padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: var(--sage-soft); }
.evidence-panel > span { color: #7b632f; font-size: .68rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.evidence-panel h3 { margin: 24px 0 14px; font-size: clamp(1.65rem, 3vw, 2.6rem); }
.evidence-list { list-style: none; padding: 0; margin: 28px 0 0; }
.evidence-list li { display: grid; grid-template-columns: 1fr; padding: 16px 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .88rem; }
.service-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.service-faq-list { border-top: 1px solid var(--line); }
.service-faq-list details { border-bottom: 1px solid var(--line); }
.service-faq-list summary { position: relative; list-style: none; padding: 24px 42px 24px 0; font-weight: 680; cursor: pointer; }
.service-faq-list summary::-webkit-details-marker { display: none; }
.service-faq-list summary::before, .service-faq-list summary::after { content: ""; position: absolute; right: 7px; top: 50%; width: 15px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.service-faq-list summary::after { transform: rotate(90deg); }
.service-faq-list details[open] summary::after { transform: rotate(0); }
.service-faq-list details p { padding: 0 42px 24px 0; margin: 0; font-size: .88rem; }
.service-cta { padding: 0 0 120px; background: var(--paper); }
.service-cta__card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; padding: 64px; border: 1px solid rgba(214,184,111,.62); border-radius: 28px; color: var(--white); background: var(--ink); }
.service-cta__card h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.8rem); }
.service-cta__card p { margin-bottom: 0; color: rgba(255,255,255,.6); }
.service-cta__actions { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
.service-related { padding: 0 0 120px; }
.service-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { display: flex; flex-direction: column; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.related-card:hover { transform: translateY(-4px); border-color: rgba(183,154,97,.6); box-shadow: var(--shadow); }
.related-card span:first-child { color: #7b632f; font-size: .68rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.related-card h3 { margin: 24px 0 10px; }
.related-card p { margin-bottom: 24px; font-size: .84rem; }
.related-card span:last-child { margin-top: auto; color: #765e2f; font-weight: 760; }

@media (max-width: 1050px) {
  .main-nav { gap: 13px; }
  .hero__inner { grid-template-columns: 1fr .8fr; gap: 35px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(3, 1fr); row-gap: 42px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 700px; margin-inline: auto; }
  .price-card h3 { min-height: auto; }
  .rate-note { grid-template-columns: repeat(2, 1fr); }
  .rate-note p { grid-column: 1 / -1; }
  .security-grid { gap: 60px; }
  .smarter-grid { grid-template-columns: 1fr 1fr; }
  .smarter-grid > div { grid-column: 1 / -1; }
  .outcomes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 700px); }
  body { font-size: 16px; }
  .site-header { backdrop-filter: none; }
  .service-bar__inner { display: flex; justify-content: center; text-align: center; }
  .service-bar__inner::before { display: none; }
  .service-bar__region { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100dvh;
    padding: max(96px, calc(env(safe-area-inset-top) + 84px)) 34px max(34px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: var(--ink);
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .25s ease, opacity .2s ease, visibility 0s linear .25s;
  }
  .main-nav.is-open {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform .25s ease, opacity .2s ease;
  }
  .main-nav > a:not(.button) { flex: 0 0 auto; padding: 14px 0; border-bottom: 1px solid var(--white-line); font-size: 1.2rem; }
  .main-nav > a.language-link { align-self: flex-start; min-width: 52px; padding: 12px 16px; border: 1px solid rgba(214,184,111,.5); font-size: .8rem; }
  .main-nav .button { margin-top: 28px; }
  .hero__inner { min-height: auto; grid-template-columns: 1fr; padding-block: 70px 90px; }
  .hero__visual { max-width: 590px; width: 100%; margin: 10px auto 0; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .problem-grid article:nth-child(3) { padding-left: 0; border-left: 0; }
  .section { padding: 90px 0; }
  .section-heading--split, .migration__grid, .security-grid, .about-grid, .faq-grid, .contact-grid, .service-hero__inner, .service-intro-grid, .service-scope-grid, .service-evidence-grid, .service-faq-grid, .service-cta__card { grid-template-columns: 1fr; gap: 44px; }
  .more-services__content { grid-template-columns: 1fr; gap: 28px; }
  .service-intro-grid > div:first-child { position: static; }
  .service-summary { max-width: 650px; }
  .process--four { grid-template-columns: repeat(2, 1fr); }
  .service-related__grid { grid-template-columns: 1fr 1fr; }
  .migration__intro { position: static; }
  .engagement-grid { grid-template-columns: 1fr; }
  .security-visual { max-width: 520px; width: 100%; min-height: auto; aspect-ratio: 1; margin-inline: auto; }
  .catalog-card { grid-template-columns: 1fr; padding: 42px; }
  .catalog-card .button { justify-self: start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .managed-service, .start-path, .onboarding-panel, .price-model { grid-template-columns: 1fr; gap: 36px; }
  .managed-service__lead { padding: 42px; }
  .onboarding-panel { padding: 48px 42px; }
  .boundary-note { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  h1 { font-size: clamp(2.55rem, 12.2vw, 3.35rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .service-bar { font-size: .58rem; letter-spacing: .045em; }
  .service-bar__inner { min-height: 34px; padding-block: 7px; line-height: 1.25; white-space: normal; }
  .nav-wrap { min-height: 68px; }
  .brand__name { display: none; }
  .legal-actions { gap: 12px; }
  .legal-actions .text-link { font-size: .78rem; }
  .hero__inner { padding-top: 55px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero__actions .text-link { justify-content: center; }
  .trust-list { display: grid; gap: 9px; }
  .logo-stage { height: 250px; border-radius: 22px; }
  .logo-stage img { width: 92%; height: 92%; }
  .logo-stage--shield { grid-template-columns: 100px 1fr; gap: 18px; padding: 30px; }
  .logo-stage--shield img { width: 100px; height: 120px; }
  .proof-card { position: relative; right: auto; bottom: auto; margin: -18px 14px 0; }
  .problem-grid, .services-grid, .process, .security-points, .smarter-grid, .footer-grid { grid-template-columns: 1fr; }
  .home .hero__visual { display: none; }
  .home .hero__inner { padding-bottom: 68px; }
  .home .section { padding: 64px 0; }
  .home .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .problem-grid { gap: 0; }
  .problem-grid article, .problem-grid article:nth-child(3) { min-height: auto; padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
  .home .problem-grid article, .home .problem-grid article:nth-child(3) { padding: 18px 14px; }
  .home .problem-grid article:nth-child(odd) { padding-left: 0; }
  .home .problem-grid article:nth-child(even) { padding-right: 0; border-left: 1px solid var(--line); }
  .service-card { min-height: auto; padding: 18px 22px 26px; }
  .service-card--outofthebox { grid-column: auto; }
  .service-card--outofthebox ul { grid-template-columns: 1fr; gap: 0; }
  .service-card::before { flex-basis: 158px; margin-bottom: 25px; }
  .service-icon { top: 76px; }
  .service-card__top .service-tag { top: 34px; right: 34px; }
  .home .service-card { padding: 24px; }
  .home .services-grid--primary .service-card { min-height: auto; }
  .home .service-card::before { display: none; }
  .home .service-card__top { justify-content: flex-start; gap: 14px; margin-bottom: 18px; }
  .home .service-icon { position: static; flex: 0 0 46px; width: 46px; height: 46px; transform: none; }
  .home .service-card__top .service-tag { position: static; max-width: 180px; color: #7b632f; text-align: left; }
  .more-services { padding: 0; }
  .more-services__summary { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 22px; cursor: pointer; list-style: none; }
  .more-services__summary::-webkit-details-marker { display: none; }
  .more-services__summary small { display: block; margin-bottom: 6px; color: var(--brass-light); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
  .more-services__summary strong { display: block; color: var(--white); font-size: .95rem; line-height: 1.4; }
  .more-services__toggle { position: relative; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid rgba(214,184,111,.5); border-radius: 50%; }
  .more-services__toggle::before, .more-services__toggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 1px; background: var(--brass-light); transform: translate(-50%, -50%); transition: transform .2s ease; }
  .more-services__toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
  .more-services[open] .more-services__toggle::after { transform: translate(-50%, -50%) rotate(0); }
  .more-services[open] > .more-services__content { display: block; padding: 0 22px 22px; }
  .more-services__intro { display: none; }
  .more-services__links { grid-template-columns: 1fr; }
  .more-services__links a:last-child:nth-child(odd) { grid-column: auto; }
  .service-hero { padding: 56px 0 72px; }
  .breadcrumbs { margin-bottom: 30px; }
  .service-hero__actions { align-items: stretch; flex-direction: column; }
  .service-summary { padding-inline: 24px; }
  .scope-panel, .boundary-panel, .evidence-panel { padding: 30px 26px; }
  .service-checks, .process--four, .service-related__grid { grid-template-columns: 1fr; }
  .service-cta { padding-bottom: 90px; }
  .service-cta__card { padding: 38px 28px; }
  .service-related { padding-bottom: 90px; }
  .process { row-gap: 35px; }
  .process li { padding-right: 0; }
  .home .process { row-gap: 14px; }
  .service-models { grid-template-columns: 1fr; }
  .home .process li { min-height: 0; padding: 24px 0; border: 0; border-top: 1px solid var(--white-line); }
  .home .process li:last-child { border-right: 0; border-bottom: 1px solid var(--white-line); }
  .home .process h3 { margin-top: 0; }
  .service-models { grid-template-columns: 1fr; }
  .service-models > div { padding: 24px 22px; }
  .roadmap-promo { grid-template-columns: 50px minmax(0, 1fr); gap: 16px; padding: 20px; }
  .roadmap-promo__mark { width: 50px; height: 50px; border-radius: 13px; }
  .roadmap-promo__cta { grid-column: 2; justify-self: start; }
  .engagement-card { padding: 30px; }
  .rate-note { grid-template-columns: 1fr; }
  .rate-note p { grid-column: auto; }
  .security-points { gap: 10px; }
  .catalog-section { padding-bottom: 90px; }
  .catalog-card { padding: 32px 26px; }
  .catalog-card .button { justify-self: stretch; }
  .about-statement { padding: 34px 28px; }
  .home .about-statement { display: none; }
  .about-facts div { grid-template-columns: 1fr; gap: 2px; }
  .form-card { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .home .contact-section { padding: 76px 0; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .managed-service__lead { padding: 32px 26px; }
  .managed-service__actions { align-items: stretch; flex-direction: column; }
  .managed-service__actions .text-link { justify-content: center; }
  .managed-service__scope, .outcomes-grid, .project-grid { grid-template-columns: 1fr; }
  .managed-service__scope article, .outcomes-grid article, .project-grid a { min-height: auto; }
  .managed-service__scope h3, .outcomes-grid h3, .project-grid h3 { margin-top: 28px; }
  .boundary-note { padding: 22px; }
  .start-path__steps article { grid-template-columns: 72px minmax(0, 1fr); gap: 8px 16px; }
  .onboarding-panel { padding: 38px 26px; }
  .price-factors div { grid-template-columns: 1fr; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 940px) {
  .pricing-heading { grid-template-columns: 1fr; gap: 24px; }
  .intro-price { max-width: 360px; }
  .start-price-grid { grid-template-columns: 1fr; }
  .start-price-card { min-height: 0; }
  .start-price-card > p:not(.start-price-card__label):not(.start-price-card__amount) { min-height: 0; }
}

@media (max-width: 560px) {
  .pricing-heading h2 { font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .intro-price, .start-price-card { padding: 26px 24px; border-radius: 20px; }
  .start-price-grid { display: flex; gap: 12px; overflow-x: auto; padding: 2px 2px 18px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: rgba(169,135,71,.7) transparent; }
  .start-price-card { flex: 0 0 88%; scroll-snap-align: start; }
  .start-price-card__amount { grid-template-columns: 1fr; align-items: start; }
  .start-price-card__amount small { grid-column: auto; }
  .pricing-guardrail { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
}

/* CX readability pass: zichtbaar merk- en beslisinformatie blijft minimaal comfortabel leesbaar. */
.service-bar { font-size: .76rem; letter-spacing: .06em; }
.main-nav > a.language-link, .legal-actions .language-link { font-size: .78rem; }
.button--small { font-size: .86rem; }
.eyebrow, .kicker { font-size: .82rem; letter-spacing: .15em; line-height: 1.35; }
.brand-promise { margin-bottom: 26px; gap: 9px 24px; font-size: 1rem; letter-spacing: .16em; line-height: 1.35; }
.brand-promise span:not(:last-child)::after { right: -15px; width: 5px; height: 5px; }
.logo-stage__wordmark small { margin-top: 16px; font-size: .88rem; letter-spacing: .14em; line-height: 1.5; }
.trust-list { font-size: .92rem; }
.proof-card div span { color: rgba(255,255,255,.72); font-size: .86rem; }
.problem-strip .kicker { font-size: .86rem; }
.problem-grid strong { font-size: .8rem; }
.service-tag,
.service-models span,
.engagement-card__label,
.managed-service__label,
.managed-service__scope article > span,
.outcomes-grid article > span,
.start-path__steps article > span,
.project-grid a > span,
.price-factors dt,
.service-summary dt,
.evidence-panel > span,
.related-card span:first-child { font-size: .78rem; }
.service-card li,
.process p,
.service-models p,
.managed-service__scope p,
.boundary-note p,
.outcomes-grid p,
.start-path__steps p,
.project-grid p,
.outcome-card p,
.service-checks li,
.boundary-list li,
.evidence-list li,
.service-faq-list details p,
.related-card p { font-size: .92rem; }
.more-services__links small { color: rgba(255,255,255,.68); font-size: .86rem; }
.roadmap-promo__copy small { font-size: .76rem; }
.roadmap-promo__mark { font-size: .78rem; }
.roadmap-promo__cta, .project-grid strong { font-size: .86rem; }
.security-points span { color: rgba(255,255,255,.66); font-size: .86rem; }
.fine-print { color: rgba(255,255,255,.62); font-size: .8rem; }
.about-facts dt { font-size: .82rem; }
.about-facts dd { font-size: .96rem; }
.contact-promises li { font-size: .92rem; }
.field label { font-size: .84rem; }
.consent { color: rgba(255,255,255,.72); font-size: .82rem; }
.form-note { color: rgba(255,255,255,.58); font-size: .78rem; }
.form-status { font-size: .9rem; }
.footer-grid > div:first-child p { font-size: .9rem; }
.footer-grid > div:first-child .footer-promise { font-size: .9rem; }
.footer-grid > div > strong { font-size: .84rem; }
.footer-grid a, .footer-grid div > span, .footer-grid > div:first-child p { color: rgba(255,255,255,.66); font-size: .86rem; }
.footer-bottom { color: rgba(255,255,255,.58); font-size: .78rem; }
.breadcrumbs { color: rgba(255,255,255,.62); font-size: .8rem; }
.service-summary dt { font-size: .76rem; }
.service-summary dd { font-size: .96rem; }

@media (max-width: 560px) {
  .service-bar { font-size: .75rem; letter-spacing: .025em; }
  .brand-promise { gap: 7px 19px; font-size: .9rem; letter-spacing: .13em; }
  .brand-promise span:not(:last-child)::after { right: -12px; }
  .eyebrow, .kicker { font-size: .78rem; }
  .trust-list { font-size: .9rem; }
  .footer-grid a, .footer-grid div > span, .footer-grid > div:first-child p { font-size: .9rem; }
}

/* CX ronde 1: houd op laptops de propositie én primaire actie in de eerste viewport. */
@media (min-width: 821px) and (max-height: 820px) {
  .home .hero__inner { min-height: 570px; gap: 48px; padding-block: 46px 54px; }
  .home .brand-promise { margin-bottom: 18px; }
  .home .hero h1 { max-width: 720px; margin-bottom: 18px; font-size: clamp(3.15rem, 5.1vw, 4.65rem); }
  .home .hero__lead { font-size: 1.05rem; }
  .home .hero__actions { margin-top: 24px; }
  .home .trust-list { margin-top: 25px; }
  .home .logo-stage { height: 320px; }
  .home .proof-card { right: -12px; bottom: -50px; max-width: 300px; padding: 18px 20px; }
}

/* CX ronde 2: herkenning wordt navigatie en herhaling wordt compacter. */
.problem-card {
  position: relative;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  padding: 0 48px 0 28px;
  border-left: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}
.problem-card:first-child { padding-left: 0; border-left: 0; }
.problem-card::after { content: ""; position: absolute; right: 24px; bottom: 8px; width: 8px; height: 8px; border-top: 2px solid #765e2f; border-right: 2px solid #765e2f; transform: rotate(45deg); }
.problem-card:hover { color: #765e2f; }
.problem-card:hover p { color: var(--ink); }

.management-proof {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
  gap: 30px;
  align-items: center;
  margin-top: 18px;
  padding: 28px 30px;
  border-radius: 20px;
  color: var(--white);
  background: var(--ink);
}
.management-proof > p { margin: 0; }
.management-proof > p span,
.management-proof > p strong { display: block; }
.management-proof > p span { margin-bottom: 7px; color: var(--brass-light); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.management-proof > p strong { color: var(--white); font-size: 1.15rem; line-height: 1.3; }
.management-proof ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; list-style: none; margin: 0; padding: 0; }
.management-proof li { min-width: 0; padding: 12px 18px; border-left: 1px solid var(--white-line); }
.management-proof li:nth-child(n+3) { border-top: 1px solid var(--white-line); }
.management-proof li strong,
.management-proof li span { display: block; }
.management-proof li strong { color: var(--brass-light); font-size: .88rem; }
.management-proof li span { margin-top: 5px; color: rgba(255,255,255,.68); font-size: .84rem; line-height: 1.5; }

@media (max-width: 820px) {
  .problem-card:nth-child(3) { padding-left: 0; border-left: 0; }
  .management-proof { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .home .problem-card { min-height: 148px; padding: 18px 34px 18px 14px; border-top: 1px solid var(--line); }
  .home .problem-card:nth-child(odd) { padding-left: 0; }
  .home .problem-card:nth-child(even) { padding-right: 34px; border-left: 1px solid var(--line); }
  .home .problem-card::after { right: 14px; bottom: 22px; }
  .management-proof { gap: 20px; padding: 24px 22px; }
  .management-proof ul { grid-template-columns: 1fr; }
  .management-proof li { padding: 12px 0; border-left: 0; border-top: 1px solid var(--white-line); }
  .home .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .home .project-grid a { min-height: 270px; padding: 22px 18px; border-radius: 18px; }
  .home .project-grid h3 { margin-top: 24px; font-size: 1.08rem; line-height: 1.12; }
  .home .project-grid h3 { overflow-wrap: anywhere; hyphens: auto; }
  .home .project-grid p { font-size: .84rem; line-height: 1.5; }
}

@media (max-width: 359px) {
  .home .project-grid { grid-template-columns: 1fr; }
  .home .project-grid a { min-height: 235px; }
}

/* Screenshotcorrectie: dienstinformatie blijft ruim, leesbaar en vrij van botsingen. */
.start-path { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(72px, 7vw, 104px); }
.start-path__intro h2 { max-width: 660px; font-size: clamp(2.65rem, 3.75vw, 3.75rem); }
.start-path__steps article { grid-template-columns: 104px minmax(0, 1fr); gap: 10px 26px; padding: 34px 0; }
.start-path__steps article > span { font-size: .82rem; line-height: 1.45; }
.start-path__steps h3 { font-size: 1.24rem; line-height: 1.2; }
.start-path__steps p { max-width: 610px; color: #586462; font-size: 1rem; line-height: 1.58; }

.service-intro-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(76px, 7vw, 104px); }
.service-intro-grid h2 { max-width: 540px; font-size: clamp(2.7rem, 3.8vw, 3.8rem); line-height: 1.01; overflow-wrap: normal; word-break: normal; }
.service-intro-grid > div:first-child > p:not(.eyebrow) { max-width: 560px; font-size: 1rem; line-height: 1.65; }
.service-outcomes { gap: 0; border-top: 1px solid var(--line); }
.outcome-card { padding: 32px 30px; border-width: 0 0 1px; }
.outcome-card + .outcome-card { margin-top: 0; }
.outcome-card h3 { margin-bottom: 9px; font-size: 1.2rem; line-height: 1.25; }
.outcome-card p { color: #586462; font-size: 1rem; line-height: 1.58; }

.service-scope-grid { grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr); gap: 24px; }
.scope-panel, .boundary-panel { padding: 48px; }
.scope-panel h2, .boundary-panel h2 { max-width: 630px; font-size: clamp(2.15rem, 2.8vw, 2.85rem); line-height: 1.04; }
.scope-panel > p:not(.eyebrow), .boundary-panel > p:not(.eyebrow) { font-size: 1rem; line-height: 1.58; }
.boundary-panel > p { color: rgba(255,255,255,.75); }
.service-checks { gap: 0 30px; }
.service-checks li, .boundary-list li { font-size: 1rem; line-height: 1.55; }
.service-checks li { padding: 16px 0 16px 29px; }
.boundary-list li { padding: 16px 0 16px 27px; color: rgba(255,255,255,.76); }

@media (max-width: 1050px) {
  .service-intro-grid, .service-scope-grid { grid-template-columns: 1fr; gap: 46px; }
  .service-intro-grid > div:first-child { position: static; }
  .service-intro-grid h2 { max-width: 720px; }
  .service-scope-grid { max-width: 780px; }
}

@media (max-width: 560px) {
  .start-path__intro h2, .service-intro-grid h2 { font-size: clamp(2.15rem, 10vw, 2.7rem); }
  .start-path__steps article { grid-template-columns: 1fr; gap: 7px; padding: 27px 0; }
  .start-path__steps article > span { grid-row: auto; }
  .scope-panel, .boundary-panel { padding: 32px 25px; }
  .scope-panel h2, .boundary-panel h2 { font-size: clamp(2rem, 9vw, 2.55rem); }
  .service-checks { grid-template-columns: 1fr; }
}

/* Baseline architecture: premium, readable and honest about scope and compliance. */
.baseline-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(210,181,112,.2), transparent 30%),
    linear-gradient(180deg, #f2f5f1 0%, #e8efeb 100%);
}
.baseline-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image: linear-gradient(rgba(15,24,33,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(15,24,33,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.baseline-system { position: relative; z-index: 1; }
.baseline-system .section-heading { margin-bottom: 42px; }
.baseline-system .section-heading h2 { max-width: 810px; }
.baseline-system .section-heading > p { max-width: 510px; color: #4d5c59; font-size: 1.05rem; line-height: 1.65; }
.baseline-layer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.baseline-layer {
  position: relative;
  min-width: 0;
  min-height: 270px;
  padding: 34px 32px;
  border: 1px solid rgba(15,24,33,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 50px rgba(15,24,33,.07);
}
.baseline-layer:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -23px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 5px solid #eaf0ec;
  background: var(--gold);
  box-shadow: 0 0 0 1px rgba(15,24,33,.18);
  transform: translateY(-50%);
}
.baseline-layer--core { color: var(--white); border-color: rgba(210,181,112,.55); background: var(--ink); box-shadow: 0 24px 58px rgba(15,24,33,.18); }
.baseline-layer > span { display: block; margin-bottom: 22px; color: #6a7d78; font-size: .78rem; font-weight: 800; letter-spacing: .13em; line-height: 1.35; text-transform: uppercase; }
.baseline-layer--core > span { color: var(--brass-light); }
.baseline-layer h3 { margin: 0 0 14px; font-size: clamp(1.38rem, 2vw, 1.75rem); line-height: 1.12; }
.baseline-layer p { margin: 0; color: #4d5c59; font-size: 1rem; line-height: 1.62; }
.baseline-layer--core p { color: rgba(255,255,255,.76); }
.baseline-layer ul { margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(15,24,33,.14); list-style: none; }
.baseline-layer--core ul { border-color: var(--white-line); }
.baseline-layer li { position: relative; padding: 6px 0 6px 20px; color: #43514f; font-size: .92rem; line-height: 1.5; }
.baseline-layer--core li { color: rgba(255,255,255,.76); }
.baseline-layer li::before { content: ""; position: absolute; left: 0; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.baseline-cycle { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 22px; padding: 18px 20px; border: 1px solid rgba(15,24,33,.14); border-radius: 18px; background: rgba(255,255,255,.65); }
.baseline-cycle span { position: relative; padding: 0 22px 0 8px; color: #30403d; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.baseline-cycle span:not(:last-child)::after { content: "→"; position: absolute; right: 0; color: #967a3e; }
.baseline-disclaimer { margin: 22px 0 0; padding-left: 18px; border-left: 3px solid var(--gold); color: #4d5c59; font-size: .91rem; line-height: 1.62; }
.baseline-disclaimer strong { color: var(--ink); }
.baseline-section--detail .baseline-layer { min-height: 360px; }

@media (max-width: 940px) {
  .baseline-layer-grid { grid-template-columns: 1fr; }
  .baseline-layer { min-height: 0; }
  .baseline-section--detail .baseline-layer { min-height: 0; }
  .baseline-layer:not(:last-child)::after { top: auto; right: 50%; bottom: -24px; transform: translateX(50%); }
  .baseline-cycle { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 0; }
  .baseline-cycle span:nth-child(3)::after { display: none; }
}

@media (max-width: 560px) {
  .baseline-system .section-heading { margin-bottom: 28px; }
  .baseline-system .section-heading > p { font-size: .98rem; }
  .baseline-layer { padding: 28px 24px; border-radius: 20px; }
  .baseline-layer h3 { font-size: 1.45rem; }
  .baseline-layer p { font-size: .96rem; }
  .baseline-cycle { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 0; padding: 18px 12px; }
  .baseline-cycle span { padding-inline: 8px 22px; font-size: .72rem; text-align: left; }
  .baseline-cycle span:nth-child(3)::after { display: block; }
  .baseline-cycle span:nth-child(even)::after { display: none; }
  .baseline-disclaimer { font-size: .88rem; }
}
