/* =========================================================
   Samurai Partner Insights · marketingsite
   Vanilla CSS. Tokens komen uit css/tokens.css (los ingeladen).

   Merkmotief: de slash uit het logo. Hij keert terug als
   bullet, als accent voor eyebrows, als reuzenvorm in hero
   en CTA en als diagonale sectie-overgang.
   ========================================================= */

:root {
  /* Aanvullende tokens voor de site */
  --font-display: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --teal-glow: #18A79C;
  --amber: #B87514;
  --amber-soft: #F0DCC0;
  --line: #DCE7E5;
  --line-dark: rgba(255, 255, 255, 0.14);

  --space-section: clamp(4.5rem, 9vw, 7.5rem);
  --radius-sm: 8px;
  --radius-pill: 999px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  /* De exacte slash-glyph als masker, herbruikbaar in currentColor */
  --slash-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20242.3%20363.95'%3E%3Cg%20transform='translate(-7,383.990689)%20scale(0.1,-0.1)'%20fill='%23000'%3E%3Cpath%20d='M1518%203792%20c-9%20-26%20-48%20-123%20-86%20-217%20-95%20-230%20-289%20-704%20-369%20-900%20-100%20-246%20-145%20-356%20-216%20-530%20-132%20-325%20-201%20-493%20-242%20-595%20-24%20-58%20-74%20-181%20-112%20-275%20-39%20-93%20-118%20-289%20-176%20-435%20-59%20-146%20-111%20-272%20-116%20-281%20-5%20-8%20-23%20-51%20-41%20-95%20-17%20-43%20-45%20-112%20-61%20-151%20-16%20-40%20-29%20-82%20-29%20-93%200%20-30%2029%20-25%2041%208%206%2015%2020%2037%2032%2050%2011%2012%2030%2037%2041%2056%2012%2019%2034%2053%2050%2077%2016%2024%2057%2087%2091%20139%2080%20121%20107%20163%20175%20265%2030%2045%2074%20111%2096%20146%2023%2035%2061%2091%2084%20124%2039%2057%2060%2088%20170%20256%2025%2038%2057%2086%2071%20106%2092%20135%20128%20189%20154%20232%2039%2063%20127%20196%20162%20245%2016%2021%2046%2067%2068%20101%2039%2061%2083%20127%20141%20214%2081%20121%20143%20215%20180%20272%2023%2035%2056%2084%2073%20109%2017%2025%20113%20169%20212%20320%20100%20151%20190%20287%20199%20301%2010%2014%2036%2052%2057%2085%2022%2032%2053%2079%2069%20103%2016%2024%2049%2075%2074%20112%2025%2037%2057%2085%2071%20106%2058%2085%20104%20159%20111%20176%207%2016%20-20%2017%20-475%2017%20l-482%200%20-17%20-48z'/%3E%3C/g%3E%3C/svg%3E");
  --grain: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='200'%20height='200'%3E%3Cfilter%20id='n'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.85'%20numOctaves='3'%20stitchTiles='stitch'/%3E%3CfeColorMatrix%20type='saturate'%20values='0'/%3E%3C/filter%3E%3Crect%20width='200'%20height='200'%20filter='url(%23n)'%20opacity='0.55'/%3E%3C/svg%3E");

  --slash-cut: clamp(1.75rem, 5vw, 4.5rem);
}

/* ---------- Reset / basis ---------- */

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0.6em;
  color: var(--ink);
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4.35rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}
h2 { font-size: clamp(1.85rem, 3.6vw, 2.75rem); }
h3 { font-size: 1.1875rem; letter-spacing: -0.01em; line-height: 1.3; }

/* Display-formaat voor sectiekoppen: groter en strakker gespatieerd */
.h2--display {
  font-size: clamp(2.1rem, 4.9vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
  font-weight: 600;
}

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--samurai-teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--samurai-teal-dark); }

ul, ol { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 3px solid var(--teal-glow);
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--white);
  color: var(--samurai-deep);
  padding: 0.75rem 1.25rem;
  border-radius: 0 0 var(--radius-sm) 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ---------- Slash-motief ---------- */

.slash-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Een vlak in currentColor, gemaskeerd met de exacte slash-glyph */
.slash-mark {
  display: block;
  background: currentColor;
  -webkit-mask: var(--slash-mask) center / contain no-repeat;
  mask: var(--slash-mask) center / contain no-repeat;
}

/* ---------- Logo ---------- */

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
  text-decoration: none;
  line-height: 1;
}

.logo__svg {
  display: block;
  height: 21px;
  width: auto;
  fill: currentColor;
  flex: none;
}

.logo__sub {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: rgba(173, 200, 199, 0.9);
  padding-left: 0.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  white-space: nowrap;
}

.logo--footer { cursor: default; }
.logo--footer .logo__svg { height: 27px; }

/* ---------- Knoppen ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem 1.65rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s var(--ease), background-color 0.2s var(--ease),
              box-shadow 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
  white-space: nowrap;
}

.btn--primary {
  background: var(--samurai-teal);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(16, 115, 108, 0.32);
}
.btn--primary:hover {
  background: var(--teal-glow);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(24, 167, 156, 0.38);
}

.btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
}
.btn--ghost:hover {
  color: var(--white);
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.btn--sm { padding: 0.72rem 1.15rem; font-size: 0.9375rem; }
.btn--lg { padding: 1.15rem 2.1rem; font-size: 1.0625rem; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--samurai-teal);
  text-decoration: none;
  margin-top: auto;
  padding-top: 0.4rem;
}
.link-arrow span { transition: transform 0.2s var(--ease); }
.link-arrow:hover span { transform: translateX(5px); }
.link-arrow:hover { text-decoration: underline; }
.link-arrow--light { color: var(--samurai-accent-soft); }
.link-arrow--light:hover { color: var(--white); }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 42, 41, 0.86);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: box-shadow 0.25s var(--ease), background-color 0.25s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(0, 42, 41, 0.97);
  box-shadow: 0 10px 30px rgba(0, 24, 23, 0.28);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 74px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.site-nav__list a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  position: relative;
  padding: 0.35rem 0;
  white-space: nowrap;
}
.site-nav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--samurai-accent);
  transition: width 0.22s var(--ease);
}
.site-nav__list a:hover { color: var(--white); }
.site-nav__list a:hover::after { width: 100%; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle__bars { display: block; width: 20px; }
.nav-toggle__bars span {
  display: block;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.2s var(--ease);
}
.nav-toggle__bars span + span { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  background: var(--samurai-deep);
  color: var(--white);
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(4rem, 8vw, 7rem);
  isolation: isolate;
}

.hero__decor {
  position: absolute;
  inset: -25% -10% -10% -10%;
  z-index: -2;
  background:
    radial-gradient(62% 55% at 74% 4%, rgba(24, 167, 156, 0.55) 0%, rgba(24, 167, 156, 0) 62%),
    radial-gradient(48% 48% at 4% 96%, rgba(61, 148, 141, 0.28) 0%, rgba(61, 148, 141, 0) 66%);
}
.hero__decor::before {
  /* subtiele korrel over het hele hero-vlak */
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  background-size: 200px 200px;
  opacity: 0.16;
  mix-blend-mode: overlay;
}

/* Reuzenslash als achtergrondvorm */
.hero__ghost {
  position: absolute;
  z-index: -1;
  left: -6%;
  top: -22%;
  height: 155%;
  width: auto;
  fill: currentColor;
  color: var(--samurai-accent);
  opacity: 0.12;
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

.hero h1 { color: var(--white); margin-bottom: 0.4em; }
.hero__accent { color: var(--samurai-accent-soft); }

.hero__sub {
  font-size: clamp(1.0625rem, 1.5vw, 1.1875rem);
  line-height: 1.62;
  color: rgba(232, 240, 239, 0.86);
  max-width: 34em;
  margin-bottom: 2rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.hero__endorsement {
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(173, 200, 199, 0.75);
  font-weight: 600;
  margin: 0;
}

.hero__visual { position: relative; }

/* ---------- Productscreenshots ---------- */

.shot {
  position: relative;
  margin: 0;
}

.shot__img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0, 52, 51, 0.1);
  box-shadow: 0 22px 50px rgba(0, 34, 33, 0.16);
  background: var(--white);
}

.shot__caption {
  margin-top: 0.85rem;
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.shot__caption--light { color: rgba(173, 200, 199, 0.8); }

/* Hero: licht gekanteld, met een zwevende cijferkaart */
.shot--hero { perspective: 1800px; }
.shot--hero .shot__img {
  transform: rotateY(-7deg) rotateX(2.5deg) rotate(-1.2deg);
  transform-origin: left center;
  box-shadow: 0 34px 70px rgba(0, 18, 18, 0.5);
  border-color: rgba(255, 255, 255, 0.18);
  transition: transform 0.55s var(--ease), box-shadow 0.55s var(--ease);
}
.shot--hero:hover .shot__img {
  transform: rotateY(0deg) rotateX(0deg) rotate(0deg);
}
.shot--hero .shot__caption {
  color: rgba(173, 200, 199, 0.75);
  text-align: center;
}

.shot__badge {
  position: absolute;
  left: -1.75rem;
  top: -2.75rem;
  display: grid;
  gap: 0.15rem;
  padding: 0.9rem 1.2rem;
  border-radius: var(--radius);
  background: linear-gradient(150deg, var(--samurai-shade), #08514B);
  border: 1px solid rgba(24, 167, 156, 0.45);
  box-shadow: 0 18px 34px rgba(0, 18, 18, 0.45);
}
.shot__badge-label {
  font-family: var(--font-display);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(173, 200, 199, 0.9);
}
.shot__badge-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--samurai-accent-soft);
  line-height: 1.1;
}

/* Screenshotkaarten in de productsectie */
.shots { gap: clamp(1.75rem, 3vw, 2.75rem); }

/* Eén verhouding voor alle views, zodat de rijen netjes uitlijnen */
.shots .shot__img {
  aspect-ratio: 2.06 / 1;
  object-fit: contain;
}

.shot-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease);
}
.shot-card:hover { transform: translateY(-6px); }
.shot-card .shot__img { transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); }
.shot-card:hover .shot__img {
  box-shadow: 0 30px 60px rgba(0, 34, 33, 0.24);
  border-color: rgba(24, 167, 156, 0.45);
}
.shot-card h3 { margin: 1.15rem 0 0.5rem; }
.shot-card p { color: var(--ink-soft); font-size: 0.9688rem; margin: 0; }

.shot-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
}
.shot-wide__copy h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  margin-bottom: 0.6em;
}
.shot-wide__copy p { color: var(--ink-soft); }

/* ---------- Module-marquee ---------- */

.marquee {
  position: relative;
  background: var(--samurai-shade);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  padding: 1rem 0;
}
/* De band blijft dekkend, de tekst dooft aan beide zijden uit */
.marquee::before,
.marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(2.5rem, 9%, 8rem);
  z-index: 2;
  pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--samurai-shade), rgba(0, 42, 41, 0)); }
.marquee::after { right: 0; background: linear-gradient(270deg, var(--samurai-shade), rgba(0, 42, 41, 0)); }

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 46s linear infinite;
}

.marquee__group {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  padding-right: 2.25rem;
}

.marquee__item {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(232, 240, 239, 0.62);
  white-space: nowrap;
}

.marquee__slash {
  display: block;
  flex: none;
  width: 0.55rem;
  height: 1.5rem;
  background: var(--samurai-accent);
  opacity: 0.85;
  -webkit-mask: var(--slash-mask) center / contain no-repeat;
  mask: var(--slash-mask) center / contain no-repeat;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Eyebrow / sectiekoppen ---------- */

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--samurai-teal);
  margin: 0 0 1rem;
}
.eyebrow::before {
  content: "";
  flex: none;
  width: 0.62em;
  height: 1.7em;
  background: currentColor;
  -webkit-mask: var(--slash-mask) center / contain no-repeat;
  mask: var(--slash-mask) center / contain no-repeat;
}
.eyebrow--light { color: var(--samurai-accent-soft); }

.section {
  position: relative;
  padding: var(--space-section) 0;
}
.section--wash { background: var(--samurai-paper); border-block: 1px solid var(--line); }
.section--ghost { overflow: hidden; }
.section--ghost > .container { position: relative; z-index: 1; }

/* Reuzenslash of spookwoord als sectie-accent */
.section__ghost-slash {
  position: absolute;
  right: -4%;
  top: -14%;
  height: 128%;
  width: auto;
  fill: currentColor;
  color: var(--samurai-teal);
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.section__ghost-slash--light { color: var(--samurai-accent); opacity: 0.09; }

.section__ghost-word {
  position: absolute;
  top: -0.12em;
  right: 0.02em;
  font-family: var(--font-display);
  font-size: clamp(5.5rem, 17vw, 14rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.8;
  color: var(--samurai-deep);
  opacity: 0.045;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Diagonale sectie-overgang in de hoek van de slash */
.section--slash-top {
  clip-path: polygon(0 var(--slash-cut), 100% 0, 100% 100%, 0 100%);
  margin-top: calc(var(--slash-cut) * -1);
  padding-top: calc(var(--space-section) + var(--slash-cut));
}

.section__head { max-width: 46rem; margin-bottom: clamp(2.25rem, 4vw, 3.25rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { justify-content: center; }

.lead {
  font-size: clamp(1.0625rem, 1.4vw, 1.1875rem);
  color: var(--ink-soft);
  line-height: 1.68;
}

.section__closer {
  position: relative;
  margin-top: clamp(2rem, 3.5vw, 2.75rem);
  padding-left: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.8vw, 1.375rem);
  font-weight: 500;
  color: var(--samurai-deep);
  max-width: 46rem;
  letter-spacing: -0.015em;
}
.section__closer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 0.5em;
  height: 1.35em;
  background: var(--samurai-teal);
  -webkit-mask: var(--slash-mask) center / contain no-repeat;
  mask: var(--slash-mask) center / contain no-repeat;
}

/* ---------- Grids ---------- */

.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ---------- Probleemkaarten ---------- */

.card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem 1.85rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--samurai-teal), var(--samurai-accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--samurai-mist);
}
.card:hover::before { transform: scaleX(1); }

/* Oversized spookcijfer per kaart */
.card__index {
  position: absolute;
  top: -0.06em;
  right: 0.5rem;
  font-family: var(--font-display);
  font-size: 5.75rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--samurai-deep);
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}
.card h3 { position: relative; }
.card p { color: var(--ink-soft); font-size: 1rem; position: relative; }

/* ---------- Oplossing + USP ---------- */

.solution {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.usp {
  position: relative;
  background: linear-gradient(150deg, var(--samurai-deep) 0%, #0A4A46 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 3.5vw, 2.75rem);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 52, 51, 0.22);
}
.usp::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.06) 0px,
    rgba(255, 255, 255, 0.06) 2px,
    transparent 2px,
    transparent 52px
  );
  opacity: 0.7;
  pointer-events: none;
}
.usp__mark {
  position: absolute;
  right: -1.5rem;
  top: -3.5rem;
  width: 7rem;
  height: 17rem;
  background: linear-gradient(180deg, rgba(24, 167, 156, 0.75), rgba(24, 167, 156, 0.05));
  -webkit-mask: var(--slash-mask) center / contain no-repeat;
  mask: var(--slash-mask) center / contain no-repeat;
}
.usp__eyebrow {
  position: relative;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--samurai-accent-soft);
  margin-bottom: 0.85rem;
}
.usp__title {
  position: relative;
  color: var(--white);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.7em;
}
.usp__text {
  position: relative;
  color: rgba(232, 240, 239, 0.88);
  font-size: 1rem;
  margin: 0;
}

/* ---------- Feature-kaarten ---------- */

.grid--features { gap: 1.25rem; }

.feature {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.9rem 1.6rem;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
.feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--samurai-mist);
}
.feature__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--samurai-wash);
  color: var(--samurai-teal);
  margin-bottom: 1.15rem;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease);
}
.feature__icon svg { width: 24px; height: 24px; }
.feature:hover .feature__icon { background: var(--samurai-teal); color: var(--white); }
.feature p { color: var(--ink-soft); font-size: 0.9688rem; margin: 0; }

/* ---------- Doelgroepsecties ---------- */

.audience-section { overflow: hidden; }

.audience-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}
.audience-section__inner--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
}
.audience-section__inner--reverse .audience-section__copy { order: 2; }
.audience-section__inner--reverse .audience-section__visual { order: 1; }

.audience-section__copy { display: flex; flex-direction: column; align-items: flex-start; }
.audience-section__copy .lead { margin-bottom: 1.6rem; }

/* MSP's: licht vlak met teal-accenten */
.audience-section--msp {
  background: var(--samurai-wash);
  border-block: 1px solid #D3E2E0;
}
.audience-section--msp .section__ghost-word { color: var(--samurai-teal); opacity: 0.07; }

/* Distributeurs: geïnverteerd op donkergroen */
.audience-section--distributor {
  background: var(--samurai-deep);
  color: var(--white);
  isolation: isolate;
}
.audience-section--distributor h2,
.audience-section--distributor h3 { color: var(--white); }
.audience-section--distributor .lead { color: rgba(232, 240, 239, 0.86); }

.audience-section__decor {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(50% 60% at 12% 0%, rgba(24, 167, 156, 0.34) 0%, rgba(24, 167, 156, 0) 68%),
    radial-gradient(45% 55% at 92% 100%, rgba(61, 148, 141, 0.22) 0%, rgba(61, 148, 141, 0) 70%);
}
.audience-section__decor::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  background-size: 200px 200px;
  opacity: 0.14;
  mix-blend-mode: overlay;
}

.audience-section--distributor .shot__img {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 64px rgba(0, 16, 16, 0.5);
}

.ticklist { margin: 0.2rem 0 1.75rem; display: grid; gap: 0.8rem; }
.ticklist li {
  position: relative;
  padding-left: 1.85rem;
  color: var(--ink-soft);
  font-size: 0.9688rem;
  line-height: 1.55;
}
.ticklist li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.16em;
  width: 0.55em;
  height: 1.35em;
  background: var(--samurai-teal);
  -webkit-mask: var(--slash-mask) center / contain no-repeat;
  mask: var(--slash-mask) center / contain no-repeat;
}
.ticklist--light li { color: rgba(232, 240, 239, 0.86); }
.ticklist--light li::before { background: var(--samurai-accent); }

/* ---------- Cadans ---------- */

.cadence__card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.9rem 1.7rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.cadence__card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }
.cadence__card::before {
  content: "";
  position: absolute;
  left: -0.35rem;
  top: 1.6rem;
  width: 1.1rem;
  height: 3.2rem;
  background: linear-gradient(180deg, var(--samurai-teal), var(--samurai-accent));
  -webkit-mask: var(--slash-mask) center / contain no-repeat;
  mask: var(--slash-mask) center / contain no-repeat;
  opacity: 0.5;
}
.cadence__when {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--samurai-teal);
  margin-bottom: 0.55rem;
}
.cadence__card h3 { margin-bottom: 0.5em; }
.cadence__card p { color: var(--ink-soft); font-size: 0.9688rem; margin: 0; }

/* ---------- Stappen ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  position: relative;
}

.steps__item {
  position: relative;
  background: var(--samurai-paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.steps__item:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }
.steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: 50%;
  width: 0.55rem;
  height: 1.5rem;
  background: var(--samurai-mist);
  transform: translateY(-50%);
  -webkit-mask: var(--slash-mask) center / contain no-repeat;
  mask: var(--slash-mask) center / contain no-repeat;
}
.steps__num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  background: var(--samurai-teal);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.125rem;
  box-shadow: 0 6px 16px rgba(16, 115, 108, 0.28);
}
.steps__item p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.35;
  color: var(--samurai-deep);
  letter-spacing: -0.01em;
}

/* ---------- CTA ---------- */

.cta {
  position: relative;
  background: var(--samurai-deep);
  color: var(--white);
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}
.cta.section--slash-top {
  padding-top: calc(clamp(4rem, 8vw, 6.5rem) + var(--slash-cut));
}
.cta__decor {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(58% 75% at 50% 0%, rgba(24, 167, 156, 0.42) 0%, rgba(24, 167, 156, 0) 70%);
}
.cta__decor::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  background-size: 200px 200px;
  opacity: 0.15;
  mix-blend-mode: overlay;
}
.cta__ghost {
  position: absolute;
  z-index: -1;
  right: -8%;
  top: -30%;
  height: 175%;
  width: auto;
  fill: currentColor;
  color: var(--samurai-accent);
  opacity: 0.08;
  pointer-events: none;
}
.cta__inner { max-width: 46rem; position: relative; }
.cta h2 { color: var(--white); }
.cta__inner > p {
  color: rgba(232, 240, 239, 0.85);
  font-size: 1.0625rem;
  margin-bottom: 2rem;
}
.cta__contact {
  margin: 1.6rem 0 0;
  font-size: 0.9375rem;
  color: rgba(173, 200, 199, 0.9);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}
.cta__contact a { color: var(--white); text-decoration: none; }
.cta__contact a:hover { color: var(--samurai-accent-soft); text-decoration: underline; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--samurai-night);
  color: rgba(232, 240, 239, 0.78);
  padding: clamp(3rem, 5vw, 4rem) 0 2rem;
  font-size: 0.9375rem;
}

.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line-dark);
}
.site-footer__brand { color: var(--white); }
.site-footer__endorsement {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(173, 200, 199, 0.75);
  font-weight: 600;
}
.site-footer__address {
  font-style: normal;
  line-height: 1.9;
  max-width: 34rem;
}
.site-footer__address a { color: var(--samurai-mist); text-decoration: none; }
.site-footer__address a:hover { color: var(--white); text-decoration: underline; }

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1.75rem;
}
.site-footer__disclaimer {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.6;
  color: rgba(173, 200, 199, 0.78);
  max-width: 46rem;
}
.site-footer__copy {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(173, 200, 199, 0.78);
  white-space: nowrap;
}

/* ---------- Scroll reveal ---------- */

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
  .hero__copy { max-width: 40rem; }
  .hero__visual { max-width: 34rem; width: 100%; }
  .shot--hero .shot__img { transform: none; }
  .shot__badge { left: 0.75rem; top: -3.15rem; }
  .solution { grid-template-columns: minmax(0, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shot-wide { grid-template-columns: minmax(0, 1fr); }
  .audience-section__inner { grid-template-columns: minmax(0, 1fr); }
  .audience-section__inner--reverse .audience-section__copy { order: 1; }
  .audience-section__inner--reverse .audience-section__visual { order: 2; }
}

@media (max-width: 1024px) {
  html { scroll-padding-top: 74px; }

  .nav-toggle { display: inline-flex; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 1.25rem 1.5rem;
    background: var(--samurai-shade);
    border-bottom: 1px solid var(--line-dark);
    box-shadow: 0 20px 40px rgba(0, 20, 20, 0.35);
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    display: none;
  }
  .site-nav.is-open { display: flex; }

  .site-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav__list li + li { border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .site-nav__list a {
    display: block;
    padding: 0.95rem 0.25rem;
    font-size: 1.0625rem;
  }
  .site-nav__list a::after { display: none; }
  .site-nav__cta { margin-top: 1.1rem; align-self: flex-start; }
}

@media (max-width: 820px) {
  .grid--2, .grid--3 { grid-template-columns: minmax(0, 1fr); }
  .shots { gap: 2.25rem; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .steps__item:not(:last-child)::after {
    right: auto;
    left: 1.9rem;
    top: auto;
    bottom: -1.15rem;
    width: 0.45rem;
    height: 1.2rem;
    transform: none;
  }
  .site-footer__top { flex-direction: column; gap: 1.5rem; }
  .card__index { font-size: 5rem; }
}

@media (max-width: 560px) {
  body { font-size: 1rem; }
  .container { width: min(100% - 2rem, var(--container)); }
  .logo__svg { height: 18px; }
  .logo__sub { display: none; }
  .hero__actions .btn { width: 100%; }
  .shot__badge {
    left: auto;
    right: 0;
    top: -2.4rem;
    bottom: auto;
    padding: 0.65rem 0.9rem;
  }
  .shot__badge-value { font-size: 1.25rem; }
  .card, .feature, .cadence__card { padding-inline: 1.35rem; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
  .section__ghost-word { font-size: 5rem; }
}

/* ---------- Bewegingsvoorkeur ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
  .shot--hero .shot__img { transform: none; }
  .card:hover, .feature:hover, .shot-card:hover,
  .cadence__card:hover, .steps__item:hover { transform: none; }
}

/* ---------- Print ---------- */

@media print {
  .site-header, .nav-toggle, .hero__decor, .hero__ghost,
  .cta__decor, .cta__ghost, .marquee,
  .section__ghost-slash, .section__ghost-word,
  .audience-section__decor { display: none !important; }
  body { color: #000; background: #fff; }
  .hero, .cta, .site-footer, .audience-section--distributor {
    background: #fff !important;
    color: #000 !important;
  }
  .hero h1, .cta h2, .audience-section--distributor h2 { color: #000 !important; }
  .section--slash-top { clip-path: none; margin-top: 0; }
}
