  /* DIENST DETAIL PAGINA */
  html, body { overflow-x: clip; }
  .dd-hero {
    min-height: 67vh;
    background: var(--navy);
    padding: 7rem 5% 3rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dd-hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.06;
    background: var(--mint);
    width: 500px; height: 500px;
    top: -180px; right: 0;
    pointer-events: none;
  }
  .dd-hero .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(93,202,165,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(93,202,165,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
  }
  .dd-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(244,244,240,0.6);
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 1.1rem;
    transition: color 0.2s, gap 0.2s;
    position: relative;
  }
  .dd-back:hover { color: var(--mint); gap: 0.7rem; }

  /* Volle-breedte foto/mockup */
  .dd-foto {
    max-width: 560px;
    margin: 0 auto;
    padding: 2rem 0 0;
  }
  .dd-foto img {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    object-position: center top;
    background: #eef0eb;
    border-radius: 16px;
    display: block;
    box-shadow: 0 18px 40px rgba(13,27,42,0.10);
  }

  /* Termen uitgelegd */
  .dd-termen-sectie {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5% 5rem;
  }
  .dd-termen-sectie h2 {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.5px;
    margin-bottom: 0.6rem;
  }
  .dd-termen-sectie > p {
    font-size: 1rem;
    color: rgba(13,27,42,0.6);
    font-weight: 300;
    margin-bottom: 2rem;
    max-width: 640px;
  }
  .dd-termen-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
  .dd-term-kaart {
    display: flex;
    height: 100%;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(13,27,42,0.08);
    border-radius: 16px;
    padding: 1.5rem;
  }
  .dd-term-kaart h4,
  .dd-term-kaart h3 {
    color: var(--mint-dark);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .dd-term-kaart p {
    font-size: 0.9rem;
    color: rgba(13,27,42,0.7);
    line-height: 1.6;
    font-weight: 300;
  }
  .dd-label {
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--mint);
    margin-bottom: 1rem;
  }
  .dd-hero h1 {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.12;
    letter-spacing: -1.2px;
    max-width: 620px;
  }
  .dd-hero h1 .accent { color: var(--mint); }
  .dd-hero > p {
    color: rgba(244,244,240,0.6);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    max-width: 560px;
    margin-top: 0.9rem;
    position: relative;
  }
  .dd-termen {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.1rem;
  }
  .dd-term {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--mint);
    background: rgba(93,202,165,0.12);
    border: 1px solid rgba(93,202,165,0.3);
    padding: 0.4rem 0.9rem;
    border-radius: 50px;
  }

  /* BODY */
  .dd-body {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 5%;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 4rem;
    align-items: start;
  }
  .dd-main h2 {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.5px;
    margin-bottom: 1.2rem;
  }
  .dd-main p {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(13,27,42,0.7);
    font-weight: 300;
    margin-bottom: 1.4rem;
  }
  .dd-main h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy);
    margin: 2rem 0 1rem;
  }

  /* SIDEBAR / CHECKLIST */
  .dd-card {
    background: #fff;
    border: 1px solid rgba(13,27,42,0.08);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(13,27,42,0.06);
    position: sticky;
    top: 6rem;
  }
  .dd-card h4 {
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--mint-dark);
    margin-bottom: 1.2rem;
  }
  .dd-checklist { list-style: none; }
  .dd-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.92rem;
    color: rgba(13,27,42,0.75);
    line-height: 1.5;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(13,27,42,0.06);
  }
  .dd-checklist li:last-child { border-bottom: none; }
  .dd-checklist li::before {
    content: '\2713';
    color: var(--mint-dark);
    font-weight: 700;
    flex-shrink: 0;
  }
  .dd-card .btn-primary {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
    background: var(--mint);
    color: var(--navy);
    text-decoration: none;
    padding: 0.85rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: background 0.2s, transform 0.2s;
  }
  .dd-card .btn-primary:hover { background: var(--mint-dark); transform: translateY(-2px); }

  /* CTA BAND */
  .dd-cta {
    background: var(--navy);
    text-align: center;
    padding: 5rem 5%;
  }
  .dd-cta h2 {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--white);
    letter-spacing: -1px;
    margin-bottom: 1rem;
  }
  .dd-cta h2 span { color: var(--mint); }
  .dd-cta p {
    color: rgba(244,244,240,0.6);
    font-weight: 300;
    margin-bottom: 2rem;
  }
  .dd-cta a {
    display: inline-block;
    background: var(--mint);
    color: var(--navy);
    text-decoration: none;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    transition: background 0.2s, transform 0.2s;
  }
  .dd-cta a:hover { background: var(--mint-dark); transform: translateY(-2px); }

  /* ===== STATISTIEKEN-BALK (Interest) ===== */
  .dd-stats {
    background: var(--navy);
    padding: 3.5rem 5%;
    border-top: 1px solid rgba(93,202,165,0.12);
  }
  .dd-stats-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
  }
  .dd-stat { text-align: center; }
  .dd-stat-num {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--mint);
    letter-spacing: -1px;
    line-height: 1;
  }
  .dd-stat-label {
    color: rgba(244,244,240,0.78);
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 0.7rem;
  }
  .dd-stat-bron {
    display: block;
    color: rgba(244,244,240,0.4);
    font-size: 0.72rem;
    margin-top: 0.5rem;
  }

  /* ===== SUBTIELE CIJFERS / PAKKETBLOKKEN ===== */
  .dd-statline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 1rem;
    margin-top: 2.2rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(13,27,42,0.1);
  }
  .dd-statline .stat {
    display: flex;
    min-width: 0;
    min-height: 122px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.55rem;
    padding: 1.15rem;
    background: #fff;
    border: 1px solid rgba(13,27,42,0.08);
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(13,27,42,0.04);
  }
  .dd-statline .n {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: var(--navy);
    line-height: 1.12;
  }
  .dd-statline .l {
    display: block;
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(13,27,42,0.64);
  }
  .dd-statline .l em {
    display: block;
    font-style: normal;
    font-size: 0.7rem;
    color: rgba(13,27,42,0.4);
    margin-top: 0.2rem;
  }
  /* Precies 3 punten -> 3 gelijke blokken naast elkaar. */
  .dd-statline:has(.stat:nth-child(3):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* Precies 4 punten -> 2 x 2, allemaal even breed. */
  .dd-statline:has(.stat:nth-child(4):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* Bronvermelding onder een cijferblok (gemeten data) */
  .dd-statline-bron {
    font-size: 0.72rem;
    color: rgba(13,27,42,0.45);
    margin-top: 0.9rem;
  }

  /* ===== AIDA PROCES-MODEL (Desire) ===== */
  .dd-model {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 5% 1rem;
  }
  .dd-model h2 {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.5px;
    margin-bottom: 0.6rem;
  }
  .dd-model > p {
    font-size: 1rem;
    color: rgba(13,27,42,0.6);
    font-weight: 300;
    margin-bottom: 2.2rem;
    max-width: 640px;
  }
  .dd-model-stappen {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    counter-reset: aida;
  }
  .dd-model-stap {
    position: relative;
    background: #fff;
    border: 1px solid rgba(13,27,42,0.08);
    border-radius: 16px;
    padding: 1.8rem 1.5rem 1.5rem;
    overflow: hidden;
  }
  .dd-model-stap::before {
    counter-increment: aida;
    content: counter(aida);
    position: absolute;
    top: -0.6rem; right: 0.4rem;
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: rgba(93,202,165,0.12);
    line-height: 1;
  }
  .dd-model-letter {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--mint-dark);
    margin-bottom: 0.6rem;
  }
  .dd-model-stap h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
    position: relative;
  }
  .dd-model-stap p {
    font-size: 0.9rem;
    color: rgba(13,27,42,0.7);
    line-height: 1.6;
    font-weight: 300;
    position: relative;
  }

  /* ===== KLIKBARE WEBSITE-VOORBEELDEN (Desire) ===== */
  .dd-werk {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 5%;
  }
  .dd-werk h2 {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.5px;
    margin-bottom: 0.6rem;
  }
  .dd-werk > p {
    font-size: 1rem;
    color: rgba(13,27,42,0.6);
    font-weight: 300;
    margin-bottom: 2.2rem;
    max-width: 640px;
  }
  .dd-werk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.4rem;
  }
  .dd-werk-kaart {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(13,27,42,0.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(13,27,42,0.05);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  }
  .dd-werk-kaart:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(13,27,42,0.14);
    border-color: rgba(93,202,165,0.5);
  }
  .dd-werk-kaart img {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 155px;
    object-fit: contain;
    background: #eef0eb;
    display: block;
  }
  .dd-werk-body { padding: 1.2rem 1.3rem 1.4rem; }
  .dd-werk-naam {
    font-weight: 700;
    color: var(--navy);
    font-size: 1.05rem;
  }
  .dd-werk-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.6rem 0 0.7rem;
  }
  .dd-werk-tag {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--mint-dark);
    background: rgba(93,202,165,0.12);
    border-radius: 50px;
    padding: 0.25rem 0.7rem;
  }
  .dd-werk-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--mint-dark);
    font-size: 0.9rem;
    font-weight: 600;
    transition: gap 0.2s;
  }
  .dd-werk-kaart:hover .dd-werk-link { gap: 0.6rem; }
  .dd-werk-cta {
    text-align: center;
    margin-top: 2.5rem;
  }
  .dd-werk-cta a {
    color: var(--mint-dark);
    font-weight: 600;
    text-decoration: none;
  }
  .dd-werk-cta a:hover { text-decoration: underline; }

  /* ===== TABS (specifieke dienst onderverdeeld) ===== */
  .dd-tabs-sectie {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3.5rem 5% 5rem;
  }
  .dd-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.5rem;
    border-bottom: 1px solid rgba(13,27,42,0.1);
    margin-bottom: 2.8rem;
  }
  .dd-tab {
    background: none;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 0.85rem 0.2rem;
    margin-bottom: -1px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(13,27,42,0.5);
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
  }
  .dd-tab:hover { color: var(--navy); }
  .dd-tab.active { color: var(--navy); border-bottom-color: var(--mint); }
  .dd-paneel { display: none; }
  .dd-paneel.active { display: block; animation: ddFade 0.3s ease; }
  @keyframes ddFade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: none; }
  }
  /* Binnen een tab-paneel verzorgt het paneel de uitlijning, niet de losse secties */
  .dd-paneel .dd-body,
  .dd-paneel .dd-model,
  .dd-paneel .dd-termen-sectie,
  .dd-paneel .dd-werk,
  .dd-paneel .dd-foto {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .dd-paneel .dd-model { padding-top: 3rem; }
  .dd-paneel .dd-stats {
    border-top: 0;
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 3rem;
  }

  @media (max-width: 768px) {
    .nav-toggle {
      display: flex; flex-direction: column; justify-content: center; gap: 5px;
      width: 44px; height: 44px; padding: 9px;
      background: none; border: 0; cursor: pointer; z-index: 120;
    }
    .nav-toggle span {
      display: block; height: 2px; width: 100%; border-radius: 2px;
      background: var(--white);
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
    nav.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
    nav.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav-links {
      display: flex;
      position: fixed; top: 0; right: 0;
      flex-direction: column; align-items: flex-start;
      width: min(80vw, 320px); height: 100vh;
      padding: 6rem 2rem 2rem; gap: 1.6rem;
      background: rgba(13,27,42,0.98);
      -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
      box-shadow: -10px 0 40px rgba(0,0,0,0.35);
      transform: translateX(100%);
      transition: transform 0.32s ease;
      z-index: 110;
    }
    nav.nav-open .nav-links { transform: translateX(0); }
    .nav-links a { font-size: 1.05rem; }
    .nav-cta { display: inline-block; padding: 0.7rem 1.6rem; }
    .dd-body { grid-template-columns: 1fr; gap: 2.5rem; }
    .dd-card { position: static; }
    .dd-stats { padding: 2.5rem 5%; }
    .dd-stats-inner { gap: 2.2rem; }
    .dd-model { padding-top: 3.5rem; }
    .dd-werk { padding: 3.5rem 5%; }
    .dd-tabs-sectie { padding: 2.5rem 5% 3.5rem; }
    .dd-tabs { gap: 0.2rem 1rem; }
    .dd-tab { font-size: 0.9rem; }
    .dd-paneel .dd-stats { padding: 1.8rem; }
    .dd-model-stappen { grid-template-columns: repeat(2, 1fr); }
    .dd-termen-grid { grid-template-columns: repeat(2, 1fr); }
    .dd-statline,
    .dd-statline:has(.stat:nth-child(3):last-child),
    .dd-statline:has(.stat:nth-child(4):last-child) { grid-template-columns: 1fr; gap: 1rem; }
    footer { flex-direction: column; gap: 1rem; text-align: center; }
    .footer-links { flex-wrap: wrap; justify-content: center; gap: 1rem; }
  }

  @media (max-width: 460px) {
    .dd-termen-grid { grid-template-columns: 1fr; }
    .dd-model-stappen { grid-template-columns: 1fr; }
  }

  .case-tabs-sectie { padding-top: 2.5rem; }
  .case-tabs-sectie .dd-foto { margin-bottom: 2.5rem; }
  .case-tabs-sectie .dd-body { padding-top: 0; }

  /* Regio-kaarten */
  .dd-regio-grid {
    gap: 1rem;
  }
  .dd-regio-kaart {
    position: relative;
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border-color: rgba(13,27,42,0.1);
    box-shadow: 0 12px 30px rgba(13,27,42,0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }
  .dd-regio-kaart::after {
    content: '->';
    position: absolute;
    right: 1.35rem;
    top: 1.3rem;
    width: 2.1rem;
    height: 2.1rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(93,202,165,0.14);
    color: var(--mint-dark);
    font-weight: 800;
    transition: transform 0.22s ease, background 0.22s ease;
  }
  .dd-regio-kaart:hover {
    transform: translateY(-4px);
    border-color: rgba(93,202,165,0.45);
    box-shadow: 0 20px 42px rgba(13,27,42,0.11);
  }
  .dd-regio-kaart:hover::after {
    transform: translateX(3px);
    background: var(--mint);
  }
  .dd-regio-label {
    width: fit-content;
    margin-bottom: 1.1rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(13,27,42,0.05);
    color: rgba(13,27,42,0.58);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
  }
  .dd-regio-kaart h4 {
    max-width: calc(100% - 2.6rem);
    margin-bottom: 0.65rem;
    color: var(--navy);
    font-size: 1.05rem;
    line-height: 1.25;
  }
  .dd-regio-kaart p {
    margin-bottom: 1.35rem;
    color: rgba(13,27,42,0.66);
  }
  .dd-regio-link {
    color: var(--mint-dark);
    font-size: 0.86rem;
    font-weight: 700;
  }
  /* FAQ als rij van 4 kaarten naast elkaar (regio-pagina's) */
  .dd-faq-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
  @media (max-width: 900px) { .dd-faq-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .dd-faq-grid { grid-template-columns: 1fr; } }

/* -- Large-screen content cap (>=1500px) --
   Only the full-bleed bands need a cap; .dd-body/.dd-termen-sectie/.dd-model/
   .dd-werk/.dd-tabs-sectie already cap their own content at 1000px. Align the
   full-bleed bands to that same 1000px reading column so everything lines up. */
@media (min-width: 1500px) {
  .dd-hero, .dd-cta, .dd-stats {
    padding-inline: max(5%, calc((100% - 1000px) / 2));
  }
}


/* Audit 2.0 refinements: compact mobile nav and readable footer */
@media (max-width: 768px) {
  nav { padding: 0.85rem 1rem; }
  nav .nav-links {
    width: min(78vw, 290px) !important;
    padding: 4.7rem 1.1rem 1.25rem !important;
  }
  nav .nav-links a:not(.nav-cta) {
    padding: 0.68rem 0.2rem !important;
    font-size: 0.96rem !important;
    line-height: 1.2 !important;
  }
  nav .nav-links .nav-cta {
    margin-top: 0.95rem !important;
    padding: 0.78rem 1rem !important;
    font-size: 0.95rem !important;
  }
}
@media (max-width: 560px) {
  footer.site-footer { padding: 2.35rem 1.15rem 1.4rem !important; }
  /* Twee kolommen i.p.v. alles onder elkaar -> footer ~40% korter op telefoon */
  footer.site-footer .footer-top { grid-template-columns: 1fr 1fr !important; gap: 1.5rem 1.25rem !important; }
  footer.site-footer .footer-brand { max-width: none !important; }
  footer.site-footer .footer-about { display: none; }
  footer.site-footer .footer-col h4 { margin-bottom: 0.6rem; }
  footer.site-footer .footer-col a,
  footer.site-footer .footer-contact a,
  footer.site-footer .footer-contact span { min-height: 30px; margin-bottom: 0.2rem !important; font-size: 0.86rem; }
  footer.site-footer .footer-regio-row { margin-top: 1.5rem !important; padding-top: 1rem; }
  footer.site-footer .footer-bottom-row { margin-top: 1rem; }
  footer.site-footer .footer-legal { flex-direction: row; flex-wrap: wrap; gap: 0.5rem 1.1rem !important; }
  footer.site-footer .footer-legal a { min-height: 30px; }
}


/* Onderhoud packages pricing strategy */
/* p/m-suffix in de subtiele cijferblokken, in lijn met de pakketprijzen */
.dd-statline .n em {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(13,27,42,0.5);
}

.onderhoud-praktijk {
  max-width: 1120px;
  margin: 0 auto;
  padding: 4rem 5% 4.5rem;
}
.onderhoud-praktijk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.onderhoud-praktijk-card {
  display: flex;
  min-width: 0;
  min-height: 230px;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(13,27,42,0.08);
  border-radius: 16px;
  padding: 1.35rem;
  box-shadow: 0 12px 30px rgba(13,27,42,0.045);
}
.onderhoud-praktijk-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: rgba(93,202,165,0.14);
  color: var(--mint-dark);
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.onderhoud-praktijk-card h3 {
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.25;
  margin-bottom: 0.7rem;
}
.onderhoud-praktijk-card p {
  color: rgba(13,27,42,0.66);
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 300;
  margin-bottom: 1rem;
}
.onderhoud-praktijk-card strong {
  display: block;
  margin-top: auto;
  color: var(--navy);
  font-size: 0.86rem;
  line-height: 1.45;
}
.onderhoud-pakketten {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1rem 5% 3.5rem;
}
.onderhoud-head {
  max-width: 720px;
  margin-bottom: 2rem;
}
.onderhoud-head .dd-label { color: var(--mint-dark); }
.onderhoud-head h2 {
  font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: var(--navy);
  margin-bottom: 0.8rem;
}
.onderhoud-head p {
  color: rgba(13,27,42,0.66);
  line-height: 1.7;
  font-weight: 300;
}
.onderhoud-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.onderhoud-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(13,27,42,0.09);
  border-radius: 18px;
  padding: 1.6rem;
  box-shadow: 0 14px 34px rgba(13,27,42,0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.onderhoud-card:hover {
  transform: translateY(-6px);
  border-color: rgba(93,202,165,0.4);
  box-shadow: 0 26px 56px rgba(13,27,42,0.13);
}
.onderhoud-card.featured {
  border-color: rgba(93,202,165,0.65);
  box-shadow: 0 22px 52px rgba(13,27,42,0.12);
}
.onderhoud-card.featured::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(180deg, var(--mint), rgba(93,202,165,0.25));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.onderhoud-card.featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 64px rgba(13,27,42,0.18);
}
.onderhoud-badge {
  position: absolute;
  top: -7px;
  left: 1.4rem;
  background: var(--mint);
  color: var(--navy);
  border-radius: 999px;
  padding: 0.14rem 0.72rem;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.onderhoud-label {
  color: var(--mint-dark);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 0.7rem;
}
.onderhoud-card h3 {
  color: var(--navy);
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}
.onderhoud-price {
  font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.8px;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.onderhoud-price span {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: rgba(13,27,42,0.55);
  font-weight: 600;
}
.onderhoud-for {
  color: rgba(13,27,42,0.66);
  line-height: 1.6;
  font-size: 0.92rem;
  margin-bottom: 1.1rem;
}
.onderhoud-card ul {
  list-style: none;
  display: grid;
  gap: 0.62rem;
  margin-bottom: 1.4rem;
  flex: 1;
}
.onderhoud-card li {
  position: relative;
  padding-left: 1.35rem;
  color: rgba(13,27,42,0.76);
  font-size: 0.9rem;
  line-height: 1.42;
}
.onderhoud-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--mint);
}
.onderhoud-card a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  padding: 0.78rem 1rem;
}
.onderhoud-card.featured a {
  background: var(--mint);
  color: var(--navy);
}
@media (max-width: 900px) {
  .onderhoud-praktijk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .onderhoud-praktijk-card { min-height: 210px; }
  .onderhoud-grid { grid-template-columns: 1fr; }
  .onderhoud-card { padding: 1.35rem; }
}
@media (max-width: 560px) {
  .onderhoud-praktijk { padding-top: 3rem; padding-bottom: 3.5rem; }
  .onderhoud-praktijk-grid { grid-template-columns: 1fr; }
  .onderhoud-praktijk-card { min-height: 0; }
}

/* ===== Onderhoud-pagina: kleurritme per sectie =====
   Elke sectie krijgt een eigen tint binnen het Twee Graden-palet. De pakketten
   springen er het meest uit; de twee secties erna lopen door in verwante tinten. */
.page-onderhoud .dd-body,
.page-onderhoud .onderhoud-praktijk,
.page-onderhoud .onderhoud-pakketten,
.page-onderhoud .dd-model,
.page-onderhoud .dd-termen-sectie {
  position: relative;
  isolation: isolate;
}
.page-onderhoud .dd-body::before,
.page-onderhoud .onderhoud-praktijk::before,
.page-onderhoud .onderhoud-pakketten::before,
.page-onderhoud .dd-model::before,
.page-onderhoud .dd-termen-sectie::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: calc(100vw - 16px);
  transform: translateX(-50%);
  z-index: -1;
}
.page-onderhoud .dd-body::before {
  background: #F7F6F1;
}
.page-onderhoud .onderhoud-praktijk::before {
  background: #EEF6F0;
}
.page-onderhoud .onderhoud-pakketten {
  padding-top: 4.3rem;
  padding-bottom: 4.8rem;
}
.page-onderhoud .onderhoud-pakketten::before {
  background: linear-gradient(135deg, #D8EEE5 0%, #E5E3DA 52%, #CFE9DE 100%);
}

.page-onderhoud .onderhoud-pakketten .onderhoud-card {
  border-color: rgba(13,27,42,0.11);
  box-shadow: 0 20px 48px rgba(13,27,42,0.11);
}
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured {
  background: linear-gradient(160deg, #0D1B2A 0%, #102D45 58%, #123851 100%);
  border-color: rgba(93,202,165,0.72);
  box-shadow: 0 34px 76px rgba(13,27,42,0.28);
  transform: translateY(-8px);
}
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured:hover {
  transform: translateY(-12px);
}
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured .onderhoud-label,
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured h3,
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured .onderhoud-price,
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured .onderhoud-price span,
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured .onderhoud-for,
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured li {
  color: rgba(244,244,240,0.92);
}
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured .onderhoud-label,
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured .onderhoud-price {
  color: var(--mint);
}
.page-onderhoud .onderhoud-pakketten .onderhoud-card.featured a {
  background: var(--mint);
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(93,202,165,0.28);
}

.page-onderhoud .dd-model {
  padding: 4.75rem 5%;
  text-align: center;
}
.page-onderhoud .dd-model::before {
  background: #F3FAF6;
}
.page-onderhoud .dd-model > p {
  margin-left: auto;
  margin-right: auto;
}
.page-onderhoud .dd-termen-sectie {
  padding-top: 4.5rem;
}
.page-onderhoud .dd-termen-sectie::before {
  background: #F0EFE8;
}

/* Websitecheck-CTA als knop i.p.v. tekstlink (alleen deze instantie) */
.dd-werk-cta a.dd-check-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--mint);
  color: var(--navy);
  text-decoration: none;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.98rem;
  box-shadow: 0 12px 30px rgba(93,202,165,0.35);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, gap 0.2s ease;
}
.dd-werk-cta a.dd-check-btn:hover {
  background: var(--mint-dark);
  transform: translateY(-2px);
  gap: 0.75rem;
  box-shadow: 0 16px 36px rgba(93,202,165,0.42);
  text-decoration: none;
}

/* Onderhoud-pagina polish: buttons, kaarten en teksthierarchie */
.page-onderhoud .dd-hero h1 {
  max-width: 820px;
}
.page-onderhoud .dd-hero > p {
  max-width: 660px;
  color: rgba(244,244,240,0.72);
}
.onderhoud-hero-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}
.onderhoud-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0.86rem 1.35rem;
  font-weight: 800;
  font-size: 0.94rem;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.onderhoud-hero-btn.primary {
  background: var(--mint);
  color: var(--navy);
  box-shadow: 0 16px 36px rgba(93,202,165,0.32);
}
.onderhoud-hero-btn.secondary {
  background: rgba(244,244,240,0.07);
  color: var(--white);
  border: 1px solid rgba(244,244,240,0.22);
}
.onderhoud-hero-btn:hover {
  transform: translateY(-2px);
}
.onderhoud-hero-btn.primary:hover {
  background: var(--mint-dark);
  box-shadow: 0 20px 44px rgba(93,202,165,0.42);
}
.onderhoud-hero-btn.secondary:hover {
  border-color: rgba(93,202,165,0.65);
  background: rgba(93,202,165,0.13);
}
.page-onderhoud .dd-main h2,
.page-onderhoud .onderhoud-head h2,
.page-onderhoud .dd-model h2,
.page-onderhoud .dd-termen-sectie h2 {
  text-wrap: balance;
}
.page-onderhoud .dd-main p,
.page-onderhoud .onderhoud-head p,
.page-onderhoud .dd-model > p,
.page-onderhoud .dd-term-kaart p {
  color: rgba(13,27,42,0.72);
}
.page-onderhoud .dd-card {
  border-color: rgba(93,202,165,0.22);
  box-shadow: 0 24px 58px rgba(13,27,42,0.1);
}
.page-onderhoud .dd-card h4 {
  color: var(--navy);
}
.page-onderhoud .dd-card .btn-primary,
.dd-werk-cta a.dd-check-btn,
.onderhoud-card a {
  min-height: 48px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(13,27,42,0.14);
}
.page-onderhoud .dd-card .btn-primary:hover,
.onderhoud-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(13,27,42,0.2);
}
.page-onderhoud .dd-statline .stat,
.onderhoud-praktijk-card,
.page-onderhoud .dd-term-kaart {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.page-onderhoud .dd-statline .stat:hover,
.onderhoud-praktijk-card:hover,
.page-onderhoud .dd-term-kaart:hover {
  transform: translateY(-4px);
  border-color: rgba(93,202,165,0.32);
  box-shadow: 0 18px 42px rgba(13,27,42,0.1);
}
.onderhoud-praktijk-card {
  border-color: rgba(13,27,42,0.1);
}
.onderhoud-praktijk-card strong {
  border-top: 1px solid rgba(13,27,42,0.08);
  padding-top: 0.85rem;
  width: 100%;
}
.onderhoud-card {
  overflow: hidden;
}
.onderhoud-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: rgba(93,202,165,0.42);
}
.onderhoud-card.featured::after {
  height: 5px;
  background: var(--mint);
}
.onderhoud-card a:hover {
  background: #102438;
}
.onderhoud-card.featured a:hover {
  background: var(--mint-dark);
}
.page-onderhoud .dd-termen-sectie .dd-termen-grid {
  gap: 1rem;
}
.page-onderhoud .dd-term-kaart {
  box-shadow: 0 12px 30px rgba(13,27,42,0.055);
}
.page-onderhoud .dd-term-kaart h3 {
  color: var(--navy);
}
@media (max-width: 760px) {
  .onderhoud-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .onderhoud-hero-btn {
    width: 100%;
  }
  .page-onderhoud .onderhoud-pakketten .onderhoud-card.featured {
    transform: none;
  }
  .page-onderhoud .onderhoud-pakketten .onderhoud-card.featured:hover {
    transform: translateY(-4px);
  }
}

/* ===== DATA-VIZ: lokale inzicht-grafiek (herbruikbaar op locatie/branche-pagina's) ===== */
.dd-viz-sectie {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 5%;
}
.dd-viz-sectie h2 {
  font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.15;
  color: var(--navy);
  margin: 0 0 1.4rem;
}
.dd-viz {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  gap: 2.6rem;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(13,27,42,0.08);
  border-radius: 20px;
  padding: 2.4rem;
  box-shadow: 0 18px 45px rgba(13,27,42,0.06);
}
.dd-viz-kicker {
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--mint-dark);
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.dd-viz-intro h3 {
  font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.dd-viz-intro p {
  font-size: 0.94rem;
  color: rgba(13,27,42,0.66);
  font-weight: 300;
  line-height: 1.65;
}
.dd-bars { display: grid; gap: 1rem; }
.dd-bar-row {
  display: grid;
  grid-template-columns: 9rem 1fr 2.6rem;
  align-items: center;
  gap: 0.85rem;
}
.dd-bar-lab { font-size: 0.85rem; font-weight: 600; color: var(--navy); }
.dd-bar-track {
  height: 0.72rem;
  background: rgba(13,27,42,0.07);
  border-radius: 50px;
  overflow: hidden;
}
.dd-bar-fill {
  display: block;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--mint), var(--mint-dark));
  transform-origin: left;
  animation: ddBarGrow 1s cubic-bezier(0.22,1,0.36,1) both;
}
.dd-bar-val { font-size: 0.82rem; font-weight: 700; color: var(--mint-dark); text-align: right; }
.dd-viz-foot {
  grid-column: 1 / -1;
  font-size: 0.72rem;
  color: rgba(13,27,42,0.42);
  border-top: 1px solid rgba(13,27,42,0.07);
  padding-top: 0.95rem;
  margin-top: 0.3rem;
}
@keyframes ddBarGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { .dd-bar-fill { animation: none; } }
@media (max-width: 768px) {
  .dd-viz { grid-template-columns: 1fr; gap: 1.7rem; padding: 1.7rem; }
  .dd-bar-row { grid-template-columns: 7.5rem 1fr 2.4rem; gap: 0.6rem; }
}

/* ===== Locatie/branche-pagina: ritme in het homepagepalet =====
   De Harderwijk-pagina volgt de homepage: gebroken wit, subtiel lichtgrijs,
   donkerblauw voor kernmomenten en mint alleen als accentkleur. */
body.page-locatie { background: #F4F4F0; }

.page-locatie section[data-sec] { position: relative; isolation: isolate; }
.page-locatie section[data-sec]::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: calc(100vw - 16px);
  transform: translateX(-50%);
  z-index: -1;
}
.page-locatie [data-sec="mint"]::before,
.page-locatie [data-sec="sage"]::before  { background: var(--white); }
.page-locatie [data-sec="sand"]::before,
.page-locatie [data-sec="cloud"]::before { background: #eef0eb; }
.page-locatie [data-sec="navy"]::before  { background: var(--navy); }
.page-locatie .dd-viz-sectie::before { background: #eef0eb; }

/* Eyebrow-uitlichting boven elke sectietitel = de funnel-stap */
.dd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--mint-dark);
  margin-bottom: 0.9rem;
}
.dd-eyebrow::before {
  content: '';
  width: 1.7rem;
  height: 2px;
  background: var(--mint);
  border-radius: 2px;
}

/* Navy highlight-sectie: lichte tekst voor eventuele directe koppen */
.page-locatie [data-sec="navy"] > h2 { color: var(--white); }
.page-locatie [data-sec="navy"] > p { color: rgba(244,244,240,0.72); }
.page-locatie [data-sec="navy"] .dd-eyebrow { color: var(--mint); }

/* ===== Locatie-pagina polish: witte kaarten blijven duidelijk op de rustige banden.
   Zelfde behandeling die de dienst-detailpagina's al kregen: diepere schaduw,
   hover-lift en een mint accentbalk die de kaarten herkenbaar en professioneel maakt. */
.page-locatie .dd-model-stappen {
  grid-template-columns: repeat(2, 1fr);
}
.page-locatie .dd-card {
  border-color: rgba(93,202,165,0.22);
  box-shadow: 0 24px 58px rgba(13,27,42,0.11);
}
.page-locatie .dd-werk-kaart,
.page-locatie .dd-term-kaart,
.page-locatie .dd-model-stap {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  box-shadow: 0 14px 34px rgba(13,27,42,0.07);
}
.page-locatie .dd-werk-kaart:hover,
.page-locatie .dd-term-kaart:hover,
.page-locatie .dd-model-stap:hover {
  transform: translateY(-4px);
  border-color: rgba(93,202,165,0.34);
  box-shadow: 0 22px 48px rgba(13,27,42,0.12);
}
/* Mint accentbalk bovenaan elke kaart = rustig, herkenbaar ritme */
.page-locatie .dd-term-kaart {
  position: relative;
  overflow: hidden;
}
.page-locatie .dd-term-kaart::before,
.page-locatie .dd-model-stap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: rgba(93,202,165,0.45);
}

/* ===== HERO FOTOCLUSTER + GOOGLE REVIEWS (site-breed) ===== */
.hero-photos {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  animation: heroPhotosIn 0.9s ease 0.7s both;
}
@keyframes heroPhotosIn { from { opacity: 0; } to { opacity: 1; } }
.hero-photos-stack { display: flex; align-items: flex-end; }
.hero-photos img {
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 24px 50px rgba(0,0,0,0.45);
}
.hero-photos .hp-back {
  width: 156px;
  margin-bottom: 26px;
  border: 1px solid rgba(255,255,255,0.12);
  filter: saturate(0.95);
}
.hero-photos .hp-front {
  width: 176px;
  margin-left: -34px;
  position: relative;
  z-index: 2;
  outline: 4px solid var(--navy);
  outline-offset: 0;
}
.hero-photos-badge {
  position: absolute;
  left: -18px;
  bottom: -14px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.32);
  white-space: nowrap;
}
.hero-photos-badge strong { font-weight: 700; }
/* Tablet/mobiel: foto zweeft klein rechtsboven en de tekst loopt eromheen
   (zelfde behandeling als de homepage-hero op telefoon). Desktop >1080px houdt
   de absolute foto rechts. .hero-photos staat al vroeg in de hero-DOM. */
@media (max-width: 1080px) {
  .dd-hero { display: block; min-height: auto; padding: 6rem 5% 2.5rem; }
  .hero-photos {
    display: block;
    float: right;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
    margin: 0.15rem 0 0.55rem 1rem;
    z-index: 1;
  }
  .hero-photos-stack { justify-content: flex-end; }
  .hero-photos .hp-back { width: 66px; margin-bottom: 9px; }
  .hero-photos .hp-front { width: 76px; margin-left: -15px; }
  .hero-photos-badge { font-size: 0.56rem; padding: 0.26rem 0.42rem; left: auto; right: 0; bottom: -10px; }
  .dd-hero h1 { font-size: 1.7rem; letter-spacing: -0.6px; }
}

/* ===== CASE-QUOTE (echte klant-testimonial) ===== */
.dd-quote {
  margin: 0 0 1.4rem;
  padding: 1.6rem 1.8rem;
  background: #fff;
  border: 1px solid rgba(13,27,42,0.08);
  border-left: 3px solid var(--mint);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(13,27,42,0.05);
}
.dd-quote p {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 400;
  font-style: italic;
  color: rgba(13,27,42,0.82);
}
.dd-quote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--mint-dark);
}

/* ===== Kaart-grids in balans: nooit een losse 'wees'-kaart op de laatste rij =====
   Kaarten staan naast elkaar in gelijke rijen (2, 3, 2x2, 3x3 ...) en stapelen op
   mobiel. Zelfde :has()-techniek als bij .dd-statline. */
@media (min-width: 769px) {
  /* 4 term-kaarten -> 2x2 in plaats van 3 + 1 (behalve de bewuste 4-koloms FAQ-grid) */
  .dd-termen-grid:not(.dd-faq-grid):has(.dd-term-kaart:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  /* 3 werk-/case-kaarten -> 3 naast elkaar (voorkomt 2 + 1 in de tablet-tussenmaat) */
  .dd-werk-grid:has(.dd-werk-kaart:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  /* 3 processtappen -> 3 naast elkaar i.p.v. 2 + 1 (ook op locatie-/branchepagina's) */
  .dd-model-stappen:has(.dd-model-stap:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  /* Op mobiel: 3-kaarts werk-grids en 3-staps modellen netjes onder elkaar */
  .dd-werk-grid:has(.dd-werk-kaart:nth-child(3):last-child),
  .dd-model-stappen:has(.dd-model-stap:nth-child(3):last-child) {
    grid-template-columns: 1fr;
  }
}

/* Final phone footer override: keep mobile footers compact across page-specific CSS. */
@media (max-width: 560px) {
  footer.site-footer { padding: 0.85rem 1rem 0.8rem !important; }
  footer.site-footer .footer-top { display: grid !important; grid-template-columns: 1fr !important; gap: 0.55rem !important; }
  footer.site-footer .footer-brand { grid-column: auto !important; max-width: none !important; }
  footer.site-footer .footer-logo { margin-bottom: 0.25rem !important; }
  footer.site-footer .footer-logo svg { width: 96px !important; height: auto !important; }
  footer.site-footer .footer-tagline,
  footer.site-footer .footer-about,
  footer.site-footer .footer-socials,
  footer.site-footer .footer-regio-row,
  footer.site-footer .footer-top > .footer-col:not(.footer-contact),
  footer.site-footer .footer-contact h4 { display: none !important; }
  footer.site-footer .footer-contact { display: flex !important; flex-wrap: wrap !important; gap: 0.2rem 0.8rem !important; align-items: center !important; }
  footer.site-footer .footer-contact a,
  footer.site-footer .footer-contact span { display: inline-block !important; min-height: 0 !important; margin: 0 !important; font-size: 0.78rem !important; line-height: 1.28 !important; }
  footer.site-footer .footer-contact a:first-of-type { display: none !important; }
  footer.site-footer .footer-bottom-row { flex-direction: row !important; align-items: center !important; justify-content: space-between !important; margin-top: 0.45rem !important; gap: 0.35rem !important; padding-top: 0 !important; }
  footer.site-footer .footer-copy,
  footer.site-footer .footer-legal a { font-size: 0.72rem !important; }
  footer.site-footer .footer-legal { flex-direction: row !important; flex-wrap: wrap !important; gap: 0.25rem 0.75rem !important; }
  footer.site-footer .footer-legal a { min-height: 0 !important; }
}
