/* ============================================================
   KEUR.BE — DESIGN SYSTEM
   Design systeem voor keur.be — alle woonkeuringen in Vlaanderen.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');

/* ============================================================
   1. DESIGN TOKENS
   ============================================================ */
:root {
  --navy:              #0F1E36;
  --navy-light:        #162B4D;
  --teal:              #1B7A68;
  --teal-light:        #22996F;
  --teal-dark:         #14604F;
  --teal-bg:           #1E8E6E;
  --orange:            #E8752E;
  --orange-hover:      #D4651F;
  --cream:             #F4F0EB;
  --cream-dark:        #EBE6DF;
  --white:             #FFFFFF;
  --black:             #000000;

  --text-dark:         #0F1E36;
  --text-body:         #4B5563;
  --text-muted:        #7B8494;
  --text-white:        #FFFFFF;
  --text-white-muted:  rgba(255, 255, 255, 0.6);
  --text-white-soft:   rgba(255, 255, 255, 0.45);

  --border:            #DDD9D2;
  --border-light:      #E8E4DD;
  --border-white:      rgba(255, 255, 255, 0.1);
  --border-white-soft: rgba(255, 255, 255, 0.06);

  --shadow-sm:         0 1px 2px rgba(15, 30, 54, 0.05);
  --shadow-md:         0 4px 12px rgba(15, 30, 54, 0.08);
  --shadow-lg:         0 8px 24px rgba(15, 30, 54, 0.1);
  --shadow-image:      0 8px 32px rgba(15, 30, 54, 0.12);

  --font:              'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --fs-11:  0.6875rem;
  --fs-12:  0.75rem;
  --fs-13:  0.8125rem;
  --fs-14:  0.875rem;
  --fs-15:  0.9375rem;
  --fs-16:  1rem;
  --fs-18:  1.125rem;
  --fs-20:  1.25rem;
  --fs-24:  1.5rem;
  --fs-28:  1.75rem;
  --fs-32:  2rem;
  --fs-36:  2.25rem;
  --fs-40:  2.5rem;
  --fs-48:  3rem;

  --w-regular:   400;
  --w-medium:    500;
  --w-semibold:  600;
  --w-bold:      700;

  --r-8:    8px;
  --r-12:   12px;
  --r-14:   14px;
  --r-16:   16px;
  --r-20:   20px;
  --r-24:   24px;
  --r-pill: 100px;

  --container: 1200px;
  --gutter:    24px;
  --ease:      250ms ease;
  --ease-fast: 150ms ease;
}


/* ============================================================
   2. RESET
   ============================================================ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { font-size:16px; scroll-behavior:smooth; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
body { font-family:var(--font); font-size:var(--fs-15); font-weight:var(--w-regular); line-height:1.6; color:var(--text-dark); background:var(--white); }
img { max-width:100%; height:auto; display:block; }
a { color:inherit; text-decoration:none; }
button { font-family:inherit; cursor:pointer; border:none; background:none; }
ul,ol { list-style:none; }
:focus-visible { outline:2px solid var(--teal); outline-offset:2px; }


/* ============================================================
   3. LAYOUT
   ============================================================ */
.container { width:100%; max-width:var(--container); margin:0 auto; padding:0 var(--gutter); }


/* ============================================================
   4. NAVIGATIE
   Logo links. Links met verticale separators. Outline pill rechts.
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.nav__inner {
  display: flex;
  align-items: center;
  height: 68px;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-right: auto;
}

.nav__logo-icon {
  width: 22px;
  height: 22px;
  color: var(--teal);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav__link {
  font-size: var(--fs-14);
  font-weight: var(--w-medium);
  color: var(--text-body);
  padding: 0 20px;
  transition: color var(--ease-fast);
  border-right: 1px solid var(--border);
}

.nav__link:first-child {
  border-left: 1px solid var(--border);
}

.nav__link:hover { color: var(--text-dark); }

.nav__link--active {
  color: var(--text-dark);
  font-weight: var(--w-bold);
}

.nav__cta {
  margin-left: 24px;
}

/* Outline pill button for nav */
.btn--outline-pill {
  font-size: var(--fs-14);
  font-weight: var(--w-medium);
  padding: 10px 24px;
  background: transparent;
  color: var(--text-dark);
  border: 1.5px solid var(--border);
  border-radius: var(--r-pill);
  transition: all var(--ease);
}
.btn--outline-pill:hover {
  border-color: var(--text-dark);
  background: rgba(15,30,54,0.03);
}

.nav-spacer { height: 68px; }

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.nav__hamburger span {
  display: block; width: 20px; height: 2px;
  background: var(--text-dark); border-radius: 1px;
}


/* ============================================================
   5. HERO
   NIET een donkere kaart. Crème achtergrond.
   Links: pill-label + grote headline (donkere tekst) + chart met
   lichtgrijze bars op crème achtergrond, jaarlabels, curved arrow.
   Rechts: Afgeronde image-card met stat overlay en oranje CTA.
   ============================================================ */
.hero {
  padding: 48px 0 64px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}

/* --- Left column --- */
.hero__left {
  padding-top: 8px;
  max-width: 600px;
}

/* Pill label with green dot and light green background */
.hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-11);
  font-weight: var(--w-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(27, 122, 104, 0.08);
  border: 1px solid rgba(27, 122, 104, 0.12);
  padding: 8px 16px;
  border-radius: var(--r-pill);
  margin-bottom: 24px;
}

.hero__label-dot {
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Headline — dark text on cream background */
.hero__title {
  font-size: var(--fs-48);
  font-weight: var(--w-medium);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.hero__title-accent {
  color: var(--teal);
  font-weight: var(--w-semibold);
}

/* Subheadline — single supporting sentence */
.hero__subtitle {
  font-size: var(--fs-17);
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0 0 24px;
  max-width: 520px;
}

/* Proof bullets */
.hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero__bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--fs-15);
  font-weight: var(--w-medium);
  color: var(--text-dark);
}

.hero__bullet-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(27, 122, 104, 0.12);
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Dual CTA row */
.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font);
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  padding: 18px 28px;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: all var(--ease);
  border: 2px solid transparent;
  white-space: nowrap;
}

.hero__cta--primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 8px 20px -6px rgba(232, 117, 46, 0.45);
}

.hero__cta--primary:hover {
  background: var(--orange-hover);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -6px rgba(232, 117, 46, 0.55);
}

.hero__cta-arrow {
  display: inline-block;
  transition: transform var(--ease-fast);
}

.hero__cta--primary:hover .hero__cta-arrow {
  transform: translateX(4px);
}

.hero__cta--secondary {
  background: var(--white);
  color: var(--text-dark);
  border: 2px solid rgba(15, 30, 54, 0.12);
}

.hero__cta--secondary:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.hero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Trust row — small reassurance signals under CTAs */
.hero__trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: var(--fs-13);
  font-weight: var(--w-medium);
  color: var(--text-muted);
}

.hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
}

.hero__trust-divider {
  width: 1px;
  height: 14px;
  background: rgba(15, 30, 54, 0.15);
}

/* --- Right column: Image card --- */
.hero__right {
  position: relative;
}

.hero__image-card {
  border-radius: var(--r-20);
  overflow: hidden;
  box-shadow: var(--shadow-image);
  position: relative;
  background: #d4d0c8;
  height: 520px;
}

/* Stat overlay — frosted glass OVER the image */
.hero__stat-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px 24px;
  background: rgba(15, 30, 54, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--r-16);
  text-align: left;
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.hero__stat-number {
  font-size: var(--fs-40);
  font-weight: var(--w-bold);
  color: var(--white);
  line-height: 1;
  flex-shrink: 0;
}

.hero__stat-label {
  font-size: var(--fs-13);
  color: rgba(255,255,255,0.82);
  line-height: 1.35;
}

/* Image */
.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r-20);
}


/* ============================================================
   6. BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: var(--w-semibold);
  border-radius: var(--r-pill);
  transition: all var(--ease);
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  line-height: 1;
}
.btn:active { transform: scale(0.97); }

.btn--primary {
  font-size: var(--fs-14);
  padding: 12px 24px;
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}
.btn--primary:hover {
  background: var(--orange-hover);
  border-color: var(--orange-hover);
}

.btn--teal {
  font-size: var(--fs-12);
  padding: 8px 18px;
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}
.btn--teal:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
}

.btn__arrow {
  transition: transform var(--ease-fast);
}
.btn:hover .btn__arrow {
  transform: translateX(3px);
}


/* ============================================================
   7. SERVICES + STATS — One continuous dark navy section
   Navy bg with heading + glass cards + embedded white stats card
   ============================================================ */
.services-block {
  background: var(--navy);
  border-radius: var(--r-24);
  margin: 0 var(--gutter);
  padding: 64px 56px;
}

/* Services header */
.services__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}

.services__heading {
  font-size: var(--fs-40);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-white);
}

/* 3 service cards — glass/dark style on navy bg */
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 56px;
}

.service-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-16);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all var(--ease);
}
a.service-card {
  text-decoration: none;
  color: inherit;
}
.service-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
}

/* Active card — slightly lighter glass bg with visible border */
.service-card--active {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.service-card__title {
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  color: var(--text-white);
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  margin-bottom: 12px;
}
.service-card--active .service-card__title {
  border-bottom-color: rgba(255,255,255,0.3);
}

.service-card__text {
  font-size: var(--fs-13);
  color: var(--text-white-muted);
  line-height: 1.65;
  flex: 1;
}

/* Arrow circle icon at bottom */
.service-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: rgba(255,255,255,0.4);
  transition: all var(--ease-fast);
}
.service-card--active .service-card__icon {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.25);
  color: var(--text-white);
}

/* ============================================================
   8. STATS — White card INSIDE the dark services block
   Heading left, green label + text right. 4 stat items with mini charts.
   ============================================================ */
.stats-inner {
  background: var(--white);
  border-radius: var(--r-20);
  padding: 48px;
}

.stats-inner__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

.stats-inner__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--text-dark);
  max-width: 380px;
}

.stats-inner__meta {
  max-width: 300px;
  text-align: right;
}

.stats-inner__meta-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-11);
  font-weight: var(--w-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal);
  margin-bottom: 8px;
}

.stats-inner__meta-label-dot {
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
}

.stats-inner__meta-text {
  font-size: var(--fs-13);
  color: var(--text-body);
  line-height: 1.6;
}

.stats-inner__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.stat-card {
  border: 1px solid var(--border-light);
  border-radius: var(--r-14);
  padding: 24px 22px 22px;
  text-align: left;
  transition: all var(--ease);
  position: relative;
  overflow: hidden;
}

/* Highlighted stat card — teal bg */
.stat-card--hl {
  background: var(--teal);
  border-color: var(--teal);
}

.stat-card__number {
  font-size: var(--fs-28);
  font-weight: var(--w-bold);
  color: var(--text-dark);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-card--hl .stat-card__number { color: var(--white); }

.stat-card__label {
  font-size: var(--fs-12);
  color: var(--text-muted);
  margin-bottom: 16px;
}
.stat-card--hl .stat-card__label { color: rgba(255,255,255,0.8); }

/* Mini comparison bars — "vs. traditioneel" story per stat card */
.stat-card__compare {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  text-align: left;
}

.stat-card__compare-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 10px;
}

.stat-card__compare-label {
  font-size: 0.6875rem;
  font-weight: var(--w-semibold);
  letter-spacing: 0.02em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.stat-card--hl .stat-card__compare-label {
  color: rgba(255,255,255,0.7);
}

.stat-card__compare-track {
  height: 6px;
  background: rgba(15, 30, 54, 0.06);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.stat-card--hl .stat-card__compare-track {
  background: rgba(255,255,255,0.18);
}

.stat-card__compare-fill {
  height: 100%;
  background: var(--teal);
  border-radius: 999px;
  transition: width 0.6s var(--ease);
}

.stat-card--hl .stat-card__compare-fill {
  background: var(--white);
}

.stat-card__compare-fill--muted {
  background: rgba(15, 30, 54, 0.22);
}

.stat-card--hl .stat-card__compare-fill--muted {
  background: rgba(255,255,255,0.35);
}

.stat-card__compare-value {
  font-size: 0.6875rem;
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  white-space: nowrap;
  min-width: 52px;
  text-align: right;
}

.stat-card--hl .stat-card__compare-value {
  color: var(--white);
}


/* ============================================================
   9. SOLUTIONS — 2 stacked images LEFT, content RIGHT
   Referentie: grote teal CTA-knop, feature-kaarten met left border
   ============================================================ */
.solutions {
  padding: 80px 0;
}

.solutions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: stretch;
}

.solutions__images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 480px;
}

.solutions__img {
  border-radius: var(--r-16);
  overflow: hidden;
  flex: 1;
  min-height: 0;
}

.solutions__img-placeholder {
  width: 100%; height: 100%;
  object-fit: cover;
  display: flex; align-items: center; justify-content: center;
}

.solutions__img-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions__img--lg .solutions__img-placeholder {
  background: linear-gradient(180deg, #E8E4DD 0%, #D8D4CC 100%);
}
.solutions__img--sm .solutions__img-placeholder {
  background: linear-gradient(145deg, #162B4D, #14604F);
}

/* Label with green dot */
.solutions__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-11);
  font-weight: var(--w-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 20px;
}

.solutions__label-dot {
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}

.solutions__heading {
  font-size: var(--fs-40);
  font-weight: var(--w-medium);
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}

.solutions__text {
  font-size: var(--fs-15);
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Large teal CTA — rounded, prominent, NOT full-width */
.solutions__cta {
  display: block;
  background: var(--teal);
  color: var(--white);
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  text-align: center;
  padding: 20px 40px;
  border-radius: var(--r-14);
  margin-bottom: 20px;
  transition: background var(--ease);
  cursor: pointer;
  max-width: 480px;
}
.solutions__cta:hover { background: var(--teal-dark); }

/* Feature cards — fully rounded, uniform light bg */
.solutions__features { display: flex; flex-direction: column; gap: 12px; }

.solutions__feature {
  background: #F3F3F1;
  border-radius: var(--r-14);
  padding: 24px 28px;
}

.solutions__feature-text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.7;
  font-weight: var(--w-regular);
}


/* ============================================================
   10. STATS ROW — 4 rounded rectangle cards, 1 highlighted
   ============================================================ */
.stats-row { padding: 0 0 80px; }

.stats-row__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stats-row__item {
  border: 1px solid var(--border);
  border-radius: var(--r-16);
  padding: 28px 16px;
  text-align: center;
  background: transparent;
}

.stats-row__item--hl {
  background: var(--navy);
  border-color: var(--navy);
}

.stats-row__number {
  font-size: var(--fs-28);
  font-weight: var(--w-bold);
  color: var(--text-dark);
  line-height: 1;
  margin-bottom: 6px;
}
.stats-row__item--hl .stats-row__number { color: var(--text-white); }

.stats-row__label {
  font-size: var(--fs-12);
  color: var(--text-muted);
}
.stats-row__item--hl .stats-row__label { color: var(--text-white-muted); }


/* ============================================================
   11. REVIEWS — Navy card, 3x2 grid
   ============================================================ */
.reviews { padding: 0 0 80px; }

.reviews__card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 48px;
}

.reviews__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 36px;
}

.reviews__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  color: var(--text-white);
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.review {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-white);
  border-radius: var(--r-14);
  padding: 20px;
  transition: background var(--ease-fast);
}
.review:hover { background: rgba(255,255,255,0.07); }

.review__stars { display: flex; gap: 2px; margin-bottom: 10px; }
.review__star { width: 13px; height: 13px; color: #F5B731; }

.review__title {
  font-size: var(--fs-14);
  font-weight: var(--w-semibold);
  color: var(--text-white);
  margin-bottom: 6px;
}

.review__text {
  font-size: var(--fs-12);
  color: var(--text-white-muted);
  line-height: 1.65;
  margin-bottom: 14px;
}

.review__author {
  font-size: var(--fs-12);
  font-weight: var(--w-semibold);
  color: var(--teal-light);
}


/* ============================================================
   12. FOOTER — Navy card, headline with green accent, nav, legal
   ============================================================ */
.footer { padding: 56px 0 24px; }

.footer__card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 48px 48px 32px;
}

.footer__main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-white);
  margin-bottom: 32px;
}

.footer__headline {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.25;
  color: var(--text-white);
  max-width: 480px;
}
.footer__headline strong { color: var(--teal-light); font-weight: var(--w-bold); }

.footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.footer__links { display: flex; gap: 28px; }
.footer__link {
  font-size: var(--fs-14);
  font-weight: var(--w-medium);
  color: var(--text-white-muted);
  transition: color var(--ease-fast);
}
.footer__link:hover { color: var(--text-white); }

.footer__arrow-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: var(--fs-14); font-weight: var(--w-medium);
  color: var(--text-white-muted);
  transition: color var(--ease-fast);
}
.footer__arrow-link:hover { color: var(--text-white); }

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--border-white-soft);
}

.footer__copy { font-size: var(--fs-11); color: var(--text-white-soft); }
.footer__legal { display: flex; gap: 24px; }
.footer__legal a {
  font-size: var(--fs-11);
  color: var(--text-white-soft);
  transition: color var(--ease-fast);
}
.footer__legal a:hover { color: var(--text-white-muted); }


/* ============================================================
   13. FORMS
   ============================================================ */
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-size: var(--fs-14); font-weight: var(--w-medium); color: var(--text-dark); }
.form-input, .form-textarea, .form-select {
  padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--r-12);
  font-size: var(--fs-15); color: var(--text-dark); background: var(--white);
  transition: border-color var(--ease-fast), box-shadow var(--ease-fast); min-height: 48px;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(27,122,104,0.1);
}
.form-textarea { min-height: 120px; resize: vertical; }
.form-input::placeholder { color: var(--text-muted); }

.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0; }


/* ============================================================
   DIENSTEN PAGE
   ============================================================ */

/* --- DN Hero --- */
.dn-hero {
  padding: 56px 0 0;
}

.dn-hero__content {
  max-width: 680px;
  margin-bottom: 48px;
}

.dn-hero__title {
  font-size: var(--fs-48);
  font-weight: var(--w-semibold);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.dn-hero__subtitle {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
  max-width: 560px;
}

/* Hero service cards — 3 column, clickable */
.dn-hero__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 80px;
}

.dn-hero__card {
  border: 1px solid var(--border);
  border-radius: var(--r-16);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease-fast);
  position: relative;
}

.dn-hero__card:hover {
  border-color: var(--teal);
  box-shadow: 0 4px 20px rgba(27, 122, 104, 0.08);
  transform: translateY(-2px);
}

.dn-hero__card--highlight {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--text-white);
}
.dn-hero__card--highlight:hover {
  border-color: var(--navy);
  box-shadow: 0 8px 32px rgba(15, 30, 54, 0.2);
}

.dn-hero__card-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-12);
  background: rgba(27, 122, 104, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
}
.dn-hero__card--highlight .dn-hero__card-icon {
  background: rgba(255,255,255,0.1);
  color: var(--white);
}

.dn-hero__card-title {
  font-size: var(--fs-20);
  font-weight: var(--w-semibold);
}

.dn-hero__card-text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.6;
}
.dn-hero__card--highlight .dn-hero__card-text {
  color: var(--text-white-muted);
}

.dn-hero__card-arrow {
  font-size: var(--fs-18);
  color: var(--teal);
  margin-top: auto;
  transition: transform var(--ease-fast);
}
.dn-hero__card--highlight .dn-hero__card-arrow { color: var(--white); }
.dn-hero__card:hover .dn-hero__card-arrow { transform: translateX(4px); }


/* --- DN Service Detail Blocks --- */
.dn-service {
  padding: 80px 0;
}

.dn-service--dark {
  background: var(--navy);
  color: var(--text-white);
}

.dn-service__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.dn-service__grid--reverse {
  grid-template-columns: 1.2fr 1fr;
  direction: rtl;
}
.dn-service__grid--reverse > * {
  direction: ltr;
}

.dn-service__visual {
  position: relative;
}

.dn-service__image {
  position: relative;
  border-radius: var(--r-24);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cream-dark);
}

.dn-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms var(--ease);
}

.dn-service:hover .dn-service__image img {
  transform: scale(1.03);
}

.dn-service__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 30, 54, 0) 55%, rgba(15, 30, 54, 0.35) 100%);
  pointer-events: none;
}

/* Legacy tint modifiers (kept as subtle color washes if used without img) */
.dn-service__image--dark  { background: linear-gradient(145deg, #1a1a2e, #16213e); }
.dn-service__image--teal  { background: linear-gradient(145deg, #14604F, #1B7A68); }
.dn-service__image--cream { background: linear-gradient(145deg, #F4F0EB, #E8E4DD); }

.dn-service__badge {
  position: absolute;
  bottom: -12px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--r-pill);
  font-size: var(--fs-13);
  font-weight: var(--w-semibold);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.dn-service__badge--orange { background: var(--orange); }
.dn-service__badge--teal { background: var(--teal); }
.dn-service__badge--navy { background: var(--navy); }

.dn-service__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.dn-service__text {
  font-size: var(--fs-15);
  line-height: 1.75;
  margin-bottom: 28px;
}
.dn-service--dark .dn-service__text {
  color: var(--text-white-muted);
}

.dn-service__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.dn-service__feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: var(--fs-14);
  line-height: 1.5;
}
.dn-service__feature svg {
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 2px;
}
.dn-service--dark .dn-service__feature svg {
  color: var(--teal-light);
}

.dn-service__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 20px 0;
  margin-bottom: 24px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.dn-service__price--light {
  border-color: rgba(255,255,255,0.1);
}

.dn-service__price-label {
  font-size: var(--fs-12);
  font-weight: var(--w-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}
.dn-service--dark .dn-service__price-label {
  color: var(--text-white-muted);
}

.dn-service__price-value {
  font-size: var(--fs-32);
  font-weight: var(--w-bold);
}

.dn-service__price-note {
  font-size: var(--fs-12);
  color: var(--text-muted);
}
.dn-service--dark .dn-service__price-note {
  color: var(--text-white-muted);
}

.dn-service__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Outline light button (for dark bg) — only define if not yet defined */


/* --- DN Process (werkwijze) --- */
.dn-process {
  padding: 0 0 80px;
}

.dn-process__header {
  max-width: 560px;
  margin-bottom: 48px;
}

.dn-process__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}

.dn-process__intro {
  font-size: var(--fs-15);
  color: var(--text-body);
  line-height: 1.7;
}

.dn-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.dn-process__step {
  background: #F4F4F2;
  border-radius: var(--r-16);
  padding: 32px 24px;
}

.dn-process__step-number {
  font-size: var(--fs-28);
  font-weight: var(--w-bold);
  color: var(--teal);
  opacity: 0.5;
  margin-bottom: 16px;
}

.dn-process__step-title {
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  margin-bottom: 8px;
}

.dn-process__step-text {
  font-size: var(--fs-13);
  color: var(--text-body);
  line-height: 1.65;
}


/* --- DIENSTEN PAGE RESPONSIVE --- */
@media (max-width: 1024px) {
  .dn-hero__cards { grid-template-columns: 1fr; }
  .dn-service__grid,
  .dn-service__grid--reverse { grid-template-columns: 1fr; direction: ltr; gap: 36px; }
  .dn-process__steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .dn-hero__title { font-size: var(--fs-36); }
  .dn-service__heading { font-size: var(--fs-28); }
  .dn-service__ctas { flex-direction: column; align-items: flex-start; }
  .dn-service__price { flex-wrap: wrap; }
  .dn-process__steps { grid-template-columns: 1fr; }
  .dn-process__heading { font-size: var(--fs-28); }
}


/* ============================================================
   RELINING PAGE
   ============================================================ */

/* Shared button modifiers */
.btn--lg {
  font-size: var(--fs-16);
  padding: 16px 32px;
}

.btn--outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-size: var(--fs-14);
  font-weight: var(--w-semibold);
  padding: 14px 28px;
  color: var(--text-white);
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: var(--r-pill);
  transition: all var(--ease);
  cursor: pointer;
}
.btn--outline-light:hover {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.05);
}

/* Outline button for use on light (cream/white) backgrounds */
.btn--outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-size: var(--fs-14);
  font-weight: var(--w-semibold);
  padding: 14px 28px;
  color: var(--text-dark);
  background: transparent;
  border: 1.5px solid rgba(15, 30, 54, 0.18);
  border-radius: var(--r-pill);
  transition: all var(--ease);
  cursor: pointer;
}
.btn--outline-dark:hover {
  border-color: var(--text-dark);
  background: rgba(15, 30, 54, 0.04);
}

/* --- RL Hero --- */
.rl-hero {
  padding: 56px 0 80px;
}

.rl-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.rl-hero__title {
  font-size: var(--fs-48);
  font-weight: var(--w-medium);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.rl-hero__subtitle {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}

.rl-hero__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.rl-hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-14);
  font-weight: var(--w-semibold);
  color: var(--text-body);
  transition: color var(--ease-fast);
}
.rl-hero__phone:hover { color: var(--text-dark); }
.rl-hero__phone svg { color: var(--teal); }

/* Trust row */
.rl-hero__trust {
  display: flex;
  align-items: center;
  gap: 24px;
}

.rl-hero__trust-item { text-align: center; }

.rl-hero__trust-number {
  display: block;
  font-size: var(--fs-20);
  font-weight: var(--w-bold);
  color: var(--text-dark);
  line-height: 1.2;
}

.rl-hero__trust-label {
  font-size: var(--fs-11);
  color: var(--text-muted);
  font-weight: var(--w-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rl-hero__trust-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
}

/* Hero visual */
.rl-hero__visual { position: relative; }

.rl-hero__image-card {
  border-radius: var(--r-24);
  overflow: hidden;
  position: relative;
  height: 440px;
}

.rl-hero__image-placeholder {
  width: 100%;
  height: 440px;
  background: linear-gradient(145deg, #162B4D 0%, #14604F 60%, #1B7A68 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rl-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r-20);
}

.rl-hero__image-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-14);
  font-size: var(--fs-13);
  font-weight: var(--w-semibold);
  color: var(--white);
}

.rl-hero__image-badge-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
}


/* --- RL About --- */
/* --- RL Process --- */
.rl-process {
  padding: 0 0 80px;
}

.rl-process__card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 56px 48px;
}

.rl-process__header {
  margin-bottom: 48px;
  max-width: 500px;
}

.rl-process__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  color: var(--text-white);
  margin-bottom: 12px;
}

.rl-process__intro {
  font-size: var(--fs-15);
  color: var(--text-white-muted);
  line-height: 1.7;
}

.rl-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.rl-step {
  background: var(--white);
  border-radius: var(--r-16);
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.rl-step__number {
  font-size: var(--fs-32);
  font-weight: var(--w-bold);
  color: var(--teal);
  line-height: 1;
  margin-bottom: 16px;
}

.rl-step__title {
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 10px;
}

.rl-step__text {
  font-size: var(--fs-13);
  color: var(--text-body);
  line-height: 1.65;
}

.rl-process__cta {
  text-align: center;
}


/* --- RL Pricing --- */
.rl-pricing {
  padding: 80px 0;
}

.rl-pricing__card {
  background: var(--cream);
  border-radius: var(--r-24);
  padding: 56px 48px;
}

.rl-pricing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.rl-pricing__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
}

.rl-pricing__text {
  font-size: var(--fs-15);
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 24px;
}

.rl-pricing__factors {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rl-pricing__factor {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.6;
  padding-left: 16px;
  border-left: 2px solid var(--teal);
}
.rl-pricing__factor strong {
  color: var(--text-dark);
}

.rl-pricing__range-card {
  background: var(--white);
  border-radius: var(--r-20);
  padding: 36px 32px;
  text-align: center;
  box-shadow: var(--shadow-md);
}

.rl-pricing__range-label {
  font-size: var(--fs-12);
  font-weight: var(--w-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.rl-pricing__range-value {
  font-size: var(--fs-40);
  font-weight: var(--w-bold);
  color: var(--text-dark);
  line-height: 1.1;
  margin-bottom: 8px;
}

.rl-pricing__range-note {
  font-size: var(--fs-12);
  color: var(--text-muted);
}

.rl-pricing__disclaimer {
  font-size: var(--fs-12);
  color: var(--text-muted);
  text-align: center;
  margin-top: 12px;
}


/* --- RL Cities --- */
.rl-cities {
  padding: 0 0 80px;
}

.rl-cities__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.rl-cities__intro {
  font-size: var(--fs-15);
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 600px;
}

.rl-cities__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.rl-city-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: #F4F4F2;
  border-radius: var(--r-14);
  transition: all var(--ease-fast);
}
.rl-city-card:hover {
  background: #ECEAE6;
}

.rl-city-card__name {
  font-size: var(--fs-14);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
}

.rl-city-card__arrow {
  color: var(--teal);
  font-size: var(--fs-16);
  transition: transform var(--ease-fast);
}
.rl-city-card:hover .rl-city-card__arrow {
  transform: translateX(3px);
}


/* --- RL Final CTA --- */
.rl-final-cta {
  padding: 0 0 80px;
}

.rl-final-cta__card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 64px 48px;
  text-align: center;
}

.rl-final-cta__heading {
  font-size: var(--fs-40);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  color: var(--text-white);
  margin-bottom: 16px;
}

.rl-final-cta__text {
  font-size: var(--fs-16);
  color: var(--text-white-muted);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 32px;
}

.rl-final-cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}


/* --- RL Video + Uitleg --- */
.rl-video {
  padding: 80px 0;
}

.rl-video__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.rl-video__player {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--r-24);
  overflow: hidden;
}

.rl-video__placeholder {
  background: linear-gradient(145deg, #1a1a2e, #16213e);
  border-radius: var(--r-24);
  aspect-ratio: 16 / 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: transform var(--ease);
}

.rl-video__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r-20);
}
.rl-video__placeholder:hover {
  transform: scale(1.02);
}

.rl-video__play-btn {
  width: 64px;
  height: 64px;
  background: var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 8px 32px rgba(27, 122, 104, 0.35);
  transition: transform var(--ease-fast), box-shadow var(--ease-fast);
}
.rl-video__placeholder:hover .rl-video__play-btn {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(27, 122, 104, 0.5);
}

.rl-video__caption {
  font-size: var(--fs-13);
  color: rgba(255,255,255,0.6);
  font-weight: var(--w-medium);
}

.rl-video__content {
  padding: 8px 0;
}

.rl-video__heading {
  font-size: var(--fs-32);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.rl-video__text {
  font-size: var(--fs-15);
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 16px;
}
.rl-video__text:last-of-type {
  margin-bottom: 28px;
}

.rl-video__specs {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.rl-video__spec {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rl-video__spec-value {
  font-size: var(--fs-15);
  font-weight: var(--w-bold);
  color: var(--text-dark);
}

.rl-video__spec-label {
  font-size: var(--fs-12);
  color: var(--text-muted);
}


/* --- RL Compare Table --- */
.rl-compare {
  padding: 0 0 80px;
}

.rl-compare__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-24);
  padding: 48px;
}

.rl-compare__heading {
  font-size: var(--fs-32);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.rl-compare__intro {
  font-size: var(--fs-15);
  color: var(--text-muted);
  margin-bottom: 36px;
}

.rl-compare__table {
  width: 100%;
}

.rl-compare__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
}

.rl-compare__row--header {
  border-bottom: 2px solid var(--border);
  padding-bottom: 12px;
}

.rl-compare__cell {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.5;
}

.rl-compare__cell--label {
  font-weight: var(--w-semibold);
  color: var(--text-dark);
}

.rl-compare__row--header .rl-compare__cell {
  font-size: var(--fs-12);
  font-weight: var(--w-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.rl-compare__cell--old {
  color: var(--text-muted);
}

.rl-compare__cell--new {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-weight: var(--w-semibold);
}

.rl-compare__cell--new svg {
  flex-shrink: 0;
  color: var(--teal);
}

.rl-compare__row--header .rl-compare__cell--old,
.rl-compare__row--header .rl-compare__cell--new {
  color: var(--text-muted);
  font-weight: var(--w-semibold);
}


/* --- RL Before/After --- */
.rl-beforeafter {
  padding: 80px 0;
}

.rl-beforeafter__header {
  text-align: center;
  margin-bottom: 48px;
}

.rl-beforeafter__header .solutions__label {
  justify-content: center;
}

.rl-beforeafter__heading {
  font-size: var(--fs-32);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.rl-beforeafter__grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
}

.rl-beforeafter__item {
  flex: 1;
  max-width: 440px;
  text-align: center;
}

.rl-beforeafter__label {
  display: inline-block;
  font-size: var(--fs-12);
  font-weight: var(--w-bold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 20px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.rl-beforeafter__label--before {
  background: #FEE8E0;
  color: #C0392B;
}

.rl-beforeafter__label--after {
  background: #D5F5E3;
  color: var(--teal);
}

.rl-beforeafter__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--r-16);
  margin-bottom: 16px;
}

.rl-beforeafter__desc {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.7;
  padding: 0 8px;
}

.rl-beforeafter__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--cream);
  border-radius: 50%;
  color: var(--teal);
  align-self: center;
  margin-top: -24px;
}


/* ============================================================
   RELINING PAGE RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .rl-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .rl-hero__title { font-size: var(--fs-40); }
  .rl-video__grid { grid-template-columns: 1fr; gap: 36px; }
  .rl-compare__row { grid-template-columns: 1.4fr 1fr 1fr; }
  .rl-beforeafter__grid { gap: 24px; }
  .rl-process__steps { grid-template-columns: repeat(2, 1fr); }
  .rl-pricing__grid { grid-template-columns: 1fr; gap: 32px; }
  .rl-cities__grid { grid-template-columns: repeat(2, 1fr); }
  .rl-final-cta__buttons { flex-direction: column; }
}

@media (max-width: 640px) {
  .rl-hero { padding: 32px 0 56px; }
  .rl-hero__title { font-size: var(--fs-32); }
  .rl-hero__ctas { flex-direction: column; align-items: flex-start; }
  .rl-hero__trust { flex-wrap: wrap; gap: 16px; }
  .rl-hero__image-placeholder { height: 280px; }
  .rl-hero__image-card { height: 280px; }
  .rl-video__heading { font-size: var(--fs-28); }
  .rl-video__specs { flex-direction: column; gap: 16px; }
  .rl-compare__card { padding: 24px 16px; }
  .rl-compare__heading { font-size: var(--fs-28); }
  .rl-compare__row { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
  .rl-compare__cell--label { padding-bottom: 4px; border-bottom: 1px solid var(--border); }
  .rl-compare__row--header { display: none; }
  .rl-compare__cell--old::before { content: "Traditioneel: "; font-weight: var(--w-semibold); color: var(--text-muted); font-size: var(--fs-11); text-transform: uppercase; letter-spacing: 0.04em; }
  .rl-compare__cell--new::before { content: "Relining: "; font-weight: var(--w-semibold); font-size: var(--fs-11); text-transform: uppercase; letter-spacing: 0.04em; }
  .rl-beforeafter__grid { flex-direction: column; align-items: center; }
  .rl-beforeafter__arrow { transform: rotate(90deg); margin-top: 0; }
  .rl-beforeafter__heading { font-size: var(--fs-28); }
  .rl-process__card { padding: 32px 20px; }
  .rl-process__steps { grid-template-columns: 1fr; }
  .rl-process__heading { font-size: var(--fs-28); }
  .rl-pricing__card { padding: 32px 24px; }
  .rl-pricing__heading { font-size: var(--fs-28); }
  .rl-cities__grid { grid-template-columns: 1fr; }
  .rl-cities__heading { font-size: var(--fs-28); }
  .rl-final-cta__card { padding: 40px 24px; }
  .rl-final-cta__heading { font-size: var(--fs-28); }
}


/* ============================================================
   WERKWIJZE PAGE
   ============================================================ */

/* --- WW Hero: centered, calm --- */
.ww-hero {
  padding: 64px 0 80px;
  background: var(--white);
  text-align: center;
}

.ww-hero__content {
  max-width: 640px;
  margin: 0 auto;
}

.ww-hero__title {
  font-size: var(--fs-48);
  font-weight: var(--w-semibold);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text-dark);
  margin-top: 16px;
  margin-bottom: 20px;
}

.ww-hero__subtitle {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
}

.ww-hero__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.ww-hero__photo {
  position: relative;
  margin: 0;
  border-radius: var(--r-24);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 18px 40px -22px rgba(15, 30, 54, 0.28);
}

.ww-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms var(--ease);
}

.ww-hero__photo:hover img {
  transform: scale(1.04);
}

.ww-hero__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 30, 54, 0) 45%, rgba(15, 30, 54, 0.72) 100%);
  pointer-events: none;
}

.ww-hero__photo-caption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  font-size: var(--fs-13);
  font-weight: var(--w-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1024px) {
  .ww-hero__photos { gap: 14px; margin-top: 40px; }
}

@media (max-width: 640px) {
  .ww-hero__photos {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }
  .ww-hero__photo { aspect-ratio: 16 / 10; }
}


/* --- WW Values: 3-column pillars --- */
.ww-values {
  padding: 0 0 80px;
  background: var(--white);
}

.ww-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ww-values__card {
  background: var(--cream);
  border-radius: var(--r-16);
  padding: 36px 28px;
  text-align: center;
}

.ww-values__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--white);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.ww-values__title {
  font-size: var(--fs-18);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 10px;
}

.ww-values__text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.65;
}


/* --- WW Steps: vertical timeline --- */
.ww-steps {
  padding: 80px 0;
  background: var(--cream);
}

.ww-steps__header {
  text-align: center;
  margin-bottom: 56px;
}

.ww-steps__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.ww-steps__intro {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
}

.ww-steps__timeline {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ww-steps__item {
  display: grid;
  grid-template-columns: 56px 2px 1fr;
  gap: 0 24px;
  align-items: start;
}

.ww-steps__number {
  font-size: var(--fs-24);
  font-weight: var(--w-bold);
  color: var(--teal);
  text-align: center;
  line-height: 1;
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}

.ww-steps__line {
  width: 2px;
  background: var(--border);
  min-height: 100%;
  justify-self: center;
}

.ww-steps__item:last-child .ww-steps__line {
  background: transparent;
}

.ww-steps__card {
  background: var(--white);
  border-radius: var(--r-14);
  padding: 24px 28px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
}

.ww-steps__card-title {
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 8px;
}

.ww-steps__card-text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.65;
}


/* --- WW Services: 3 service cards --- */
.ww-services {
  padding: 80px 0;
  background: var(--white);
}

.ww-services__header {
  text-align: center;
  margin-bottom: 48px;
}

.ww-services__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.ww-services__intro {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
}

.ww-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ww-services__card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-16);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: border-color var(--ease), box-shadow var(--ease);
}

.ww-services__card:hover {
  border-color: var(--teal);
  box-shadow: var(--shadow-md);
}

.ww-services__card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.ww-services__card-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-10);
  background: #E6F5F0;
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ww-services__card-title {
  font-size: var(--fs-18);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
}

.ww-services__card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-bottom: 24px;
}

.ww-services__card-list li {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}

.ww-services__card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.ww-services__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.ww-services__card-duration {
  font-size: var(--fs-13);
  color: var(--text-muted);
  font-weight: var(--w-medium);
}

.ww-services__card-link {
  font-size: var(--fs-13);
  font-weight: var(--w-semibold);
  color: var(--teal);
  text-decoration: none;
  transition: color var(--ease);
}

.ww-services__card-link:hover {
  color: var(--teal-dark);
}


/* --- WW Equipment: navy card with list --- */
.ww-equipment {
  padding: 0 0 80px;
  background: var(--white);
}

.ww-equipment__card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 56px 48px;
}

.ww-equipment__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.ww-equipment__heading {
  font-size: var(--fs-32);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-white);
  margin-top: 16px;
  margin-bottom: 16px;
}

.ww-equipment__text {
  font-size: var(--fs-15);
  color: var(--text-white-muted);
  line-height: 1.7;
}

.ww-equipment__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ww-equipment__item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border-radius: var(--r-12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ww-equipment__item-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-8);
  background: #E6F5F0;
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ww-equipment__item strong {
  display: block;
  font-size: var(--fs-14);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 2px;
}

.ww-equipment__item span {
  font-size: var(--fs-13);
  color: var(--text-muted);
  line-height: 1.5;
}


/* --- WW Guarantee: navy card with 4 stats --- */
.ww-guarantee {
  padding: 80px 0;
  background: var(--white);
}

.ww-guarantee__card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 56px 48px;
}

.ww-guarantee__header {
  text-align: center;
  margin-bottom: 48px;
}

.ww-guarantee__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-white);
  margin-bottom: 12px;
}

.ww-guarantee__intro {
  font-size: var(--fs-16);
  color: var(--text-white-muted);
  line-height: 1.7;
}

.ww-guarantee__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ww-guarantee__item {
  background: var(--white);
  border-radius: var(--r-14);
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ww-guarantee__item-value {
  font-size: var(--fs-32);
  font-weight: var(--w-bold);
  color: var(--teal);
  line-height: 1;
  margin-bottom: 6px;
}

.ww-guarantee__item-label {
  font-size: var(--fs-12);
  font-weight: var(--w-semibold);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.ww-guarantee__item-text {
  font-size: var(--fs-13);
  color: var(--text-body);
  line-height: 1.6;
}


/* ============================================================
   WERKWIJZE PAGE RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .ww-values__grid { grid-template-columns: repeat(3, 1fr); }
  .ww-services__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .ww-equipment__grid { grid-template-columns: 1fr; gap: 36px; }
  .ww-equipment__card { padding: 40px 32px; }
  .ww-guarantee__card { padding: 40px 32px; }
  .ww-guarantee__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .ww-hero { padding: 32px 0 48px; }
  .ww-hero__title { font-size: var(--fs-32); }
  .ww-values__grid { grid-template-columns: 1fr; }
  .ww-values { padding-bottom: 56px; }
  .ww-steps { padding: 56px 0; }
  .ww-steps__heading { font-size: var(--fs-28); }
  .ww-steps__item { grid-template-columns: 40px 2px 1fr; gap: 0 16px; }
  .ww-steps__number { font-size: var(--fs-18); }
  .ww-steps__card { padding: 20px; }
  .ww-services { padding: 56px 0; }
  .ww-services__heading { font-size: var(--fs-28); }
  .ww-equipment__card { padding: 32px 24px; }
  .ww-equipment__heading { font-size: var(--fs-28); }
  .ww-guarantee { padding: 56px 0; }
  .ww-guarantee__card { padding: 32px 20px; }
  .ww-guarantee__heading { font-size: var(--fs-28); }
  .ww-guarantee__grid { grid-template-columns: 1fr 1fr; }
  .ww-guarantee__item { padding: 20px 14px; }
  .ww-guarantee__item-value { font-size: var(--fs-24); }
}


/* ============================================================
   ONTSTOPPING PAGE
   ============================================================ */

/* --- OS Hero: urgency-driven, phone CTA primary --- */
.os-hero {
  padding: 64px 0 80px;
  background: var(--white);
}

.os-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.os-hero__urgent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-12);
  font-weight: var(--w-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
}

.os-hero__urgent-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  animation: os-pulse 2s ease-in-out infinite;
}

@keyframes os-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.4); }
}

.os-hero__title {
  font-size: var(--fs-48);
  font-weight: var(--w-semibold);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.os-hero__subtitle {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 32px;
}

.os-hero__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

.os-hero__call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.os-hero__trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.os-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-14);
  color: var(--text-body);
  font-weight: var(--w-medium);
}

.os-hero__trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E6F5F0;
  color: var(--teal);
  flex-shrink: 0;
}

.os-hero__trust-icon svg {
  width: 13px;
  height: 13px;
}

/* Hero visual — image card with pulsing badge */
.os-hero__visual {
  display: flex;
  justify-content: center;
}

.os-hero__image-card {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-24);
  overflow: hidden;
}

.os-hero__image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--navy);
  border-radius: var(--r-24);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-image);
}

.os-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r-20);
}

.os-hero__image-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(27, 122, 104, 0.95);
  color: var(--white);
  font-size: var(--fs-13);
  font-weight: var(--w-semibold);
  padding: 10px 18px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.os-hero__image-badge-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5DFFA0;
  animation: os-badge-pulse 1.5s ease-in-out infinite;
}

@keyframes os-badge-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(93, 255, 160, 0.5); }
  50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(93, 255, 160, 0); }
}


/* --- OS Problems: 6-card grid --- */
.os-problems {
  padding: 80px 0;
  background: var(--cream);
}

.os-problems__header {
  text-align: center;
  margin-bottom: 48px;
}

.os-problems__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-top: 12px;
}

.os-problems__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.os-problems__card {
  background: var(--white);
  border-radius: var(--r-16);
  padding: 28px 24px;
  transition: box-shadow var(--ease), transform var(--ease);
}

.os-problems__card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.os-problems__card-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-12);
  background: #E6F5F0;
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.os-problems__card-title {
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.os-problems__card-text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.65;
}


/* --- OS Situations: warning signs grid --- */
.os-situations {
  padding: 80px 0;
  background: var(--white);
}

.os-situations__header {
  text-align: center;
  margin-bottom: 48px;
}

.os-situations__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-top: 12px;
}

.os-situations__intro {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
  max-width: 520px;
  margin: 16px auto 0;
}

.os-situations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.os-situations__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 24px;
  background: #FFF8F3;
  border: 1px solid #F5E6D8;
  border-radius: var(--r-14);
  transition: border-color var(--ease), box-shadow var(--ease);
}

.os-situations__item:hover {
  border-color: var(--orange);
  box-shadow: 0 2px 8px rgba(232, 117, 46, 0.08);
}

.os-situations__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-8);
  background: var(--orange);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.os-situations__icon svg {
  width: 20px;
  height: 20px;
}

.os-situations__item h3 {
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  line-height: 1.4;
}


/* --- OS Reviews: 3 testimonial cards --- */
.os-reviews {
  padding: 80px 0;
  background: #F8F7F5;
}

.os-reviews__header {
  text-align: center;
  margin-bottom: 48px;
}

.os-reviews__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-top: 12px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.os-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.os-reviews__card {
  background: var(--white);
  border-radius: var(--r-16);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.os-reviews__stars {
  font-size: var(--fs-18);
  color: #F59E0B;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.os-reviews__quote {
  font-size: var(--fs-15);
  color: var(--text-body);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 20px;
  font-style: italic;
}

.os-reviews__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.os-reviews__name {
  font-size: var(--fs-14);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
}

.os-reviews__location {
  font-size: var(--fs-13);
  color: var(--text-muted);
}


/* --- OS Cross-sell: navy card to relining --- */
.os-crosssell {
  padding: 0 0 80px;
  background: #F8F7F5;
}

.os-crosssell__card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 56px 48px;
  overflow: hidden;
}

.os-crosssell__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.os-crosssell__heading {
  font-size: var(--fs-32);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-white);
  margin-top: 16px;
  margin-bottom: 16px;
}

.os-crosssell__text {
  font-size: var(--fs-15);
  color: var(--text-white-muted);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 460px;
}

.os-crosssell__visual {
  display: flex;
  justify-content: center;
}

.os-crosssell__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-16);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.os-crosssell__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ============================================================
   ONTSTOPPING PAGE RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .os-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .os-hero__title { font-size: var(--fs-40); }
  .os-problems__grid { grid-template-columns: repeat(2, 1fr); }
  .os-situations__grid { grid-template-columns: repeat(2, 1fr); }
  .os-reviews__grid { grid-template-columns: repeat(2, 1fr); }
  .os-crosssell__grid { grid-template-columns: 1fr; }
  .os-crosssell__card { padding: 40px 32px; }
}

@media (max-width: 640px) {
  .os-hero { padding: 32px 0 56px; }
  .os-hero__title { font-size: var(--fs-32); }
  .os-hero__subtitle { font-size: var(--fs-15); }
  .os-hero__ctas { flex-direction: column; align-items: stretch; }
  .os-hero__call-btn { justify-content: center; }
  .os-hero__trust { gap: 16px; }
  .os-hero__image-placeholder { height: 220px; aspect-ratio: auto; }
  .os-problems__heading { font-size: var(--fs-28); }
  .os-problems__grid { grid-template-columns: 1fr; }
  .os-situations__heading { font-size: var(--fs-28); }
  .os-situations__grid { grid-template-columns: 1fr; }
  .os-situations__item { padding: 16px 20px; }
  .os-reviews__heading { font-size: var(--fs-28); }
  .os-reviews__grid { grid-template-columns: 1fr; }
  .os-reviews__card { padding: 24px 20px; }
  .os-crosssell__card { padding: 32px 24px; }
  .os-crosssell__heading { font-size: var(--fs-28); }
  .os-crosssell__image { aspect-ratio: 4 / 3; }
}


/* ============================================================
   CAMERA-INSPECTIE PAGE
   ============================================================ */

/* --- CI Hero: professional, informational --- */
.ci-hero {
  padding: 64px 0 80px;
  background: var(--white);
}

.ci-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.ci-hero__title {
  font-size: var(--fs-48);
  font-weight: var(--w-semibold);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text-dark);
  margin-top: 16px;
  margin-bottom: 20px;
}

.ci-hero__subtitle {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 32px;
}

.ci-hero__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

.ci-hero__trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.ci-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-14);
  color: var(--text-body);
  font-weight: var(--w-medium);
}

.ci-hero__trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E6F5F0;
  color: var(--teal);
  flex-shrink: 0;
}

.ci-hero__trust-icon svg {
  width: 13px;
  height: 13px;
}

.ci-hero__visual {
  display: flex;
  justify-content: center;
}

.ci-hero__image-card {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-24);
  overflow: hidden;
}

.ci-hero__image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--navy);
  border-radius: var(--r-24);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-image);
}

.ci-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r-20);
}

.ci-hero__image-badge {
  position: absolute;
  bottom: -12px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--text-dark);
  font-size: var(--fs-13);
  font-weight: var(--w-semibold);
  padding: 10px 20px;
  border-radius: 100px;
  box-shadow: var(--shadow-md);
}

.ci-hero__image-badge svg {
  color: var(--teal);
}


/* --- CI When: situations grid with numbered cards --- */
.ci-when {
  padding: 80px 0;
  background: var(--cream);
}

.ci-when__header {
  text-align: center;
  margin-bottom: 48px;
}

.ci-when__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-top: 12px;
}

.ci-when__intro {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
  max-width: 520px;
  margin: 16px auto 0;
}

.ci-when__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ci-when__card {
  background: var(--white);
  border-radius: var(--r-16);
  padding: 28px 24px;
  transition: box-shadow var(--ease), transform var(--ease);
}

.ci-when__card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.ci-when__card-number {
  font-size: var(--fs-12);
  font-weight: var(--w-bold);
  color: var(--teal);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
}

.ci-when__card-title {
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.ci-when__card-text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.65;
}


/* --- CI Detect: navy card with detection types --- */
.ci-detect {
  padding: 80px 0;
  background: var(--white);
}

.ci-detect__card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 56px 48px;
}

.ci-detect__header {
  text-align: center;
  margin-bottom: 40px;
}

.ci-detect__heading {
  font-size: var(--fs-32);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-white);
  margin-bottom: 12px;
}

.ci-detect__intro {
  font-size: var(--fs-16);
  color: var(--text-white-muted);
  line-height: 1.7;
}

.ci-detect__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ci-detect__item {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: var(--white);
  border-radius: var(--r-14);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform var(--ease), box-shadow var(--ease);
}

.ci-detect__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.ci-detect__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-8);
  background: #E6F5F0;
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ci-detect__item strong {
  display: block;
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 4px;
}

.ci-detect__item p {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.6;
}


/* --- CI Report: two-column with checklist --- */
.ci-report {
  padding: 80px 0;
  background: var(--cream);
}

.ci-report__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.ci-report__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-top: 12px;
  margin-bottom: 16px;
}

.ci-report__text {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 28px;
}

.ci-report__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ci-report__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: var(--fs-15);
  color: var(--text-dark);
  line-height: 1.5;
  font-weight: var(--w-medium);
}

.ci-report__list-item svg {
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 3px;
}

.ci-report__visual {
  display: flex;
  justify-content: center;
}

.ci-report__image {
  width: 100%;
  aspect-ratio: 3 / 4;
  max-width: 360px;
  background: var(--navy);
  border-radius: var(--r-24);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-image);
}


/* --- CI Audience: 4 target group cards --- */
.ci-audience {
  padding: 80px 0;
  background: var(--white);
}

.ci-audience__header {
  text-align: center;
  margin-bottom: 48px;
}

.ci-audience__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-top: 12px;
}

.ci-audience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ci-audience__card {
  background: var(--cream);
  border-radius: var(--r-16);
  padding: 28px 24px;
  text-align: center;
  transition: box-shadow var(--ease), transform var(--ease);
}

.ci-audience__card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.ci-audience__card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-12);
  background: var(--white);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.ci-audience__card-title {
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 8px;
}

.ci-audience__card-text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.65;
}


/* --- CI Cross-sell: two service link cards --- */
.ci-crosssell {
  padding: 80px 0;
  background: var(--cream);
}

.ci-crosssell__header {
  text-align: center;
  margin-bottom: 36px;
}

.ci-crosssell__main-heading {
  font-size: var(--fs-28);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

.ci-crosssell__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ci-crosssell__card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--r-16);
  padding: 32px 28px;
  text-decoration: none;
  border: 1px solid var(--border-light);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

.ci-crosssell__card:hover {
  border-color: var(--teal);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.ci-crosssell__card-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-12);
  background: #E6F5F0;
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ci-crosssell__card-title {
  font-size: var(--fs-18);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 8px;
}

.ci-crosssell__card-text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}

.ci-crosssell__card-link {
  font-size: var(--fs-14);
  font-weight: var(--w-semibold);
  color: var(--teal);
  transition: color var(--ease);
}

.ci-crosssell__card:hover .ci-crosssell__card-link {
  color: var(--teal-dark);
}


/* ============================================================
   CAMERA-INSPECTIE PAGE RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .ci-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .ci-hero__title { font-size: var(--fs-40); }
  .ci-when__grid { grid-template-columns: repeat(2, 1fr); }
  .ci-detect__grid { grid-template-columns: 1fr; }
  .ci-detect__card { padding: 40px 32px; }
  .ci-report__grid { grid-template-columns: 1fr; gap: 36px; }
  .ci-audience__grid { grid-template-columns: repeat(2, 1fr); }
  .ci-crosssell__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .ci-hero { padding: 32px 0 56px; }
  .ci-hero__title { font-size: var(--fs-32); }
  .ci-hero__ctas { flex-direction: column; align-items: stretch; }
  .ci-hero__trust { gap: 16px; }
  .ci-hero__image-placeholder { height: 220px; aspect-ratio: auto; }
  .ci-when__heading { font-size: var(--fs-28); }
  .ci-when__grid { grid-template-columns: 1fr; }
  .ci-detect__card { padding: 32px 20px; }
  .ci-detect__heading { font-size: var(--fs-28); }
  .ci-detect__item { padding: 16px; }
  .ci-report__heading { font-size: var(--fs-28); }
  .ci-report__image { max-width: 280px; aspect-ratio: 1 / 1; }
  .ci-audience__heading { font-size: var(--fs-28); }
  .ci-audience__grid { grid-template-columns: 1fr; }
  .ci-audience__card { text-align: left; display: flex; flex-direction: row; gap: 16px; align-items: flex-start; }
  .ci-audience__card-icon { margin: 0; }
  .ci-crosssell__main-heading { font-size: var(--fs-24); }
  .ci-crosssell__card { padding: 24px 20px; }
}


/* ============================================================
   CONTACT PAGE
   ============================================================ */

/* --- Contact Hero: info left, form right --- */
.contact-hero {
  padding: 56px 0 80px;
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-hero__info {
  padding-top: 16px;
}

.contact-hero__title {
  font-size: var(--fs-48);
  font-weight: var(--w-medium);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.contact-hero__subtitle {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 440px;
}

/* Contact methods — stacked cards */
.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #F4F4F2;
  border-radius: var(--r-14);
  transition: background var(--ease-fast);
}
.contact-method:hover { background: #ECEAE6; }

.contact-method__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-12);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--teal);
  box-shadow: var(--shadow-sm);
}

.contact-method__label {
  font-size: var(--fs-12);
  color: var(--text-muted);
  font-weight: var(--w-medium);
  margin-bottom: 2px;
}

.contact-method__value {
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
}

/* Trust badges */
.contact-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-13);
  font-weight: var(--w-medium);
  color: var(--text-body);
}

.contact-trust__item svg {
  color: var(--teal);
  flex-shrink: 0;
}

/* --- Form card: dark navy --- */
.contact-form-card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 40px 36px;
}

.contact-form-card__title {
  font-size: var(--fs-24);
  font-weight: var(--w-semibold);
  color: var(--text-white);
  margin-bottom: 6px;
}

.contact-form-card__subtitle {
  font-size: var(--fs-13);
  color: var(--text-white-muted);
  margin-bottom: 28px;
}

/* Form layout */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Dark form inputs */
.form-label--light {
  font-size: var(--fs-13);
  font-weight: var(--w-medium);
  color: var(--text-white-muted);
}

.form-input--dark {
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-12);
  font-size: var(--fs-14);
  color: var(--text-white);
  background: rgba(255,255,255,0.04);
  transition: border-color var(--ease-fast), background var(--ease-fast);
  min-height: 48px;
  font-family: var(--font);
}
.form-input--dark::placeholder {
  color: rgba(255,255,255,0.25);
}
.form-input--dark:focus {
  outline: none;
  border-color: var(--teal);
  background: rgba(255,255,255,0.07);
}

.form-select--dark {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='rgba(255,255,255,0.4)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-select--dark option {
  background: var(--navy);
  color: var(--text-white);
}

.form-textarea--dark {
  resize: vertical;
  min-height: 100px;
}

/* Submit button */
.contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 18px 32px;
  background: var(--orange);
  color: var(--white);
  font-family: var(--font);
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  border: none;
  border-radius: var(--r-14);
  cursor: pointer;
  transition: background var(--ease);
  margin-top: 4px;
}
.contact-form__submit:hover { background: var(--orange-hover); }
.contact-form__submit:active { transform: scale(0.98); }

.contact-form__disclaimer {
  font-size: var(--fs-11);
  color: var(--text-white-soft);
  text-align: center;
  line-height: 1.5;
}


/* --- Service Area --- */
.service-area {
  padding: 0 0 80px;
}

.service-area__card {
  background: var(--cream);
  border-radius: var(--r-24);
  padding: 48px;
}

.service-area__header {
  margin-bottom: 28px;
}

.service-area__heading {
  font-size: var(--fs-28);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 8px;
}

.service-area__text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.7;
  max-width: 600px;
}

.service-area__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-area__city {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background: var(--white);
  border-radius: var(--r-pill);
  font-size: var(--fs-13);
  font-weight: var(--w-medium);
  color: var(--text-dark);
  border: 1px solid var(--border-light);
}

.service-area__city--more {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
  font-weight: var(--w-semibold);
}


/* --- FAQ --- */
.faq {
  padding: 80px 0;
}

.faq__header {
  margin-bottom: 36px;
}

.faq__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.faq__item {
  background: #F4F4F2;
  border-radius: var(--r-14);
  overflow: hidden;
  transition: background var(--ease-fast);
}
.faq__item[open] { background: #EEECEA; }

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.faq__question::-webkit-details-marker { display: none; }

.faq__chevron {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform var(--ease);
}
.faq__item[open] .faq__chevron {
  transform: rotate(180deg);
}

.faq__answer {
  padding: 0 24px 20px;
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.7;
}


/* ============================================================
   CONTACT PAGE RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .contact-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-hero__title { font-size: var(--fs-40); }
  .faq__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .contact-hero { padding: 32px 0 56px; }
  .contact-hero__title { font-size: var(--fs-32); }
  .contact-form__row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 28px 20px; }
  .service-area__card { padding: 28px; }
  .faq__heading { font-size: var(--fs-28); }
}


/* ============================================================
   OFFERTE PAGE
   ============================================================ */

/* --- OF Hero: form + trust side-by-side --- */
.of-hero {
  padding: 64px 0 80px;
  background: var(--cream);
}

.of-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.of-hero__content {
  padding-top: 16px;
}

.of-hero__title {
  font-size: var(--fs-40);
  font-weight: var(--w-bold);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--text-dark);
  margin-top: 20px;
  margin-bottom: 16px;
}

.of-hero__subtitle {
  font-size: var(--fs-16);
  color: var(--text-body);
  line-height: 1.7;
  max-width: 440px;
  margin-bottom: 32px;
}

.of-hero__includes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.of-hero__include {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.of-hero__include-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.of-hero__include strong {
  display: block;
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 2px;
}

.of-hero__include span {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.5;
}

.of-hero__phone {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--border-light);
  padding-top: 20px;
}

.of-hero__phone-label {
  font-size: var(--fs-14);
  color: var(--text-muted);
}

.of-hero__phone-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  color: var(--teal);
  text-decoration: none;
  transition: color var(--ease-fast);
}

.of-hero__phone-link:hover {
  color: var(--teal-dark);
}

/* --- Form card --- */
.of-hero__form-wrap {
  position: sticky;
  top: 100px;
}

.of-hero__form-card {
  background: var(--white);
  border-radius: var(--r-20);
  padding: 36px 32px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}

.of-hero__form-title {
  font-size: var(--fs-24);
  font-weight: var(--w-bold);
  color: var(--text-dark);
  margin-bottom: 6px;
}

.of-hero__form-subtitle {
  font-size: var(--fs-14);
  color: var(--text-muted);
  margin-bottom: 28px;
}

.of-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.of-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.of-form__textarea {
  min-height: 100px;
  resize: vertical;
}

.of-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 28px;
  background: var(--orange);
  color: var(--white);
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  border: none;
  border-radius: var(--r-12);
  cursor: pointer;
  transition: background var(--ease-fast), transform var(--ease-fast);
  margin-top: 4px;
}

.of-form__submit:hover {
  background: var(--orange-hover);
}

.of-form__submit:active {
  transform: scale(0.98);
}

.of-form__disclaimer {
  font-size: var(--fs-12);
  color: var(--text-muted);
  text-align: center;
  line-height: 1.5;
  margin-top: 4px;
}


/* --- OF How-to: 3 steps --- */
.of-howto {
  padding: 80px 0;
  background: var(--white);
}

.of-howto__header {
  text-align: center;
  margin-bottom: 48px;
}

.of-howto__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  letter-spacing: -0.015em;
}

.of-howto__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.of-howto__step {
  text-align: center;
  padding: 32px 24px;
  background: var(--cream);
  border-radius: var(--r-16);
  transition: box-shadow var(--ease), transform var(--ease);
}

.of-howto__step:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.of-howto__step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-18);
  font-weight: var(--w-bold);
  margin: 0 auto 18px;
}

.of-howto__step-title {
  font-size: var(--fs-16);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  margin-bottom: 10px;
}

.of-howto__step-text {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.7;
}


/* --- OF Prices: navy card with price items --- */
.of-prices {
  padding: 80px 0;
  background: var(--cream);
}

.of-prices__card {
  background: var(--navy);
  border-radius: var(--r-24);
  padding: 48px 40px;
}

.of-prices__header {
  text-align: center;
  margin-bottom: 36px;
}

.of-prices__heading {
  font-size: var(--fs-32);
  font-weight: var(--w-bold);
  color: var(--white);
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.of-prices__intro {
  font-size: var(--fs-15);
  color: var(--text-white-muted);
  line-height: 1.6;
}

.of-prices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.of-prices__item {
  background: var(--white);
  border-radius: var(--r-16);
  padding: 28px 24px;
  text-align: center;
}

.of-prices__item-label {
  font-size: var(--fs-14);
  font-weight: var(--w-medium);
  color: var(--text-muted);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.of-prices__item-value {
  font-size: var(--fs-28);
  font-weight: var(--w-bold);
  color: var(--teal);
  margin-bottom: 6px;
}

.of-prices__item-note {
  font-size: var(--fs-13);
  color: var(--text-body);
}

.of-prices__footnote {
  font-size: var(--fs-13);
  color: var(--text-white-muted);
  text-align: center;
  line-height: 1.6;
}


/* --- OF Trust: 4 stat cards --- */
.of-trust {
  padding: 80px 0;
  background: var(--white);
}

.of-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.of-trust__stat {
  text-align: center;
  padding: 32px 20px;
  background: var(--cream);
  border-radius: var(--r-16);
}

.of-trust__stat-value {
  font-size: var(--fs-32);
  font-weight: var(--w-bold);
  color: var(--teal);
  margin-bottom: 6px;
}

.of-trust__stat-label {
  font-size: var(--fs-14);
  color: var(--text-body);
  line-height: 1.5;
}


/* --- OFFERTE PAGE RESPONSIVE --- */
@media (max-width: 1024px) {
  .of-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .of-hero__form-wrap { position: static; }
  .of-hero__title { font-size: var(--fs-36); }
  .of-howto__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .of-prices__grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto 28px; }
  .of-prices__card { padding: 40px 28px; }
  .of-trust__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .of-hero { padding: 32px 0 56px; }
  .of-hero__title { font-size: var(--fs-32); }
  .of-hero__form-card { padding: 28px 20px; }
  .of-form__row { grid-template-columns: 1fr; }
  .of-prices__card { padding: 32px 20px; }
  .of-prices__heading { font-size: var(--fs-28); }
  .of-howto__heading { font-size: var(--fs-28); }
  .of-trust__grid { gap: 12px; }
  .of-trust__stat { padding: 24px 16px; }
  .of-trust__stat-value { font-size: var(--fs-28); }
}


/* ============================================================
   14. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero__left { max-width: 100%; }
  .hero__right { max-width: 560px; }
  .hero__image-card { height: 440px; }
  .hero__title { font-size: var(--fs-40); }
  .services-block { margin: 0 var(--gutter); padding: 48px 32px; }
  .services__grid { grid-template-columns: 1fr; }
  .stats-inner__grid { grid-template-columns: repeat(2, 1fr); }
  .solutions__grid { grid-template-columns: 1fr; gap: 32px; }
  .stats-row__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__headline { font-size: var(--fs-28); }
}

@media (max-width: 640px) {
  :root { --gutter: 16px; }

  /* Nav: remove backdrop-filter on mobile — it creates a stacking context
     that would trap the fixed-position mobile menu inside the nav bar */
  .nav {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav__links, .nav__cta { display: none; }
  .nav__hamburger {
    display: flex;
    position: relative;
    z-index: 62;
    transition: transform 200ms var(--ease);
  }
  .nav__hamburger span {
    transition: transform 280ms var(--ease), opacity 200ms var(--ease);
    transform-origin: center;
  }

  /* FULL-PAGE MOBILE MENU — cream overlay, instant solid background,
     staggered item fade-in (no container fade to avoid see-through glitch) */
  .nav__links--open {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    inset: 0;
    background: var(--cream);
    padding: 96px 24px 40px;
    gap: 0;
    z-index: 60;
    overflow-y: auto;
  }

  .nav__links--open li {
    opacity: 0;
    transform: translateY(14px);
    animation: navLinkIn 420ms var(--ease) forwards;
    border-bottom: 1px solid rgba(15, 30, 54, 0.08);
  }
  .nav__links--open li:nth-child(1) { animation-delay: 80ms; }
  .nav__links--open li:nth-child(2) { animation-delay: 140ms; }
  .nav__links--open li:nth-child(3) { animation-delay: 200ms; }
  .nav__links--open li:nth-child(4) { animation-delay: 260ms; }
  .nav__links--open li:nth-child(5) { animation-delay: 320ms; }

  .nav__links--open .nav__link {
    display: block;
    border: none;
    padding: 20px 4px;
    font-size: 1.375rem;
    font-weight: var(--w-semibold);
    color: var(--text-dark);
    letter-spacing: -0.01em;
  }

  .nav__links--open .nav__link:hover,
  .nav__links--open .nav__link--active {
    color: var(--teal);
  }

  /* CTA: reuse the existing .nav__cta div, fix it to bottom of mobile menu */
  body:has(.nav__links--open) .nav__cta {
    display: block;
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 32px;
    margin: 0;
    z-index: 61;
  }
  body:has(.nav__links--open) .nav__cta .btn--outline-pill {
    display: block;
    width: 100%;
    padding: 20px 24px;
    background: var(--teal);
    color: var(--white);
    border-color: var(--teal);
    text-align: center;
    font-size: 1rem;
    font-weight: var(--w-semibold);
    border-radius: var(--r-pill);
    box-shadow: 0 10px 32px rgba(27, 122, 104, 0.25);
  }
  body:has(.nav__links--open) .nav__cta .btn--outline-pill:hover {
    background: #166558;
    border-color: #166558;
  }

  /* Hamburger transforms into X when menu open */
  body:has(.nav__links--open) .nav__hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  body:has(.nav__links--open) .nav__hamburger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  body:has(.nav__links--open) .nav__hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  /* Prevent body scroll when mobile menu is open */
  body:has(.nav__links--open) {
    overflow: hidden;
  }

  @keyframes navMenuFade {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  @keyframes navLinkIn {
    to { opacity: 1; transform: translateY(0); }
  }
  .hero { padding: 32px 0 56px; }
  .hero__title { font-size: var(--fs-32); }
  .hero__subtitle { font-size: var(--fs-16); margin-bottom: 24px; }
  .hero__bullets { margin-bottom: 24px; }
  .hero__bullet { font-size: var(--fs-14); }
  .hero__cta-row { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 20px; }
  .hero__cta { width: 100%; padding: 16px 24px; }
  .hero__trust { gap: 10px; font-size: var(--fs-12); }
  .hero__trust-divider { display: none; }
  .hero__image-card { height: 320px; }
  .hero__stat-overlay { left: 16px; right: 16px; bottom: 16px; padding: 16px 18px; gap: 10px; }
  .hero__stat-number { font-size: var(--fs-32); }
  .hero__stat-label { font-size: var(--fs-12); }
  .solutions__images { height: 360px; }
  .services-block { margin: 0 8px; padding: 32px 20px; }
  .services__header { flex-direction: column; gap: 16px; }
  .services__heading { font-size: var(--fs-32); }
  .stats-inner { padding: 24px; }
  .stats-inner__top { flex-direction: column; gap: 16px; }
  .stats-inner__heading { font-size: var(--fs-28); }
  .stats-inner__meta { text-align: left; }
  .stats-inner__grid { grid-template-columns: 1fr; gap: 12px; }
  .stat-card { padding: 24px 22px; }
  .stat-card__compare-row { grid-template-columns: 72px 1fr auto; gap: 12px; }
  .stat-card__compare-label { font-size: 0.625rem; }
  .stat-card__compare-value { font-size: 0.75rem; min-width: auto; }
  .solutions { padding: 56px 0; }
  .solutions__heading { font-size: var(--fs-28); }
  .solutions__img { min-height: 180px; }
  .stats-row { padding-bottom: 56px; }
  .reviews__card { padding: 28px; }
  .reviews__header { flex-direction: column; gap: 16px; }
  .reviews__heading { font-size: var(--fs-28); }
  .reviews__grid { grid-template-columns: 1fr; }
  .footer__card { padding: 28px 24px 20px; }
  .footer__main { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer__headline { font-size: var(--fs-24); }
  .footer__nav { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer__links { flex-wrap: wrap; gap: 16px; }
  .footer__bottom { flex-direction: column; gap: 12px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}


/* ============================================================
   15. BLOG OVERVIEW PAGE (bl-*)
   ============================================================ */
.bl-hero {
  padding: 72px 0 48px;
}

.bl-hero__inner {
  max-width: 720px;
}

.bl-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-11);
  font-weight: var(--w-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(27, 122, 104, 0.08);
  border: 1px solid rgba(27, 122, 104, 0.12);
  padding: 8px 16px;
  border-radius: var(--r-pill);
  margin-bottom: 24px;
}

.bl-hero__label-dot {
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}

.bl-hero__title {
  font-size: var(--fs-48);
  font-weight: var(--w-medium);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--text-dark);
  margin: 0 0 18px;
}

.bl-hero__title-accent {
  color: var(--teal);
  font-weight: var(--w-semibold);
}

.bl-hero__subtitle {
  font-size: var(--fs-17);
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0;
}


/* ------- Featured post ------- */
.bl-featured {
  padding: 16px 0 32px;
}

.bl-featured__card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  background: var(--white);
  border-radius: var(--r-24);
  overflow: hidden;
  box-shadow: 0 12px 40px -12px rgba(15, 30, 54, 0.18);
  text-decoration: none;
  color: inherit;
  transition: transform var(--ease), box-shadow var(--ease);
}

.bl-featured__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 48px -12px rgba(15, 30, 54, 0.25);
}

.bl-featured__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #d4d0c8;
}

.bl-featured__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl-featured__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--orange);
  color: var(--white);
  font-size: var(--fs-11);
  font-weight: var(--w-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  z-index: 2;
}

.bl-featured__body {
  padding: 48px 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bl-featured__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-12);
  color: var(--text-muted);
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.bl-featured__category {
  display: inline-block;
  background: rgba(27, 122, 104, 0.1);
  color: var(--teal);
  font-weight: var(--w-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--r-pill);
}

.bl-featured__dot {
  width: 3px;
  height: 3px;
  background: var(--text-muted);
  border-radius: 50%;
  opacity: 0.6;
}

.bl-featured__title {
  font-size: var(--fs-32);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin: 0 0 16px;
}

.bl-featured__excerpt {
  font-size: var(--fs-16);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 24px;
}

.bl-featured__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-15);
  font-weight: var(--w-semibold);
  color: var(--teal);
}

.bl-featured__arrow {
  display: inline-block;
  transition: transform var(--ease-fast);
}

.bl-featured__card:hover .bl-featured__arrow {
  transform: translateX(4px);
}


/* ------- Grid section ------- */
.bl-grid-section {
  padding: 48px 0 80px;
}

.bl-grid-section__header {
  max-width: 620px;
  margin-bottom: 32px;
}

.bl-grid-section__heading {
  font-size: var(--fs-32);
  font-weight: var(--w-semibold);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin: 0 0 12px;
}

.bl-grid-section__text {
  font-size: var(--fs-15);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

.bl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bl-card {
  background: var(--white);
  border-radius: var(--r-20);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 30, 54, 0.06);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.bl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px -12px rgba(15, 30, 54, 0.18);
  border-color: rgba(27, 122, 104, 0.2);
}

.bl-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #d4d0c8;
}

.bl-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.bl-card:hover .bl-card__img {
  transform: scale(1.04);
}

.bl-card__body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bl-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-12);
  color: var(--text-muted);
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.bl-card__category {
  display: inline-block;
  background: rgba(27, 122, 104, 0.1);
  color: var(--teal);
  font-weight: var(--w-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-size: var(--fs-11);
}

.bl-card__dot {
  width: 3px;
  height: 3px;
  background: var(--text-muted);
  border-radius: 50%;
  opacity: 0.6;
}

.bl-card__title {
  font-size: var(--fs-20);
  font-weight: var(--w-semibold);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--text-dark);
  margin: 0 0 12px;
}

.bl-card__excerpt {
  font-size: var(--fs-14);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 20px;
  flex: 1;
}

.bl-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-13);
  font-weight: var(--w-semibold);
  color: var(--teal);
}

.bl-card__arrow {
  display: inline-block;
  transition: transform var(--ease-fast);
}

.bl-card:hover .bl-card__arrow {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .bl-hero { padding: 48px 0 32px; }
  .bl-hero__title { font-size: var(--fs-40); }
  .bl-featured__card { grid-template-columns: 1fr; }
  .bl-featured__media { min-height: 280px; }
  .bl-featured__body { padding: 32px 32px 32px; }
  .bl-featured__title { font-size: var(--fs-28); }
  .bl-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .bl-hero { padding: 32px 0 24px; }
  .bl-hero__title { font-size: var(--fs-32); }
  .bl-hero__subtitle { font-size: var(--fs-15); }
  .bl-featured__body { padding: 24px 24px 28px; }
  .bl-featured__title { font-size: var(--fs-24); }
  .bl-featured__excerpt { font-size: var(--fs-15); }
  .bl-grid-section { padding: 32px 0 56px; }
  .bl-grid-section__heading { font-size: var(--fs-28); }
  .bl-grid { grid-template-columns: 1fr; gap: 20px; }
}


/* ============================================================
   KENNISBANK STRIP (homepage)
   ============================================================ */
.kb-strip {
  padding: 96px 0;
  background: var(--cream);
}

.kb-strip__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.kb-strip__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(27, 122, 104, 0.08);
  border: 1px solid rgba(27, 122, 104, 0.18);
  border-radius: 999px;
  color: var(--teal);
  font-size: var(--fs-12);
  font-weight: var(--w-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.kb-strip__label-dot {
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
}

.kb-strip__heading {
  font-size: var(--fs-36);
  font-weight: var(--w-bold);
  color: var(--text-dark);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 10px;
}

.kb-strip__text {
  font-size: var(--fs-16);
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 520px;
  margin: 0;
}

.kb-strip__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: transparent;
  border: 1.5px solid rgba(15, 30, 54, 0.18);
  border-radius: 999px;
  color: var(--text-dark);
  font-size: var(--fs-14);
  font-weight: var(--w-semibold);
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--ease);
  flex-shrink: 0;
}

.kb-strip__all:hover {
  background: var(--text-dark);
  border-color: var(--text-dark);
  color: #fff;
}

.kb-strip__all-arrow {
  display: inline-block;
  transition: transform var(--ease-fast);
}

.kb-strip__all:hover .kb-strip__all-arrow {
  transform: translateX(3px);
}

.kb-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.kb-strip__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(15, 30, 54, 0.06);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.kb-strip__card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 30, 54, 0.1);
  box-shadow: 0 18px 40px -18px rgba(15, 30, 54, 0.22);
}

.kb-strip__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--cream-dark);
}

.kb-strip__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.kb-strip__card:hover .kb-strip__img {
  transform: scale(1.04);
}

.kb-strip__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 24px 26px;
  flex: 1;
}

.kb-strip__category {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 12px;
  background: rgba(27, 122, 104, 0.1);
  border-radius: 999px;
  color: var(--teal);
  font-size: var(--fs-11);
  font-weight: var(--w-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kb-strip__title {
  font-size: var(--fs-18);
  font-weight: var(--w-semibold);
  color: var(--text-dark);
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin: 0;
  flex: 1;
}

.kb-strip__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 30, 54, 0.06);
  font-size: var(--fs-13);
  color: var(--text-muted);
  font-weight: var(--w-medium);
}

.kb-strip__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(15, 30, 54, 0.04);
  border-radius: 50%;
  color: var(--text-dark);
  font-size: var(--fs-14);
  transition: background var(--ease), color var(--ease), transform var(--ease-fast);
}

.kb-strip__card:hover .kb-strip__arrow {
  background: var(--teal);
  color: #fff;
  transform: translateX(3px);
}

@media (max-width: 1024px) {
  .kb-strip { padding: 72px 0; }
  .kb-strip__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 36px;
  }
  .kb-strip__heading { font-size: var(--fs-32); }
  .kb-strip__grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .kb-strip__card:nth-child(3) { grid-column: 1 / -1; max-width: 560px; }
}

@media (max-width: 640px) {
  .kb-strip { padding: 56px 0; }
  .kb-strip__heading { font-size: var(--fs-28); }
  .kb-strip__text { font-size: var(--fs-15); }
  .kb-strip__grid { grid-template-columns: 1fr; gap: 18px; }
  .kb-strip__card:nth-child(3) { max-width: none; }
  .kb-strip__body { padding: 20px 22px 24px; }
  .kb-strip__title { font-size: var(--fs-16); }
}


/* =============================================================
   BLOG ARTICLE COMPONENTS
   Rich visual components for blog posts (pre-styled so the
   SEO writer agent can use them with simple markup).
   ============================================================= */

.bl {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #1f2937;
}
.bl h1 { font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.15; margin: 0 0 1rem; }
.bl h2 { font-size: clamp(1.5rem, 2.5vw, 1.85rem); line-height: 1.25; margin: 3rem 0 1rem; color: #0f172a; }
.bl h3 { font-size: 1.2rem; line-height: 1.3; margin: 2rem 0 0.75rem; color: #0f172a; }
.bl p { margin: 0 0 1.1rem; }
.bl a { color: #1B7A68; text-decoration: underline; text-underline-offset: 3px; }
.bl a:hover { color: #145b4e; }
.bl ul, .bl ol { margin: 0 0 1.25rem 1.4rem; line-height: 1.75; }
.bl ul li, .bl ol li { margin-bottom: 0.4rem; }
.bl strong { color: #0f172a; }

/* TL;DR box — "In 1 minuut" summary at the top */
.bl-tldr {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border: 1px solid #86efac;
  border-left: 5px solid #1B7A68;
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
  margin: 2rem 0 2.5rem;
  box-shadow: 0 2px 8px rgba(27, 122, 104, 0.06);
}
.bl-tldr__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1B7A68;
  margin-bottom: 0.75rem;
}
.bl-tldr__label::before {
  content: "⏱";
  font-size: 0.9rem;
}
.bl-tldr p { margin: 0 0 0.6rem; font-size: 1rem; line-height: 1.65; }
.bl-tldr ul { margin: 0.6rem 0 0 1.3rem; padding: 0; }
.bl-tldr ul li { margin-bottom: 0.35rem; font-size: 0.97rem; }

/* Featured snippet block (for definition Q&A) */
.bl-snippet {
  background: #f8fafc;
  border-left: 4px solid #1B7A68;
  border-radius: 0 8px 8px 0;
  padding: 1.4rem 1.6rem;
  margin: 2rem 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #1f2937;
}
.bl-snippet strong { color: #0f172a; }

/* Callout boxes — info / tip / warning / success */
.bl-callout {
  display: flex;
  gap: 1rem;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  border: 1px solid;
  line-height: 1.65;
}
.bl-callout__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.bl-callout__body { flex: 1; }
.bl-callout__title {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 0.35rem;
  color: #0f172a;
}
.bl-callout p { margin: 0 0 0.5rem; font-size: 0.97rem; }
.bl-callout p:last-child { margin-bottom: 0; }
.bl-callout--info {
  background: #eff6ff;
  border-color: #bfdbfe;
}
.bl-callout--info .bl-callout__icon { background: #2563eb; }
.bl-callout--info .bl-callout__icon::before { content: "i"; font-style: italic; }
.bl-callout--tip {
  background: #f0fdf4;
  border-color: #86efac;
}
.bl-callout--tip .bl-callout__icon { background: #1B7A68; }
.bl-callout--tip .bl-callout__icon::before { content: "✓"; }
.bl-callout--warning {
  background: #fffbeb;
  border-color: #fcd34d;
}
.bl-callout--warning .bl-callout__icon { background: #d97706; }
.bl-callout--warning .bl-callout__icon::before { content: "!"; }
.bl-callout--danger {
  background: #fef2f2;
  border-color: #fca5a5;
}
.bl-callout--danger .bl-callout__icon { background: #dc2626; }
.bl-callout--danger .bl-callout__icon::before { content: "✕"; }

/* Styled data table */
.bl-table-wrap {
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.bl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.97rem;
  background: #fff;
}
.bl-table thead tr {
  background: linear-gradient(135deg, #1B7A68 0%, #0f5a4c 100%);
  color: #fff;
}
.bl-table thead th {
  padding: 0.95rem 1.1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}
.bl-table tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s;
}
.bl-table tbody tr:hover { background: #f8fafc; }
.bl-table tbody tr:last-child { border-bottom: none; }
.bl-table tbody td {
  padding: 0.85rem 1.1rem;
  color: #334155;
  line-height: 1.55;
}
.bl-table tbody td:first-child {
  font-weight: 600;
  color: #0f172a;
}
.bl-table__caption {
  display: block;
  padding: 0.7rem 1.1rem;
  background: #f8fafc;
  font-size: 0.82rem;
  color: #64748b;
  text-align: center;
  font-style: italic;
  border-top: 1px solid #e5e7eb;
}

/* Comparison table — versus with checkmarks / X */
.bl-vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}
.bl-vs__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem 1.4rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.bl-vs__card--win {
  border-color: #86efac;
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}
.bl-vs__card--lose {
  border-color: #fecaca;
  background: linear-gradient(180deg, #fef2f2 0%, #ffffff 100%);
}
.bl-vs__badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 99px;
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
}
.bl-vs__card--win .bl-vs__badge { background: #1B7A68; color: #fff; }
.bl-vs__card--lose .bl-vs__badge { background: #94a3b8; color: #fff; }
.bl-vs__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #0f172a;
}
.bl-vs__list { list-style: none; margin: 0; padding: 0; }
.bl-vs__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #334155;
  border-bottom: 1px dashed #e5e7eb;
}
.bl-vs__list li:last-child { border-bottom: none; }
.bl-vs__list li::before {
  flex: 0 0 18px;
  font-weight: 700;
  margin-top: 1px;
}
.bl-vs__card--win .bl-vs__list li::before { content: "✓"; color: #1B7A68; }
.bl-vs__card--lose .bl-vs__list li::before { content: "✕"; color: #dc2626; }
@media (max-width: 640px) { .bl-vs { grid-template-columns: 1fr; } }

/* Pros / cons grid (single-topic pros and cons) */
.bl-proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}
.bl-proscons__col {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: 4px solid;
  border-radius: 10px;
  padding: 1.25rem 1.4rem;
}
.bl-proscons__col--pro { border-top-color: #1B7A68; }
.bl-proscons__col--con { border-top-color: #dc2626; }
.bl-proscons__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a;
}
.bl-proscons__col--pro .bl-proscons__title::before { content: "+"; color: #1B7A68; font-size: 1.4rem; font-weight: 700; }
.bl-proscons__col--con .bl-proscons__title::before { content: "−"; color: #dc2626; font-size: 1.4rem; font-weight: 700; }
.bl-proscons ul { margin: 0; padding: 0; list-style: none; }
.bl-proscons ul li {
  padding: 0.45rem 0 0.45rem 1.3rem;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #334155;
}
.bl-proscons__col--pro li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1B7A68;
  font-weight: 700;
}
.bl-proscons__col--con li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 700;
}
@media (max-width: 640px) { .bl-proscons { grid-template-columns: 1fr; } }

/* Step-by-step numbered process */
.bl-steps {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
  counter-reset: step;
}
.bl-steps__item {
  display: flex;
  gap: 1.1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.bl-steps__item:hover {
  border-color: #1B7A68;
  box-shadow: 0 2px 8px rgba(27,122,104,0.08);
}
.bl-steps__num {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1B7A68 0%, #0f5a4c 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bl-steps__body { flex: 1; }
.bl-steps__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: #0f172a;
  line-height: 1.3;
}
.bl-steps__text {
  margin: 0;
  color: #475569;
  font-size: 0.97rem;
  line-height: 1.6;
}

/* Key facts / stats strip */
.bl-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.bl-stats__item {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.25rem 1rem;
  text-align: center;
}
.bl-stats__value {
  display: block;
  font-size: 1.85rem;
  font-weight: 800;
  color: #1B7A68;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}
.bl-stats__label {
  display: block;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.35;
  font-weight: 500;
}

/* Image figure with caption */
.bl-fig {
  margin: 2rem 0;
}
.bl-fig img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  border: 1px solid #e5e7eb;
}
.bl-fig figcaption {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
  font-style: italic;
  line-height: 1.5;
}

/* Image grid (2 or 3 columns) */
.bl-imggrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin: 2rem 0;
}
.bl-imggrid--3 { grid-template-columns: repeat(3, 1fr); }
.bl-imggrid figure { margin: 0; }
.bl-imggrid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  border: 1px solid #e5e7eb;
}
.bl-imggrid figcaption {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: #64748b;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .bl-imggrid, .bl-imggrid--3 { grid-template-columns: 1fr; }
  .bl-imggrid img { height: 240px; }
}

/* Key points box */
.bl-keypoints {
  background: #f8fafc;
  border-left: 4px solid #1B7A68;
  border-radius: 0 8px 8px 0;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
}
.bl-keypoints__title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1B7A68;
  margin: 0 0 0.7rem;
}
.bl-keypoints ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bl-keypoints li {
  padding: 0.35rem 0 0.35rem 1.4rem;
  position: relative;
  font-size: 0.97rem;
  line-height: 1.55;
  color: #334155;
}
.bl-keypoints li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #1B7A68;
  font-weight: 700;
}

/* FAQ accordion (details/summary) */
.bl-faq { margin: 1.5rem 0; }
.bl-faq details {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.1rem 1.35rem;
  margin-bottom: 0.7rem;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.bl-faq details:hover { border-color: #cbd5e1; }
.bl-faq details[open] {
  border-color: #1B7A68;
  box-shadow: 0 2px 8px rgba(27,122,104,0.06);
}
.bl-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  color: #0f172a;
  list-style: none;
  padding-right: 2rem;
  position: relative;
  line-height: 1.4;
}
.bl-faq summary::-webkit-details-marker { display: none; }
.bl-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #1B7A68;
  font-weight: 400;
  transition: transform 0.2s;
}
.bl-faq details[open] summary::after { content: "−"; }
.bl-faq details p {
  margin: 0.8rem 0 0;
  color: #475569;
  font-size: 0.97rem;
  line-height: 1.7;
}

/* CTA block inside article */
.bl-cta {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 2px solid #1B7A68;
  border-radius: 14px;
  padding: 2.25rem 2rem;
  text-align: center;
  margin: 3rem 0;
  position: relative;
  overflow: hidden;
}
.bl-cta::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(27,122,104,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.bl-cta__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  color: #0f172a;
  position: relative;
}
.bl-cta__text {
  color: #475569;
  margin: 0 0 1.35rem;
  font-size: 1rem;
  position: relative;
}
.bl a.bl-cta__btn,
a.bl-cta__btn {
  display: inline-block;
  background: #1B7A68;
  color: #fff !important;
  padding: 0.95rem 2.2rem;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.2px;
  box-shadow: 0 4px 12px rgba(27,122,104,0.28);
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  position: relative;
}
.bl a.bl-cta__btn:hover,
a.bl-cta__btn:hover {
  transform: translateY(-1px);
  background: #145b4e;
  box-shadow: 0 6px 16px rgba(27,122,104,0.34);
  color: #fff !important;
}

/* Related articles */
.bl-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.bl-related__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #0f172a;
}
.bl-related ul { list-style: none; padding: 0; margin: 0; }
.bl-related li {
  padding: 0.6rem 0;
  border-bottom: 1px dashed #e5e7eb;
}
.bl-related li:last-child { border-bottom: none; }
.bl-related li a {
  color: #1B7A68;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.bl-related li a::before { content: "→"; color: #94a3b8; }
.bl-related li a:hover { color: #0f5a4c; }
.bl-related li a:hover::before { color: #1B7A68; }

/* Breadcrumb for blog */
.bl-breadcrumb {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 1.5rem;
}
.bl-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}
.bl-breadcrumb a:hover { color: #1B7A68; }
.bl-breadcrumb__sep { margin: 0 0.4rem; color: #cbd5e1; }
.bl-breadcrumb__current { color: #1B7A68; font-weight: 500; }

/* Meta line (publication date + reading time) */
.bl-meta {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f1f5f9;
}
.bl-meta__item { display: inline-flex; align-items: center; gap: 0.4rem; }

/* Tighter mobile spacing */
@media (max-width: 640px) {
  .bl { font-size: 1rem; }
  .bl h2 { margin-top: 2.25rem; }
  .bl-tldr, .bl-snippet, .bl-callout, .bl-keypoints { padding: 1.1rem 1.25rem; }
  .bl-cta { padding: 1.75rem 1.25rem; }
  .bl-steps__item { padding: 1rem 1.1rem; gap: 0.9rem; }
  .bl-steps__num { width: 38px; height: 38px; flex: 0 0 38px; font-size: 1rem; }
  .bl-vs__card, .bl-proscons__col { padding: 1.1rem 1.15rem; }
  .bl-table thead th { padding: 0.75rem 0.85rem; font-size: 0.85rem; }
  .bl-table tbody td { padding: 0.7rem 0.85rem; font-size: 0.92rem; }
}
