  /* ════════════════════════════════
     HERO
     ════════════════════════════════ */
  .hero {
    background: var(--salie-waas);
    padding: var(--s10) 0 var(--s12);
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    display: none;
  }

  .hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  .hero-wave svg {
    position: relative;
    display: block;
    width: calc(182% + 1.3px);
    height: 47px;
  }
  .hero-wave .shape-fill {
    fill: var(--wit);
  }

  .hero .container {
    position: relative;
    z-index: 1;
  }

  h1 {
    font-family: var(--font-body);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--groen-donker);
    margin-bottom: var(--s1);
    letter-spacing: -0.015em;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
  }

  .hero-sub {
    font-size: 19px;
    font-style: normal;
    color: var(--tekst-2);
    line-height: 1.6;
    margin-bottom: var(--s5);
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-meta {
    margin-bottom: var(--s5);
    padding: 0;
    display: inline-block;
  }

  .hero-prijs-lijn {
    font-family: var(--font-body);
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-top: var(--s1);
    margin-bottom: var(--s3);
  }
  .hero-prijs-lijn .bedrag { font-size: 32px; font-weight: 700; color: var(--groen-donker); line-height: 1; }

  .hero-review-lijn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'DM Sans', sans-serif;
  }

  .review-badge-goud {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: var(--goud);
  }
  .hero-review-lijn .review-badge-goud { font-size: 15px; }
  .hero-review-lijn .klanten { font-size: 14px; color: var(--tekst-2); font-weight: 400; }
  .hero-ervaring {
    display: block;
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 19px;
    font-weight: 400;
    color: var(--groen-salie);
    margin-top: 6px;
    letter-spacing: 0.01em;
  }

  .hero .cta-groep { justify-content: center; margin-top: 0; }

  .klant-citaat {
    font-size: 16px;
    font-style: italic;
    color: var(--tekst-2);
    margin-top: var(--s8);
    margin-bottom: var(--s6);
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }

  .klant-citaat .naam {
    font-style: normal;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--groen-donker);
    display: block;
    margin-top: 6px;
  }

  /* ════════════════════════════════
     USP RIJ — standalone under hero
     ════════════════════════════════ */
  .usp-strip {
    background: var(--wit);
    padding: var(--s8) 0;
  }

  .usp-rij {
    display: flex;
    justify-content: center;
    gap: var(--s8);
  }

  .usp-item {
    text-align: center;
  }

  .usp-icoon-wrap {
    width: 48px;
    height: 48px;
    background: #D1E0D5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }

  .usp-icoon {
    width: 22px;
    height: 22px;
    color: var(--groen-donker);
  }

  .usp-titel {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--groen-donker);
    line-height: 1.3;
    margin-bottom: 4px;
  }

  .usp-tekst {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--tekst-2);
    line-height: 1.4;
  }

  /* ════════════════════════════════
     STAPPEN — werkwijze
     ════════════════════════════════ */
  .sectie-sub {
    text-align: center;
    max-width: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--groen-salie);
    margin-top: -16px;
    margin-bottom: 0;
  }

  .stappen {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s3);
    margin-top: var(--s4);
  }

  .stap {
    background: none;
    padding: 0;
    position: relative;
    text-align: center;
  }

  .stap-nummer {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--groen-salie);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: var(--s1);
  }

  .stap h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--groen-donker);
    margin-bottom: 4px;
    line-height: 1.3;
  }

  .stap p {
    font-size: 16px;
    color: var(--tekst-2);
    line-height: 1.65;
    margin: 0;
    max-width: none;
  }

  /* ════════════════════════════════
     PRODUCT
     ════════════════════════════════ */
  .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--s4);
    align-items: start;
  }

  .product-foto {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 80px;
    width: 100%;
  }
  .product-foto img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .product-tekst h2 { margin-top: 0; margin-bottom: var(--s1); }
  .product-tekst p { max-width: none; font-size: 17px; line-height: 1.65; }

  .product-subtitle {
    font-style: normal;
    font-weight: 600;
    color: var(--groen-donker);
    font-size: 17px;
    margin-bottom: var(--s2);
  }
  .product-tekst h2 + .product-subtitle {
    margin-top: 0;
  }

  .product-meer {
    display: none;
  }
  .product-meer.open {
    display: block;
  }
  .product-tekst > p:last-of-type,
  .product-meer > p:last-of-type {
    margin-bottom: 4px;
  }
  .lees-meer-link {
    display: inline-block;
    margin-top: var(--s1);
    padding-top: var(--s1);
    border-top: 1px dotted rgba(28, 58, 42, 0.55);
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--groen-salie);
    cursor: pointer;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background: none;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .lees-meer-link:hover {
    color: var(--groen-donker);
  }

  /* Kenmerken — subtiele cirkels, donkere tekeningen */
  .kenmerken-grid {
    display: flex;
    justify-content: center;
    gap: var(--s3);
    margin-top: var(--s5);
    margin-bottom: var(--s5);
  }

  .kenmerk {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .kenmerk-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--tekst-2);
    letter-spacing: 0.03em;
  }

  .kenmerk-icoon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--salie-diep);
    border-radius: 50%;
  }

  .kenmerk-icoon svg {
    width: 22px;
    height: 22px;
    color: var(--groen-donker);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .kenmerk-icoon svg.icoon-filled {
    fill: var(--groen-donker);
    stroke: none;
  }

  .kenmerk-tekst {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--groen-donker);
    line-height: 1.3;
  }

  /* Specs */
  .specs {
    margin-top: var(--s4);
  }

  .spec-rij {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px dotted rgba(28, 58, 42, 0.55);
    font-size: 15px;
  }
  .spec-rij:last-child { border-bottom: none; }

  .spec-label {
    width: 120px;
    flex-shrink: 0;
    color: var(--tekst-2);
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .spec-waarde {
    color: var(--tekst);
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
  }

  .specs-meer {
    display: none;
  }
  .specs-meer.open {
    display: block;
  }

  .specs-toggle {
    display: inline-block;
    margin-top: var(--s1);
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--groen-salie);
  }
  .specs-toggle:hover {
    color: var(--groen-donker);
  }

  /* ════════════════════════════════
     WAAROM WIJ
     ════════════════════════════════ */
  .waarom-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .waarom-content p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .waarom-handtekening {
    margin-top: var(--s3);
    font-style: normal;
    color: rgba(28, 58, 42, 0.6);
    font-size: 15px;
  }
  .waarom-header {
    text-align: center;
  }
  .waarom-header h2 { margin-bottom: var(--s3); }

  .vertrouwen-rij {
    display: flex;
    justify-content: center;
    gap: var(--s8);
    margin-top: var(--s6);
  }

  .vertrouwen-item {
    text-align: center;
  }

  .vertrouwen-icoon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D1E0D5;
    border-radius: 50%;
    margin: 0 auto 12px;
  }
  .vertrouwen-icoon svg {
    width: 22px;
    height: 22px;
    color: var(--groen-donker);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .vertrouwen-getal {
    font-family: var(--font-body);
    font-size: 26px;
    font-weight: 700;
    color: var(--groen-donker);
    line-height: 1;
    margin-bottom: 6px;
  }

  .vertrouwen-tekst {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--tekst-2);
    line-height: 1.4;
  }

  /* ════════════════════════════════
     PRIJZEN
     ════════════════════════════════ */
  .prijs-intro {
    text-align: center;
    max-width: 500px;
    margin: 0 auto var(--s2);
  }

  .prijs-intro h2 {
    margin-bottom: var(--s1);
  }

  .prijs-intro p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  /* Prijslijst — card layout */
  .prijs-lijst {
    background: var(--wit);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    max-width: 480px;
    margin: 0 auto var(--s3);
    padding: var(--s3) 0 0;
    font-family: 'DM Sans', sans-serif;
  }

  .prijs-lijst-titel {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--groen-salie);
    padding: 0 var(--s3) var(--s2);
    text-align: center;
  }

  .prijs-rij {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--s2) var(--s3);
    border-top: 1px solid rgba(28, 58, 42, 0.06);
  }
  .prijs-rij:first-child { border-top: none; }

  .prijs-rij-links {
    font-size: 16px;
    font-weight: 600;
    color: var(--groen-donker);
  }
  .prijs-rij-sub {
    display: block;
    font-size: 13px;
    color: var(--tekst-3);
    font-weight: 400;
    margin-top: 2px;
  }

  .prijs-rij-rechts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
  }

  .afhaal-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: var(--kaneel);
    color: var(--wit);
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: middle;
  }

  .prijs-incl { font-weight: 700; color: var(--groen-donker); font-size: 22px; }
  .prijs-eenheid { font-size: 14px; font-weight: 400; color: var(--tekst-3); }
  .prijs-elders {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: var(--tekst-2);
    margin-right: 0;
    vertical-align: middle;
  }
  .prijs-elders s { text-decoration-color: var(--tekst-2); }
  .prijs-populair {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--groen-salie);
    background: rgba(58, 125, 92, 0.08);
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 8px;
    vertical-align: middle;
    letter-spacing: 0.01em;
  }
  .prijs-label {
    align-self: flex-end;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 2px;
    letter-spacing: 0.03em;
    line-height: 1;
    white-space: nowrap;
  }
  .prijs-label-kaneel { background: var(--kaneel); }
  .prijs-label-salie { background: none; color: var(--groen-salie); font-weight: 500; font-size: 13px; padding: 0; }

  /* Badge — centered block */
  .prijs-badge-wrap {
    text-align: center;
    margin: var(--s4) auto;
    max-width: 480px;
  }

  .prijs-waarde-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 2px solid var(--salie-diep);
    border-radius: var(--radius);
    padding: 14px var(--s3);
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--groen-salie);
  }

  .prijs-waarde-badge svg {
    width: 20px;
    height: 20px;
    color: var(--groen-salie);
    flex-shrink: 0;
  }

  .bezorg-info {
    max-width: 480px;
    margin: var(--s3) auto 0;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--tekst-2);
    line-height: 1.6;
    background: var(--wit);
    border-radius: var(--radius);
    padding: var(--s2) var(--s3);
    box-shadow: var(--shadow-sm);
  }

  .bezorg-info p {
    margin-bottom: 2px;
    color: var(--tekst-2);
    max-width: none;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
  }
  .bezorg-info p:last-child { margin-bottom: 0; }

  .prijs-voetnoten {
    text-align: center;
    max-width: 480px;
    margin: var(--s3) auto 0;
    font-size: 15px;
    color: var(--tekst-2);
    line-height: 1.6;
  }
  .prijs-voetnoten p { max-width: none; }

  .prijs-rij-highlight {
    background: transparent;
  }
  .prijs-rij-afhalen {
    border-top: 1px solid rgba(28, 58, 42, 0.06);
  }

  .prijs-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding: var(--s3) var(--s3);
    border-top: 1px solid rgba(28, 58, 42, 0.06);
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: var(--tekst-3);
  }
  .prijs-btw-voet {
    display: block;
    text-align: center;
    padding: var(--s2) var(--s3);
    border-top: 1px solid rgba(28, 58, 42, 0.06);
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: var(--tekst-3);
  }
  .prijs-meta-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'DM Sans', sans-serif;
  }
  .prijs-meta-review .review-badge-goud {
    font-size: 15px;
  }
  .prijs-meta-bron {
    font-size: 13px;
    font-weight: 400;
    color: var(--tekst-2);
  }
  .prijs-levertijd {
    font-size: 13px;
    font-weight: 400;
    color: var(--groen-donker);
  }
  .prijs-sterren {
    color: var(--goud);
    letter-spacing: 1px;
    font-size: 12px;
  }

  /* ════ FAQ ════ */
  .faq-header {
    text-align: center;
    margin-bottom: var(--s4);
  }
  .faq-header h2 {
    margin-bottom: var(--s3);
  }
  .faq-subtekst {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: var(--tekst-2);
    margin-top: 0;
    text-align: center;
    max-width: none;
  }
  .faq-lijst {
    max-width: 640px;
    margin: 0 auto;
    background: #F7F9F7;
    border-radius: var(--radius-lg);
    padding: var(--s1) var(--s3);
  }
  .faq-item {
    border-bottom: 1px solid rgba(28, 58, 42, 0.06);
  }
  .faq-item:last-child {
    border-bottom: none;
  }
  .faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--groen-donker);
    cursor: pointer;
    list-style: none;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after {
    content: '+';
    font-size: 20px;
    font-weight: 300;
    color: var(--groen-salie);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: var(--s2);
    line-height: 1;
  }
  .faq-item[open] summary::after {
    content: '\2212';
  }
  .faq-item[open] summary {
    color: var(--groen-salie);
    padding-bottom: 8px;
  }
  .faq-antwoord {
    padding: 0 0 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: var(--tekst-2);
    line-height: 1.7;
    overflow: hidden;
    animation: faqOpen 0.25s ease;
    max-width: 560px;
  }
  .faq-antwoord p { margin: 0; }
  .faq-meer { text-align: center; margin-top: var(--s3); }
  .faq-meer a { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; color: var(--tekst-3); text-decoration: underline; text-underline-offset: 2px; text-decoration-color: rgba(28, 58, 42, 0.2); transition: color 0.15s, text-decoration-color 0.15s; }
  .faq-meer a:hover { color: var(--groen-salie); text-decoration-color: var(--groen-salie); }

  /* ════ TWIJFELAARS ════ */
  .twijfel-card {
    max-width: 520px;
    margin: 0 auto;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border-top: none;
    padding: var(--s4) 0;
    text-align: center;
  }
  .twijfel-card h2 {
    font-size: 24px;
    margin-bottom: var(--s1);
  }
  .twijfel-subtekst {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: var(--tekst-2);
    max-width: none;
    margin-bottom: var(--s3);
  }
  .twijfel-cta {
    display: inline-block;
    background: var(--groen-donker);
    color: var(--wit);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border: none;
    border-radius: var(--radius);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-bottom: 12px;
  }
  .twijfel-cta:hover { background: var(--groen-salie); }
  .twijfel-alt {
    display: block;
    margin-top: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--tekst-3);
  }
  .twijfel-alt a {
    color: var(--groen-salie);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .twijfel-voet {
    margin-top: var(--s3);
    padding-top: var(--s2);
    border-top: 1px solid rgba(28, 58, 42, 0.06);
  }
  .twijfel-handtekening {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--tekst-3);
    max-width: none;
    margin-bottom: 8px;
  }
  .twijfel-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: var(--tekst-2);
  }

  /* ════ KM-CHECK ════ */
  .km-check {
    border-top: 1px solid rgba(28, 58, 42, 0.06);
    padding: var(--s3);
    text-align: center;
    font-family: 'DM Sans', sans-serif;
  }

  .km-check-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--groen-donker);
    margin-bottom: var(--s2);
  }

  .km-check-rij {
    display: flex;
    gap: var(--s1);
    max-width: 400px;
    margin: 0 auto;
  }

  .km-check-input {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid var(--lijn);
    border-radius: var(--radius);
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: var(--tekst);
    background: var(--wit);
    transition: border-color 0.2s;
  }

  .km-check-input:focus {
    outline: none;
    border-color: var(--groen-salie);
  }

  .km-check-input::placeholder { color: #767676; }

  .km-check-huisnr { max-width: 72px; flex: none; }

  .km-check-btn {
    padding: 12px 20px;
    background: var(--groen-salie);
    color: var(--wit);
    border: none;
    border-radius: var(--radius);
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
    line-height: 1;
  }

  .km-check-btn:hover { background: #327050; }
  .km-check-btn:disabled { background: #8bb8a0; cursor: not-allowed; }

  .km-check-hint {
    font-size: 13px;
    color: var(--tekst-3);
    margin-top: var(--s2);
    margin-bottom: 0;
    max-width: none;
  }
  .km-check-hint a {
    color: var(--groen-salie);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(58, 125, 92, 0.35);
  }
  .km-check-hint a:hover {
    text-decoration-color: var(--groen-salie);
  }

  /* Resultaat states */
  .km-check-icoon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--s2);
  }

  .km-check-icoon svg { width: 24px; height: 24px; }

  .km-check-icoon-ok {
    background: rgba(58, 125, 92, 0.1);
    color: var(--groen-salie);
  }

  .km-check-icoon-info {
    background: rgba(85, 85, 85, 0.08);
    color: var(--tekst-2);
  }
  #kmSucces:focus, #kmBuiten:focus, #kmFout:focus { outline: none; }
  #kmSucces:focus-visible, #kmBuiten:focus-visible, #kmFout:focus-visible { outline: 3px solid var(--groen-salie); outline-offset: 2px; }

  .km-check-bericht {
    font-size: 16px;
    font-weight: 600;
    color: var(--groen-donker);
    margin-bottom: var(--s1);
    max-width: none;
  }

  .km-check-detail {
    font-size: 14px;
    color: var(--tekst-2);
    margin-bottom: var(--s3);
    max-width: none;
  }

  .km-check-cta {
    display: inline-block;
    background: var(--groen-salie);
    color: var(--wit);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 36px;
    border: none;
    border-radius: var(--radius);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(58, 125, 92, 0.3), 0 1px 2px rgba(58, 125, 92, 0.2);
    transition: background 0.15s, box-shadow 0.15s;
    line-height: 1;
  }

  .km-check-cta:hover {
    background: #327050;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(58, 125, 92, 0.35);
  }

  .km-check-alt {
    display: block;
    margin-top: var(--s2);
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--groen-donker);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(28, 58, 42, 0.3);
  }

  .km-check-alt:hover {
    color: var(--groen-salie);
    text-decoration-color: var(--groen-salie);
  }

  .km-check-opnieuw {
    display: block;
    margin: var(--s3) auto 0;
    background: none;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: var(--tekst-3);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .km-check-opnieuw:hover { color: var(--groen-donker); }

  /* Buiten bereik — twee opties */
  .km-check-opties {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--s2);
    margin-top: var(--s2);
    text-align: left;
  }

  .km-check-optie {
    background: var(--salie-waas);
    border-radius: var(--radius);
    padding: var(--s2) var(--s3);
  }

  .km-check-optie h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--groen-donker);
    margin-bottom: 4px;
  }

  .km-check-optie p {
    font-size: 13px;
    color: var(--tekst-2);
    margin-bottom: var(--s2);
    max-width: none;
    line-height: 1.5;
  }

  .km-check-optie-btn {
    display: block;
    text-align: center;
    padding: 10px var(--s2);
    background: var(--groen-salie);
    color: var(--wit);
    border: none;
    border-radius: var(--radius);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s;
    line-height: 1;
  }

  .km-check-optie-btn:hover { background: #327050; }

  .km-check-optie-btn-sec {
    background: transparent;
    color: var(--groen-donker);
    border: 1.5px solid rgba(28, 58, 42, 0.2);
  }

  .km-check-optie-btn-sec:hover {
    border-color: var(--groen-donker);
    background: rgba(28, 58, 42, 0.03);
  }

  .prijs-inclusief {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--tekst-3);
    margin-top: var(--s1);
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .prijs-cta-wrap {
    text-align: center;
    margin-top: var(--s4);
  }

  .prijs-trust {
    text-align: center;
    margin-top: var(--s2);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--tekst-3);
  }
  .prijs-trust .review-badge-goud {
    font-size: 14px;
  }

  /* Klant quotes */
  .klant-reviews {
    margin-top: var(--s6);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }

  .klant-reviews-label {
    text-align: center;
    max-width: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--groen-salie);
    margin-bottom: var(--s3);
  }

  .klant-reviews-intro {
    text-align: center;
    margin-bottom: var(--s3);
    font-family: 'DM Sans', sans-serif;
  }

  .klant-reviews-score {
    font-size: 20px;
    font-weight: 700;
    color: var(--groen-salie);
    margin-right: 6px;
  }

  .klant-reviews-uit {
    font-size: 16px;
    color: var(--tekst-2);
  }

  .klant-quote {
    background: var(--salie-waas);
    border-radius: var(--radius-lg);
    padding: var(--s3);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid var(--groen-salie);
    min-width: 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }
  .klant-quote:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
  }

  .klant-quote-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(28, 58, 42, 0.1);
    color: var(--groen-salie);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--s2);
    flex-shrink: 0;
  }

  .klant-quote-tekst {
    font-size: 15px;
    color: var(--tekst);
    line-height: 1.6;
    margin-bottom: var(--s2);
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .klant-quote-volledig {
    display: none;
  }

  /* Review popup */
  .review-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: var(--s3);
  }
  .review-overlay.active {
    display: flex;
  }
  .review-overlay-inner {
    background: var(--salie-waas);
    border-top: 3px solid var(--groen-salie);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    padding: var(--s5) var(--s4);
    max-width: 480px;
    width: 100%;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
    text-align: center;
  }
  .review-overlay-close {
    position: absolute;
    top: var(--s2);
    right: var(--s2);
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: var(--tekst-2);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .review-overlay-close:hover {
    background: rgba(28, 58, 42, 0.08);
    color: var(--groen-donker);
  }
  .review-overlay-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(28, 58, 42, 0.1);
    color: var(--groen-salie);
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--s2);
  }
  .review-overlay-score {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--goud);
    margin-bottom: 4px;
  }
  .review-overlay-naam {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--groen-donker);
    margin-bottom: 2px;
  }
  .review-overlay-detail {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--tekst-3);
    margin-bottom: var(--s3);
  }
  .review-overlay-tekst {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--tekst);
    text-align: left;
    padding: var(--s3) 0;
    margin: 0;
    border-top: 1px dotted rgba(28, 58, 42, 0.55);
    border-bottom: 1px dotted rgba(28, 58, 42, 0.55);
  }
  .review-overlay-fc {
    display: block;
    text-align: center;
    margin-top: var(--s3);
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  .review-overlay-fc:hover {
    opacity: 0.8;
  }
  .review-overlay-fc img {
    height: 20px;
    width: auto;
  }

  .klant-quote-meer {
    display: inline-block;
    padding: 0;
    margin-bottom: var(--s2);
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--groen-salie);
  }

  .klant-quote-voet {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .klant-quote-naam {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--groen-donker);
  }

  .klant-quote-score {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--goud);
  }

  .klant-quote-detail {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--tekst-3);
  }

  .klant-reviews-bron {
    display: block;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: var(--tekst-3);
    text-decoration: none;
    margin-top: var(--s3);
    transition: color 0.15s ease;
  }

  .klant-reviews-bron:hover {
    color: var(--groen-salie);
  }
  .klant-reviews-bron:hover .fc-logo {
    opacity: 0.7;
  }

  .klant-quotes-wrap {
    display: flex;
    align-items: center;
    gap: var(--s2);
  }
  .klant-quotes-pijl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--lijn);
    background: var(--wit);
    color: var(--groen-donker);
    font-size: 20px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s ease, border-color 0.15s ease;
    padding: 0;
    line-height: 1;
  }
  .klant-quotes-pijl:hover {
    background: var(--salie-waas);
    border-color: var(--groen-salie);
  }
  .klant-quotes {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: var(--s2);
    scrollbar-width: none;
    flex: 1;
    padding: 4px 4px;
  }
  .klant-quotes::-webkit-scrollbar { display: none; }
  .klant-quote {
    flex: 0 0 calc(33.333% - 11px);
    scroll-snap-align: start;
  }

  .klant-quotes-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: var(--s2);
  }
  .klant-quotes-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lijn);
    transition: background 0.2s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
    padding: 0;
  }
  .klant-quotes-dot.active {
    background: var(--groen-salie);
    transform: scale(1.25);
  }

  .fc-logo {
    height: 22px;
    width: auto;
    display: block;
    margin: 0 auto;
    opacity: 1;
  }

  /* ════════════════════════════════
     AFSLUITING — CTA card
     ════════════════════════════════ */
  .seizoen-banner {
    max-width: 480px;
    margin: 0 auto var(--s4);
    padding: 10px var(--s3);
    background: rgba(184, 134, 11, 0.07);
    border: 1px solid rgba(184, 134, 11, 0.18);
    border-radius: var(--radius);
    font-size: 14px;
    color: var(--groen-donker);
    text-align: center;
    line-height: 1.5;
  }
  .seizoen-banner strong {
    font-weight: 600;
  }

  .afsluiting {
    background: var(--wit);
    text-align: center;
    padding: var(--s12) 0;
  }

  .afsluiting-card {
    background: var(--salie-waas);
    border-top: 3px solid var(--groen-salie);
    border-radius: var(--radius-lg);
    padding: var(--s5) var(--s4) var(--s5);
    max-width: 480px;
    margin: 0 auto;
  }

  .afsluiting .afsluiting-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--groen-salie);
    margin-bottom: var(--s2);
    max-width: none;
  }

  .afsluiting h2 {
    color: var(--groen-donker);
    margin: 0 0 8px;
    font-size: 30px;
  }

  .afsluiting p {
    margin: 0 auto 0;
    color: var(--tekst-2);
    font-size: 15px;
    max-width: 360px;
  }

  .afsluiting-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: var(--s3);
    font-family: 'DM Sans', sans-serif;
  }
  .afsluiting-review .review-badge-goud {
    font-size: 20px;
    font-weight: 700;
  }
  .afsluiting-review .review-bron {
    font-size: 14px;
    color: var(--tekst-2);
  }

  .afsluiting .afsluiting-cta {
    margin-top: var(--s3);
  }

  .afsluiting-alt {
    margin-top: 28px;
    text-align: center;
  }

  .afsluiting-divider {
    border: none;
    border-top: 1px solid rgba(58, 125, 92, 0.12);
    margin: 28px auto 0;
    max-width: 50%;
  }

  .afsluiting-ssl {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(28, 58, 42, 0.55);
  }

  @keyframes cta-breathe {
    0%, 100% { box-shadow: 0 2px 8px rgba(58, 125, 92, 0.3), 0 1px 2px rgba(58, 125, 92, 0.2); }
    50% { box-shadow: 0 4px 20px rgba(58, 125, 92, 0.45), 0 2px 6px rgba(58, 125, 92, 0.25); }
  }
  @keyframes faqOpen {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .afsluiting-cta {
    display: inline-block;
    background: var(--groen-salie);
    color: var(--wit);
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 48px;
    border: none;
    border-radius: var(--radius);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(58, 125, 92, 0.3), 0 1px 2px rgba(58, 125, 92, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    line-height: 1;
    animation: cta-breathe 3s ease-in-out infinite;
  }
  .afsluiting-cta:hover {
    background: #327050;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(58, 125, 92, 0.35), 0 2px 4px rgba(58, 125, 92, 0.2);
    animation: none;
  }
  .afsluiting-cta:focus-visible {
    outline: 3px solid var(--groen-salie);
    outline-offset: 3px;
  }

  .afsluiting-terugbel {
    display: block;
    margin-top: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--groen-donker);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(28, 58, 42, 0.3);
    transition: color 0.15s, text-decoration-color 0.15s;
  }
  .afsluiting-terugbel:hover {
    color: var(--groen-salie);
    text-decoration-color: var(--groen-salie);
  }

  .afsluiting-signature {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-style: italic;
    color: var(--tekst-3);
    margin-top: var(--s2);
    max-width: none;
  }

  .afsluiting-bel {
    display: block;
    margin-top: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--tekst-3);
    text-decoration: none;
    transition: color 0.15s;
  }
  .afsluiting-bel:hover {
    color: var(--groen-salie);
  }

  /* ════════════════════════════════
     RESPONSIVE — 768px
     ════════════════════════════════ */
  @media (max-width: 768px) {
    h1 { font-size: 32px; letter-spacing: 0; }

    .hero { padding: var(--s8) 0 var(--s8); }
    .hero-sub { font-size: 18px; }
    .hero-prijs-lijn .bedrag { font-size: 26px; }

    .usp-rij {
      flex-wrap: nowrap;
      gap: var(--s3);
    }
    .usp-item {
      flex: 1;
      min-width: 0;
    }

    .stappen { gap: var(--s2); }
    .stap { padding: var(--s3); }
    .stap h3 { font-size: 16px; }
    .stap p { font-size: 15px; }

    .product-grid { grid-template-columns: 1fr; gap: var(--s4); }
    .product-foto { position: static; max-height: 400px; }
    .specs { max-width: 480px; margin-left: auto; margin-right: auto; }

    .kenmerken-grid { gap: var(--s2); }
    .kenmerk-icoon { width: 42px; height: 42px; }
    .kenmerk-icoon svg { width: 22px; height: 22px; }

    .prijs-rij { padding: var(--s2); }
    .prijs-incl { font-size: 20px; }

    /* Reviews: 2 zichtbaar + pijltjes op tablet */
    .klant-quotes-wrap {
      display: flex;
      align-items: center;
      gap: var(--s1);
    }
    .klant-quotes-pijl {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid var(--lijn);
      background: var(--wit);
      color: var(--groen-donker);
      font-size: 20px;
      cursor: pointer;
      flex-shrink: 0;
      transition: background 0.15s ease, border-color 0.15s ease;
      padding: 0;
      line-height: 1;
    }
    .klant-quotes-pijl:hover {
      background: var(--salie-waas);
      border-color: var(--groen-salie);
    }
    .klant-quotes {
      display: flex;
      overflow-x: auto;
      overflow-y: visible;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      gap: var(--s2);
      scrollbar-width: none;
      flex: 1;
      padding: 4px 4px;
    }
    .klant-quotes::-webkit-scrollbar { display: none; }
    .klant-quote {
      min-width: 240px;
      flex: 0 0 calc(50% - 8px);
      scroll-snap-align: start;
    }

    .afsluiting { padding: var(--s8) 0; }
    .afsluiting-card { padding: var(--s4) var(--s3); }
    .afsluiting h2 { font-size: 28px; }
  }

  /* ════════════════════════════════
     RESPONSIVE — 480px
     ════════════════════════════════ */
  @media (max-width: 480px) {
    h1 { font-size: 26px; }
    .hero { overflow: visible; }

    .hero { padding: var(--s6) 0 var(--s6); }

    .hero-sub { font-size: 17px; margin-bottom: var(--s4); }

    .hero-meta { padding: 0; display: block; }
    .hero-prijs-lijn { flex-wrap: wrap; justify-content: center; }
    .hero-review-lijn { flex-wrap: wrap; justify-content: center; }

    /* USPs verticaal op mobiel */
    .usp-rij {
      flex-direction: column;
      align-items: center;
      gap: var(--s4);
    }
    .usp-item { flex: none; min-width: auto; }
    .usp-strip { padding: var(--s5) 0; }

    .stappen { grid-template-columns: 1fr; gap: var(--s3); }
    .stap {
      display: block;
      text-align: center;
      padding: 0;
    }
    .stap-nummer {
      font-size: 24px;
      margin-bottom: 4px;
      line-height: 1;
    }

    .kenmerken-grid { gap: var(--s1); }

    /* Reviews: carousel */
    .klant-quotes-wrap {
      display: flex;
      align-items: center;
      gap: 0;
    }
    .klant-quotes {
      display: flex;
      overflow-x: auto;
      overflow-y: visible;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      gap: var(--s2);
      scrollbar-width: none;
      flex: 1;
      padding: 4px 4px;
    }
    .klant-quotes::-webkit-scrollbar { display: none; }
    .klant-quotes-pijl {
      display: none;
    }
    .klant-quote {
      min-width: 0;
      flex: 0 0 88%;
      scroll-snap-align: center;
    }
    .klant-quote-tekst {
      margin-bottom: var(--s1);
    }
    .klant-quote-voet {
      gap: 4px;
    }
    .klant-quote-score {
      white-space: nowrap;
    }

    .faq-lijst { padding: var(--s1) var(--s2); }
    .faq-item summary { font-size: 15px; padding: 16px 0; }
    .faq-antwoord { font-size: 14px; padding: 0 0 16px; }
    .faq-subtekst { font-size: 15px; }

    .twijfel-card { padding: var(--s4) var(--s3); margin: 0; }
    .twijfel-card h2 { font-size: 21px; }
    .twijfel-subtekst { font-size: 15px; }
    .twijfel-cta { font-size: 15px; padding: 12px 28px; }

    .afsluiting { padding: var(--s8) 0; }
    .afsluiting .seizoen-banner { max-width: none; margin: 0 var(--s3) var(--s3); }
    .afsluiting-card { padding: var(--s3); border-radius: var(--radius); margin: 0 var(--s3); }
    .afsluiting h2 { font-size: 23px; }
    .afsluiting p { font-size: 15px; }
    .afsluiting-cta { display: block; width: 100%; text-align: center; padding: 16px var(--s3); font-size: 16px; }
    .afsluiting-bel { font-size: 15px; }

    .spec-label { width: 100px; }

    .prijs-rij { padding: 14px var(--s2); }
    .prijs-rij-links { font-size: 15px; }
    .prijs-incl { font-size: 19px; }
    .prijs-elders { font-size: 12px; margin-right: 0; }
    .prijs-label { font-size: 10px; padding: 3px 6px; }
    .prijs-label-salie { font-size: 13px; padding: 0; align-self: center; }
    .prijs-rij-rechts { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
    .prijs-meta { font-size: 11px; line-height: 1.6; }
    .prijs-meta-review .review-badge-goud { font-size: 13px; }
    .prijs-meta-bron { font-size: 11px; }

    .prijs-waarde-badge { font-size: 14px; padding: 12px var(--s2); }

    /* KM-check responsive */
    .km-check { padding: var(--s2) var(--s3); }
    .km-check-rij { max-width: none; flex-wrap: wrap; }
    .km-check-input { flex: 1; min-width: 0; }
    .km-check-huisnr { flex: 0 0 72px; }
    .km-check-btn { width: 100%; margin-top: 0; }
    .km-check-cta { display: block; width: 100%; text-align: center; padding: 14px var(--s3); }
    .km-check-opties { grid-template-columns: 1fr; }
  }

  /* ════ TOUCH: hover uitzetten (page-specific) ════ */
  @media (hover: none) {
    .stap:hover { }
    .klant-quote:hover { box-shadow: none; transform: none; }
    .afsluiting-cta:hover { transform: none; box-shadow: 0 2px 8px rgba(58, 125, 92, 0.3), 0 1px 2px rgba(58, 125, 92, 0.2); animation: none; }
    .km-check-cta:hover { transform: none; box-shadow: 0 2px 8px rgba(58, 125, 92, 0.3); }
    .klant-reviews-bron:hover .fc-logo { opacity: 1; }
  }
