/* HOTFIX 51 — homepage visual */
/* Unified icon boxes (48×48) */
.home-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}
.home-icon-box--rood {
    background: rgba(255, 106, 26, 0.1);
    color: #dc2626;
}
.home-icon-box--teal {
    background: rgba(18, 181, 176, 0.1);
    color: #12b5b0;
}
.section--dark .home-icon-box--rood {
    background: rgba(255, 106, 26, 0.18);
}
.home-icon-box svg,
.home-icon-box img {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}
.home-icon-box--sm {
    flex-shrink: 0;
    margin-top: 0.1rem;
}
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-trust-value {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
    line-height: 1.45;
}
.home-trust-value .home-icon-box--sm {
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.home-partner-cta__icon.home-icon-box {
    margin-left: auto;
    margin-right: auto;
}
.home-partner-cta__icon.home-icon-box--rood {
    background: rgba(255, 106, 26, 0.18);
    color: #f87171;
}
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 0.5rem;
}


.home-trust-values {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-trust-value {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
    line-height: 1.45;
}
.home-trust-value .home-icon-box--sm {
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.home-partner-cta__icon.home-icon-box {
    margin-left: auto;
    margin-right: auto;
}
.home-partner-cta__icon.home-icon-box--rood {
    background: rgba(255, 106, 26, 0.18);
    color: #f87171;
}


/* Unified cards */
.home-card {
    background: var(--c-bg-white);
    border: 1px solid var(--c-border-light);
    border-radius: 12px;
    padding: clamp(20px, 3vw, 28px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.section--dark .home-card {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--c-border-dark);
    color: var(--c-text-on-dark);
}
.section--dark .home-card:hover {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.home-card--accent-rood { border-top: 4px solid #dc2626; }
.home-card--accent-teal { border-top: 4px solid #12b5b0; }
.home-card--review { min-height: 100%; }
a.home-card { text-decoration: none; color: inherit; }
.home-trust-strip__col.home-card { height: auto; }
.home-dienst-card.home-card { display: block; }
.home-partner-cta__card.home-card {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-align: center;
}
.home-partner-cta__card.home-card:hover {
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.hero-home.hero-home--redesign {
    min-height: 580px;
    max-height: 640px;
}
@media (min-width: 1024px) {
    .hero-home.hero-home--redesign {
        min-height: 580px;
        max-height: 640px;
        padding-block: 72px;
    }
    .hero-layout {
        grid-template-columns: 55fr 45fr;
        gap: 2.5rem;
    }
    .hero-layout__visual {
        max-width: 260px;
    }
    .hero-phone {
        width: 260px;
        max-width: 260px;
        transform: rotate(-2deg);
    }
}
.hero-stats {
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.home-admin-banner {
    background: #fef3c7;
    color: #92400e;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
.home-admin-banner a { color: #b45309; font-weight: 600; }

.home-reviews-grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.5rem;
}
@media (min-width: 768px) {
    .home-reviews-grid { grid-template-columns: repeat(3, 1fr); }
}
.home-review-card__stars-badge {
    color: #ff6a1a;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}
.home-trust-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
    opacity: 0.75;
    font-size: 0.85rem;
    font-weight: 600;
}

.home-tools__grid {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}
@media (min-width: 992px) {
    .home-tools__grid { grid-template-columns: 1fr 1fr; }
}
.home-tools__title { font-size: 1.25rem; margin: 0 0 0.75rem; }
.home-tools__text { margin-bottom: 1rem; }
.home-tools__footnote { font-size: 0.875rem; margin-top: 1rem; opacity: 0.85; }
.home-tools__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }
.gk-promo__visual--compact { margin-top: 1rem; }

.home-audience__grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}
@media (min-width: 768px) {
    .home-audience__grid { grid-template-columns: 1fr 1fr; }
}
.section--dark .home-audience-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--c-border-dark);
    color: var(--c-text-on-dark);
}
.section--dark .home-audience-card p {
    color: var(--c-text-muted-dark);
}
.section--dark .home-audience-card .intro-card-link {
    color: var(--c-text-on-dark);
}
.section--dark .home-audience .section-title {
    color: var(--c-text-on-dark);
}
.home-audience-card--particulier { border-top: 4px solid #ff6a1a; }
.home-audience-card--zakelijk { border-top: 4px solid #12b5b0; }

.home-werkgebied__note {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    opacity: 0.85;
}

.home-trust-strip {
    background: var(--c-bg-white);
}
.home-trust-strip__grid {
    display: grid;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .home-trust-strip__grid { grid-template-columns: repeat(3, 1fr); }
}
.home-trust-strip__score {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff6a1a;
    margin: 0.25rem 0;
    line-height: 1;
}
.home-trust-strip__stars { color: #ff6a1a; font-size: 1.25rem; }

.home-diensten-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0 1.5rem;
}
.home-diensten-filter__btn {
    border: 1px solid rgba(0,0,0,0.12);
    background: #fff;
    border-radius: 999px;
    padding: 0.4rem 1rem;
    cursor: pointer;
    font: inherit;
}
.home-diensten-filter__btn.is-active {
    background: #ff6a1a;
    color: #fff;
    border-color: #ff6a1a;
}
.home-diensten-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
@media (min-width: 992px) {
    .home-diensten-grid { grid-template-columns: repeat(3, 1fr); }
}
.home-dienst-card.is-hidden { display: none; }

/* Diensten-grid filter: fade + soepele hoogte (specificiteit > body.home .home-dienst-card) */
body.home .home-dienst-card.is-filter-hidden,
body.home .home-dienst-card[hidden] {
  opacity: 0;
  transform: scale(0.98);
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border-width: 0;
  overflow: hidden;
}
body.home .home-dienst-card.is-hidden,
body.home .home-dienst-card[hidden] {
  display: none !important;
}
.home-dienst-card__icon { display: block; margin-bottom: 0; }
.home-dienst-card__title { font-size: 1.05rem; margin: 0 0 0.35rem; }
.home-dienst-card__desc { font-size: 0.875rem; opacity: 0.85; margin: 0 0 0.5rem; }
.home-dienst-card__link { font-size: 0.875rem; font-weight: 600; color: #ff6a1a; }
.home-diensten-combo { text-align: center; margin-top: 1rem; }

/* App sectie — donker promo */
.home-app--promo {
    background: #0c1a1f;
    color: var(--c-text-on-dark);
}
.home-app--promo .home-app__eyebrow {
    color: #dc2626;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin: 0 0 0.75rem;
}
.home-app--promo .home-app__title {
    color: var(--c-text-on-dark);
}
.home-app--promo .home-app__lead {
    color: rgba(255, 255, 255, 0.9);
}
.home-app--promo .home-app__list li {
    color: rgba(255, 255, 255, 0.92);
}
.home-app--promo .home-app__list li::before {
    color: #dc2626;
}

.home-app--promo .home-app__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.projecten-grid--dynamic .projecten-card--dynamic {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 280px;
}
.projecten-card-img--placeholder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}
.projecten-card-img__overlay-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    z-index: 2;
}
.projecten-type-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    background: #ff6a1a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    text-transform: uppercase;
}
.projecten-quote-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    font-size: 2rem;
    color: rgba(255,255,255,0.5);
    line-height: 1;
}
.projecten-locatie { font-size: 0.85rem; opacity: 0.9; }
.projecten-card-link { display: block; margin-top: 0.35rem; font-size: 0.85rem; font-weight: 600; }

.home-partner-cta {
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
    color: #fff;
    padding: 3rem 0;
}
.home-partner-cta .section-title,
.home-partner-cta .lead { color: #fff; }
.home-partner-cta__grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .home-partner-cta__grid { grid-template-columns: repeat(3, 1fr); }
}
.home-partner-cta__icon { font-size: 2rem; display: block; margin-bottom: 0.75rem; }
.home-partner-cta__detail { margin-bottom: 1rem; opacity: 0.9; }
.home-partner-cta__detail a { color: #fff; }

@media (max-width: 767px) {
    .home-reviews-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 0.5rem;
    }
    .home-review-card--badge {
        flex: 0 0 85%;
        scroll-snap-align: start;
    }
    .projecten-grid--dynamic {
        display: flex;
        overflow-x: auto;
        gap: 1rem;
        scroll-snap-type: x mandatory;
    }
    .projecten-grid--dynamic .projecten-card--dynamic {
        flex: 0 0 85%;
        scroll-snap-align: start;
    }
}


.projecten-card--placeholder {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 280px;
    background: linear-gradient(135deg, #1a2530, #0c1a1f);
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    padding: 1.25rem;
}
.projecten-card--placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/img/bedrijfslogo.png') center center / min(120px, 40%) no-repeat;
    opacity: 0.15;
    pointer-events: none;
}
.projecten-card--placeholder .projecten-type-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
.projecten-card--placeholder .projecten-card-body {
    position: relative;
    z-index: 1;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.projecten-card--placeholder .projecten-card-body strong {
    color: #fff;
}
.projecten-card--placeholder .projecten-locatie {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
}
.projecten-card--placeholder .projecten-card-link {
    color: #f87171;
}

section.section.home-projecten {
    padding-bottom: 4rem;
}
section.section.home-partner-cta {
    padding-top: 4rem;
}
/* HOTFIX 51 — mobile, safe-area, tap-targets */
.home .section {
    padding-top: 0;
    padding-bottom: 0;
}

section[class*="section--"],
.home-hero,
.home-reviews-teaser,
.home-tools,
.home-about,
.home-audience,
.home-zaptec,
.home-werkgebied,
.home-trust-strip,
.home-diensten,
.home-app,
.home-projecten,
.home-partner-cta {
    padding-top: clamp(3rem, 7vw, 5rem);
    padding-bottom: clamp(3rem, 7vw, 5rem);
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
}
.home .container,
.home-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: clamp(1rem, 4vw, 2rem);
}
.home .btn,
.home-diensten-filter__btn,
.home-card .btn,
.home-partner-cta .btn {
    min-height: 44px;
    padding-block: 12px;
}
.home-dienst-card.home-card {
    min-height: 44px;
}
.home-app--promo .app-badges img,
.home-app--promo .app-badges a {
    min-height: 44px;
}
.home-diensten-filter__btn {
    padding: 10px 16px;
}
@media (max-width: 767px) {
    .home-audience__grid {
        grid-template-columns: 1fr;
    }
    .home-werkgebied__grid {
        grid-template-columns: 1fr;
    }
    .home-trust-strip__grid {
        grid-template-columns: 1fr;
    }
    .home-diensten-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-layout {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .hero-layout__copy {
        order: 1;
    }
    .hero-layout__visual {
        display: flex !important;
        order: 2;
        max-width: 100%;
        justify-content: center;
        margin-inline: auto;
    }
    .hero-phone {
        width: min(260px, 72vw);
        max-width: 260px;
        transform: none;
    }
    .home-app__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    section.section.home-projecten {
        padding-bottom: 2rem;
    }
    section.section.home-partner-cta {
        padding-top: 2rem;
    }
    .home-app__visual {
        order: 2;
    }
    .home-app__copy {
        order: 1;
    }
}
@media (display-mode: standalone) {
    /* iOS PWA: gebruiker is al in app, sectie verbergen */
    .home-app {
        display: none;
    }
}

/* ═══ HOTFIX 53b — HERO RESTYLE ═══════════════════════════
 * Selectors afgestemd op inc/homepage_hero_render.php
 * ═══════════════════════════════════════════════════════════ */

.hero-home.hero-home--redesign {
    position: relative;
    background: #ffffff;
    padding: 60px 0 80px;
    overflow: hidden;
    min-height: auto;
    max-height: none;
}

.hero-home.hero-home--redesign::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 76, 92, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 76, 92, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    -webkit-mask-image: radial-gradient(ellipse 80% 50% at 50% 0%, #000 40%, transparent 80%);
    mask-image: radial-gradient(ellipse 80% 50% at 50% 0%, #000 40%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}

.hero-home.hero-home--redesign .hero-inner,
.hero-home.hero-home--redesign .hero-layout {
    position: relative;
    z-index: 1;
}

.hero-home.hero-home--redesign .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f4f4f5;
    color: #18181b;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
    margin-bottom: 28px;
}

.hero-home.hero-home--redesign .hero-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ff6a1a;
    border-radius: 50%;
    animation: heroBadgePulse53b 2s infinite;
}

@keyframes heroBadgePulse53b {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.hero-home.hero-home--redesign .hero-title.hero-title--redesign {
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 24px;
    white-space: pre-line;
    background: linear-gradient(120deg, #0c1a1f 0%, #0c1a1f 55%, #ff6a1a 55%, #f59e0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hero-home.hero-home--redesign .hero-sub.hero-sub--redesign {
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.55;
    color: #52525b;
    margin-bottom: 28px;
    max-width: 540px;
}

.hero-home.hero-home--redesign .hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.hero-home.hero-home--redesign .hero-trust__item {
    font-size: 14px;
    font-weight: 500;
    color: #3f3f46;
}

.hero-home.hero-home--redesign .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding-top: 28px;
    margin-top: 8px;
    border-top: 1px solid #f4f4f5;
    font-size: 22px;
    font-weight: 800;
    color: #0c1a1f;
    letter-spacing: -0.5px;
}

.hero-home.hero-home--redesign .hero-btns.hero-btns--redesign {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.hero-home.hero-home--redesign .hero-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 28px;
    background: #ff6a1a !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s;
}

.hero-home.hero-home--redesign .hero-cta-primary:hover {
    background: #b81818 !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(255, 106, 26, 0.25);
}

.hero-home.hero-home--redesign .hero-cta-secondary {
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-home.hero-home--redesign { padding: 40px 0 60px; }
    .hero-home.hero-home--redesign .hero-stats { gap: 20px; font-size: 18px; }
}

@media (min-width: 1024px) {
    .hero-home.hero-home--redesign {
        min-height: auto;
        max-height: none;
        padding-block: 60px 80px;
    }
}

/* ═══ END HOTFIX 53b HERO ═══════════════════════════════════ */

/* ═══ HOTFIX 53b-fix — Hero regressie ═══════════════════════════
 * Force witte achtergrond, fix gradient strike-through,
 * leesbare tekst-kleuren met hogere specificity
 * ═══════════════════════════════════════════════════════════════ */

body.home .hero-home,
body.home .hero-home--redesign,
.hero-home.hero-home--redesign {
  background: #ffffff !important;
  color: #18181b !important;
}

body.home .hero-home--redesign .hero-bg,
.hero-home.hero-home--redesign .hero-bg {
  background: #ffffff !important;
  background-image: none !important;
}

body.home .hero-home .hero-title--redesign,
.hero-home--redesign .hero-title--redesign {
  color: #0c1a1f !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  text-decoration-line: none !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #0c1a1f !important;
}

/* Gradient ALLEEN op accent-span, niet hele h1 */
body.home .hero-home .hero-title--redesign .accent,
body.home .hero-home .hero-title--redesign span.accent,
.hero-home--redesign .hero-title--redesign .accent {
  background: linear-gradient(120deg, #ff6a1a 0%, #f59e0b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  display: inline-block;
}

body.home .hero-home .hero-sub--redesign,
.hero-home--redesign .hero-sub--redesign {
  color: #52525b !important;
  background: none !important;
  opacity: 1 !important;
}

body.home .hero-home .hero-eyebrow,
.hero-home--redesign .hero-eyebrow {
  background: #f4f4f5 !important;
  color: #18181b !important;
}

body.home .hero-home .hero-trust,
body.home .hero-home .hero-trust li,
body.home .hero-home .hero-trust__item,
body.home .hero-home .hero-stats,
.hero-home--redesign .hero-trust,
.hero-home--redesign .hero-trust li,
.hero-home--redesign .hero-trust__item,
.hero-home--redesign .hero-stats {
  color: #18181b !important;
  background: transparent !important;
  opacity: 1 !important;
}

body.home .hero-home .hero-trust li::before,
.hero-home--redesign .hero-trust li::before {
  color: #10b981 !important;
}

body.home .hero-home .hero-btns--redesign .btn,
body.home .hero-home .hero-btns--redesign a {
  text-decoration: none !important;
}

body.home .hero-home * {
  text-shadow: none !important;
}

/* ═══ END HOTFIX 53b-fix ═════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════
 * HOTFIX 53d — VISUELE RESTYLE 5 SECTIES
 * Selectors afgestemd op inc/home/page_body.php + inc/footer.php
 * Strikt CSS-only. !important waar style.min.css / section--* overrult.
 * ═══════════════════════════════════════════════════════════════ */


/* ───── 1. 9-GRID DIENSTEN ────────────────────────────────────── */
body.home .home-diensten.section--light {
  background: #ffffff !important;
  padding: 80px 0;
}

body.home .home-diensten .section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #0c1a1f;
  margin-bottom: 14px;
}

body.home .home-diensten .lead {
  font-size: 17px;
  color: #52525b;
  margin-bottom: 40px;
  line-height: 1.55;
}

body.home .home-diensten-filter {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  background: #f4f4f5;
  padding: 6px;
  border-radius: 100px;
  width: fit-content;
}

body.home .home-diensten-filter__btn {
  padding: 9px 20px;
  background: transparent;
  border: none;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #52525b;
  cursor: pointer;
  transition: all 0.15s;
}

body.home .home-diensten-filter__btn.is-active {
  background: #ffffff;
  color: #18181b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

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

body.home .home-dienst-card {
  background: #ffffff;
  border: 1px solid #f4f4f5;
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: opacity 0.28s ease, transform 0.28s ease, max-height 0.32s ease, padding 0.32s ease, margin 0.32s ease, border-width 0.32s ease, border-color 0.2s, box-shadow 0.2s;
  max-height: 420px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #18181b;
}

body.home .home-dienst-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff6a1a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

body.home .home-dienst-card:hover {
  border-color: #e4e4e7;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(12, 26, 31, 0.12);
}

body.home .home-dienst-card:hover::before {
  transform: scaleX(1);
}

body.home .home-dienst-card__icon {
  width: 48px;
  height: 48px;
  background: #fee2e2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6a1a;
  transition: all 0.2s;
}

body.home .home-dienst-card__icon svg {
  width: 24px;
  height: 24px;
}

body.home .home-dienst-card:hover .home-dienst-card__icon {
  background: #ff6a1a;
  color: #ffffff;
  transform: scale(1.05);
}

body.home .home-dienst-card__title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #18181b;
  margin: 0;
}

body.home .home-dienst-card__desc {
  font-size: 14px;
  color: #52525b;
  line-height: 1.5;
  margin: 0;
  flex: 1;
  opacity: 1;
}

body.home .home-dienst-card__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #ff6a1a;
  padding-top: 14px;
  border-top: 1px solid #f4f4f5;
  margin-top: auto;
}

@media (max-width: 920px) {
  body.home .home-diensten-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body.home .home-diensten-grid { grid-template-columns: 1fr; }
}


/* ───── 2. AUDIENCE-STRIP ─────────────────────────────────────── */
body.home .home-audience.section--dark {
  background: #fafafa !important;
  padding: 64px 0;
  border-top: 1px solid #f4f4f5;
  border-bottom: 1px solid #f4f4f5;
}

body.home .home-audience .section-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  color: #0c1a1f !important;
}

body.home .home-audience__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

body.home .home-audience-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  transition: all 0.2s;
  border: 1px solid #f4f4f5;
  border-top-width: 1px !important;
  text-decoration: none;
  color: #18181b;
}

body.home .home-audience-card:hover {
  border-color: #ff6a1a;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(12, 26, 31, 0.12);
}

body.home .home-audience-card--zakelijk:hover {
  border-color: #0f4c5c;
}

body.home .home-audience-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: #fee2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ff6a1a;
}

body.home .home-audience-card__icon svg {
  width: 28px;
  height: 28px;
}

body.home .home-audience-card--zakelijk .home-audience-card__icon {
  background: #e6eef0;
  color: #0f4c5c;
}

body.home .home-audience-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: -0.3px;
  color: #0c1a1f;
}

body.home .home-audience-card p {
  font-size: 14px;
  color: #52525b !important;
  margin: 0 0 10px;
  line-height: 1.55;
}

body.home .home-audience-card .intro-card-link {
  color: #ff6a1a !important;
  font-weight: 600;
  font-size: 14px;
}

body.home .home-audience-card--zakelijk .intro-card-link {
  color: #0f4c5c !important;
}

@media (max-width: 768px) {
  body.home .home-audience__grid { grid-template-columns: 1fr; }
}


/* ───── 3. TOOL-HIGHLIGHTS ─────────────────────────────────────── */
body.home .home-tools.section--light {
  background: linear-gradient(135deg, #0c1a1f 0%, #093644 100%) !important;
  color: #ffffff !important;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

body.home .home-tools::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 30%, rgba(255, 106, 26, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(245, 158, 11, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

body.home .home-tools > .container {
  position: relative;
  z-index: 1;
}

body.home .home-tools .section-title,
body.home .home-tools .home-tools__title {
  color: #ffffff !important;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
}

body.home .home-tools .lead,
body.home .home-tools .home-tools__text,
body.home .home-tools .home-tools__footnote {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 17px;
  line-height: 1.55;
  opacity: 1;
}

body.home .home-tools .gk-promo__eyebrow {
  color: #f59e0b !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

body.home .home-tools .gk-promo__list {
  color: rgba(255, 255, 255, 0.9);
}

body.home .home-tools .home-tools__col {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px;
}

body.home .home-tools .kenteken-home__panel,
body.home .home-tools .gk-promo__visual {
  background: #ffffff !important;
  color: #18181b !important;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

body.home .home-tools .home-tools__footnote a {
  color: #f59e0b !important;
}

body.home .home-zaptec.section--white {
  background: #fafafa !important;
  padding: 80px 0;
  border-top: 1px solid #f4f4f5;
  border-bottom: 1px solid #f4f4f5;
}

body.home .home-zaptec .section-title {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -1px;
  color: #0c1a1f;
}

body.home .home-zaptec .lead {
  font-size: 17px;
  color: #52525b;
  line-height: 1.55;
}

body.home .home-zaptec .intro-card {
  background: #ffffff;
  border: 1px solid #f4f4f5;
  border-radius: 16px;
  padding: 28px;
  transition: all 0.2s;
}

body.home .home-zaptec .intro-card:hover {
  border-color: #e4e4e7;
  box-shadow: 0 8px 24px rgba(12, 26, 31, 0.08);
  transform: translateY(-2px);
}

body.home .home-zaptec .intro-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #0c1a1f;
}

body.home .home-zaptec .intro-card-link {
  color: #ff6a1a;
  font-weight: 600;
}


/* ───── 4. REVIEWS-BAND ───────────────────────────────────────── */
body.home .home-reviews-teaser.section--white {
  background: #ffffff !important;
  padding: 80px 0;
}

body.home .home-reviews-teaser .section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 14px;
  color: #0c1a1f;
}

body.home .home-reviews-teaser .home-reviews-sub {
  font-size: clamp(28px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #0c1a1f;
  margin-bottom: 12px;
}

body.home .home-reviews-teaser .home-reviews-sub::after {
  content: " ★★★★★";
  color: #f59e0b;
  font-size: 0.35em;
  letter-spacing: 3px;
  vertical-align: middle;
}

body.home .home-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

body.home .home-review-card.home-review-card--badge {
  padding: 24px;
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid #f4f4f5;
  border-left: 3px solid #ff6a1a;
  box-shadow: none;
}

body.home .home-review-card__stars-badge {
  color: #f59e0b !important;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

body.home .home-review-card__text {
  font-size: 14px;
  line-height: 1.55;
  font-style: italic;
  margin: 0 0 14px;
  color: #18181b;
}

body.home .home-review-card__author {
  font-size: 12px;
  color: #52525b;
  font-weight: 600;
}

body.home .home-reviews-teaser .review-source {
  font-size: 10px;
  color: #71717a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
  display: block;
}

@media (max-width: 920px) {
  body.home .home-reviews-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body.home .home-reviews-grid { grid-template-columns: 1fr; }
}


/* ───── 5. FOOTER (crème + brand-strip) ────────────────────────── */
.footer.footer--bodudo {
  background: #fafaf7 !important;
  color: #52525b !important;
  padding-top: 70px !important;
  font-size: 14px;
}

.footer.footer--bodudo a {
  color: #52525b !important;
}

.footer.footer--bodudo a:hover {
  color: #ff6a1a !important;
}

.footer.footer--bodudo .footer-title {
  color: #0c1a1f !important;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer.footer--bodudo .footer-grid.footer-grid--three {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}

.footer.footer--bodudo .footer-bottom-bar {
  position: relative;
  background: #f0ede5 !important;
  padding: 22px 0;
  font-size: 12px;
  color: #52525b;
}

.footer.footer--bodudo .footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

/* Brand-strip boven copyright (CSS-only, geen template-wijziging) */
.footer.footer--bodudo .footer-bottom-bar::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  min-height: 100px;
  background:
    url('/img/bedrijfslogo.png') no-repeat calc(50% - 140px) center / auto 52px,
    linear-gradient(135deg, #ff6a1a 0%, #b81818 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.footer.footer--bodudo .footer-bottom-bar::after {
  content: "Elektrotechniek met online tools die u direct duidelijkheid geven";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 28px);
  transform: translateX(-50%);
  width: min(520px, 90vw);
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  pointer-events: none;
}

@media (max-width: 920px) {
  .footer.footer--bodudo .footer-grid.footer-grid--three {
    grid-template-columns: 1fr 1fr;
  }
  .footer.footer--bodudo .footer-bottom-bar::before {
    background:
      url('/img/bedrijfslogo.png') no-repeat center 24px / auto 44px,
      linear-gradient(135deg, #ff6a1a 0%, #b81818 100%);
    min-height: 120px;
  }
  .footer.footer--bodudo .footer-bottom-bar::after {
    bottom: calc(100% + 16px);
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .footer.footer--bodudo .footer-grid.footer-grid--three {
    grid-template-columns: 1fr;
  }
}

/* ═══ END HOTFIX 53d ═════════════════════════════════════════════ */

/* ═══ HOTFIX 53d-fix — Hero gradient + trust-line ═══ */

/* Gradient op .accent span (sterker forceren) */
body.home .hero-home .hero-title--redesign .accent,
body.home .hero-home--db .hero-title--redesign .accent,
body.home .hero-home--redesign .hero-title--redesign .accent,
.hero-home .hero-title .accent,
.hero-home .hero-title--redesign .accent {
  background: linear-gradient(120deg, #ff6a1a 0%, #f59e0b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  display: inline-block;
  text-decoration: none !important;
}

/* Trust-line onder bullets */
body.home .hero-home .hero-stats-line,
body.home .hero-home .hero-stats-line p {
  font-size: 15px !important;
  color: #52525b !important;
  margin: 24px 0 32px !important;
  line-height: 1.6;
}
body.home .hero-home .hero-stats-line strong {
  color: #0c1a1f !important;
  font-weight: 700;
}

/* ═══ END Hero fix ═══ */

/* ═══ HOTFIX 53d-fix — Reviews-band v3.3 layout ═══ */

body.home .home-reviews-teaser {
  background: #ffffff !important;
  padding: 80px 0 !important;
}

body.home .home-reviews-teaser h2 {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  color: #0c1a1f !important;
}

/* Top-block: grote rating + bronnen + cta */
body.home .home-reviews-teaser .reviews-band__top,
body.home .home-reviews-teaser .reviews-top {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: 48px !important;
  align-items: center !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid #f4f4f5 !important;
  margin-bottom: 40px !important;
}

/* Grote score-block links */
body.home .home-reviews-teaser .rating-big,
body.home .home-reviews-teaser .reviews-rating-big,
body.home .home-reviews-teaser .home-reviews-sub {
  font-size: 72px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -3px !important;
  color: #0c1a1f !important;
  text-align: center;
}
body.home .home-reviews-teaser .rating-big small,
body.home .home-reviews-teaser .home-reviews-sub small {
  font-size: 30px;
  color: #d4d4d8;
  font-weight: 600;
}
body.home .home-reviews-teaser .stars,
body.home .home-reviews-teaser .reviews-stars {
  color: #f59e0b !important;
  font-size: 18px !important;
  letter-spacing: 3px;
  margin: 8px 0 4px;
  display: block;
  text-align: center;
}

/* Bron-lijst midden */
body.home .home-reviews-teaser .reviews-sources,
body.home .home-reviews-teaser .reviews-band__sources {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
body.home .home-reviews-teaser .reviews-source,
body.home .home-reviews-teaser .reviews-band__source {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  background: #fafafa !important;
  border-radius: 8px !important;
}
body.home .home-reviews-teaser .reviews-source-logo {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

/* CTA rechts */
body.home .home-reviews-teaser .reviews-cta,
body.home .home-reviews-teaser .reviews-band__cta {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  align-items: flex-end !important;
}

/* 3-koloms quotes-grid onder */
body.home .home-reviews-teaser .home-reviews-grid,
body.home .home-reviews-teaser .reviews-grid,
body.home .home-reviews-teaser .reviews-band__quotes {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
}
body.home .home-reviews-teaser .home-review-card,
body.home .home-reviews-teaser .review-quote {
  padding: 24px !important;
  background: #fafafa !important;
  border-radius: 12px !important;
  border-left: 3px solid #ff6a1a !important;
}

@media (max-width: 920px) {
  body.home .home-reviews-teaser .reviews-band__top,
  body.home .home-reviews-teaser .reviews-top {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  body.home .home-reviews-teaser .reviews-band__cta,
  body.home .home-reviews-teaser .reviews-cta {
    align-items: center !important;
  }
  body.home .home-reviews-teaser .home-reviews-grid,
  body.home .home-reviews-teaser .reviews-band__quotes {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 560px) {
  body.home .home-reviews-teaser .home-reviews-grid,
  body.home .home-reviews-teaser .reviews-band__quotes {
    grid-template-columns: 1fr !important;
  }
}

/* ═══ END Reviews fix ═══ */

/* ═══ HOTFIX 53d-fix — Zaptec-sectie v3.3 ═══ */

body.home .home-zaptec.home-zaptec--v33 {
  background: #fafafa !important;
  padding: 80px 0 !important;
  border-top: 1px solid #f4f4f5;
  border-bottom: 1px solid #f4f4f5;
}

body.home .home-zaptec__grid {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr !important;
  gap: 60px !important;
  align-items: center !important;
}

body.home .home-zaptec__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ff6a1a;
  text-transform: uppercase;
  margin-bottom: 14px;
}

body.home .home-zaptec__title {
  font-size: clamp(28px, 4vw, 38px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  line-height: 1.15 !important;
  margin-bottom: 18px;
  color: #0c1a1f !important;
}

body.home .home-zaptec__lead {
  font-size: 17px;
  color: #52525b !important;
  margin-bottom: 24px;
  line-height: 1.55;
}

body.home .home-zaptec__usps {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
body.home .home-zaptec__usps li {
  padding: 6px 0;
  padding-left: 28px;
  position: relative;
  font-size: 14px;
}
body.home .home-zaptec__usps li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff6a1a;
  font-weight: 800;
}

/* Zaptec widget */
.zaptec-tool-widget {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.10);
}
.zaptec-tool-widget__header {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f4f4f5;
}
.zaptec-tool-widget__title {
  font-size: 14px;
  font-weight: 700;
  color: #0c1a1f;
}
.zaptec-tool-widget__plate {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
  border: 2px solid #d97706;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 14px;
  gap: 12px;
}
.zaptec-tool-widget__plate-flag {
  width: 28px;
  height: 28px;
  background: #003da5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}
.zaptec-tool-widget__plate-input {
  flex: 1;
  background: transparent;
  border: none;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 3px;
  outline: none;
  font-family: inherit;
  color: #0c1a1f;
  text-transform: uppercase;
}
.zaptec-tool-widget__result {
  background: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.zaptec-tool-widget__result-icon {
  width: 32px;
  height: 32px;
  background: #d1fae5;
  color: #065f46;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}
.zaptec-tool-widget__result strong {
  display: block;
  font-size: 14px;
  color: #0c1a1f;
}
.zaptec-tool-widget__result small {
  font-size: 12px;
  color: #52525b;
}
.zaptec-tool-widget__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid #f4f4f5;
  border-bottom: 1px solid #f4f4f5;
  margin-bottom: 14px;
}
.zaptec-tool-widget__stats > div {
  text-align: center;
}
.zaptec-tool-widget__stats span {
  display: block;
  font-size: 10px;
  color: #52525b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.zaptec-tool-widget__stats strong {
  font-size: 13px;
  font-weight: 700;
  color: #0c1a1f;
}
.zaptec-tool-widget__cta {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #ff6a1a !important;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}
.zaptec-tool-widget__cta:hover {
  background: #b81818 !important;
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  body.home .home-zaptec__grid {
    grid-template-columns: 1fr !important;
  }
}

/* ═══ END Zaptec fix ═══ */

/* ═══ HOTFIX 53d-fix — Footer brand-strip met echt logo ═══ */

/* Schakel 53d CSS-only pseudo-strip uit */
.footer.footer--bodudo .footer-bottom-bar::before,
.footer.footer--bodudo .footer-bottom-bar::after {
  display: none !important;
  content: none !important;
}

.footer-brand-strip {
  background: linear-gradient(135deg, #ff6a1a 0%, #b81818 100%) !important;
  color: #ffffff !important;
  padding: 40px 0 !important;
  position: relative;
  overflow: hidden;
}
.footer-brand-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.10) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(0,0,0,0.20) 0%, transparent 50%);
  pointer-events: none;
}
.footer-brand-strip .container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 32px !important;
  position: relative;
  flex-wrap: wrap;
}
.footer-brand-strip__logo {
  background: rgba(255,255,255,0.95);
  padding: 14px 22px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
}
.footer-brand-strip__logo img {
  max-height: 56px !important;
  width: auto;
  display: block;
}
.footer-brand-strip__tagline {
  text-align: right;
  color: #ffffff !important;
}
.footer-brand-strip__tagline-text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}
.footer-brand-strip__tagline-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}

@media (max-width: 768px) {
  .footer-brand-strip .container {
    flex-direction: column !important;
    text-align: center !important;
  }
  .footer-brand-strip__tagline {
    text-align: center !important;
  }
}

/* ═══ END Footer brand-strip ═══ */

/* ═══ HOTFIX 53d-fix — Audience-cards betere layout ═══ */

body.home .home-audience .home-audience-card {
  padding: 36px !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  border-radius: 16px !important;
}

/* Icon groter */
body.home .home-audience .home-audience-card .icon,
body.home .home-audience .home-audience-card [class*="icon"]:not(.icon-text) {
  width: 64px !important;
  height: 64px !important;
  border-radius: 14px !important;
  font-size: 28px !important;
  flex-shrink: 0;
}
body.home .home-audience .home-audience-card--particulier .icon,
body.home .home-audience .home-audience-card--particulier [class*="icon"] {
  background: #fee2e2 !important;
  color: #ff6a1a !important;
}
body.home .home-audience .home-audience-card--zakelijk .icon,
body.home .home-audience .home-audience-card--zakelijk [class*="icon"] {
  background: #e6eef0 !important;
  color: #0f4c5c !important;
}

body.home .home-audience .home-audience-card h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0 0 4px !important;
  color: #0c1a1f !important;
}
body.home .home-audience .home-audience-card p {
  font-size: 14px !important;
  color: #52525b !important;
  margin: 0 0 10px !important;
}
body.home .home-audience .home-audience-card .intro-card-link,
body.home .home-audience .home-audience-card a.link {
  font-size: 14px !important;
  font-weight: 600 !important;
}
body.home .home-audience .home-audience-card--particulier .intro-card-link {
  color: #ff6a1a !important;
}
body.home .home-audience .home-audience-card--zakelijk .intro-card-link {
  color: #0f4c5c !important;
}

/* ═══ END Audience fix ═══ */

/* ═══ HOTFIX 53d-fix2 — Hero v3.3 exact-match ═══ */

/* Hero rechts: widget-container */
body.home .hero-home .hero-layout__visual,
body.home .hero-home .hero-layout__visual--schatprijs {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
}
body.home .hero-home .hero-layout__visual .schatprijs-widget {
  max-width: 460px !important;
  width: 100%;
  margin: 0 !important;
}

/* Trust-grid horizontaal */
body.home .hero-home .hero-trust-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
  padding-top: 28px !important;
  border-top: 1px solid #f4f4f5 !important;
  margin-top: 28px !important;
}
body.home .hero-home .hero-trust-stat {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}
body.home .hero-home .hero-trust-stat__value {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0c1a1f !important;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
body.home .hero-home .hero-trust-stat__star {
  color: #f59e0b !important;
}
body.home .hero-home .hero-trust-stat__sub {
  color: #71717a;
  font-weight: 600;
  font-size: 14px;
}
body.home .hero-home .hero-trust-stat__label {
  font-size: 12px !important;
  color: #52525b !important;
  font-weight: 500 !important;
}

body.home .hero-home .hero-trust-grid ~ .hero-trust,
body.home .hero-home .hero-trust-grid ~ .hero-stats-line {
  display: none !important;
}

@media (max-width: 768px) {
  body.home .hero-home .hero-trust-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 16px !important;
  }
  body.home .hero-home .hero-trust-stat__value {
    font-size: 18px !important;
  }
}

/* ═══ END Hero v3.3 fix2 ═══ */

/* ═══ Hero grid-achtergrond (subtiel patroon, v3.3 match) ═══ */
body.home .hero-home,
body.home .hero-home--db,
body.home .hero-home--redesign {
  position: relative !important;
  overflow: hidden;
}
body.home .hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 76, 92, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 76, 92, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 80%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 80%);
  pointer-events: none;
  z-index: 0 !important;
}
body.home .hero-home > *,
body.home .hero-home .container,
body.home .hero-home .hero-layout {
  position: relative;
  z-index: 1;
}
/* ═══ END Hero grid-bg ═══ */

/* ═══════════════════════════════════════════════════════════════
 * HOTFIX 53e — Volledige v3.3 sectie-styling
 * Source: mockup v3.3 + image spec
 * ═══════════════════════════════════════════════════════════════ */

body.home {
  --c-red: #ff6a1a;
  --c-red-dark: #b81818;
  --c-red-light: #fee2e2;
  --c-teal: #0f4c5c;
  --c-teal-light: #e6eef0;
  --c-orange: #f59e0b;
  --c-orange-light: #fef3c7;
  --c-green: #10b981;
  --c-green-light: #d1fae5;
  --c-dark: #0c1a1f;
  --c-cream: #fafaf7;
  --c-cream-dark: #f0ede5;
}

body.home .section--cream { background: var(--c-cream) !important; }

/* ── Diensten v33 ── */
body.home .home-diensten--v33 .home-diensten__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  color: var(--c-dark) !important;
}
body.home .home-diensten-filter--pills {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 32px;
}
body.home .home-diensten-filter--pills .home-diensten-filter__btn {
  border-radius: 999px !important;
  padding: 10px 20px !important;
  border: 1px solid #e4e4e7 !important;
  background: #fff !important;
  font-weight: 600;
}
body.home .home-diensten-filter--pills .home-diensten-filter__btn.is-active {
  background: var(--c-teal) !important;
  color: #fff !important;
  border-color: var(--c-teal) !important;
}
body.home .home-dienst-card--v33 {
  position: relative;
  padding-bottom: 48px !important;
}
body.home .home-dienst-card__price {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--c-text-muted, #52525b);
}

/* ── Reviews band v33 ── */
body.home .reviews-band__eyebrow {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c-teal);
  margin-bottom: 8px;
}
body.home .reviews-band__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  color: var(--c-dark) !important;
}
body.home .reviews-band__subtitle,
body.home .reviews-band__live-note {
  text-align: center;
  color: #52525b;
  font-size: 14px;
  margin-bottom: 8px;
}
body.home .reviews-band__live-note span { color: var(--c-orange); }

/* ── Intro story ── */
body.home .intro-story__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}
body.home .intro-story__portrait-card {
  background: var(--c-teal);
  border-radius: 20px;
  padding: 28px;
  color: #fff;
  text-align: center;
}
body.home .intro-story__portrait--placeholder {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 32px;
  font-weight: 800;
}
body.home .intro-story__title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: var(--c-dark);
  margin-bottom: 16px;
}
body.home .intro-story__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #f4f4f5;
}
body.home .intro-story__stat strong {
  display: block;
  font-size: 22px;
  color: var(--c-dark);
}

/* ── Service abonnementen ── */
body.home .service-abos__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--c-dark);
}
body.home .service-abos__toggle {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 32px;
}
body.home .service-abos__toggle-btn {
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #e4e4e7;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}
body.home .service-abos__toggle-btn--active {
  background: var(--c-dark);
  color: #fff;
  border-color: var(--c-dark);
}
body.home .service-abos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
body.home .abo-card {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
body.home .abo-card--popular {
  border: 2px solid var(--c-red);
  box-shadow: 0 12px 32px rgba(255, 106, 26,0.12);
}
body.home .abo-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
}
body.home .abo-card__price-amount {
  font-size: 28px;
  font-weight: 800;
  color: var(--c-dark);
}
body.home .abo-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
body.home .abo-card__features li {
  padding: 4px 0 4px 22px;
  position: relative;
  font-size: 13px;
}
body.home .abo-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--c-green);
  font-weight: 800;
}

/* ── App section dark ── */
body.home .app-section {
  background: var(--c-teal) !important;
  color: #fff;
  padding: 80px 0;
}
body.home .app-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
body.home .app-section__title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  margin-bottom: 24px;
}
body.home .app-section__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
body.home .app-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
body.home .app-section__screenshot {
  max-width: 280px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}
body.home .app-section__android-soon {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(255,255,255,0.12);
  font-size: 13px;
}

/* ── Counter wall ── */
body.home .counter-wall__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  margin-bottom: 40px;
  color: var(--c-dark);
}
body.home .counter-wall__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
body.home .counter-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
body.home .counter-card__value {
  font-size: 36px;
  font-weight: 800;
  color: var(--c-dark);
  line-height: 1.1;
}
body.home .counter-wall__bars {
  display: grid;
  gap: 14px;
}
body.home .cat-bar {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
}
body.home .cat-bar__track {
  height: 10px;
  background: #f4f4f5;
  border-radius: 999px;
  overflow: hidden;
}
body.home .cat-bar__fill {
  display: block;
  height: 100%;
  background: var(--c-teal);
  border-radius: 999px;
}

/* ── Postcode check ── */
body.home .postcode-check__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--c-dark);
}
body.home .postcode-form {
  max-width: 560px;
  margin: 32px auto;
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  padding: 24px;
}
body.home .postcode-form__row {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
body.home .postcode-form__input {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.home .result-banner--success {
  background: var(--c-green-light);
  border: 1px solid var(--c-green);
  border-radius: 12px;
  padding: 16px 20px;
  margin: 24px 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #065f46;
  font-weight: 600;
}
body.home .result-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
body.home .result-stat {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  border: 1px solid #e4e4e7;
}
body.home .result-services,
body.home #postcode-diensten-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
body.home .result-service-pill {
  background: #f4f4f5;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
}
body.home .postcode-check__cta-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: var(--c-teal);
  color: #fff;
  padding: 20px 24px;
  border-radius: 12px;
}

/* ── CTA closer ── */
body.home .cta-closer {
  background: var(--c-teal) !important;
  color: #fff;
  padding: 64px 0;
  text-align: center;
}
body.home .cta-closer__title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  margin-bottom: 12px;
}
body.home .cta-closer__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* ── Pre-footer ── */
body.home .pre-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
body.home .pre-footer__card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  text-decoration: none;
  color: inherit;
}
body.home .pre-footer__icon { font-size: 28px; }

/* ── Footer top ── */
.footer-top {
  padding: 48px 0;
  border-bottom: 1px solid #e4e4e7;
}
.footer-top__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.footer-top__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--c-dark, #0c1a1f);
}
.footer-top__badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.footer-cert-badge {
  background: #f4f4f5;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 992px) {
  body.home .intro-story__grid,
  body.home .app-section__grid,
  body.home .service-abos__grid,
  body.home .counter-wall__grid,
  body.home .result-stats,
  body.home .pre-footer__grid,
  .footer-top__grid { grid-template-columns: 1fr 1fr; }
  body.home .service-abos__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body.home .intro-story__grid,
  body.home .app-section__grid,
  body.home .service-abos__grid,
  body.home .counter-wall__grid,
  body.home .result-stats,
  body.home .pre-footer__grid,
  .footer-top__grid { grid-template-columns: 1fr; }
  body.home .postcode-form__row { flex-direction: column; }
}

/* ═══ END HOTFIX 53e ═══ */

/* ═══════════════════════════════════════════════════════════════
 * HOTFIX 53e-fix — Force CSS uit mockup v3.3 voor 7 secties
 * Bron: v3.3 mockup spec (docs/mockups/v3.3-final.html — kleuren/layout)
 * Scoping: body.home, !important op layout/color/background
 * ═══════════════════════════════════════════════════════════════ */

:root {
  --c-red: #ff6a1a;
  --c-red-dark: #b81818;
  --c-red-light: #fee2e2;
  --c-teal: #0f4c5c;
  --c-teal-dark: #093644;
  --c-teal-light: #e6eef0;
  --c-orange: #f59e0b;
  --c-orange-light: #fef3c7;
  --c-green: #10b981;
  --c-green-light: #d1fae5;
  --c-dark: #0c1a1f;
  --c-cream: #fafaf7;
  --c-cream-dark: #f0ede5;
  --c-white: #ffffff;
  --c-gray-50: #fafafa;
  --c-gray-100: #f4f4f5;
  --c-gray-200: #e4e4e7;
  --c-gray-300: #d4d4d8;
  --c-gray-500: #71717a;
  --c-text: #18181b;
  --c-text-muted: #52525b;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow-card-hover: 0 8px 24px rgba(12, 26, 31, 0.12);
}

/* ── Sectie A — Reviews-band (wit, geen teal-bg) ── */
body.home .home-reviews-teaser.reviews-band,
body.home section.reviews-band,
body.home .reviews-band.section--white {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: var(--c-text) !important;
  padding: 80px 0 !important;
}
body.home .reviews-band__eyebrow {
  color: var(--c-teal) !important;
}
body.home .reviews-band__top {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: 48px !important;
  align-items: center !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid var(--c-gray-100) !important;
  margin-bottom: 40px !important;
}
body.home .reviews-band .rating-big {
  font-size: 72px !important;
  font-weight: 800 !important;
  color: var(--c-dark) !important;
  letter-spacing: -3px !important;
  line-height: 1 !important;
}
body.home .reviews-band .reviews-stars {
  color: var(--c-orange) !important;
  font-size: 18px !important;
  letter-spacing: 3px !important;
}
body.home .reviews-band__source {
  background: var(--c-gray-50) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
}
body.home .reviews-band__quotes,
body.home .reviews-band .home-reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
}
body.home .reviews-band .home-review-card,
body.home .reviews-band .review-quote {
  background: var(--c-gray-50) !important;
  border-left: 3px solid var(--c-red) !important;
  border-radius: 12px !important;
  padding: 24px !important;
}

/* ── Sectie B — Intro-story (wit sectie, teal portret-card links) ── */
body.home .intro-story,
body.home .intro-story.section--white {
  background: #ffffff !important;
  background-color: #ffffff !important;
  padding: 80px 0 !important;
}
body.home .intro-story__grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr !important;
  gap: 48px !important;
  align-items: center !important;
}
body.home .intro-story__portrait-card {
  background: var(--c-teal) !important;
  border-radius: 20px !important;
  padding: 32px 28px !important;
  color: #ffffff !important;
  box-shadow: var(--shadow-card-hover) !important;
}
body.home .intro-story__portrait--placeholder {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}
body.home .intro-story__copy {
  color: var(--c-text-muted) !important;
}
body.home .intro-story__copy p {
  color: var(--c-text-muted) !important;
  line-height: 1.6 !important;
}
body.home .intro-story__title {
  color: var(--c-dark) !important;
}
body.home .intro-story__cta {
  margin-top: 16px !important;
  width: 100% !important;
  justify-content: center !important;
}

/* ── Sectie C — App-sectie (donker #0c1a1f, niet teal) ── */
body.home .app-section,
body.home .app-section.section--dark {
  background: #0c1a1f !important;
  background-color: #0c1a1f !important;
  background-image: radial-gradient(ellipse 80% 60% at 20% 0%, rgba(255, 106, 26, 0.08), transparent 55%) !important;
  color: #ffffff !important;
  padding: 80px 0 !important;
}
body.home .app-section__eyebrow {
  color: var(--c-red) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
body.home .app-section__title {
  color: #ffffff !important;
}
body.home .app-section__lead,
body.home .app-section__download-label {
  color: rgba(255, 255, 255, 0.88) !important;
}
body.home .app-section__features {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 14px 20px !important;
  margin: 28px 0 !important;
}
body.home .app-feature {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
body.home .app-feature__icon {
  width: 32px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 106, 26, 0.15) !important;
  border-radius: 8px !important;
  flex-shrink: 0 !important;
}
body.home .app-section__screenshot {
  max-width: 300px !important;
  width: 100% !important;
  border-radius: 28px !important;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45) !important;
  transform: rotate(-2deg) !important;
}
body.home .app-section__android-soon {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  border: 1px dashed rgba(255, 255, 255, 0.25) !important;
}

/* ── Sectie D — Counter wall (bars met iconen) ── */
body.home .counter-wall,
body.home .counter-wall.section--white {
  background: #ffffff !important;
  background-color: #ffffff !important;
  padding: 80px 0 !important;
}
body.home .counter-card {
  background: #ffffff !important;
  border: 1px solid var(--c-gray-200) !important;
  box-shadow: 0 8px 24px rgba(12, 26, 31, 0.06) !important;
}
body.home .counter-card--yellow .counter-card__icon {
  background: var(--c-orange-light) !important;
  color: var(--c-orange) !important;
}
body.home .counter-card--dark .counter-card__icon {
  background: var(--c-gray-100) !important;
  color: var(--c-dark) !important;
}
body.home .counter-card--green .counter-card__icon {
  background: var(--c-green-light) !important;
  color: var(--c-green) !important;
}
body.home .counter-card__icon {
  width: 48px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  font-size: 22px !important;
  margin-bottom: 12px !important;
}
body.home .cat-bar {
  display: grid !important;
  grid-template-columns: 36px 140px 1fr 48px !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 10px 0 !important;
}
body.home .cat-bar__label {
  font-weight: 600 !important;
  color: var(--c-dark) !important;
  font-size: 14px !important;
}
body.home .cat-bar:nth-child(1) .cat-bar__label::before { content: "🔌 "; }
body.home .cat-bar:nth-child(2) .cat-bar__label::before { content: "⚡ "; }
body.home .cat-bar:nth-child(3) .cat-bar__label::before { content: "🏗 "; }
body.home .cat-bar:nth-child(4) .cat-bar__label::before { content: "🚨 "; }
body.home .cat-bar__track {
  height: 12px !important;
  background: var(--c-gray-100) !important;
  border-radius: 999px !important;
}
body.home .cat-bar__fill {
  background: linear-gradient(90deg, var(--c-teal), #1a6b7a) !important;
  border-radius: 999px !important;
}
body.home .cat-bar__track::after {
  content: attr(data-pct);
  display: none;
}

/* ── Sectie E — Postcode-check (wit + gradient form) ── */
body.home .postcode-check,
body.home .postcode-check.section--light {
  background: #ffffff !important;
  background-color: #ffffff !important;
  padding: 80px 0 !important;
}
body.home .postcode-form {
  max-width: 640px !important;
  margin: 32px auto !important;
  background: linear-gradient(180deg, #ffffff 0%, var(--c-gray-50) 100%) !important;
  border: 1px solid var(--c-gray-200) !important;
  border-radius: var(--radius-lg) !important;
  padding: 28px !important;
  box-shadow: 0 12px 32px rgba(12, 26, 31, 0.06) !important;
}
body.home .postcode-form__input {
  background: #ffffff !important;
  border: 2px solid var(--c-gray-200) !important;
}
body.home .postcode-form__input:focus {
  border-color: var(--c-red) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 106, 26, 0.12) !important;
}
body.home .postcode-form__btn {
  background: var(--c-red) !important;
  color: #ffffff !important;
  border: none !important;
  white-space: nowrap !important;
}
body.home .result-banner--success {
  background: var(--c-green-light) !important;
  border: 1px solid var(--c-green) !important;
  color: #065f46 !important;
}
body.home .result-stat {
  background: var(--c-gray-50) !important;
  border: 1px solid var(--c-gray-200) !important;
}
body.home .result-stat strong {
  color: var(--c-dark) !important;
  font-size: 18px !important;
}
body.home .result-service-pill {
  background: #ffffff !important;
  border: 1px solid var(--c-gray-200) !important;
  color: var(--c-dark) !important;
}
body.home .postcode-check__cta-block {
  background: var(--c-dark) !important;
  background-color: #0c1a1f !important;
  color: #ffffff !important;
  border-radius: var(--radius) !important;
}

/* ── Sectie F — CTA-closer (donker, niet teal) ── */
body.home .cta-closer,
body.home .cta-closer.section--dark {
  background: #0c1a1f !important;
  background-color: #0c1a1f !important;
  background-image: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(255, 106, 26, 0.12), transparent 60%) !important;
  color: #ffffff !important;
  padding: 80px 0 !important;
}
body.home .cta-closer__title,
body.home .cta-closer__lead {
  color: #ffffff !important;
}

/* ── Sectie G — Pre-footer (crème + witte cards) ── */
body.home .pre-footer,
body.home .pre-footer.section--cream {
  background: #fafaf7 !important;
  background-color: #fafaf7 !important;
  padding: 64px 0 !important;
}
body.home .pre-footer__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}
body.home .pre-footer__card {
  background: #ffffff !important;
  border: 1px solid var(--c-gray-200) !important;
  border-radius: var(--radius-lg) !important;
  padding: 32px 24px !important;
  box-shadow: 0 4px 16px rgba(12, 26, 31, 0.05) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
body.home .pre-footer__card:hover {
  box-shadow: var(--shadow-card-hover) !important;
  transform: translateY(-2px) !important;
}
body.home .pre-footer__card strong {
  color: var(--c-dark) !important;
  font-size: 18px !important;
}
body.home .pre-footer__card span:last-child {
  color: var(--c-text-muted) !important;
  font-size: 14px !important;
}

@media (max-width: 992px) {
  body.home .reviews-band__top {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
  body.home .reviews-band__quotes,
  body.home .reviews-band .home-reviews-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  body.home .intro-story__grid,
  body.home .app-section__grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 640px) {
  body.home .reviews-band__quotes,
  body.home .reviews-band .home-reviews-grid,
  body.home .pre-footer__grid {
    grid-template-columns: 1fr !important;
  }
  body.home .cat-bar {
    grid-template-columns: 28px 1fr !important;
  }
  body.home .cat-bar__track {
    grid-column: 1 / -1 !important;
  }
}

/* ═══ END 53e-fix ═══ */

/* ═══ HOTFIX 53e-fix2 — Intro-story portret-card v3.3 ═══ */
body.home .intro-story .intro-story__visual {
  position: relative !important;
  aspect-ratio: 4/5 !important;
  background: linear-gradient(135deg, var(--c-teal, #0f4c5c) 0%, var(--c-dark, #0c1a1f) 100%) !important;
  border-radius: var(--radius-lg, 16px) !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.home .intro-story .intro-story__visual-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
body.home .intro-story .intro-story__visual-placeholder {
  text-align: center;
  color: rgba(255,255,255,0.9);
  padding: 32px;
}
body.home .intro-story .intro-story__visual-avatar {
  width: 120px !important;
  height: 120px !important;
  background: rgba(255,255,255,0.10) !important;
  border: 3px solid rgba(255,255,255,0.20) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 42px !important;
  font-weight: 800 !important;
  margin: 0 auto 16px !important;
  color: #fff !important;
}
body.home .intro-story .intro-story__visual-name {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #fff !important;
}
body.home .intro-story .intro-story__visual-role {
  opacity: 0.7;
  font-size: 14px;
  color: #fff !important;
}
body.home .intro-story .intro-story__visual-badge {
  position: absolute !important;
  bottom: 24px !important;
  left: 24px !important;
  right: 24px !important;
  background: rgba(0,0,0,0.40) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px !important;
  padding: 16px !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}
body.home .intro-story .intro-story__visual-badge-icon {
  width: 40px;
  height: 40px;
  background: var(--c-red, #ff6a1a);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
body.home .intro-story .intro-story__visual-badge-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
body.home .intro-story .intro-story__visual-badge-text {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}
/* ═══ END Intro-story fix ═══ */

/* ═══ HOTFIX 53e-fix2 — App-sectie features-grid + screenshot ═══ */
body.home .app-section {
  background: var(--c-dark, #0c1a1f) !important;
  color: #fff !important;
  padding: 90px 0 !important;
  position: relative;
  overflow: hidden;
}
body.home .app-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 50%, rgba(255, 106, 26,0.20) 0%, transparent 50%),
    radial-gradient(circle at 25% 80%, rgba(15,76,92,0.30) 0%, transparent 50%);
  pointer-events: none;
}
body.home .app-section__inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 80px !important;
  align-items: center !important;
  position: relative;
}
body.home .app-section__features {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-bottom: 32px !important;
}
body.home .app-feature {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
}
body.home .app-feature__icon {
  width: 32px;
  height: 32px;
  background: var(--c-red, #ff6a1a);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  color: #fff;
}
body.home .app-feature__text {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
body.home .app-section__visual {
  display: flex !important;
  justify-content: center !important;
}
body.home .app-screenshot {
  max-width: 320px !important;
  width: 100% !important;
  border-radius: 30px !important;
  box-shadow: 0 60px 100px rgba(0,0,0,0.5) !important;
  transform: rotate(-3deg) !important;
  border: 8px solid #1a1a1a !important;
}
@media (max-width: 920px) {
  body.home .app-section__inner { grid-template-columns: 1fr !important; }
}
@media (max-width: 560px) {
  body.home .app-section__features { grid-template-columns: 1fr !important; }
}
/* ═══ END App-sectie fix ═══ */

/* ═══ HOTFIX 53e-fix2 — Postcode-result altijd zichtbaar ═══ */
body.home .postcode-check .postcode-result {
  display: block !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  opacity: 1 !important;
  animation: none !important;
}
/* ═══ END ═══ */

/* ═══ HOTFIX 53e-fix2 — CTA-closer eyebrow ═══ */
body.home .cta-closer .cta-closer__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255,255,255,0.06) !important;
  color: var(--c-orange, #f59e0b) !important;
  padding: 7px 16px !important;
  border-radius: 100px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 22px !important;
  text-transform: uppercase !important;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

body.home .cta-closer .cta-closer__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--c-orange, #f59e0b);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/* ═══ Audience-cards groter (64x64 icon + meer padding) ═══ */
body.home .home-audience .home-audience-card,
body.home .home-audience [class*="audience-card"] {
  padding: 36px !important;
  border-radius: 16px !important;
  gap: 24px !important;
}
body.home .home-audience .home-audience-card .icon,
body.home .home-audience [class*="audience-card"] .icon,
body.home .home-audience [class*="audience-card"] [class*="icon"]:not(.icon-text) {
  width: 64px !important;
  height: 64px !important;
  border-radius: 14px !important;
  font-size: 28px !important;
  flex-shrink: 0 !important;
}
body.home .home-audience .home-audience-card h3,
body.home .home-audience .home-audience-card .audience-strip__title {
  font-size: 22px !important;
  margin: 0 0 4px !important;
}

/* ═══ 9-grid diensten: prijs-display rechts onderin ═══ */
body.home .home-diensten .home-dienst-card__footer,
body.home .home-diensten .home-dienst-card [class*="footer"]:not(.footer) {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-top: 14px !important;
  border-top: 1px solid var(--c-gray-100, #f4f4f5) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--c-red, #ff6a1a) !important;
}
body.home .home-diensten .home-dienst-card__prijs,
body.home .home-diensten .dienst-price,
body.home .home-diensten [class*="prijs"] {
  color: var(--c-text-muted, #52525b) !important;
  font-weight: 500 !important;
  font-size: 13px !important;
}

/* ═══ Reviews-band: subtitle aanvullen ═══ */
body.home .home-reviews-teaser .home-reviews-teaser__lead,
body.home .home-reviews-teaser .reviews-band__lead {
  font-size: 17px !important;
  color: var(--c-text-muted, #52525b) !important;
  margin-bottom: 0;
  line-height: 1.55;
}

/* ═══ HOTFIX 53e-fix2 — Rode knoppen homepage ═══ */
body.home .btn-primary,
body.home .btn.btn-primary {
  background: #ff6a1a !important;
  border-color: #ff6a1a !important;
  color: #fff !important;
}
body.home .btn-primary:hover,
body.home .btn.btn-primary:hover {
  background: #b81818 !important;
  border-color: #b81818 !important;
}

/* ═══ END HOTFIX 53e-fix2 ═══ */

/* ═══════════════════════════════════════════════════════════════
 * HOTFIX 53e-fix3 — Footer rebuild v3.3 (1-op-1 mockup)
 * ═══════════════════════════════════════════════════════════════ */

body footer.footer--v33,
body .footer.footer--v33 {
  background: var(--c-cream, #fafaf7) !important;
  color: #3f3f46 !important;
  padding: 70px 0 0 !important;
  font-size: 14px !important;
  position: relative;
}

body .footer--v33 .footer__inner { position: relative; }

body .footer--v33 .footer-top {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr !important;
  gap: 60px !important;
  padding-bottom: 50px !important;
  margin-bottom: 50px !important;
  border-bottom: 1px solid var(--c-cream-dark, #f0ede5) !important;
  align-items: center !important;
}

body .footer--v33 .footer-app-card {
  background: #fff !important;
  border: 1px solid var(--c-cream-dark, #f0ede5) !important;
  border-radius: var(--radius-lg, 16px) !important;
  padding: 28px !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 24px !important;
  align-items: center !important;
}
body .footer--v33 .footer-app-card__icon-wrap {
  width: 80px;
  height: 80px;
  background: var(--c-red-light, #fee2e2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 36px;
}
body .footer--v33 .footer-app__label {
  font-size: 11px;
  color: var(--c-red, #ff6a1a);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body .footer--v33 .footer-app__title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  color: #0c1a1f !important;
}
body .footer--v33 .footer-app__text {
  font-size: 13px;
  color: #52525b !important;
  margin-bottom: 14px;
}
body .footer--v33 .footer-app__stores {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
body .footer--v33 .footer-store-badge {
  background: var(--c-gray-100, #f4f4f5);
  border: 1px solid var(--c-gray-200, #e4e4e7);
  padding: 6px 12px;
  border-radius: 6px;
  color: var(--c-dark, #0c1a1f);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
body .footer--v33 .footer-store-badge--soon {
  opacity: 1;
  color: #52525b !important;
  border-color: #d4d4d8 !important;
}

body .footer--v33 .footer-certs {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
}
body .footer--v33 .footer-cert {
  background: #fff !important;
  border: 1px solid var(--c-cream-dark, #f0ede5) !important;
  border-radius: 10px !important;
  padding: 16px !important;
  text-align: center !important;
}
body .footer--v33 .footer-cert__icon {
  width: 36px;
  height: 36px;
  background: var(--c-orange-light, #fef3c7);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto 8px;
}
body .footer--v33 .footer-cert__title {
  color: #0c1a1f !important;
  font-size: 12px;
  font-weight: 600 !important;
  margin-bottom: 2px;
}
body .footer--v33 .footer-cert__sub {
  font-size: 11px;
  color: #52525b !important;
}

body .footer--v33 .footer-mid {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
  gap: 50px !important;
  margin-bottom: 40px !important;
}
body .footer--v33 .footer-col__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 16px;
}
body .footer--v33 .footer-col__title {
  color: #0c1a1f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}
body .footer--v33 .footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer--v33 .footer__list li { padding: 4px 0; }
body .footer--v33 .footer__list a {
  color: #3f3f46 !important;
  text-decoration: none;
}
body .footer--v33 .footer__list a:hover {
  color: var(--c-red, #ff6a1a) !important;
}
body .footer--v33 .footer__contact-line {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 6px 0 !important;
  font-size: 13px !important;
  color: #3f3f46 !important;
}
body .footer--v33 .footer__contact-line span { font-size: 14px; flex-shrink: 0; }
body .footer--v33 .footer__contact-line a { color: #3f3f46 !important; }
body .footer--v33 .footer__contact-line a:hover { color: #ff6a1a !important; }
body .footer--v33 .footer__opening {
  background: #fff;
  border: 1px solid var(--c-cream-dark, #f0ede5);
  border-radius: 10px;
  padding: 14px;
  margin-top: 12px;
  font-size: 13px;
}
body .footer--v33 .footer__opening-row {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  color: var(--c-text-muted, #52525b);
}
body .footer--v33 .footer__opening-row--today {
  color: var(--c-red, #ff6a1a);
  font-weight: 700;
}
body .footer--v33 .footer__live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--c-green, #10b981);
  font-weight: 700;
  margin-top: 8px;
}
body .footer--v33 .footer__live-indicator::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--c-green, #10b981);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

body .footer--v33 .footer-brand {
  background: linear-gradient(135deg, var(--c-red, #ff6a1a) 0%, var(--c-red-dark, #b81818) 100%) !important;
  color: #fff !important;
  padding: 50px 0 !important;
  position: relative;
  overflow: hidden;
  margin-top: 30px !important;
}
body .footer--v33 .footer-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(0,0,0,0.15) 0%, transparent 50%);
  pointer-events: none;
}
body .footer--v33 .footer-brand__inner {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  gap: 60px !important;
  position: relative;
}
body .footer--v33 .footer-brand__logo-block {
  display: flex !important;
  align-items: center !important;
  padding: 16px 28px !important;
  background: rgba(255,255,255,0.95) !important;
  border-radius: 16px !important;
}
body .footer--v33 .footer-brand__logo-img {
  height: 60px !important;
  width: auto !important;
  display: block !important;
}
body .footer--v33 .footer-brand__tagline {
  text-align: right;
  color: #fff !important;
}
body .footer--v33 .footer-brand__tagline-text {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 4px !important;
}
body .footer--v33 .footer-brand__tagline-sub {
  font-size: 13px !important;
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500 !important;
}

body .footer--v33 .footer-bottom {
  background: var(--c-cream-dark, #f0ede5) !important;
  padding: 22px 0 !important;
  font-size: 12px !important;
  color: var(--c-text-muted, #52525b) !important;
}
body .footer--v33 .footer-bottom__inner {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}
body .footer--v33 .footer-bottom a {
  color: var(--c-text-muted, #52525b) !important;
  text-decoration: none;
}
body .footer--v33 .footer-bottom a:hover { color: var(--c-red, #ff6a1a) !important; }
body .footer--v33 .footer-bottom__legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  body .footer--v33 .footer-top { grid-template-columns: 1fr !important; }
  body .footer--v33 .footer-mid { grid-template-columns: 1fr 1fr !important; }
  body .footer--v33 .footer-brand__inner { grid-template-columns: 1fr !important; gap: 24px !important; }
  body .footer--v33 .footer-brand__tagline { text-align: left; }
}
@media (max-width: 560px) {
  body .footer--v33 .footer-mid { grid-template-columns: 1fr !important; }
  body .footer--v33 .footer-certs { grid-template-columns: 1fr 1fr !important; }
  body .footer--v33 .footer-app-card { grid-template-columns: 1fr !important; text-align: center; }
  body .footer--v33 .footer-app-card__icon-wrap { margin: 0 auto; }
  body .footer--v33 .footer-brand__logo-img { height: 44px !important; }
}

/* ═══ END Footer rebuild ═══ */

/* ═══ HOTFIX 53e-fix3 — Sizing fixes voor 4 secties ═══ */

body.home .intro-story .intro-story__inner {
  display: grid !important;
  grid-template-columns: 1fr 1.4fr !important;
  gap: 60px !important;
  align-items: center !important;
}
body.home .intro-story .intro-story__visual {
  position: relative !important;
  aspect-ratio: 4/5 !important;
  width: 100% !important;
  min-height: 480px !important;
  background: linear-gradient(135deg, var(--c-teal, #0f4c5c) 0%, var(--c-dark, #0c1a1f) 100%) !important;
  border-radius: var(--radius-lg, 16px) !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.home .intro-story .intro-story__title {
  font-size: clamp(28px, 4vw, 38px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.8px !important;
  margin-bottom: 20px !important;
  color: var(--c-dark, #0c1a1f) !important;
}
body.home .intro-story .intro-story__text {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: var(--c-text-muted, #52525b) !important;
  margin-bottom: 16px !important;
}
body.home .intro-story .intro-story__stats {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  margin-top: 30px !important;
  padding: 24px !important;
  background: var(--c-gray-50, #fafafa) !important;
  border-radius: var(--radius, 12px) !important;
}
body.home .intro-story .intro-story__stat-value {
  font-size: 32px !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  color: var(--c-dark, #0c1a1f) !important;
}
body.home .intro-story .intro-story__stat-label {
  font-size: 12px !important;
  color: var(--c-text-muted, #52525b) !important;
  margin-top: 4px !important;
}

body.home .app-section .app-screenshot {
  max-width: 320px !important;
  width: 100% !important;
}
body.home .app-section__title {
  font-size: clamp(28px, 4vw, 46px) !important;
  font-weight: 800 !important;
  letter-spacing: -1.5px !important;
  line-height: 1.05 !important;
  margin-bottom: 22px !important;
}
body.home .app-section__desc {
  font-size: 17px !important;
  color: rgba(255,255,255,0.8) !important;
  margin-bottom: 28px !important;
  max-width: 480px;
}
body.home .app-section__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255, 106, 26,0.15) !important;
  color: var(--c-orange, #f59e0b) !important;
  padding: 7px 16px !important;
  border-radius: 100px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 22px !important;
  text-transform: uppercase !important;
}
body.home .app-section__eyebrow-dot {
  width: 8px;
  height: 8px;
  background: var(--c-orange, #f59e0b);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
body.home .app-section__badges {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}
body.home .app-store-badge {
  height: 52px !important;
  width: auto !important;
}
body.home .android-status {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #fff !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
}
body.home .android-status__label {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}
body.home .android-status__sub {
  color: rgba(255,255,255,0.6);
  font-size: 11px;
}

body.home .home-reviews-teaser {
  background: #fff !important;
  padding: 80px 0 !important;
}
body.home .home-reviews-teaser .container > .section__header,
body.home .home-reviews-teaser .reviews-band__header {
  margin-bottom: 40px !important;
}
body.home .home-reviews-teaser h2,
body.home .home-reviews-teaser .home-reviews-teaser__title {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  color: var(--c-dark, #0c1a1f) !important;
  margin-bottom: 14px !important;
}
body.home .home-reviews-teaser .reviews-band__top,
body.home .home-reviews-teaser .home-reviews-grid--top,
body.home .home-reviews-teaser [class*="reviews-top"] {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: 48px !important;
  align-items: center !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid var(--c-gray-100, #f4f4f5) !important;
  margin-bottom: 40px !important;
}
body.home .home-reviews-teaser .reviews-band__rating-block,
body.home .home-reviews-teaser .home-reviews-rating {
  text-align: center !important;
}
body.home .home-reviews-teaser .reviews-band__rating-number,
body.home .home-reviews-teaser .home-reviews-sub {
  font-size: 72px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -3px !important;
  color: var(--c-dark, #0c1a1f) !important;
}
body.home .home-reviews-teaser .reviews-band__rating-number span {
  font-size: 30px;
  color: var(--c-gray-300, #d4d4d8);
  font-weight: 600;
}
body.home .home-reviews-teaser .reviews-band__stars,
body.home .home-reviews-teaser .reviews-stars {
  color: var(--c-orange, #f59e0b) !important;
  font-size: 18px !important;
  letter-spacing: 3px !important;
  margin: 8px 0 4px !important;
  display: block !important;
}
body.home .home-reviews-teaser .reviews-band__cta a.btn,
body.home .home-reviews-teaser .home-reviews-cta a,
body.home .home-reviews-teaser [class*="reviews"][class*="cta"] a {
  background: var(--c-red, #ff6a1a) !important;
  color: #fff !important;
  padding: 11px 22px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-block !important;
}
body.home .home-reviews-teaser .home-reviews-grid,
body.home .home-reviews-teaser .reviews-band__quotes {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
}

body.home .counter-wall .counter-card {
  background: #fff !important;
  border: 1px solid var(--c-gray-100, #f4f4f5) !important;
  border-radius: var(--radius-lg, 16px) !important;
  padding: 32px !important;
  text-align: center !important;
}
body.home .counter-wall .counter-card__icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
  margin: 0 auto 16px !important;
}
body.home .counter-wall .counter-card--red .counter-card__icon { background: var(--c-red-light, #fee2e2) !important; }
body.home .counter-wall .counter-card--orange .counter-card__icon { background: var(--c-orange-light, #fef3c7) !important; }
body.home .counter-wall .counter-card--teal .counter-card__icon { background: var(--c-teal-light, #e6eef0) !important; }
body.home .counter-wall .counter-card--green .counter-card__icon { background: var(--c-green-light, #d1fae5) !important; }
body.home .counter-wall .counter-card__value {
  font-size: 52px !important;
  font-weight: 800 !important;
  letter-spacing: -2px !important;
  line-height: 1 !important;
  color: var(--c-dark, #0c1a1f) !important;
  margin-bottom: 6px !important;
}
body.home .counter-wall .counter-card__suffix {
  font-size: 18px !important;
  color: var(--c-text-muted, #52525b) !important;
  font-weight: 600 !important;
}
body.home .counter-wall .counter-card__label {
  font-size: 13px !important;
  color: var(--c-text-muted, #52525b) !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}
body.home .counter-wall .counter-card__period {
  font-size: 10px !important;
  color: var(--c-gray-500, #71717a) !important;
  margin-top: 8px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

/* ═══ END HOTFIX 53e-fix3 sizing ═══ */

/* ═══ HOTFIX 53e-fix3 — Audience-cards (scope item 5) ═══ */
body.home .home-audience .audience-strip__card,
body.home .home-audience .home-audience-card {
  padding: 36px !important;
  border-radius: 16px !important;
  gap: 24px !important;
}
body.home .home-audience .audience-strip__icon,
body.home .home-audience .audience-strip__card .icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 14px !important;
  font-size: 28px been !important;
  flex-shrink: 0 !important;
}
body.home .home-audience .audience-strip__title {
  font-size: 22px !important;
  margin: 0 0 4px !important;
}
/* ═══ END audience fix3 ═══ */

/* ═══ HOTFIX 53f-rdw — Kentekencheck RDW resultaat ═══ */
.rdw-result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: var(--c-gray-50, #fafafa);
  border-radius: 10px;
  margin-bottom: 12px;
}
.rdw-result__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  flex-shrink: 0;
}
.rdw-result strong {
  font-size: 14px;
  color: var(--c-dark, #0c1a1f);
  display: block;
}
.rdw-result small {
  font-size: 12px;
  color: var(--c-text-muted, #52525b);
}
.rdw-result__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 10px 0;
  border-top: 1px solid var(--c-gray-100, #f4f4f5);
  border-bottom: 1px solid var(--c-gray-100, #f4f4f5);
  margin-top: 8px;
  margin-bottom: 12px;
}
.rdw-result__stats > div { text-align: center; }
.rdw-result__stats span {
  display: block;
  font-size: 10px;
  color: var(--c-text-muted, #52525b);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.rdw-result__stats strong {
  font-size: 13px;
  color: var(--c-dark, #0c1a1f);
}
/* ═══ END RDW result ═══ */

/* ═══════════════════════════════════════════════════════════════
 * HOTFIX 53f — Laadpaal-offerte modal
 * ═══════════════════════════════════════════════════════════════ */
.lpo-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  font-family: 'DM Sans', system-ui, sans-serif;
}
.lpo-modal--open { display: flex; }
.lpo-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(12, 26, 31, 0.7);
  backdrop-filter: blur(4px);
}
.lpo-modal__panel {
  position: relative;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 680px;
  padding: 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  margin: auto 0;
}
.lpo-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f4f4f5;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  color: #52525b;
}
.lpo-modal__close:hover { background: #e4e4e7; }
.lpo-modal__header h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 4px;
  color: #0c1a1f;
}
.lpo-modal__header p {
  color: #52525b;
  margin: 0 0 24px;
  font-size: 14px;
}
.lpo-prefill {
  background: #d1fae5;
  color: #065f46;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lpo-error {
  background: #fee2e2;
  color: #991b1b;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 16px;
  display: none;
}
.lpo-error--visible { display: block; }
.lpo-fs {
  border: none;
  padding: 0;
  margin: 0 0 20px;
  display: block;
}
.lpo-fs legend, .lpo-legend {
  font-size: 14px;
  font-weight: 700;
  color: #0c1a1f;
  padding: 0;
  margin-bottom: 10px;
  display: block;
}
.lpo-fs label {
  display: block;
  font-size: 13px;
  color: #52525b;
  margin-bottom: 10px;
  font-weight: 500;
}
.lpo-fs label > strong { color: #ff6a1a; }
.lpo-fs input[type=text],
.lpo-fs input[type=email],
.lpo-fs input[type=tel],
.lpo-fs input[type=number],
.lpo-fs input[type=date],
.lpo-fs select,
.lpo-fs textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  margin-top: 4px;
  background: #fff;
  box-sizing: border-box;
}
.lpo-fs input:focus, .lpo-fs select:focus, .lpo-fs textarea:focus {
  border-color: #ff6a1a;
  outline: none;
}
.lpo-fs small {
  display: block;
  font-size: 11px;
  color: #71717a;
  margin-top: 4px;
}
.lpo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lpo-row--3-2-2 {
  grid-template-columns: 2fr 1fr 1fr;
}
.lpo-radio-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.lpo-radio {
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  margin: 0 !important;
  flex: 1;
}
.lpo-radio:has(input:checked) {
  border-color: #ff6a1a;
  background: #fee2e2;
}
.lpo-radio input { margin: 0; accent-color: #ff6a1a; }
.lpo-file {
  display: block;
  padding: 14px;
  border: 2px dashed #e4e4e7;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
}
.lpo-file > span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
  color: #18181b;
}
.lpo-file input[type=file] {
  display: block;
  font-size: 13px;
  width: 100%;
}
.lpo-fs--zakelijk {
  background: #f4f4f5;
  padding: 16px;
  border-radius: 10px;
}
.lpo-abo-info {
  background: #fff;
  border: 2px solid #ff6a1a;
  border-radius: 10px;
  padding: 16px;
  margin-top: 12px;
}
.lpo-abo-info h4 {
  font-size: 16px;
  font-weight: 800;
  color: #ff6a1a;
  margin: 0 0 8px;
}
.lpo-abo-info ul {
  margin: 0 0 12px;
  padding-left: 18px;
  font-size: 13px;
  color: #18181b;
}
.lpo-abo-info ul li {
  padding: 2px 0;
}
.lpo-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 0;
  font-size: 13px;
  cursor: pointer;
}
.lpo-checkbox input { margin-top: 3px; accent-color: #ff6a1a; }
.lpo-checkbox--privacy {
  background: #fafafa;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.lpo-help {
  font-size: 13px;
  color: #52525b;
  margin: 0 0 10px;
}
.lpo-submit {
  width: 100%;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 700;
  background: #ff6a1a;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.lpo-submit:hover { background: #b81818; }
.lpo-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.lpo-foot {
  text-align: center;
  font-size: 11px;
  color: #71717a;
  margin: 12px 0 0;
}
.lpo-success {
  text-align: center;
  padding: 32px 0;
}
.lpo-success__icon {
  width: 64px;
  height: 64px;
  background: #d1fae5;
  color: #065f46;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  margin: 0 auto 16px;
}
.lpo-success h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0c1a1f;
  margin: 0 0 8px;
}
.lpo-success p {
  font-size: 14px;
  color: #52525b;
  margin: 0 0 20px;
}
body.lpo-modal-open { overflow: hidden; }

@media (max-width: 560px) {
  .lpo-modal__panel { padding: 24px; }
  .lpo-row, .lpo-row--3-2-2 { grid-template-columns: 1fr; }
  .lpo-radio-group { flex-direction: column; }
}
/* ═══ END HOTFIX 53f ═══ */

/* ═══════════════════════════════════════════════════════════════
 * HOTFIX 53e-fix4 — Mobile responsive polish
 * Breakpoints: 768px (tablet), 560px (mobile), 380px (small mobile)
 * ═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* 1. HERO schatprijs-widget compacter */
  body.home .hero-home .hero-layout__visual,
  body.home .hero-home .hero-layout__visual--schatprijs {
    margin-top: 24px !important;
  }
  body.home .hero-home .hero-layout__visual .schatprijs-widget {
    max-width: 100% !important;
    padding: 20px !important;
  }
  body.home .hero-home .schatprijs-widget__title,
  body.home .hero-home .schatprijs-widget h3 {
    font-size: 18px !important;
  }
  body.home .hero-home .schatprijs-widget__field {
    margin-bottom: 10px !important;
  }
  body.home .hero-home .schatprijs-widget__input,
  body.home .hero-home .schatprijs-widget__select {
    padding: 10px 12px !important;
    font-size: 14px !important;
  }
  body.home .hero-home .schatprijs-widget__btn {
    padding: 12px 18px !important;
    font-size: 14px !important;
  }

  /* 2. REVIEWS-BAND meer spacing tussen blokken */
  body.home .home-reviews-teaser {
    padding: 56px 0 !important;
  }
  body.home .home-reviews-teaser .reviews-band__top,
  body.home .home-reviews-teaser .home-reviews-grid--top,
  body.home .home-reviews-teaser [class*="reviews-top"] {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    text-align: center !important;
    padding-bottom: 32px !important;
    margin-bottom: 32px !important;
  }
  body.home .home-reviews-teaser .reviews-band__rating-number,
  body.home .home-reviews-teaser .home-reviews-sub {
    font-size: 56px !important;
    letter-spacing: -2px !important;
  }
  body.home .home-reviews-teaser .reviews-band__sources,
  body.home .home-reviews-teaser [class*="sources"] {
    align-items: center !important;
  }
  body.home .home-reviews-teaser .reviews-band__source,
  body.home .home-reviews-teaser [class*="source"]:not([class*="source-label"]) {
    width: 100% !important;
    max-width: 320px !important;
  }
  body.home .home-reviews-teaser .reviews-band__cta,
  body.home .home-reviews-teaser .home-reviews-cta,
  body.home .home-reviews-teaser [class*="reviews"][class*="cta"] {
    align-items: center !important;
  }
  body.home .home-reviews-teaser .home-reviews-grid,
  body.home .home-reviews-teaser .reviews-band__quotes {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  /* 3. APP-SECTION screenshot kleiner */
  body.home .app-section {
    padding: 60px 0 !important;
  }
  body.home .app-section__inner {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  body.home .app-section__title {
    font-size: clamp(26px, 7vw, 36px) !important;
  }
  body.home .app-section__features {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  body.home .app-feature {
    padding: 12px 14px !important;
  }
  body.home .app-feature__text {
    font-size: 12px !important;
  }
  body.home .app-screenshot {
    max-width: 240px !important;
    width: 100% !important;
    transform: rotate(-2deg) !important;
  }
  body.home .app-section__badges {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  body.home .app-store-badge {
    height: 44px !important;
  }

  /* 4. COUNTER-CARDS minder padding */
  body.home .counter-wall {
    padding: 60px 0 !important;
  }
  body.home .counter-wall__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  body.home .counter-wall .counter-card {
    padding: 20px 16px !important;
  }
  body.home .counter-wall .counter-card__icon {
    width: 44px !important;
    height: 44px !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  body.home .counter-wall .counter-card__value {
    font-size: 36px !important;
    letter-spacing: -1.2px !important;
  }
  body.home .counter-wall .counter-card__suffix {
    font-size: 14px !important;
  }
  body.home .counter-wall .counter-card__label {
    font-size: 12px !important;
    margin-bottom: 6px !important;
  }
  body.home .counter-wall .counter-card__period {
    font-size: 9px !important;
  }
  body.home .counter-wall__categories {
    padding: 20px !important;
  }
  body.home .counter-wall__categories-grid {
    grid-template-columns: 1fr !important;
  }

  /* 5. SERVICE-ABONNEMENTEN cards breder */
  body.home .service-abos {
    padding: 60px 0 !important;
  }
  body.home .service-abos__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.home .abo-card {
    padding: 24px !important;
  }
  body.home .abo-card__name {
    font-size: 20px !important;
  }
  body.home .abo-card__price-amount {
    font-size: 32px !important;
  }
  body.home .abo-card__features {
    font-size: 13px !important;
  }

  /* 6. FOOTER brand-strip logo groter */
  body footer.footer--v33 .footer-brand {
    padding: 36px 0 !important;
  }
  body footer.footer--v33 .footer-brand__inner {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    text-align: center !important;
  }
  body footer.footer--v33 .footer-brand__logo-block {
    margin: 0 auto !important;
    padding: 14px 24px !important;
  }
  body footer.footer--v33 .footer-brand__logo-img {
    height: 52px !important;
  }
  body footer.footer--v33 .footer-brand__tagline {
    text-align: center !important;
  }
  body footer.footer--v33 .footer-brand__tagline-text {
    font-size: 18px !important;
  }
  body footer.footer--v33 .footer-brand__tagline-sub {
    font-size: 12px !important;
  }

  /* Footer mid + top mobile */
  body footer.footer--v33 .footer-top {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-bottom: 32px !important;
    margin-bottom: 32px !important;
  }
  body footer.footer--v33 .footer-app-card {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    padding: 20px !important;
  }
  body footer.footer--v33 .footer-app-card__icon-wrap {
    margin: 0 auto !important;
  }
  body footer.footer--v33 .footer-certs {
    grid-template-columns: 1fr 1fr !important;
  }
  body footer.footer--v33 .footer-mid {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px !important;
  }
  body footer.footer--v33 .footer-bottom__inner {
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important;
  }
  body footer.footer--v33 .footer-bottom__legal {
    justify-content: center !important;
  }
}

/* Extra small mobile */
@media (max-width: 380px) {
  body.home .hero-home .schatprijs-widget {
    padding: 16px !important;
  }
  body.home .counter-wall__grid {
    grid-template-columns: 1fr !important;
  }
  body.home .home-reviews-teaser .reviews-band__rating-number,
  body.home .home-reviews-teaser .home-reviews-sub {
    font-size: 48px !important;
  }
  body footer.footer--v33 .footer-certs {
    grid-template-columns: 1fr !important;
  }
  body footer.footer--v33 .footer-mid {
    grid-template-columns: 1fr !important;
  }
}

/* ═══ END HOTFIX 53e-fix4 mobile ═══ */
/* ═══════════════════════════════════════════════════════════════
 * HOTFIX 53e-fix5 — Volledige mobile + tablet polish
 * Breakpoints: 1024 / 768 / 560 / 380 / 320
 * Scope: body.home (homepage only)
 * ═══════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────
 * TABLET range: 769-1024px
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {

  /* Container padding compacter op tablet */
  body.home .container { padding-left: 20px !important; padding-right: 20px !important; }

  /* Hero: 1 koloms layout */
  body.home .hero-home .hero-layout {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  body.home .hero-home .hero-layout__visual {
    max-width: 480px !important;
    margin: 0 auto !important;
  }

  /* Reviews-band: 2 koloms */
  body.home .home-reviews-teaser .reviews-band__top,
  body.home .home-reviews-teaser [class*="reviews-top"] {
    grid-template-columns: auto 1fr !important;
    gap: 32px !important;
  }
  body.home .home-reviews-teaser .reviews-band__cta,
  body.home .home-reviews-teaser .home-reviews-cta {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
  }

  /* Footer top: 1 kolom voor cards */
  body footer.footer--v33 .footer-top {
    grid-template-columns: 1fr !important;
  }
  body footer.footer--v33 .footer-mid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
  }
}

/* ─────────────────────────────────────────────────────────────
 * MOBILE LANDSCAPE / TABLET PORTRAIT: 481-768px
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {

  /* ─── Container ─── */
  body.home .container { padding-left: 16px !important; padding-right: 16px !important; }

  /* ─── Top app-banner (rood) compacter ─── */
  body .top-app-banner,
  body .app-promo-banner,
  body [class*="app-banner"]:not([class*="footer"]) {
    padding: 8px 12px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
  body .top-app-banner a,
  body .app-promo-banner a {
    font-size: 12px !important;
    padding: 4px 10px !important;
  }

  /* ─── Header / navigatie ─── */
  body .site-header,
  body header.site-header,
  body .topbar {
    padding: 10px 14px !important;
  }
  body .site-header .logo img,
  body header img.logo {
    max-height: 36px !important;
  }

  /* ─── HERO ─── */
  body.home .hero-home {
    padding-top: 32px !important;
    padding-bottom: 40px !important;
  }
  body.home .hero-home .hero-eyebrow {
    font-size: 11px !important;
    margin-bottom: 12px !important;
  }
  body.home .hero-home .hero-title--redesign,
  body.home .hero-home h1.hero-title {
    font-size: clamp(28px, 8vw, 42px) !important;
    letter-spacing: -1.5px !important;
    line-height: 1.1 !important;
    margin-bottom: 14px !important;
  }
  body.home .hero-home .hero-sub--redesign,
  body.home .hero-home p.hero-sub {
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-bottom: 20px !important;
  }
  body.home .hero-home .hero-trust-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 12px !important;
    padding-top: 20px !important;
    margin-top: 24px !important;
  }
  body.home .hero-home .hero-trust-stat__value {
    font-size: 18px !important;
  }
  body.home .hero-home .hero-trust-stat__label {
    font-size: 11px !important;
  }
  body.home .hero-home .hero-ctas,
  body.home .hero-home .hero-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  body.home .hero-home .hero-ctas .btn,
  body.home .hero-home .hero-buttons a {
    width: 100% !important;
    text-align: center !important;
  }

  /* Hero schatprijs-widget: compleet herontwerp */
  body.home .hero-home .hero-layout__visual {
    margin-top: 24px !important;
    max-width: 100% !important;
  }
  body.home .hero-home .schatprijs-widget {
    padding: 18px !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
  }
  body.home .schatprijs-widget__header {
    margin-bottom: 14px !important;
    padding-bottom: 12px !important;
  }
  body.home .schatprijs-widget__eyebrow {
    font-size: 10px !important;
    letter-spacing: 1.5px !important;
  }
  body.home .schatprijs-widget__title,
  body.home .schatprijs-widget h3 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin: 6px 0 0 !important;
  }
  body.home .schatprijs-widget__badge {
    font-size: 10px !important;
    padding: 3px 8px !important;
  }
  body.home .schatprijs-widget__field {
    margin-bottom: 10px !important;
  }
  body.home .schatprijs-widget__field label,
  body.home .schatprijs-widget label {
    font-size: 11px !important;
    margin-bottom: 4px !important;
  }
  body.home .schatprijs-widget__input,
  body.home .schatprijs-widget__select,
  body.home .schatprijs-widget select,
  body.home .schatprijs-widget input[type=text] {
    padding: 9px 11px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
  }
  body.home .schatprijs-widget__row {
    display: grid !important;
    grid-template-columns: 1.6fr 1fr !important;
    gap: 8px !important;
  }
  body.home .schatprijs-widget__btn,
  body.home .schatprijs-widget button[type=submit] {
    padding: 12px 18px !important;
    font-size: 14px !important;
    width: 100% !important;
    margin-top: 4px !important;
  }
  body.home .schatprijs-widget__footer,
  body.home .schatprijs-widget__meta {
    margin-top: 10px !important;
    font-size: 11px !important;
  }

  /* ─── AUDIENCE-cards (full-width, 1 per rij, ruim padding) ─── */
  body.home .home-audience {
    padding: 40px 0 !important;
  }
  body.home .home-audience [class*="audience"][class*="grid"],
  body.home .home-audience .audience-strip__grid,
  body.home .home-audience .home-audience__grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  body.home .home-audience .home-audience-card,
  body.home .home-audience [class*="audience-card"] {
    padding: 28px !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
    border-radius: 14px !important;
  }
  body.home .home-audience .home-audience-card .icon,
  body.home .home-audience [class*="audience-card"] .icon {
    width: 56px !important;
    height: 56px !important;
    font-size: 24px !important;
    flex-shrink: 0 !important;
  }
  body.home .home-audience .home-audience-card h3 {
    font-size: 19px !important;
    margin: 0 0 4px !important;
  }
  body.home .home-audience .home-audience-card p {
    font-size: 13px !important;
    margin: 0 0 8px !important;
  }
  body.home .home-audience .home-audience-card .intro-card-link,
  body.home .home-audience .home-audience-card a.link {
    font-size: 13px !important;
  }

  /* ─── 9-GRID DIENSTEN ─── */
  body.home .home-diensten {
    padding: 48px 0 !important;
  }
  body.home .home-diensten h2 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }
  body.home .home-diensten .home-diensten__subtitle,
  body.home .home-diensten p.lead {
    font-size: 14px !important;
    margin-bottom: 22px !important;
  }
  body.home .home-diensten .home-diensten-filter,
  body.home .home-diensten [class*="filter"] {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  body.home .home-diensten .home-diensten-filter__btn,
  body.home .home-diensten [class*="filter"] > * {
    flex: 1 1 auto !important;
    font-size: 12px !important;
    padding: 7px 14px !important;
  }
  body.home .home-diensten .home-dienst-card {
    padding: 22px !important;
  }
  body.home .home-diensten .home-dienst-card h3 {
    font-size: 16px !important;
  }
  body.home .home-diensten .home-dienst-card p {
    font-size: 13px !important;
  }
  body.home .home-diensten .home-dienst-card__footer {
    font-size: 12px !important;
  }

  /* ─── TOOL-HIGHLIGHTS (Groepenkaart donker + Zaptec licht) ─── */
  body.home .home-tools,
  body.home .home-zaptec {
    padding: 56px 0 !important;
  }
  body.home .home-tools .home-tools__grid,
  body.home .home-zaptec .home-zaptec__grid,
  body.home .home-zaptec .intro-cards--three {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  body.home .home-tools h2,
  body.home .home-tools h3,
  body.home .home-zaptec h2,
  body.home .home-zaptec h3 {
    font-size: clamp(22px, 5vw, 32px) !important;
    line-height: 1.2 !important;
  }
  body.home .home-tools p,
  body.home .home-zaptec p {
    font-size: 15px !important;
  }
  body.home .home-zaptec .home-zaptec__lead {
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }
  body.home .home-zaptec .home-zaptec__usps li {
    font-size: 13px !important;
  }
  body.home .home-zaptec .btn-lg {
    width: 100% !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    text-align: center !important;
  }

  /* Zaptec kentekencheck-widget */
  body.home .zaptec-tool-widget {
    padding: 20px !important;
  }
  body.home .zaptec-tool-widget__plate {
    padding: 12px 14px !important;
  }
  body.home .zaptec-tool-widget__plate-input {
    font-size: 18px !important;
  }
  body.home .zaptec-tool-widget__stats {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 6px !important;
  }
  body.home .zaptec-tool-widget__stats span {
    font-size: 9px !important;
  }
  body.home .zaptec-tool-widget__stats strong {
    font-size: 11px !important;
  }

  /* ─── REVIEWS-BAND (1 koloms stack, 9,6 groot bovenaan) ─── */
  body.home .home-reviews-teaser {
    padding: 48px 0 !important;
  }
  body.home .home-reviews-teaser h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
  body.home .home-reviews-teaser .home-reviews-teaser__lead,
  body.home .home-reviews-teaser .reviews-band__lead {
    text-align: center !important;
    font-size: 14px !important;
    margin-bottom: 24px !important;
  }
  body.home .home-reviews-teaser .reviews-band__top,
  body.home .home-reviews-teaser [class*="reviews-top"] {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 24px !important;
    padding-bottom: 28px !important;
    margin-bottom: 28px !important;
  }
  body.home .home-reviews-teaser .reviews-band__rating-number,
  body.home .home-reviews-teaser .home-reviews-sub {
    font-size: 64px !important;
    letter-spacing: -2.5px !important;
  }
  body.home .home-reviews-teaser .reviews-band__sources {
    align-items: stretch !important;
  }
  body.home .home-reviews-teaser .reviews-band__source,
  body.home .home-reviews-teaser .reviews-source {
    padding: 12px 14px !important;
    font-size: 13px !important;
    background: #fafafa !important;
    border-radius: 8px !important;
    text-align: left !important;
  }
  body.home .home-reviews-teaser .reviews-band__cta {
    display: flex !important;
    justify-content: center !important;
    margin-top: 4px !important;
  }
  body.home .home-reviews-teaser .home-reviews-grid,
  body.home .home-reviews-teaser .reviews-band__quotes {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  body.home .home-reviews-teaser .home-review-card {
    padding: 18px !important;
  }
  body.home .home-reviews-teaser .home-review-card p {
    font-size: 13px !important;
  }

  /* ─── INTRO-STORY (portret-card kleiner, tekst onder) ─── */
  body.home .intro-story {
    padding: 48px 0 !important;
  }
  body.home .intro-story .intro-story__inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  body.home .intro-story .intro-story__visual {
    aspect-ratio: 3/2 !important;
    min-height: 280px !important;
    max-height: 320px !important;
    max-width: 360px !important;
    margin: 0 auto !important;
  }
  body.home .intro-story .intro-story__visual-avatar {
    width: 90px !important;
    height: 90px !important;
    font-size: 32px !important;
  }
  body.home .intro-story .intro-story__title {
    font-size: 26px !important;
    text-align: center !important;
  }
  body.home .intro-story .intro-story__text {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  body.home .intro-story .intro-story__stats {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 10px !important;
    padding: 16px !important;
  }
  body.home .intro-story .intro-story__stat-value {
    font-size: 22px !important;
  }
  body.home .intro-story .intro-story__stat-label {
    font-size: 11px !important;
  }

  /* ─── SERVICE-ABONNEMENTEN (stacked, max-width 420px) ─── */
  body.home .service-abos {
    padding: 48px 0 !important;
  }
  body.home .service-abos h2,
  body.home .service-abos .section__title {
    font-size: 26px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
  body.home .service-abos .section__subtitle {
    font-size: 14px !important;
    text-align: center !important;
  }
  body.home .service-abos__toggle {
    margin: 0 auto 24px !important;
  }
  body.home .service-abos__grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }
  body.home .service-abos .abo-card {
    padding: 24px !important;
  }
  body.home .service-abos .abo-card__tier {
    font-size: 11px !important;
  }
  body.home .service-abos .abo-card__name {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  body.home .service-abos .abo-card__price {
    margin-bottom: 8px !important;
  }
  body.home .service-abos .abo-card__price-amount {
    font-size: 32px !important;
    letter-spacing: -1.5px !important;
  }
  body.home .service-abos .abo-card__price-period {
    font-size: 13px !important;
  }
  body.home .service-abos .abo-card__features {
    font-size: 13px !important;
    margin: 16px 0 !important;
  }
  body.home .service-abos .abo-card__features li {
    padding: 4px 0 !important;
    padding-left: 22px !important;
  }
  body.home .service-abos .abo-card__cta {
    width: 100% !important;
    padding: 11px 18px !important;
    font-size: 14px !important;
  }

  /* ─── APP-SECTIE (screenshot kleiner + naast features) ─── */
  body.home .app-section {
    padding: 48px 0 !important;
  }
  body.home .app-section__inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  body.home .app-section__eyebrow {
    font-size: 11px !important;
    padding: 6px 14px !important;
  }
  body.home .app-section__title {
    font-size: clamp(24px, 6vw, 32px) !important;
    line-height: 1.15 !important;
    margin-bottom: 14px !important;
  }
  body.home .app-section__desc {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
  body.home .app-section__features {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-bottom: 20px !important;
  }
  body.home .app-feature {
    padding: 10px 12px !important;
    gap: 10px !important;
  }
  body.home .app-feature__icon {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
  }
  body.home .app-feature__text {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
  body.home .app-section__visual {
    text-align: center !important;
  }
  body.home .app-screenshot {
    max-width: 220px !important;
    transform: rotate(-2deg) !important;
    border-width: 6px !important;
    border-radius: 24px !important;
  }
  body.home .app-section__badges {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }
  body.home .app-store-badge {
    height: 44px !important;
  }
  body.home .android-status {
    padding: 9px 14px !important;
    justify-content: center !important;
  }

  /* ─── COUNTER WALL (2x2 grid) ─── */
  body.home .counter-wall {
    padding: 48px 0 !important;
  }
  body.home .counter-wall h2,
  body.home .counter-wall .section__title {
    font-size: 24px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
  body.home .counter-wall .section__subtitle {
    font-size: 13px !important;
    text-align: center !important;
  }
  body.home .counter-wall__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  body.home .counter-wall .counter-card {
    padding: 20px 14px !important;
  }
  body.home .counter-wall .counter-card__icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  body.home .counter-wall .counter-card__value {
    font-size: 32px !important;
    letter-spacing: -1.2px !important;
  }
  body.home .counter-wall .counter-card__suffix {
    font-size: 13px !important;
  }
  body.home .counter-wall .counter-card__label {
    font-size: 11px !important;
    margin-bottom: 4px !important;
  }
  body.home .counter-wall .counter-card__period {
    font-size: 9px !important;
  }
  body.home .counter-wall__categories {
    padding: 18px !important;
    margin-top: 24px !important;
  }
  body.home .counter-wall__categories-title {
    font-size: 13px !important;
    margin-bottom: 14px !important;
  }
  body.home .counter-wall__categories-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  body.home .cat-bar {
    padding: 10px !important;
  }
  body.home .cat-bar__icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
  }
  body.home .cat-bar__label {
    font-size: 12px !important;
  }
  body.home .cat-bar__value {
    font-size: 11px !important;
  }

  /* ─── POSTCODE-CHECK (form full-width, pills 2 koloms) ─── */
  body.home .postcode-check {
    padding: 48px 0 !important;
  }
  body.home .postcode-check h2 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
  body.home .postcode-check .section__subtitle {
    font-size: 13px !important;
    text-align: center !important;
  }
  body.home .postcode-form {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    max-width: 360px !important;
    margin: 0 auto 24px !important;
  }
  body.home .postcode-form input {
    padding: 12px 14px !important;
    font-size: 14px !important;
  }
  body.home .postcode-form button {
    padding: 12px 18px !important;
    font-size: 14px !important;
    width: 100% !important;
  }
  body.home .result-banner {
    padding: 16px !important;
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important;
  }
  body.home .result-banner__title {
    font-size: 16px !important;
  }
  body.home .result-banner__subtitle {
    font-size: 13px !important;
  }
  body.home .result-stats {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  body.home .result-stat {
    padding: 14px 10px !important;
  }
  body.home .result-stat__value {
    font-size: 18px !important;
  }
  body.home .result-stat__label {
    font-size: 11px !important;
  }
  body.home .result-services {
    padding: 18px !important;
  }
  body.home .result-services__title {
    font-size: 13px !important;
    margin-bottom: 14px !important;
  }
  body.home .result-services__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  body.home .service-pill {
    padding: 10px !important;
    font-size: 12px !important;
  }
  body.home .service-pill__icon {
    width: 24px !important;
    height: 24px !important;
    font-size: 12px !important;
  }
  body.home .result-cta {
    flex-direction: column !important;
    text-align: center !important;
    padding: 20px !important;
    gap: 14px !important;
  }
  body.home .result-cta__buttons {
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
  }
  body.home .result-cta__buttons .btn {
    width: 100% !important;
  }

  /* ─── CTA-CLOSER (donker, buttons full-width) ─── */
  body.home .cta-closer {
    padding: 56px 0 !important;
  }
  body.home .cta-closer .cta-closer__eyebrow {
    font-size: 11px !important;
    padding: 6px 14px !important;
  }
  body.home .cta-closer h2,
  body.home .cta-closer .cta-closer__title {
    font-size: clamp(26px, 6vw, 36px) !important;
    line-height: 1.15 !important;
  }
  body.home .cta-closer .cta-closer__subtitle,
  body.home .cta-closer p {
    font-size: 15px !important;
    margin-bottom: 22px !important;
  }
  body.home .cta-closer__buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }
  body.home .cta-closer__buttons .btn {
    width: 100% !important;
    padding: 14px 22px !important;
    text-align: center !important;
  }

  /* ─── PRE-FOOTER (3 contact-cards stacked) ─── */
  body.home .pre-footer {
    padding: 40px 0 !important;
  }
  body.home .pre-footer h2 {
    font-size: 22px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
  body.home .pre-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  body.home .pre-footer__card {
    padding: 22px !important;
  }
  body.home .pre-footer__card-icon {
    width: 48px !important;
    height: 48px !important;
    font-size: 22px !important;
  }
  body.home .pre-footer__card-title {
    font-size: 16px !important;
  }
  body.home .pre-footer__card-value {
    font-size: 15px !important;
  }

  /* ─── FOOTER (app-card + certs + brand-strip met groter logo) ─── */
  body footer.footer--v33 {
    padding-top: 48px !important;
  }
  body footer.footer--v33 .footer-top {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding-bottom: 28px !important;
    margin-bottom: 28px !important;
  }
  body footer.footer--v33 .footer-app-card {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    padding: 22px !important;
  }
  body footer.footer--v33 .footer-app-card__icon-wrap {
    margin: 0 auto !important;
    width: 64px !important;
    height: 64px !important;
    font-size: 28px !important;
  }
  body footer.footer--v33 .footer-app__title {
    font-size: 19px !important;
  }
  body footer.footer--v33 .footer-app__text {
    font-size: 12px !important;
  }
  body footer.footer--v33 .footer-app__stores {
    justify-content: center !important;
  }

  body footer.footer--v33 .footer-certs {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  body footer.footer--v33 .footer-cert {
    padding: 14px 10px !important;
  }
  body footer.footer--v33 .footer-cert__icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
  }
  body footer.footer--v33 .footer-cert__title {
    font-size: 11px !important;
  }
  body footer.footer--v33 .footer-cert__sub {
    font-size: 10px !important;
  }

  body footer.footer--v33 .footer-mid {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }
  body footer.footer--v33 .footer-col__title {
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }
  body footer.footer--v33 .footer__list a {
    font-size: 13px !important;
  }
  body footer.footer--v33 .footer__contact-line {
    font-size: 12px !important;
  }
  body footer.footer--v33 .footer__opening {
    padding: 12px !important;
    font-size: 12px !important;
  }

  /* Footer brand-strip: groter logo + tagline */
  body footer.footer--v33 .footer-brand {
    padding: 36px 0 !important;
  }
  body footer.footer--v33 .footer-brand__inner {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    text-align: center !important;
  }
  body footer.footer--v33 .footer-brand__logo-block {
    margin: 0 auto !important;
    padding: 16px 24px !important;
  }
  body footer.footer--v33 .footer-brand__logo-img {
    height: 68px !important;
  }
  body footer.footer--v33 .footer-brand__tagline {
    text-align: center !important;
  }
  body footer.footer--v33 .footer-brand__tagline-text {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  body footer.footer--v33 .footer-brand__tagline-sub {
    font-size: 13px !important;
  }
  body footer.footer--v33 .footer-bottom {
    padding: 18px 0 !important;
  }
  body footer.footer--v33 .footer-bottom__inner {
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important;
  }
  body footer.footer--v33 .footer-bottom__legal {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }
}

/* ─────────────────────────────────────────────────────────────
 * SMALL MOBILE: 481px en kleiner
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 480px) {

  body.home .hero-home .hero-trust-grid {
    gap: 8px !important;
  }
  body.home .hero-home .hero-trust-stat__value {
    font-size: 16px !important;
  }
  body.home .hero-home .hero-trust-stat__label {
    font-size: 10px !important;
  }

  body.home .home-diensten .home-diensten-filter__btn {
    font-size: 11px !important;
    padding: 6px 10px !important;
  }

  body.home .counter-wall .counter-card__value {
    font-size: 28px !important;
  }

  body footer.footer--v33 .footer-brand__logo-img {
    height: 58px !important;
  }
  body footer.footer--v33 .footer-brand__tagline-text {
    font-size: 18px !important;
  }
}

/* ─────────────────────────────────────────────────────────────
 * EXTRA SMALL: 380px en kleiner (Galaxy Fold etc.)
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 380px) {

  body.home .container { padding-left: 14px !important; padding-right: 14px !important; }

  body.home .hero-home .hero-title--redesign {
    font-size: 26px !important;
  }
  body.home .schatprijs-widget__row {
    grid-template-columns: 1fr !important;
  }
  body.home .hero-home .hero-trust-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 10px !important;
  }
  body.home .home-audience .home-audience-card {
    flex-direction: column !important;
    text-align: center !important;
    padding: 22px !important;
  }
  body.home .home-audience .home-audience-card .icon {
    margin: 0 auto !important;
  }
  body.home .counter-wall__grid,
  body.home .counter-wall__categories-grid,
  body.home .result-stats,
  body.home .result-services__grid,
  body.home .app-section__features {
    grid-template-columns: 1fr !important;
  }
  body footer.footer--v33 .footer-certs,
  body footer.footer--v33 .footer-mid {
    grid-template-columns: 1fr !important;
  }
}

/* ─────────────────────────────────────────────────────────────
 * TINY: 320px en kleiner (oude iPhones)
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 320px) {
  body.home .container { padding-left: 12px !important; padding-right: 12px !important; }
  body.home .hero-home .hero-title--redesign { font-size: 24px !important; }
  body.home .schatprijs-widget { padding: 14px !important; }
  body.home .app-screenshot { max-width: 180px !important; }
  body footer.footer--v33 .footer-brand__logo-img { height: 48px !important; }
  body footer.footer--v33 .footer-brand__tagline-text { font-size: 16px !important; }
}

/* ═══ END HOTFIX 53e-fix5 ═══ */
