/* ================================================================
   DE VERHUIZING — Premium v4
   Kleuren: #0b3974 marine · #f1a62e goud · #1a4f8a accent
   Fonts:   Montserrat (headers) · Quicksand (body)
   Build:   2026-04 — IT Live Agency
   WCAG:    2026-04-25 — Contrast audit fixes (FAIL→AA/AAA)
================================================================ */

/* ── SKIP-TO-CONTENT (schermlezer toegankelijkheid) ──────────── */
.skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    background: var(--blauw);
    color: #fff;
    padding: 8px 16px;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
    z-index: 9999;
    transition: top .2s;
}
.skip-link:focus { top: 0; }

/* ── FOCUS STATES (toetsenbordnavigatie) ─────────────────────── */
:focus-visible {
    outline: 3px solid var(--oranje);
    outline-offset: 3px;
    border-radius: 4px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--blauw);
    outline-offset: 2px;
}

/* ── CSS CUSTOM PROPERTIES ───────────────────────────────────── */
:root {
    --blauw:        #0b3974;
    --blauw2:       #1a4f8a;
    --blauw3:       #0a2f5e;
    --oranje:       #f1a62e;
    --oranje2:      #e09226;
    --oranje3:      #fbbf24;
    --grijs:        #4a5568;
    --grijs2:       #64748b;
    --tekst-licht:  #4a5568;
    --licht:        #f4f7fb;
    --wit:          #ffffff;
    --tekst:        #32373c;
    --rand:         #e2e8f0;
    --rand2:        #cbd5e1;

    /* Shadows */
    --schaduw:      0 4px 24px rgba(11,57,116,.12);
    --schaduw-md:   0 8px 32px rgba(11,57,116,.16);
    --schaduw-lg:   0 16px 56px rgba(11,57,116,.2);
    --schaduw-xl:   0 24px 80px rgba(11,57,116,.28);

    /* Glows */
    --glow-oranje:  0 0 24px rgba(241,166,46,.45), 0 0 48px rgba(241,166,46,.2);
    --glow-blauw:   0 0 24px rgba(11,57,116,.5), 0 0 48px rgba(11,57,116,.25);

    /* Radius */
    --radius:       10px;
    --radius-lg:    16px;
    --radius-xl:    24px;

    /* Transitions */
    --ease-out:     cubic-bezier(.22, .61, .36, 1);
    --ease-spring:  cubic-bezier(.34, 1.56, .64, 1);
    --ease-smooth:  cubic-bezier(.25, .46, .45, .94);
}

/* ── RESET + BASE ────────────────────────────────────────────── */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--tekst);
    background: var(--wit);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    color: var(--blauw);
    font-weight: 700;
    line-height: 1.3;
}
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: .75rem; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: .6rem; }
h3 { font-size: 1.15rem; margin-bottom: .5rem; }

a { color: var(--blauw); text-decoration: none; transition: color .2s var(--ease-smooth); }
a:hover { color: var(--oranje); }
img { max-width: 100%; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── SECTION HEADER ─────────────────────────────────────────── */
.section-header {
    text-align: center;
    margin-bottom: 56px;
    position: relative;
}
.section-header::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--oranje), var(--oranje3));
    border-radius: 2px;
    margin: 16px auto 0;
}
.section-header.light h2 { color: var(--wit); }
.section-header.light p  { color: rgba(255,255,255,.75); }
.section-header.light::after { background: linear-gradient(90deg, var(--oranje), rgba(241,166,46,.4)); }
.section-header p { color: var(--grijs); max-width: 600px; margin: .5rem auto 0; }

.section-pre {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--oranje);
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.section-pre::before,
.section-pre::after {
    content: '—';
    opacity: .4;
    margin: 0 8px;
}

/* ── BUTTONS ─────────────────────────────────────────────────── */
.btn-orange {
    display: inline-block;
    background: var(--oranje);
    color: #0b3974 !important;
    padding: 13px 28px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .88rem;
    transition: background .25s var(--ease-smooth), transform .2s var(--ease-spring), box-shadow .25s;
    border: none;
    cursor: pointer;
    letter-spacing: .3px;
}
.btn-orange:hover {
    background: var(--oranje2);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(241,166,46,.4);
}

/* ── WHATSAPP FLOAT ──────────────────────────────────────────── */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 58px;
    height: 58px;
    background: #25d366;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 20px rgba(37,211,102,.4), 0 8px 40px rgba(0,0,0,.15);
    z-index: 9999;
    transition: transform .25s var(--ease-spring), box-shadow .25s;
}
.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 28px rgba(37,211,102,.55), 0 12px 48px rgba(0,0,0,.2);
}

/* ── KEYFRAMES ───────────────────────────────────────────────── */
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(10px); }
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(241,166,46,.4); }
    50%       { box-shadow: 0 0 0 12px rgba(241,166,46,0); }
}

@keyframes badge-glow {
    0%, 100% { box-shadow: 0 0 6px rgba(241,166,46,.3), 0 0 0 0 rgba(241,166,46,.2); }
    50%       { box-shadow: 0 0 16px rgba(241,166,46,.6), 0 0 24px rgba(241,166,46,.15); }
}

@keyframes shimmer {
    0%   { background-position: -200% center; }
    100% { background-position: 200% center; }
}

@keyframes float-up {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: .15; }
    50%       { transform: translateY(-20px) rotate(10deg); opacity: .3; }
}

@keyframes line-grow {
    0%   { scaleX: 0; }
    100% { transform: scaleX(1); }
}

@keyframes counter-underline {
    0%   { width: 0; opacity: 0; }
    100% { width: 100%; opacity: 1; }
}

@keyframes spin-icon {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes fade-in-up {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes cb-pulse {
    0%, 100% { transform: translateY(-1px) scale(1); box-shadow: 0 4px 16px rgba(11,57,116,.35); }
    50%       { transform: translateY(-3px) scale(1.01); box-shadow: 0 8px 28px rgba(11,57,116,.55); }
}

@keyframes diagonal-pan {
    0%   { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

/* ════════════════════════════════════════════
   HEADER
════════════════════════════════════════════ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow .3s var(--ease-smooth), background .3s;
}
.site-header.scrolled {
    box-shadow: 0 2px 24px rgba(0,0,0,.18);
}

.header-top {
    background: var(--blauw);
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.header-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.header-contact a,
.header-contact span {
    color: rgba(255,255,255,.85);
    font-size: .82rem;
    transition: color .2s;
}
.header-contact a:hover { color: var(--oranje); }
.header-contact i { color: var(--oranje); margin-right: 5px; }
.sep { color: rgba(255,255,255,.3); }

.header-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.75);
    font-size: .8rem;
}
.stars-sm { color: #ffd700; letter-spacing: 1px; }

.header-main {
    background: var(--wit);
    border-bottom: 3px solid var(--oranje);
    box-shadow: 0 2px 12px rgba(11,57,116,.08);
}
.header-main .container {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 68px;
}

.logo { flex-shrink: 0; }
.logo img { height: 46px; width: auto; }

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    color: var(--blauw);
    margin-left: auto;
    padding: 6px;
    border-radius: 6px;
    transition: background .15s;
}
.mobile-menu-btn:hover { background: var(--licht); }

.main-nav { margin-left: auto; }
.main-nav > ul {
    display: flex;
    list-style: none;
    gap: 4px;
    align-items: center;
}
.main-nav > ul > li > a {
    display: block;
    padding: 10px 14px;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .3px;
    color: var(--tekst);
    border-radius: 5px;
    transition: background .15s, color .15s;
    white-space: nowrap;
    position: relative;
}
.main-nav > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--oranje);
    border-radius: 1px;
    transform: scaleX(0);
    transition: transform .2s var(--ease-out);
    transform-origin: left;
}
.main-nav > ul > li > a:hover { color: var(--blauw); background: var(--licht); }
.main-nav > ul > li > a:hover::after { transform: scaleX(1); }
.main-nav > ul > li > a.nav-btn {
    background: var(--oranje);
    color: var(--blauw3) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: .82rem;
    font-weight: 800;
    padding: 9px 16px;
    box-shadow: 0 3px 12px rgba(241,166,46,.35);
}
.main-nav > ul > li > a.nav-btn::after { display: none; }
.main-nav > ul > li > a.nav-btn:hover {
    background: var(--oranje2);
    box-shadow: 0 5px 18px rgba(241,166,46,.5);
}
.main-nav > ul > li > a i.fa-chevron-down { font-size: .65rem; margin-left: 4px; }

/* dropdown */
.has-dropdown { position: relative; }
.dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: var(--wit);
    border: 1px solid var(--rand);
    border-radius: 10px;
    min-width: 220px;
    padding: 8px 0;
    box-shadow: 0 12px 40px rgba(0,0,0,.14);
    z-index: 100;
    overflow: hidden;
    animation: fade-in-up .2s var(--ease-out);
}
.has-dropdown:hover > .dropdown { display: block; }
.dropdown li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 20px 9px 16px;
    font-size: .86rem;
    color: var(--tekst);
    transition: background .12s, color .12s, padding-left .15s;
}
.dropdown li a i { color: var(--oranje); width: 16px; text-align: center; }
.dropdown li a:hover {
    background: var(--licht);
    color: var(--blauw);
    padding-left: 20px;
}
.dropdown li + li { border-top: 1px solid var(--rand); }

/* ════════════════════════════════════════════
   HERO
════════════════════════════════════════════ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transform: scale(1.04);
    transition: transform 8s linear;
}
.hero-bg.loaded { transform: scale(1); }

/* Triple-layer diepere overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
}
.hero-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(11,57,116,.95) 0%,
        rgba(11,57,116,.78) 45%,
        rgba(10,47,94,.65) 100%
    );
}
.hero-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(10,35,64,.3) 60%,
        rgba(10,35,64,.7) 100%
    );
}

/* Decoratieve drijvende cirkels */
.hero-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(241,166,46,.08) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    z-index: 1;
    pointer-events: none;
}
.hero-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    z-index: 1;
    pointer-events: none;
}

.hero-section .container {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1280px;
}

.hero-split {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 52px;
    align-items: center;
}
/* Desktop: fixed rechterkolom breedte */
@media (min-width: 1200px) {
    /* Hero */
    .hero-split { grid-template-columns: 1fr 420px; }

    /* Diensten grid — 3 kolommen */
    .diensten-grid { grid-template-columns: repeat(3, 1fr); }
    .dienst-card { border-radius: 16px; }

    /* Stats */
    .stats-grid { grid-template-columns: repeat(4, 1fr); }
    .stat-num { font-size: 3rem; font-weight: 900; }

    /* Footer */
    .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; }

    /* Vergelijk grid centering */
    .vergelijk-grid { max-width: 860px; margin-left: auto; margin-right: auto; }
}

/* Reveal animaties met cubic-bezier */
.reveal-left {
    opacity: 0;
    transform: translateX(-36px);
    transition: opacity .85s var(--ease-out), transform .85s var(--ease-out);
}
.reveal-right {
    opacity: 0;
    transform: translateX(36px);
    transition: opacity .85s var(--ease-out) .18s, transform .85s var(--ease-out) .18s;
}
.reveal-left.visible,
.reveal-right.visible {
    opacity: 1;
    transform: none;
}

/* Hero badge met glowing border animatie */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(241,166,46,.18);
    border: 1px solid rgba(241,166,46,.55);
    color: var(--oranje);
    padding: 7px 16px;
    border-radius: 24px;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 20px;
    animation: badge-glow 3s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}
.hero-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(241,166,46,.15) 50%,
        transparent 100%
    );
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}
.hero-badge i { color: #ffd700; filter: drop-shadow(0 0 4px rgba(255,215,0,.6)); }

.hero-left h1 {
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.12;
    margin-bottom: 16px;
    text-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.hero-left h1 span {
    color: var(--oranje);
    position: relative;
}
.hero-sub {
    color: rgba(255,255,255,.84);
    font-size: 1rem;
    margin-bottom: 26px;
    max-width: 520px;
    line-height: 1.7;
}

.hero-usp {
    list-style: none;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hero-usp li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.92);
    font-size: .92rem;
    padding: 6px 12px;
    background: rgba(255,255,255,.06);
    border-radius: 8px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,.08);
    transition: background .2s, border-color .2s;
}
.hero-usp li:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(241,166,46,.3);
}
.hero-usp li i {
    color: #4ade80;
    font-size: .9rem;
    flex-shrink: 0;
    filter: drop-shadow(0 0 6px rgba(74,222,128,.5));
}

/* Hero buttons met betere hover + glow */
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-hero-primary {
    background: var(--oranje);
    color: #0b3974 !important;
    padding: 15px 30px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .92rem;
    transition: background .25s var(--ease-smooth), transform .2s var(--ease-spring), box-shadow .25s;
    box-shadow: 0 6px 24px rgba(241,166,46,.5), 0 2px 8px rgba(0,0,0,.15);
    letter-spacing: .3px;
    position: relative;
    overflow: hidden;
}
.btn-hero-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,.18) 50%,
        transparent 100%
    );
    transition: left .4s var(--ease-smooth);
}
.btn-hero-primary:hover {
    background: var(--oranje2);
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(241,166,46,.65), 0 4px 12px rgba(0,0,0,.2);
}
.btn-hero-primary:hover::before { left: 100%; }
.btn-hero-primary i { margin-left: 8px; transition: transform .2s var(--ease-spring); }
.btn-hero-primary:hover i { transform: translateX(3px); }

.btn-hero-ghost {
    border: 2px solid rgba(255,255,255,.5);
    color: #fff !important;
    padding: 13px 24px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .88rem;
    transition: all .25s var(--ease-smooth);
    backdrop-filter: blur(4px);
    background: rgba(255,255,255,.05);
}
.btn-hero-ghost:hover {
    border-color: #fff;
    background: rgba(255,255,255,.14);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,255,255,.15);
}
.btn-hero-ghost i { margin-right: 8px; }

.hero-scroll-hint {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.4);
    animation: bounce 2.2s ease-in-out infinite;
    font-size: 1.1rem;
    z-index: 10;
}

/* ── CALLBACK CARD ───────────────────────────── */
.callback-card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 70px rgba(0,0,0,.28), 0 4px 16px rgba(0,0,0,.1);
    overflow: hidden;
    position: relative;
}
.callback-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--oranje), var(--oranje3), var(--oranje));
    background-size: 200% 100%;
    animation: shimmer 4s ease-in-out infinite;
}

.callback-head {
    background: var(--oranje);
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    overflow: hidden;
}

/* Shimmer op callback header */
.callback-head::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,.2) 50%,
        transparent 100%
    );
    animation: shimmer 4s ease-in-out infinite;
}
.callback-head::after {
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    pointer-events: none;
}

.callback-icon {
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,.22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    position: relative;
    z-index: 1;
}
.callback-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #fff;
    position: relative;
    z-index: 1;
}
.callback-sub {
    font-size: .78rem;
    color: rgba(255,255,255,.82);
    margin-top: 2px;
    position: relative;
    z-index: 1;
}

.callback-card form { padding: 20px 22px 22px; }

.cb-field {
    position: relative;
    margin-bottom: 11px;
}
.cb-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: .85rem;
    pointer-events: none;
    transition: color .2s;
}
.cb-field input {
    width: 100%;
    padding: 11px 12px 11px 34px;
    border: 1.5px solid var(--rand);
    border-radius: 7px;
    font-size: .88rem;
    font-family: 'Quicksand', sans-serif;
    color: var(--tekst);
    transition: border-color .2s var(--ease-smooth), box-shadow .2s, background .2s;
    outline: none;
    background: #fafafa;
}
.cb-field input:focus {
    border-color: var(--blauw);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(11,57,116,.1);
}
.cb-field input:focus + .cb-icon,
.cb-field:focus-within .cb-icon { color: var(--blauw); }

.cb-adres-label {
    font-size: .75rem;
    font-weight: 700;
    color: var(--blauw);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 10px 0 6px;
}
.cb-adres-hint { font-weight: 400; text-transform: none; color: #64748b; letter-spacing: 0; }
.cb-adres-row { display: grid; grid-template-columns: 1fr 72px; gap: 8px; }
.cb-hnr { margin-bottom: 11px; }
.cb-hnr input { padding-left: 12px; }

.cb-preview {
    font-size: .75rem;
    margin-top: -6px;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    transition: all .2s var(--ease-smooth);
}
.cb-preview-ok {
    display: block;
    background: #f0fdf4;
    color: #16a34a;
    border-left: 3px solid #16a34a;
}
.cb-preview-ok i { margin-right: 4px; }
.cb-preview-loading {
    display: block;
    color: #64748b;
    background: #f8fafc;
}

/* Live PDOK validation colors */
.cb-adres-van .cb-field.valid input  { border-color: var(--blauw) !important; background: #f0f7ff !important; }
.cb-adres-van .cb-field.valid .cb-icon { color: var(--blauw) !important; }
.cb-adres-naar .cb-field.valid input { border-color: var(--oranje) !important; background: #fffbf0 !important; }
.cb-adres-naar .cb-field.valid .cb-icon { color: var(--oranje) !important; }
.cb-adres-van  { border-left: 3px solid transparent; border-radius: 7px; padding-left: 6px; transition: border-color .3s var(--ease-smooth); }
.cb-adres-naar { border-left: 3px solid transparent; border-radius: 7px; padding-left: 6px; transition: border-color .3s var(--ease-smooth); }
.cb-adres-van.resolved  { border-left-color: var(--blauw); }
.cb-adres-naar.resolved { border-left-color: var(--oranje); }

.cb-adres-group-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 10px 0 6px;
}
.cb-adres-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 6px currentColor;
}
.cb-adres-dot-van  { background: var(--blauw); }
.cb-adres-dot-naar { background: var(--oranje); }

.cb-success {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 14px;
    font-weight: 700;
    color: #16a34a;
    font-size: .88rem;
    margin-bottom: 10px;
    animation: fade-in-up .3s var(--ease-out);
}
.cb-success i { font-size: 1.1rem; }

/* Submit button met pulse animatie */
.cb-submit {
    display: block;
    width: 100%;
    background: var(--blauw);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .92rem;
    cursor: pointer;
    transition: background .2s var(--ease-smooth), transform .2s var(--ease-spring), box-shadow .25s;
    margin-top: 8px;
    letter-spacing: .3px;
    animation: cb-pulse 3s ease-in-out infinite;
}
.cb-submit:hover {
    background: var(--blauw2);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(11,57,116,.5);
    animation: none;
}
.cb-submit i { margin-right: 8px; }
.cb-submit:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none;
    animation: none;
}

.cb-privacy { text-align: center; font-size: .72rem; color: #64748b; margin-top: 8px; }
.cb-privacy i { margin-right: 4px; }

/* ════════════════════════════════════════════
   TRUST BALK — Glasmorphism upgrade
════════════════════════════════════════════ */
.trust-bar {
    background: linear-gradient(135deg, var(--blauw) 0%, var(--blauw3) 100%);
    padding: 18px 0;
    position: relative;
    overflow: hidden;
}
.trust-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M20 0L40 20L20 40L0 20Z'/%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 8px;
    border-right: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(4px);
    transition: background .25s var(--ease-smooth), transform .25s var(--ease-spring);
    position: relative;
    cursor: default;
}
.trust-item:last-child { border-right: none; }
.trust-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0);
    transition: background .25s;
    border-radius: 4px;
}
.trust-item:hover::before {
    background: rgba(255,255,255,.06);
}
.trust-item:hover {
    transform: translateY(-2px);
}

.trust-item i {
    font-size: 1.35rem;
    color: var(--oranje);
    transition: transform .3s var(--ease-spring), filter .3s;
    position: relative;
    z-index: 1;
}
.trust-item:hover i {
    transform: scale(1.25) rotate(-5deg);
    filter: drop-shadow(0 0 8px rgba(241,166,46,.7));
}
.trust-item div {
    font-size: .8rem;
    color: rgba(255,255,255,.82);
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: color .2s;
}
.trust-item:hover div { color: rgba(255,255,255,.95); }
.trust-item strong { color: #fff; }

.trust-item:nth-child(1) { animation-delay: .0s; }
.trust-item:nth-child(2) { animation-delay: .1s; }
.trust-item:nth-child(3) { animation-delay: .2s; }
.trust-item:nth-child(4) { animation-delay: .3s; }
.trust-item:nth-child(5) { animation-delay: .4s; }
.trust-item:nth-child(6) { animation-delay: .5s; }

/* ════════════════════════════════════════════
   REVIEWS BAR
════════════════════════════════════════════ */
.reviews-bar {
    background: linear-gradient(135deg, #0a2f5e 0%, #071d3e 100%);
    padding: 32px 0;
    position: relative;
    overflow: hidden;
}
.reviews-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--oranje), transparent);
    opacity: .5;
}

.reviews-bar-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.google-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    padding: 9px 16px;
    backdrop-filter: blur(8px);
    transition: background .2s, border-color .2s;
}
.google-badge:hover {
    background: rgba(255,255,255,.13);
    border-color: rgba(255,255,255,.2);
}
.google-badge i.fab { font-size: 1.4rem; color: #4285f4; }
.google-score {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.google-stars { color: #ffd700; font-size: .85rem; filter: drop-shadow(0 0 4px rgba(255,215,0,.4)); }
.google-label { font-size: .75rem; color: rgba(255,255,255,.6); }
.reviews-bar-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    flex: 1;
}
.reviews-bar-more {
    font-size: .8rem;
    color: var(--oranje);
    font-weight: 700;
    white-space: nowrap;
    transition: color .2s, letter-spacing .2s;
}
.reviews-bar-more:hover { color: #fbbf24; letter-spacing: .5px; }

/* Ticker cards met hover + scroll auto */
.reviews-ticker {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.reviews-ticker::-webkit-scrollbar { display: none; }

.rtick-card {
    background: rgba(255,255,255,.07);
    border-radius: 10px;
    padding: 16px 18px;
    border-left: 3px solid var(--oranje);
    backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255,255,255,.08);
    transition: transform .25s var(--ease-spring), background .25s, box-shadow .25s;
    cursor: default;
    position: relative;
    overflow: hidden;
    min-width: 220px;
}
.rtick-card::before {
    content: '\201C';
    position: absolute;
    top: 4px;
    right: 12px;
    font-family: Georgia, serif;
    font-size: 3.5rem;
    color: rgba(241,166,46,.15);
    line-height: 1;
    pointer-events: none;
}
.rtick-card:hover {
    transform: translateY(-4px) scale(1.02);
    background: rgba(255,255,255,.1);
    box-shadow: 0 8px 32px rgba(0,0,0,.25), -3px 0 0 var(--oranje3);
}
.rtick-stars {
    color: #ffd700;
    font-size: .9rem;
    margin-bottom: 8px;
    letter-spacing: 2px;
    filter: drop-shadow(0 0 3px rgba(255,215,0,.4));
}
.rtick-tekst {
    font-size: .82rem;
    color: rgba(255,255,255,.84);
    line-height: 1.6;
    margin-bottom: 10px;
    font-style: italic;
}
.rtick-naam {
    font-size: .72rem;
    color: rgba(255,255,255,.45);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* ════════════════════════════════════════════
   DIENSTEN
════════════════════════════════════════════ */
.section-diensten { padding: 80px 0; background: var(--licht); }

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

.dienst-card {
    background: var(--wit);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--schaduw);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s var(--ease-out), transform .6s var(--ease-out), box-shadow .3s, border-color .3s;
    position: relative;
    border: 1px solid transparent;
}
.dienst-card:nth-child(1) { transition-delay: .00s; }
.dienst-card:nth-child(2) { transition-delay: .08s; }
.dienst-card:nth-child(3) { transition-delay: .16s; }
.dienst-card:nth-child(4) { transition-delay: .24s; }
.dienst-card:nth-child(5) { transition-delay: .32s; }
.dienst-card:nth-child(6) { transition-delay: .40s; }
.dienst-card.visible { opacity: 1; transform: translateY(0); }

/* Gradient top-border op hover */
.dienst-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blauw), var(--oranje));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s var(--ease-out);
    z-index: 2;
}
.dienst-card:hover::before { transform: scaleX(1); }
.dienst-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(11,57,116,.2), 0 4px 16px rgba(0,0,0,.08);
    border-color: rgba(11,57,116,.08);
}

.dienst-img { height: 200px; overflow: hidden; position: relative; }
.dienst-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11,57,116,.3) 0%, transparent 50%);
    opacity: 0;
    transition: opacity .3s;
}
.dienst-card:hover .dienst-img::after { opacity: 1; }
.dienst-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s var(--ease-smooth);
}
.dienst-card:hover .dienst-img img { transform: scale(1.08); }

.dienst-body {
    padding: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dienst-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--blauw), var(--blauw2));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .9rem;
    margin-bottom: 14px;
    transition: transform .35s var(--ease-spring), box-shadow .25s;
    box-shadow: 0 4px 14px rgba(11,57,116,.25);
}
.dienst-card:hover .dienst-icon {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(11,57,116,.4);
}
.dienst-body h3 { font-size: 1.05rem; margin-bottom: 7px; }
.dienst-body p { font-size: .84rem; color: var(--grijs); flex: 1; line-height: 1.65; }
.dienst-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    font-weight: 700;
    color: var(--oranje);
    margin-top: 16px;
    font-family: 'Montserrat', sans-serif;
    transition: gap .2s var(--ease-spring), color .2s;
}
.dienst-link i { transition: transform .2s var(--ease-spring); }
.dienst-card:hover .dienst-link { gap: 10px; color: var(--oranje2); }
.dienst-card:hover .dienst-link i { transform: translateX(3px); }

/* ════════════════════════════════════════════
   STATS
════════════════════════════════════════════ */
.section-stats {
    background: linear-gradient(135deg, var(--blauw) 0%, #071d3e 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

/* Diagonale patronen achtergrond */
.section-stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 18px,
        rgba(255,255,255,.025) 18px,
        rgba(255,255,255,.025) 19px
    );
    animation: diagonal-pan 30s linear infinite;
    pointer-events: none;
}
.section-stats::after {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(241,166,46,.08) 0%, transparent 70%);
    pointer-events: none;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 0;
    position: relative;
    z-index: 1;
}

.stat-item {
    padding: 24px 20px;
    border-right: 1px solid rgba(255,255,255,.1);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s var(--ease-out), transform .65s var(--ease-out);
    position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-item.visible { opacity: 1; transform: none; }

.stat-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
}

/* Oranje onderstreping na tellen */
.stat-item.visible .stat-num::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, var(--oranje), var(--oranje3));
    border-radius: 2px;
    width: 0;
    animation: counter-underline .6s var(--ease-out) .8s forwards;
}

.stat-plus {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--oranje);
    vertical-align: top;
    margin-top: 6px;
    text-shadow: 0 0 20px rgba(241,166,46,.4);
}
.stat-label {
    font-size: .82rem;
    color: rgba(255,255,255,.6);
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .78rem;
}

/* ════════════════════════════════════════════
   CALCULATOR
════════════════════════════════════════════ */
.section-calc {
    padding: 80px 0;
    background: var(--blauw);
    position: relative;
    overflow: hidden;
}
.section-calc::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(241,166,46,.08) 0%, transparent 60%);
    pointer-events: none;
}

.calc-wrap {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 0;
    background: var(--wit);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0,0,0,.25), 0 4px 20px rgba(0,0,0,.1);
    position: relative;
    z-index: 1;
}

.calc-left { padding: 40px 40px 40px 40px; }
.calc-step { margin-bottom: 30px; }
.calc-step:last-child { margin-bottom: 0; }
.calc-step-label {
    font-family: 'Montserrat', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    color: var(--blauw);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.calc-step-label em { font-style: normal; font-weight: 400; color: #64748b; text-transform: none; }

.step-num {
    width: 24px;
    height: 24px;
    background: var(--blauw);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(11,57,116,.3);
}

.voertuig-keuze { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.vk-opt {
    border: 2px solid var(--rand);
    border-radius: 10px;
    padding: 16px 12px;
    text-align: center;
    cursor: pointer;
    transition: all .25s var(--ease-spring);
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: relative;
    overflow: hidden;
}
.vk-opt::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(241,166,46,.04) 0%, transparent 100%);
    opacity: 0;
    transition: opacity .2s;
}
.vk-opt:hover::before { opacity: 1; }
.vk-opt:hover {
    border-color: var(--rand2);
    transform: translateY(-2px);
    box-shadow: var(--schaduw);
}

/* Check-icon op active state */
.vk-opt::after {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: .75rem;
    color: var(--oranje);
    opacity: 0;
    transform: scale(0);
    transition: all .2s var(--ease-spring);
}
.vk-active::after { opacity: 1; transform: scale(1); }

.vk-opt i { font-size: 1.7rem; color: #64748b; transition: color .2s, transform .25s var(--ease-spring); }
.vk-opt:hover i { transform: scale(1.1); }
.vk-opt strong { font-size: .9rem; color: var(--blauw); }
.vk-opt span { font-size: .75rem; color: #64748b; }
.vk-prijs { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--oranje); font-size: .85rem; margin-top: 4px; }
.vk-active {
    border-color: var(--oranje);
    background: #fff8ee;
    box-shadow: 0 4px 16px rgba(241,166,46,.2);
    transform: translateY(-2px);
}
.vk-active i { color: var(--oranje); }

.calc-row-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.calc-field-wrap label { display: block; font-size: .8rem; font-weight: 700; color: var(--blauw); margin-bottom: 6px; }
.calc-field-wrap small { font-size: .72rem; color: #64748b; margin-top: 4px; display: block; }

.stepper { display: flex; align-items: center; gap: 6px; }
.stepper button {
    width: 34px;
    height: 38px;
    border: 1.5px solid var(--rand);
    border-radius: 7px;
    background: var(--licht);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--blauw);
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s, transform .15s var(--ease-spring);
    flex-shrink: 0;
    line-height: 1;
}
.stepper button:hover {
    background: var(--oranje);
    color: #fff;
    border-color: var(--oranje);
    transform: scale(1.05);
}
.stepper button:active { transform: scale(.96); }
.stepper input {
    flex: 1;
    text-align: center;
    border: 1.5px solid var(--rand);
    border-radius: 7px;
    padding: 8px;
    font-size: .92rem;
    font-family: 'Quicksand', sans-serif;
    outline: none;
    min-width: 0;
    transition: border-color .2s, box-shadow .2s;
}
.stepper input:focus {
    border-color: var(--blauw);
    box-shadow: 0 0 0 3px rgba(11,57,116,.1);
}

.calc-input-wide {
    width: 100%;
    border: 1.5px solid var(--rand);
    border-radius: 7px;
    padding: 10px 12px;
    font-size: .92rem;
    font-family: 'Quicksand', sans-serif;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}
.calc-input-wide:focus {
    border-color: var(--blauw);
    box-shadow: 0 0 0 3px rgba(11,57,116,.1);
}

.lift-toggle { display: flex; gap: 0; border-radius: 7px; overflow: hidden; border: 1.5px solid var(--rand); }
.lt-btn {
    flex: 1;
    padding: 10px;
    border: none;
    background: var(--licht);
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    color: var(--grijs);
    transition: background .15s, color .15s;
    font-family: 'Montserrat', sans-serif;
}
.lt-btn + .lt-btn { border-left: 1.5px solid var(--rand); }
.lt-active.lt-nee { background: var(--blauw); color: #fff; }
.lt-active.lt-ja  { background: var(--oranje); color: #0b3974; font-weight: 800; }

/* Calculator resultaat — grotere card met glow */
.calc-right {
    background: linear-gradient(160deg, var(--blauw) 0%, #071d3e 100%);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    position: relative;
    overflow: hidden;
}
.calc-right::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(241,166,46,.12) 0%, transparent 70%);
    pointer-events: none;
}
.calc-right::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -20px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 70%);
    pointer-events: none;
}

.calc-result-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255,255,255,.5);
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.calc-result-bedrag {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: var(--oranje);
    line-height: 1;
    text-shadow: 0 0 32px rgba(241,166,46,.35), 0 2px 8px rgba(0,0,0,.2);
    position: relative;
    z-index: 1;
    transition: transform .3s var(--ease-spring);
}
.calc-result-bedrag.updating { transform: scale(.95); opacity: .7; }

.calc-result-sub { font-size: .75rem; color: rgba(255,255,255,.5); margin-bottom: 6px; position: relative; z-index: 1; }

/* Breakdown animatie */
.calc-breakdown {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: relative;
    z-index: 1;
    animation: fade-in-up .4s var(--ease-out);
}
.cbd-row {
    display: flex;
    justify-content: space-between;
    font-size: .78rem;
    color: rgba(255,255,255,.65);
    padding: 3px 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.cbd-row:last-child { border-bottom: none; }
.cbd-row span:last-child { font-weight: 700; color: rgba(255,255,255,.85); }

.calc-cta {
    display: block;
    width: 100%;
    background: var(--oranje);
    color: #0b3974 !important;
    padding: 14px 10px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .88rem;
    transition: background .2s, transform .2s var(--ease-spring), box-shadow .2s;
    margin-top: 8px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 20px rgba(241,166,46,.35);
}
.calc-cta:hover {
    background: var(--oranje2);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(241,166,46,.55);
}
.calc-cta i { margin-left: 6px; transition: transform .2s var(--ease-spring); }
.calc-cta:hover i { transform: translateX(3px); }

.calc-tel {
    display: block;
    width: 100%;
    border: 2px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.8) !important;
    padding: 12px 10px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .82rem;
    transition: all .2s var(--ease-smooth);
    position: relative;
    z-index: 1;
}
.calc-tel:hover {
    border-color: rgba(255,255,255,.6);
    color: #fff !important;
    background: rgba(255,255,255,.06);
}
.calc-tel i { margin-right: 6px; }

/* ════════════════════════════════════════════
   WERKWIJZE
════════════════════════════════════════════ */
.section-werkwijze { padding: 80px 0; background: var(--licht); }

.werkwijze-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
    gap: 0;
    align-items: start;
    position: relative;
}

.ws-step {
    text-align: center;
    padding: 0 14px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s var(--ease-out), transform .65s var(--ease-out);
}
.ws-step:nth-child(1) { transition-delay: .0s; }
.ws-step:nth-child(3) { transition-delay: .12s; }
.ws-step:nth-child(5) { transition-delay: .24s; }
.ws-step:nth-child(7) { transition-delay: .36s; }
.ws-step:nth-child(9) { transition-delay: .48s; }
.ws-step.visible { opacity: 1; transform: none; }

.ws-num {
    font-family: 'Montserrat', sans-serif;
    font-size: .72rem;
    font-weight: 800;
    color: var(--oranje);
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
    background: rgba(241,166,46,.1);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    border: 1px solid rgba(241,166,46,.25);
}

.ws-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--blauw), var(--blauw2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.35rem;
    margin: 0 auto 18px;
    box-shadow: 0 8px 28px rgba(11,57,116,.3), 0 2px 8px rgba(0,0,0,.1);
    transition: transform .3s var(--ease-spring), box-shadow .3s;
    position: relative;
}

/* Ring om ws-icon bij hover */
.ws-icon::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: border-color .3s, inset .3s var(--ease-spring);
}
.ws-step:hover .ws-icon {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 14px 36px rgba(11,57,116,.4);
}
.ws-step:hover .ws-icon::after {
    border-color: rgba(241,166,46,.4);
    inset: -8px;
}
.ws-step h3 { font-size: .96rem; margin-bottom: 9px; }
.ws-step p { font-size: .82rem; color: var(--grijs); line-height: 1.65; }

/* Pijl met animatie */
.ws-arrow {
    color: rgba(203,213,225,.6);
    font-size: 1.3rem;
    margin-top: 35px;
    transition: color .2s, transform .3s var(--ease-spring);
    position: relative;
}
.ws-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    right: -20px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(203,213,225,.3), transparent);
    transform: translateY(-50%);
}

/* ════════════════════════════════════════════
   OFFERTE SECTIE
════════════════════════════════════════════ */
.section-offerte {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--blauw) 0%, #071d3e 100%);
    position: relative;
    overflow: hidden;
}

/* Decoratieve floating elementen links */
.section-offerte::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 60px;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255,255,255,.06);
    border-radius: 50%;
    animation: float-up 8s ease-in-out infinite;
    pointer-events: none;
}
.section-offerte::after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 160px;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(241,166,46,.08);
    border-radius: 50%;
    animation: float-up 6s ease-in-out infinite reverse;
    pointer-events: none;
}

.offerte-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    position: relative;
    z-index: 1;
}
.offerte-info,
.offerte-form-wrap {
    min-width: 0;
}

.offerte-usps {
    list-style: none;
    margin: 22px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.offerte-usps li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.87);
    font-size: .88rem;
    padding: 8px 14px;
    background: rgba(255,255,255,.06);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.07);
    transition: background .2s, border-color .2s, transform .2s var(--ease-spring);
}
.offerte-usps li:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(241,166,46,.25);
    transform: translateX(4px);
}
.offerte-usps li i { color: #4ade80; flex-shrink: 0; filter: drop-shadow(0 0 5px rgba(74,222,128,.4)); }

.offerte-contact { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.offerte-tel-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff !important;
    padding: 11px 20px;
    border-radius: 7px;
    font-weight: 700;
    font-size: .85rem;
    transition: background .2s, border-color .2s, transform .2s var(--ease-spring);
    backdrop-filter: blur(4px);
}
.offerte-tel-btn:hover {
    background: rgba(255,255,255,.22);
    border-color: rgba(255,255,255,.5);
    transform: translateY(-2px);
}

.offerte-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff !important;
    padding: 11px 20px;
    border-radius: 7px;
    font-weight: 700;
    font-size: .85rem;
    transition: background .2s, transform .2s var(--ease-spring), box-shadow .2s;
    box-shadow: 0 4px 16px rgba(37,211,102,.35);
}
.offerte-wa-btn:hover {
    background: #22c35d;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(37,211,102,.5);
}

.offerte-form-wrap {
    background: #fff;
    border-radius: var(--radius-xl);
    padding: 36px;
    box-shadow: 0 12px 56px rgba(0,0,0,.24), 0 2px 12px rgba(0,0,0,.08);
    position: relative;
    overflow: hidden;
}
.offerte-form-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blauw), var(--oranje), var(--blauw2));
}

/* Betere form focus states */
.form-row { display: flex; gap: 16px; margin-bottom: 0; }
.form-group { flex: 1; margin-bottom: 16px; min-width: 0; }
.form-group-sm { flex: 0 0 130px; }
.form-group-xs { flex: 0 0 80px; }
.pdok-result-wrap { flex: 1; }
.form-group label { display: block; font-size: .8rem; font-weight: 700; color: var(--blauw); margin-bottom: 5px; }
.req { color: var(--oranje); }

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1.5px solid var(--rand);
    border-radius: 8px;
    font-size: .88rem;
    font-family: 'Quicksand', sans-serif;
    color: var(--tekst);
    outline: none;
    transition: border-color .2s var(--ease-smooth), box-shadow .2s, background .2s;
    background: #fafafa;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--blauw);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(11,57,116,.1);
}
.form-group input:hover:not(:focus),
.form-group select:hover:not(:focus),
.form-group textarea:hover:not(:focus) {
    border-color: var(--rand2);
}
.form-group textarea { resize: vertical; min-height: 80px; }

.adres-blok {
    background: var(--licht);
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 16px;
    border: 1px solid var(--rand);
}
.adres-blok-title {
    font-family: 'Montserrat', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    color: var(--blauw);
    margin-bottom: 14px;
}
.adres-blok-title i { color: var(--oranje); margin-right: 7px; }

.pdok-result { padding: 9px 10px; font-size: .82rem; min-height: 38px; border-radius: 7px; border: 1px solid transparent; }
.pdok-ok { background: #f0fdf4; border-color: #86efac; color: #15803d; }
.pdok-ok i { margin-right: 4px; }
.pdok-loading { color: #64748b; }

.form-success {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 14px;
    color: #16a34a;
    font-weight: 700;
    margin-bottom: 14px;
    animation: fade-in-up .3s var(--ease-out);
}
.form-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    padding: 12px;
    color: #dc2626;
    font-size: .85rem;
    margin-bottom: 14px;
    animation: fade-in-up .3s var(--ease-out);
}

.btn-offerte-submit {
    display: block;
    width: 100%;
    background: var(--oranje);
    color: #0b3974;
    border: none;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .95rem;
    transition: background .2s var(--ease-smooth), transform .2s var(--ease-spring), box-shadow .2s;
    margin-top: 8px;
    letter-spacing: .3px;
    box-shadow: 0 4px 20px rgba(241,166,46,.4);
}
.btn-offerte-submit:hover {
    background: var(--oranje2);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(241,166,46,.6);
}
.btn-offerte-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-offerte-submit i { margin-right: 8px; }

/* ════════════════════════════════════════════
   REVIEWS GRID
════════════════════════════════════════════ */
.section-reviews { padding: 80px 0; background: var(--licht); }

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 36px;
}

.review-card {
    background: var(--wit);
    border-radius: var(--radius-lg);
    padding: 22px;
    box-shadow: var(--schaduw);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s var(--ease-out), transform .55s var(--ease-out), box-shadow .3s;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--rand);
}

/* Prominent quote icon */
.review-card::before {
    content: '\201C';
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 5rem;
    color: rgba(11,57,116,.06);
    position: absolute;
    top: -8px;
    right: 14px;
    line-height: 1;
    pointer-events: none;
    transition: color .3s;
}
.review-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blauw), var(--blauw2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s var(--ease-out);
}

.review-card.visible { opacity: 1; transform: translateY(0); }

/* Hover lift + quote */
.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 56px rgba(11,57,116,.18), 0 4px 16px rgba(0,0,0,.07);
}
.review-card:hover::before { color: rgba(11,57,116,.1); }
.review-card:hover::after { transform: scaleX(1); }

.review-top {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
}
.review-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--blauw), var(--blauw2));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .9rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(11,57,116,.3);
}
.review-meta { flex: 1; min-width: 0; }
.review-naam {
    font-weight: 700;
    font-size: .85rem;
    color: var(--blauw);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review-datum { font-size: .72rem; color: #64748b; margin-top: 1px; }
.review-stars {
    color: #ffd700;
    font-size: .85rem;
    flex-shrink: 0;
    letter-spacing: 1px;
    filter: drop-shadow(0 0 3px rgba(255,215,0,.3));
}
.review-tekst {
    font-size: .82rem;
    color: var(--grijs);
    line-height: 1.7;
    font-style: italic;
}

.reviews-cta { text-align: center; }
.btn-google-reviews {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 2px solid var(--rand);
    color: var(--tekst) !important;
    padding: 13px 26px;
    border-radius: 10px;
    font-weight: 700;
    font-size: .88rem;
    box-shadow: var(--schaduw);
    transition: all .25s var(--ease-smooth);
}
.btn-google-reviews i.fab { color: #4285f4; font-size: 1rem; }
.btn-google-reviews:hover {
    border-color: var(--blauw);
    color: var(--blauw) !important;
    transform: translateY(-2px);
    box-shadow: var(--schaduw-md);
}

/* ════════════════════════════════════════════
   OVER ONS
════════════════════════════════════════════ */
.section-about {
    padding: 80px 0;
    background: var(--wit);
    position: relative;
    overflow: hidden;
}
.section-about::before {
    content: '';
    position: absolute;
    right: -120px;
    top: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(241,166,46,.04) 0%, transparent 70%);
    pointer-events: none;
}

.about-grid {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 64px;
    align-items: center;
}

.about-img {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: visible;
}
.about-img::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    right: 12px;
    bottom: 12px;
    border: 2px solid rgba(11,57,116,.12);
    border-radius: var(--radius-xl);
    z-index: 0;
    transition: all .3s var(--ease-smooth);
}
.about-img:hover::before {
    top: -16px;
    left: -16px;
    border-color: rgba(241,166,46,.25);
}
.about-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: var(--radius-xl);
    box-shadow: var(--schaduw-xl);
    position: relative;
    z-index: 1;
    transition: transform .4s var(--ease-smooth), box-shadow .4s;
}
.about-img:hover img {
    transform: translateY(-4px);
    box-shadow: 0 32px 90px rgba(11,57,116,.25);
}

.about-img-badge {
    position: absolute;
    bottom: 20px;
    right: -16px;
    background: var(--oranje);
    color: #0b3974;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .82rem;
    z-index: 2;
    box-shadow: 0 8px 28px rgba(241,166,46,.45);
    font-weight: 600;
}
.about-img-badge i { font-size: 1.2rem; }

.about-text { }
.about-text h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); margin-bottom: .8rem; }
.about-text p { color: var(--grijs); line-height: 1.8; margin-bottom: 1rem; }

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 22px 0 26px;
}
.af-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .86rem;
    color: var(--grijs);
    padding: 8px 12px;
    background: var(--licht);
    border-radius: 8px;
    border: 1px solid var(--rand);
    transition: background .2s, border-color .2s, transform .2s var(--ease-spring);
}
.af-item:hover {
    background: #fff;
    border-color: rgba(11,57,116,.15);
    transform: translateX(3px);
}
.af-item i {
    color: #22c55e;
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(34,197,94,.3));
}

/* ════════════════════════════════════════════
   REGIO
════════════════════════════════════════════ */
.section-regio {
    padding: 44px 0;
    background: var(--licht);
    border-top: 1px solid var(--rand);
}
.section-regio h3 {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 22px;
    color: var(--blauw);
}

.regio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
}
.regio-tag {
    background: var(--wit);
    border: 1px solid var(--rand);
    color: var(--grijs) !important;
    padding: 6px 15px;
    border-radius: 22px;
    font-size: .8rem;
    transition: all .2s var(--ease-smooth);
}
.regio-tag i { color: var(--oranje); margin-right: 5px; }
.regio-tag:hover {
    border-color: var(--blauw);
    color: var(--blauw) !important;
    background: rgba(11,57,116,.04);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(11,57,116,.1);
}

/* ════════════════════════════════════════════
   FOOTER — Richer met gradiënt
════════════════════════════════════════════ */
.footer-top-cta {
    background: linear-gradient(135deg, var(--oranje) 0%, var(--oranje2) 100%);
    padding: 36px 0;
    position: relative;
    overflow: hidden;
}
.footer-top-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}
.footer-top-cta::after {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,.06);
    border-radius: 50%;
    pointer-events: none;
}

.ftcta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.ftcta-wrap h3 { color: #fff; font-size: 1.4rem; margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,.1); }
.ftcta-wrap p  { color: rgba(255,255,255,.85); margin: 4px 0 0; font-size: .9rem; }
.ftcta-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-outline-wt {
    border: 2px solid rgba(255,255,255,.65);
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 7px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .85rem;
    transition: all .25s var(--ease-smooth);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(4px);
    background: rgba(255,255,255,.06);
}
.btn-outline-wt:hover {
    border-color: #fff;
    background: rgba(255,255,255,.18);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

/* Footer main — gradiënt achtergrond */
.footer-main {
    background: linear-gradient(160deg, #0a1f3d 0%, #071528 50%, #04101e 100%);
    padding: 56px 0 0;
    position: relative;
    overflow: hidden;
}
.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(241,166,46,.4), transparent);
}
.footer-main::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(11,57,116,.3) 0%, transparent 70%);
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 44px;
    position: relative;
    z-index: 1;
}

.footer-logo {
    height: 40px;
    width: auto;
    margin-bottom: 16px;
    filter: brightness(0) invert(1);
    opacity: .85;
}

.footer-col p {
    font-size: .84rem;
    color: rgba(255,255,255,.5);
    line-height: 1.8;
}
.footer-col p i { color: var(--oranje); margin-right: 7px; width: 14px; }
.footer-col p a { color: rgba(255,255,255,.65); transition: color .2s; }
.footer-col p a:hover { color: var(--oranje); }

.footer-col h4 {
    font-size: .9rem;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}
.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--oranje);
    border-radius: 1px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
    font-size: .84rem;
    color: rgba(255,255,255,.5);
    transition: color .2s, padding-left .2s var(--ease-smooth);
    display: block;
}
.footer-col ul li a:hover {
    color: var(--oranje);
    padding-left: 6px;
}

/* Social icons met hover effects */
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.55) !important;
    font-size: 1rem;
    transition: background .2s, color .2s, transform .25s var(--ease-spring), box-shadow .2s, border-color .2s;
}
.footer-social a:hover {
    background: var(--oranje);
    color: #fff !important;
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 6px 20px rgba(241,166,46,.4);
    border-color: var(--oranje);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    font-size: .78rem;
    color: rgba(255,255,255,.28);
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
}
.footer-bottom a { color: rgba(255,255,255,.38); transition: color .2s; }
.footer-bottom a:hover { color: var(--oranje); }

/* ════════════════════════════════════════════
   PLAN A→B ROUTE RESULTAAT
════════════════════════════════════════════ */
.route-result { padding: 20px 22px 24px; }

.route-result-head {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 18px;
    animation: fade-in-up .3s var(--ease-out);
}
.rr-check {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: #22c55e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    box-shadow: 0 2px 10px rgba(34,197,94,.35);
}
.rr-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .88rem; color: #166534; }
.rr-sub   { font-size: .75rem; color: #15803d; margin-top: 2px; }

.route-adressen { margin-bottom: 16px; }
.ra-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 8px;
    transition: box-shadow .2s;
}
.ra-item:hover { box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.ra-van  { background: #eff6ff; border: 1px solid #bfdbfe; }
.ra-naar { background: #fff8ee; border: 1px solid #fde68a; margin-top: 5px; }
.ra-item > i { font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
.ra-van  > i { color: #0b3974; }
.ra-naar > i { color: #f1a62e; }
.ra-label {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #64748b;
    margin-bottom: 2px;
}
.ra-adres { font-size: .82rem; font-weight: 600; color: var(--tekst); line-height: 1.45; }
.ra-lijn  { text-align: center; color: #cbd5e1; font-size: .75rem; padding: 2px 0; }

/* Route stats betere stijl */
.route-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-bottom: 14px;
}
.rs-item {
    background: var(--licht);
    border-radius: 9px;
    padding: 12px 8px;
    text-align: center;
    border: 1px solid var(--rand);
    transition: border-color .2s, transform .2s var(--ease-spring), box-shadow .2s;
}
.rs-item:hover {
    border-color: var(--oranje);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(241,166,46,.15);
}
.rs-item i {
    color: var(--oranje);
    font-size: .9rem;
    margin-bottom: 5px;
    display: block;
}
.rs-val {
    font-family: 'Montserrat', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: var(--blauw);
}
.rs-label { font-size: .65rem; color: #64748b; margin-top: 3px; }
.rs-prijs .rs-val { color: var(--oranje); }

/* Grotere kaart: 220px */
.rr-map {
    display: none;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid var(--rand);
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
}

.route-loading {
    text-align: center;
    font-size: .82rem;
    color: #64748b;
    padding: 16px;
    display: none;
}

.rr-offerte-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: var(--oranje);
    color: #0b3974 !important;
    border-radius: 8px;
    padding: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .88rem;
    transition: background .2s, transform .2s var(--ease-spring), box-shadow .2s;
    margin-top: 4px;
    box-shadow: 0 3px 14px rgba(241,166,46,.35);
}
.rr-offerte-btn:hover {
    background: var(--oranje2);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(241,166,46,.55);
}
.rr-full-route { display: none; text-decoration: none; }
.rr-full-route:hover { background: rgba(11,57,116,.12) !important; }

/* ════════════════════════════════════════════
   SUBPAGINA TEMPLATE
════════════════════════════════════════════ */
.page-hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
}
.page-hero .hero-overlay {
    background: linear-gradient(to top, rgba(11,57,116,.92) 0%, rgba(11,57,116,.5) 100%);
}
.page-hero-content {
    position: relative;
    z-index: 10;
    color: #fff;
    padding: 44px 0;
}
.page-hero-content .hero-pre { color: var(--oranje); }
.page-hero-content h1 { color: #fff; font-size: 2.2rem; margin-bottom: 16px; }

.btn-hero {
    display: inline-block;
    background: var(--oranje);
    color: #0b3974 !important;
    padding: 12px 26px;
    border-radius: 7px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .88rem;
    transition: background .2s, transform .2s var(--ease-spring), box-shadow .2s;
    box-shadow: 0 4px 16px rgba(241,166,46,.4);
}
.btn-hero:hover {
    background: var(--oranje2);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(241,166,46,.55);
}

.breadcrumb-bar {
    background: var(--licht);
    border-bottom: 1px solid var(--rand);
    padding: 11px 0;
    font-size: .82rem;
}
.breadcrumb-bar a { color: var(--blauw); }
.breadcrumb-bar span { color: #64748b; margin: 0 6px; }

.section-page { padding: 64px 0; }
.page-layout { display: grid; grid-template-columns: 1fr 300px; gap: 52px; align-items: start; }
.page-main h2 { font-size: 1.3rem; margin-top: 1.6rem; margin-bottom: .7rem; }
.page-main p { margin-bottom: 1rem; line-height: 1.85; }
.page-main ul { list-style: none; margin-bottom: 1rem; }
.page-main ul li { padding: 5px 0 5px 26px; position: relative; }
.page-main ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #22c55e;
    position: absolute;
    left: 0;
}

.page-cta-box {
    background: var(--licht);
    border-left: 4px solid var(--oranje);
    border-radius: 10px;
    padding: 26px 30px;
    margin-top: 2.5rem;
    box-shadow: var(--schaduw);
    transition: box-shadow .2s, transform .2s var(--ease-spring);
}
.page-cta-box:hover {
    box-shadow: var(--schaduw-md);
    transform: translateY(-2px);
}
.page-cta-box h3 { margin-top: 0; margin-bottom: .5rem; }
.page-cta-box p { color: var(--grijs); margin-bottom: 1rem; }

.sidebar-card {
    background: var(--wit);
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 20px;
    box-shadow: var(--schaduw);
    border: 1px solid var(--rand);
    transition: box-shadow .2s;
}
.sidebar-card:hover { box-shadow: var(--schaduw-md); }
.sidebar-card h4 {
    font-size: .88rem;
    color: var(--blauw);
    margin-bottom: 14px;
    padding-bottom: 9px;
    border-bottom: 2px solid var(--oranje);
}
.sidebar-nav { list-style: none; }
.sidebar-nav li { border-bottom: 1px solid #f0f0f0; }
.sidebar-nav li:last-child { border-bottom: none; }
.sidebar-nav li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 0;
    font-size: .84rem;
    color: var(--blauw);
    transition: color .2s, padding-left .2s var(--ease-smooth);
}
.sidebar-nav li a i { color: var(--oranje); width: 14px; }
.sidebar-nav li a:hover { color: var(--oranje); padding-left: 4px; }
.sidebar-contact p { font-size: .84rem; margin-bottom: .5rem; }
.sidebar-contact i { color: var(--oranje); margin-right: 6px; }
.sidebar-contact a { color: var(--blauw); }
.btn-full { display: block; text-align: center; }

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .hero-split { grid-template-columns: 1fr 380px; gap: 40px; }
    .about-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 36px; }
}

@media (max-width: 960px) {
    .mobile-menu-btn { display: block; font-size: 1.4rem; }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 3px solid var(--oranje);
        box-shadow: 0 10px 30px rgba(0,0,0,.14);
        z-index: 999;
        padding-bottom: 12px;
    }
    .main-nav.open { display: block; }
    .main-nav > ul { flex-direction: column; gap: 0; }
    .main-nav > ul > li > a { padding: 13px 20px; border-bottom: 1px solid var(--rand); }
    .main-nav > ul > li > a::after { display: none; }
    .main-nav > ul > li > a.nav-btn { margin: 12px 16px; border-radius: 6px; border-bottom: none; }
    .dropdown {
        position: static;
        box-shadow: none;
        border: none;
        border-left: 3px solid var(--oranje);
        border-radius: 0;
        margin-left: 20px;
        animation: none;
        padding: 4px 0;
    }
    .has-dropdown:hover > .dropdown { display: none; }
    .has-dropdown.open > .dropdown { display: block; }
    .header-main .container { position: relative; flex-wrap: wrap; }

    /* Hero tablet — stacked */
    .hero-split { grid-template-columns: 1fr; gap: 36px; padding: 48px 0; }
    .hero-section { min-height: auto; }
    .hero-section::before,
    .hero-section::after { display: none; }
    .hero-left { text-align: center; }
    .hero-btns { justify-content: center; }
    .hero-usp { justify-content: center; }
    .callback-card { max-width: 480px; margin: 0 auto; padding: 28px 24px; }

    .trust-grid { grid-template-columns: repeat(3, 1fr); }
    .reviews-ticker { grid-template-columns: repeat(2, 1fr); }
    .diensten-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
    .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
    .stat-item:last-child,
    .stat-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }

    .calc-wrap { grid-template-columns: 1fr; }
    .calc-right { padding: 32px; }
    .calc-result-bedrag { font-size: 2.4rem; }

    .werkwijze-steps { grid-template-columns: 1fr 1fr; gap: 28px; }
    .ws-arrow { display: none; }
    .ws-step { padding: 0 8px; }

    .offerte-wrap { grid-template-columns: 1fr; gap: 28px; }
    .section-offerte::before,
    .section-offerte::after { display: none; }

    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
    .reviews-featured-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 1fr; }
    .about-img img { height: 280px; }
    .about-img-badge { right: 16px; }

    .vergelijk-grid { font-size: .88rem; }

    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .page-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item { border-right: none; }
    .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }

    .reviews-ticker { grid-template-columns: 1fr; }
    .diensten-grid { grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }

    .hero-btns { flex-direction: column; }
    .btn-hero-primary,
    .btn-hero-ghost { text-align: center; justify-content: center; width: 100%; }

    .form-row { flex-direction: column; }
    .calc-row-fields { grid-template-columns: 1fr; }
    .voertuig-keuze { grid-template-columns: 1fr 1fr; }

    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .ftcta-wrap { flex-direction: column; text-align: center; }
    .ftcta-btns { justify-content: center; }

    .werkwijze-steps { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }

    .cb-adres-row { grid-template-columns: 1fr 72px; }
    .about-features { grid-template-columns: 1fr; }
    .about-grid { gap: 28px; }
    .about-img::before { display: none; }

    /* -- Navigatie -- */
    .header-main .container { padding: 0 12px; height: 56px; }
    .logo img { height: 36px; }
    .mobile-menu-btn { width: 38px; height: 38px; font-size: 1.1rem; }
    .main-nav { max-height: 80vh; overflow-y: auto; }
    .main-nav > ul > li > a { padding: 11px 16px; font-size: .9rem; }

    /* -- Hero verfijnd -- */
    .hero-section { min-height: auto; padding: 80px 0 32px; }
    .hero-left h1 { font-size: clamp(1.7rem, 7vw, 2.1rem); text-align: center; }
    .hero-left p { font-size: .95rem; text-align: center; }
    .hero-badge { justify-content: center; font-size: .8rem; }
    .hero-urgency { font-size: .78rem; text-align: center; padding: 6px 12px; }
    .hero-btns { flex-direction: column; gap: 10px; }
    .btn-hero-primary, .btn-hero-ghost { width: 100%; text-align: center; justify-content: center; font-size: 1rem; padding: 14px 20px; }
    .hero-usp { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
    .hero-usp li { font-size: .78rem; padding: 4px 8px; }
    .hero-trust-strip { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .hts-item { padding: 10px 8px; font-size: .78rem; }

    /* -- Diensten -- */
    .diensten-grid { grid-template-columns: 1fr; gap: 12px; }
    .dienst-card { padding: 18px 16px; border-radius: 12px; }
    .dienst-card h3 { font-size: 1rem; }
    .dienst-icon { width: 44px; height: 44px; font-size: 1.3rem; }
    .dienst-prijs { font-size: .78rem; padding: 2px 8px; }

    /* -- Offerte form -- */
    .section-offerte { padding: 48px 0 !important; }
    .offerte-wrap { grid-template-columns: 1fr !important; gap: 24px !important; }
    .offerte-form-wrap { padding: 20px 16px; }
    .form-row { flex-direction: column; gap: 0; }
    .form-group { margin-bottom: 12px; }
    .form-group input, .form-group select, .form-group textarea { font-size: 16px; }
    .offerte-usps { font-size: .88rem; }
    .offerte-contact { flex-direction: column; gap: 8px; }
    .offerte-tel-btn, .offerte-wa-btn { text-align: center; justify-content: center; width: 100%; }

    /* -- Reviews -- */
    .reviews-featured-grid { overflow-x: auto; display: flex; flex-direction: row; scroll-snap-type: x mandatory; padding-bottom: 12px; gap: 12px; }
    .rcv2-card { min-width: 280px; scroll-snap-align: start; flex-shrink: 0; }
    .reviews-google-badge { flex-direction: column; text-align: center; padding: 16px; }
    .rgb-score { font-size: 3rem; }
    .rgb-stars { font-size: 1.4rem; justify-content: center; }

    /* -- Footer -- */
    .footer-col h4 { font-size: .85rem; }
    footer { padding: 40px 0 20px; }

    .calc-left { padding: 24px 20px; }

    .section-pre::before,
    .section-pre::after { display: none; }
}

@media (max-width: 420px) {
    .container { padding: 0 12px; }
    .section-header { margin-bottom: 32px; }
    .section-header h2 { font-size: 1.4rem; }
    .hero-left h1 { font-size: 1.65rem; }
    .btn-hero-primary, .btn-hero-ghost { font-size: .9rem; padding: 12px 16px; }
    .stat-num { font-size: 2.2rem; }
    .vergelijk-grid { font-size: .78rem; }
    .reviews-ticker { grid-template-columns: 1fr; }
    .voertuig-keuze { grid-template-columns: 1fr; }
    .calc-result-bedrag { font-size: 2rem; }
}

/* ════════════════════════════════════════════
   HERO GUARANTEE STRIP
════════════════════════════════════════════ */
.hero-guarantee-strip {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
    flex-wrap: wrap;
}
.hgs-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .8rem;
    font-weight: 600;
    color: rgba(255,255,255,.82);
    font-family: 'Quicksand', sans-serif;
    letter-spacing: .2px;
}
.hgs-item i {
    color: var(--oranje);
    font-size: .72rem;
    background: rgba(241,166,46,.15);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ════════════════════════════════════════════
   CALLBACK CARD TRUST LINE
════════════════════════════════════════════ */
.callback-head {
    background: linear-gradient(135deg, var(--blauw) 0%, #082d5c 100%);
    padding: 18px 20px 14px;
    border-bottom: 2px solid rgba(241,166,46,.35);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.callback-trust-line {
    margin-top: 10px;
    font-size: .73rem;
    color: rgba(255,255,255,.65);
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.callback-trust-line i {
    color: var(--oranje);
}

/* ════════════════════════════════════════════
   RATING BREAKDOWN (reviews bar)
════════════════════════════════════════════ */
.reviews-bar-count {
    display: inline-block;
    font-size: .72rem;
    font-weight: 600;
    color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.1);
    border-radius: 12px;
    padding: 3px 10px;
    margin-left: 8px;
    vertical-align: middle;
}
.rating-breakdown {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: rgba(255,255,255,.06);
    border-radius: 10px;
    padding: 12px 14px;
    min-width: 180px;
}
.rb-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rb-stars {
    font-size: .7rem;
    color: #ffd700;
    min-width: 60px;
    letter-spacing: .5px;
}
.rb-bar {
    flex: 1;
    height: 5px;
    background: rgba(255,255,255,.15);
    border-radius: 3px;
    overflow: hidden;
}
.rb-fill {
    height: 100%;
    background: var(--oranje);
    border-radius: 3px;
    transition: width .8s var(--ease-smooth);
}
.rb-pct {
    font-size: .68rem;
    color: rgba(255,255,255,.6);
    min-width: 28px;
    text-align: right;
    font-weight: 600;
}

/* ════════════════════════════════════════════
   FAQ SECTIE
════════════════════════════════════════════ */
.section-faq {
    background: var(--licht);
    padding: 80px 0;
}
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
}
.faq-item {
    background: var(--wit);
    border-radius: var(--radius-lg);
    border: 1px solid var(--rand);
    overflow: hidden;
    transition: box-shadow .25s var(--ease-smooth), border-color .25s;
}
.faq-item:hover {
    border-color: rgba(11,57,116,.2);
    box-shadow: var(--schaduw-md);
}
.faq-item[open] {
    border-color: var(--blauw);
    box-shadow: 0 4px 24px rgba(11,57,116,.12);
}
.faq-item summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .88rem;
    color: var(--blauw);
    list-style: none;
    user-select: none;
    transition: background .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: rgba(11,57,116,.03); }
.faq-item[open] summary { background: rgba(11,57,116,.04); border-bottom: 1px solid var(--rand); }
.faq-q-icon {
    width: 32px;
    height: 32px;
    background: rgba(241,166,46,.12);
    color: var(--oranje);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    flex-shrink: 0;
}
.faq-chevron {
    margin-left: auto;
    font-size: .75rem;
    color: var(--grijs2);
    transition: transform .3s var(--ease-smooth);
    flex-shrink: 0;
}
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-answer {
    padding: 16px 20px 18px 64px;
    font-size: .875rem;
    color: var(--grijs);
    line-height: 1.75;
    animation: fade-in-up .25s ease both;
}
@keyframes fade-in-up {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: none; }
}

/* ════════════════════════════════════════════
   REVIEWS TRUST STATEMENT
════════════════════════════════════════════ */
.reviews-trust-statement {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--wit);
    border: 1px solid var(--rand);
    border-radius: var(--radius-xl);
    padding: 22px 28px;
    margin: 40px 0 32px;
    box-shadow: var(--schaduw);
    flex-wrap: wrap;
}
.rts-google-icon {
    width: 52px;
    height: 52px;
    background: #fff;
    border: 2px solid #e8eaed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #4285f4;
    flex-shrink: 0;
}
.rts-text { flex: 1; min-width: 160px; }
.rts-score {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--blauw);
}
.rts-score span { color: #f4b400; margin-right: 6px; }
.rts-sub {
    font-size: .8rem;
    color: var(--grijs2);
    margin-top: 3px;
}
.rts-link {
    display: inline-flex;
    align-items: center;
    background: var(--blauw);
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .82rem;
    transition: background .2s, transform .15s var(--ease-spring);
    white-space: nowrap;
}
.rts-link:hover {
    background: var(--blauw2);
    transform: translateY(-2px);
}

/* ════════════════════════════════════════════
   FOOTER TRUST BADGES
════════════════════════════════════════════ */
.footer-trust {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}
.ft-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .75rem;
    color: rgba(255,255,255,.55);
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 6px;
    padding: 6px 10px;
    transition: background .2s, color .2s;
}
.ft-badge:hover {
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.8);
}
.ft-badge i { color: var(--oranje); font-size: .8rem; }

/* ════════════════════════════════════════════
   CALCULATOR INCLUSIEF LIST
════════════════════════════════════════════ */
.calc-inclusief {
    margin-top: 20px;
    border-radius: var(--radius);
    border: 1px solid var(--rand);
    overflow: hidden;
}
.calc-inclusief summary {
    padding: 12px 16px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .82rem;
    color: var(--blauw);
    background: var(--licht);
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    user-select: none;
    transition: background .2s;
}
.calc-inclusief summary::-webkit-details-marker { display: none; }
.calc-inclusief summary:hover { background: #edf2f9; }
.calc-inclusief summary i { color: var(--oranje); }
.calc-inclusief-list {
    padding: 14px 18px;
    background: var(--wit);
}
.calc-inclusief-list li {
    padding: 5px 0;
    font-size: .82rem;
    color: var(--grijs);
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--rand);
}
.calc-inclusief-list li:last-child { border-bottom: none; }
.calc-inclusief-list li::before {
    content: '✓';
    color: #16a34a;
    font-weight: 700;
    font-size: .75rem;
    width: 16px;
    height: 16px;
    background: #f0fdf4;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ════════════════════════════════════════════
   RESPONSIVE ADDITIONS
════════════════════════════════════════════ */
@media (max-width: 768px) {
    /* Guarantee strip */
    .hero-guarantee-strip { gap: 12px; }
    .hgs-item { font-size: .75rem; }

    /* FAQ */
    .faq-grid { grid-template-columns: 1fr; }
    .faq-answer { padding-left: 20px; }

    /* Reviews trust */
    .reviews-trust-statement { gap: 14px; padding: 18px 20px; }
    .rts-link { width: 100%; justify-content: center; }
    .rating-breakdown { min-width: 140px; }

    /* Services grid */
    .services-grid { grid-template-columns: 1fr 1fr; }
    .offerte-form { flex-direction: column; }
    .wa-widget { bottom: 16px; right: 16px; }

    /* Header */
    .header-top { display: none; }
    .logo img { height: 40px; }
    .header-main .container { padding-top: 8px; padding-bottom: 8px; height: auto; }
    .mobile-menu-btn {
        width: 42px; height: 42px;
        background: var(--licht);
        border-radius: 8px;
        display: flex; align-items: center; justify-content: center;
        font-size: 1.25rem;
    }

    /* Vergelijk grid */
    .vg-header,
    .vg-row { grid-template-columns: 1fr 1fr; }
    .vg-header .vg-kenmerk,
    .vg-row .vg-kenmerk { display: none; }
    .vg-header .vg-anderen { border-left: none; }
    .vergelijk-grid { grid-template-columns: 1fr 1fr; }

    /* Hero trust strip */
    .hero-trust-strip .hts-inner { grid-template-columns: repeat(2, 1fr); gap: 8px; }

    /* Reviews */
    .reviews-featured-grid { grid-template-columns: 1fr 1fr; gap: 12px; }

    /* Urgency */
    .urgency-banner { flex-direction: column; text-align: center; gap: 8px; }
    .urgency-inner { flex-direction: column; gap: 8px; }

    /* Social proof */
    .social-proof-strip .sp-inner { flex-wrap: wrap; gap: 4px; }
    .sp-item { flex: 0 0 50%; }

    /* Google badge */
    .reviews-google-badge { flex-direction: column; text-align: center; }
}

/* ════════════════════════════════════════════
   PREMIUM V5 ADDITIONS — 2026-04-25
════════════════════════════════════════════ */

/* WhatsApp floating widget */
.wa-widget { position:fixed; bottom:24px; right:24px; z-index:9999; display:flex; flex-direction:column; align-items:flex-end; gap:8px; }
.wa-btn { width:58px; height:58px; background:#25d366; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:1.9rem; box-shadow:0 4px 20px rgba(37,211,102,.4); transition:.25s; animation:wa-pulse 2.5s ease infinite; text-decoration:none; }
.wa-btn:hover { transform:scale(1.12); box-shadow:0 8px 30px rgba(37,211,102,.6); }
.wa-tooltip { background:#1a1a1a; color:#fff; font-size:.78rem; padding:6px 14px; border-radius:6px; opacity:0; transform:translateX(8px); transition:.2s; pointer-events:none; white-space:nowrap; font-family:'Quicksand',sans-serif; font-weight:600; }
.wa-widget:hover .wa-tooltip { opacity:1; transform:translateX(0); }
@keyframes wa-pulse { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4)} 50%{box-shadow:0 4px 32px rgba(37,211,102,.7),0 0 0 10px rgba(37,211,102,.12)} }

/* Service cards */
.service-card { background:#fff; border-radius:14px; padding:28px 24px; border-top:4px solid #f1a62e; box-shadow:0 4px 24px rgba(11,57,116,.08); transition:.3s cubic-bezier(.34,1.56,.64,1); display:flex; flex-direction:column; }
.service-card:hover { transform:translateY(-8px); box-shadow:0 12px 40px rgba(11,57,116,.16); }
.service-card .sc-icon { font-size:2.2rem; color:#f1a62e; margin-bottom:14px; }
.service-card h3 { font-family:'Montserrat',sans-serif; font-size:1.05rem; font-weight:700; color:#0b3974; margin:0 0 8px; }
.service-card p { font-size:.87rem; color:#6b7280; line-height:1.65; flex:1; }
.service-card .sc-link { display:inline-block; margin-top:14px; font-size:.83rem; font-weight:700; color:#f1a62e; text-decoration:none; transition:.2s; }
.service-card .sc-link:hover { color:#0b3974; }
.services-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:20px; }

/* Trust bar marquee */
.trust-bar-wrap { overflow:hidden; background:linear-gradient(135deg,#071e3d,#0b3974); padding:14px 0; }
.trust-bar-inner { display:flex; gap:48px; width:max-content; animation:marquee-trust 28s linear infinite; }
.trust-bar-wrap:hover .trust-bar-inner { animation-play-state:paused; }
.trust-item { display:flex; align-items:center; gap:10px; white-space:nowrap; color:#fff; font-size:.85rem; font-weight:600; font-family:'Montserrat',sans-serif; }
.trust-item i { color:#f1a62e; font-size:1rem; }
@keyframes marquee-trust { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* Section alternating */
.section-alt { background:#f4f7fb; }
.section-dark { background:linear-gradient(135deg,#071e3d 0%,#0b3974 100%); color:#fff; }
.section-dark h2, .section-dark h3 { color:#fff; }
.section-dark p { color:rgba(255,255,255,.85); }

/* Offerte sectie */
.section-offerte { background:linear-gradient(135deg,#f1a62e 0%,#d4911f 100%); color:#fff; padding:64px 0; text-align:center; }
.section-offerte h2 { font-family:'Montserrat',sans-serif; font-size:clamp(1.4rem,3vw,2rem); font-weight:800; color:#fff; margin-bottom:12px; }
.section-offerte p { color:rgba(255,255,255,.9); margin-bottom:24px; font-size:1rem; }
.offerte-form { display:flex; gap:10px; max-width:560px; margin:0 auto; flex-wrap:wrap; justify-content:center; }
.offerte-input { flex:1; min-width:150px; padding:14px 18px; border-radius:8px; border:none; font-size:.95rem; font-family:'Quicksand',sans-serif; outline:none; }
.offerte-submit { background:#0b3974; color:#fff; border:none; padding:14px 28px; border-radius:8px; font-family:'Montserrat',sans-serif; font-weight:700; font-size:.95rem; cursor:pointer; transition:.25s; }
.offerte-submit:hover { background:#071e3d; transform:translateY(-2px); }

/* Blog grid */
.blog-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:24px; }
.blog-card { display:block; background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 2px 16px rgba(11,57,116,.08); text-decoration:none; transition:.3s; border:1px solid #e0e8f5; }
.blog-card:hover { transform:translateY(-5px); box-shadow:0 8px 32px rgba(11,57,116,.15); }

/* Reviews track */
.reviews-track { display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding-bottom:8px; }
.reviews-track::-webkit-scrollbar { display:none; }
.review-card { min-width:300px; max-width:340px; scroll-snap-align:start; background:#fff; border-radius:12px; padding:22px; box-shadow:0 2px 16px rgba(11,57,116,.08); border:1px solid #e0e8f5; flex-shrink:0; }
.review-stars { color:#f1a62e; font-size:1rem; margin-bottom:10px; letter-spacing:2px; }
.review-text { font-size:.87rem; color:#374151; line-height:1.7; margin-bottom:12px; font-style:italic; }
.review-author { font-size:.8rem; font-weight:700; color:#0b3974; }
.review-date { font-size:.75rem; color:#64748b; }

/* Footer trust badges */
.ft-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.1); border-radius:8px; padding:8px 16px; font-size:.82rem; font-weight:600; }
.ft-badge i { color:#f1a62e; }

/* Scroll reveal variants */
.sr-left { opacity:0; transform:translateX(-28px); transition:opacity .6s ease, transform .6s ease; }
.sr-right { opacity:0; transform:translateX(28px); transition:opacity .6s ease, transform .6s ease; }
.sr-left.in, .sr-right.in { opacity:1; transform:none; }

/* Buttons premium */
.btn-primary { background:linear-gradient(135deg,#f1a62e,#d4911f); color:#0b3974; border:none; padding:14px 32px; border-radius:8px; font-family:'Montserrat',sans-serif; font-weight:800; font-size:.95rem; cursor:pointer; transition:.25s; box-shadow:0 4px 16px rgba(241,166,46,.35); display:inline-block; text-decoration:none; }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 28px rgba(241,166,46,.45); color:#0b3974; }

/* Print */
@media print {
  .site-header, .section-offerte, .footer-trust, .sidebar-card, .wa-widget, .trust-bar-wrap, nav { display:none !important; }
  .page-hero { height:120px !important; }
  body { font-size:11pt; }
  a { color:#000; text-decoration:none; }
}

/* Smooth scroll */
html { scroll-behavior:smooth; }

@media (max-width:480px) {
  .services-grid { grid-template-columns:1fr; }
  .review-card { min-width:260px; }
}

/* ── CONTRAST & LEESBAARHEID VERBETERINGEN ── */
:root {
  --tekst: #1e293b;          /* was #32373c → donkerder voor beter contrast */
  --grijs: #4a5568;          /* was #555 → 7.0:1 op wit = AAA */
  --grijs2: #64748b;         /* was #94a3b8 → 4.6:1 op wit = AA (WCAG fix) */
  --tekst-licht: #4a5568;    /* secondary tekst AAA */
}

/* Fallback: als JS/IntersectionObserver traag is, toon alles na 0.8s */
@keyframes forceVisible {
  to { opacity: 1; transform: none; }
}
.dienst-card, .review-card, .trust-item, .sr,
.reveal-left, .reveal-right, .ws-step, .stat-item, .rtick-card {
  animation: forceVisible 0s 0.8s forwards;
}
/* Eenmaal .visible gezet door JS → direct tonen */
.dienst-card.visible, .review-card.visible, .trust-item.visible,
.sr.visible, .reveal-left.visible, .reveal-right.visible,
.ws-step.visible, .stat-item.visible, .rtick-card.visible {
  animation: none;
  opacity: 1 !important;
  transform: none !important;
}

/* Betere body leesbaarheid */
body { font-size: 16px; }
p, li, td, .dienst-body p, .review-text, .cb-body p { line-height: 1.75; }

/* Sterkere section headers */
.section-header h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 800; }
.section-header p   { font-size: 1.02rem; color: #475569; }

/* Betere card schaduwen voor diepte */
.dienst-card, .review-card, .sidebar-card {
  box-shadow: 0 2px 8px rgba(11,57,116,.08), 0 8px 32px rgba(11,57,116,.06);
}
.dienst-card:hover {
  box-shadow: 0 8px 32px rgba(11,57,116,.18), 0 2px 8px rgba(0,0,0,.06) !important;
}

/* Betere button stijlen */
.btn-orange {
  font-size: .95rem !important;
  padding: 13px 28px !important;
  letter-spacing: .2px;
}
.btn-hero-primary {
  font-size: .95rem;
  padding: 16px 32px !important;
}

/* Nav links beter leesbaar */
.main-nav > ul > li > a {
  font-size: .92rem !important;
  font-weight: 700 !important;
  letter-spacing: .3px;
  color: #1e293b !important;
}
.main-nav > ul > li > a:hover { color: var(--blauw) !important; }

/* Footer tekst contrast */
.footer-main p, .footer-main li, .ft-info p {
  color: rgba(255,255,255,.85);
  font-size: .9rem;
}

/* Offerte formulier labels */
label, .form-label { color: #1e293b; font-weight: 600; font-size: .9rem; }
input, textarea, select {
  font-size: .95rem !important;
  color: #1e293b !important;
}

/* Betere focus states voor toegankelijkheid (zie ook top van bestand) */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--blauw);
  outline-offset: 2px;
}

/* ════════════════════════════════════════════
   MOBIEL TOPBAR FIX
════════════════════════════════════════════ */

/* ════════════════════════════════════════════
   OFFERTE SECTIE — LICHTE STIJL MET BETERE LEESBAARHEID
════════════════════════════════════════════ */
.section-offerte {
  background: linear-gradient(160deg, #f0f6ff 0%, #e8f2ff 50%, #f7faff 100%) !important;
  padding: 80px 0 !important;
}
.section-offerte::before,
.section-offerte::after { display: none !important; }

.offerte-info .section-pre {
  color: var(--oranje) !important;
}
.offerte-info h2 {
  color: var(--blauw) !important;
  font-size: clamp(1.5rem, 3vw, 2.1rem) !important;
}
.offerte-info > p {
  color: #475569 !important;
}
.offerte-usps li {
  background: #fff !important;
  border: 1.5px solid rgba(11,57,116,.12) !important;
  color: #1e293b !important;
  font-weight: 600;
}
.offerte-usps li:hover {
  border-color: var(--oranje) !important;
  background: #fff8ee !important;
}
.offerte-tel-btn {
  background: var(--blauw) !important;
  border-color: var(--blauw) !important;
  color: #fff !important;
}
.offerte-tel-btn:hover {
  background: var(--blauw2) !important;
  border-color: var(--blauw2) !important;
}

/* ════════════════════════════════════════════
   REVIEWS GRID — GOOGLE CARD STIJL
════════════════════════════════════════════ */
.reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 20px !important;
}
.review-card {
  background: #fff !important;
  border: 1.5px solid rgba(11,57,116,.09) !important;
  border-radius: 14px !important;
  padding: 22px !important;
  box-shadow: 0 2px 12px rgba(11,57,116,.07) !important;
  transition: transform .2s, box-shadow .2s;
  display: flex; flex-direction: column;
  min-width: 0 !important; max-width: none !important;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(11,57,116,.14) !important;
}
.review-top {
  display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.review-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--blauw), var(--blauw2));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1.1rem;
  font-family: 'Montserrat', sans-serif;
}
.review-meta { flex: 1; min-width: 0; }
.review-naam {
  font-weight: 700; font-size: .9rem; color: #1e293b;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.review-datum { font-size: .75rem; color: #64748b; margin-top: 1px; }
.review-stars { color: #f1a62e; font-size: 1rem; letter-spacing: 1px; flex-shrink: 0; }
.review-tekst {
  font-size: .88rem; color: #374151; line-height: 1.7;
  flex: 1;
  display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;
}

/* ════════════════════════════════════════════
   URGENCY BANNER
════════════════════════════════════════════ */
.urgency-banner {
  background: linear-gradient(135deg, #fff8ee 0%, #fff3dc 100%);
  border-top: 3px solid var(--oranje);
  border-bottom: 3px solid var(--oranje);
  padding: 16px 0;
  position: relative;
}
.urgency-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 18px; flex-wrap: wrap; text-align: center;
}
.urgency-fire {
  font-size: 1.6rem; flex-shrink: 0;
  animation: pulseRing 2.5s ease-out infinite;
}
.urgency-text {
  display: flex; flex-direction: column; gap: 2px;
}
.urgency-text strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem; font-weight: 800; color: var(--blauw);
}
.urgency-text span { font-size: .85rem; color: #7c3a00; }
.urgency-cta {
  display: inline-block;
  background: var(--oranje);
  color: #0b3974 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: .88rem;
  padding: 9px 22px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}
.urgency-cta:hover { background: #d4870e; transform: translateY(-2px); }
@media (max-width: 640px) {
  .urgency-inner { gap: 12px; }
  .urgency-text strong { font-size: .92rem; }
}

/* ════════════════════════════════════════════
   WAAROM WIJ SECTIE — VOOR/NA VERGELIJKING
════════════════════════════════════════════ */
.section-waarom {
  padding: 80px 0;
  background: #f8faff;
}
.waarom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.waarom-col {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(11,57,116,.1);
}
.waarom-col-head {
  padding: 18px 24px;
  display: flex; align-items: center; gap: 10px;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem;
}
.waarom-col.andere .waarom-col-head {
  background: #f1f5f9; color: #64748b;
  border-bottom: 2px solid #e2e8f0;
}
.waarom-col.wij .waarom-col-head {
  background: var(--blauw); color: #fff;
  border-bottom: 2px solid rgba(241,166,46,.5);
}
.waarom-col.wij .waarom-col-head i { color: var(--oranje); }
.waarom-col-body {
  background: #fff;
  padding: 20px 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.waarom-row {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .88rem; line-height: 1.5; color: #374151;
  padding: 8px 0; border-bottom: 1px solid #f1f5f9;
}
.waarom-row:last-child { border-bottom: none; }
.waarom-row i { font-size: .85rem; margin-top: 2px; flex-shrink: 0; }
.waarom-col.andere .waarom-row i { color: #e53e3e; }
.waarom-col.wij .waarom-row i { color: #22c55e; }
.waarom-col.andere .waarom-row { color: #888; }
.waarom-cta {
  text-align: center; margin-top: 40px;
}
@media (max-width: 640px) {
  .waarom-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ════════════════════════════════════════════
   SOCIAL PROOF STRIP (live teller)
════════════════════════════════════════════ */
.social-proof-strip {
  background: var(--blauw);
  padding: 18px 0;
}
.sp-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 32px; flex-wrap: wrap;
}
.sp-item {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,.9); font-size: .88rem;
  font-family: 'Montserrat', sans-serif; font-weight: 600;
}
.sp-item i { color: var(--oranje); font-size: 1rem; }
.sp-live { display: flex; align-items: center; gap: 6px; }
.sp-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #4ade80;
  animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .6; transform: scale(1.4); }
}
@media (max-width: 640px) {
  .sp-inner { gap: 16px; }
  .sp-item { font-size: .8rem; }
}

/* ════════════════════════════════════════════
   HERO TRUST STRIP (v5 — onder hero)
════════════════════════════════════════════ */
.hero-trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--rand);
    box-shadow: 0 4px 20px rgba(11,57,116,.08);
    padding: 18px 0;
    position: relative;
    z-index: 5;
}
.hts-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.hts-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .82rem;
    color: var(--blauw);
    letter-spacing: .2px;
}
.hts-item i {
    color: var(--oranje);
    font-size: .88rem;
}
.hts-sep {
    color: var(--rand2);
    font-size: 1rem;
    line-height: 1;
}
@media (max-width: 640px) {
    .hts-inner { gap: 12px; }
    .hts-sep { display: none; }
    .hts-item { font-size: .76rem; }
}

/* ════════════════════════════════════════════
   HERO URGENCY (boven CTA-knoppen)
════════════════════════════════════════════ */
.hero-urgency {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--oranje);
    color: #0b3974;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .78rem;
    padding: 7px 16px;
    border-radius: 6px;
    margin-bottom: 14px;
    letter-spacing: .2px;
    box-shadow: 0 4px 16px rgba(241,166,46,.45);
    animation: urgency-pulse 3s ease-in-out infinite;
}
.hero-urgency i {
    color: #0b3974;
    font-size: .82rem;
}
@keyframes urgency-pulse {
    0%,100% { box-shadow: 0 4px 16px rgba(241,166,46,.45); }
    50%      { box-shadow: 0 6px 28px rgba(241,166,46,.75); }
}

/* Hero CTA knoppen — grotere variant */
.btn-hero-primary--lg {
    padding: 17px 36px !important;
    font-size: 1rem !important;
}
.btn-hero-ghost--lg {
    padding: 15px 28px !important;
    font-size: .95rem !important;
}

/* ════════════════════════════════════════════
   DIENST PRIJS BADGE
════════════════════════════════════════════ */
.dienst-prijs {
    display: inline-block;
    background: var(--oranje);
    color: #0b2a5e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .72rem;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
    letter-spacing: .3px;
    box-shadow: 0 2px 8px rgba(241,166,46,.4);
}

/* Dienst card hover: blauwe border + lift */
.dienst-card {
    transition: transform .25s var(--ease-spring), box-shadow .25s, border-color .25s;
    border: 2px solid transparent;
}
.dienst-card:hover {
    transform: translateY(-6px);
    border-color: var(--blauw) !important;
    box-shadow: 0 16px 48px rgba(11,57,116,.22), 0 4px 16px rgba(11,57,116,.1) !important;
}

/* ════════════════════════════════════════════
   VERGELIJK GRID (5 rijen in section-waarom)
════════════════════════════════════════════ */
.vergelijk-grid {
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--schaduw-md);
    margin-bottom: 40px;
    border: 1px solid var(--rand);
}
.vg-header,
.vg-row {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1.4fr;
    align-items: stretch;
}
.vg-header {
    background: var(--blauw);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .6px;
}
.vg-header > div {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.vg-header .vg-wij   { color: #4ade80; }
.vg-header .vg-anderen { color: #f87171; border-left: 1px solid rgba(255,255,255,.15); }
.vg-header .vg-kenmerk { border-right: 1px solid rgba(255,255,255,.15); }
.vg-row {
    background: #fff;
    border-bottom: 1px solid var(--rand);
    transition: background .2s;
}
.vg-row:last-child { border-bottom: none; }
.vg-row:nth-child(even) { background: var(--licht); }
.vg-row:hover { background: #eef4fc; }
.vg-kenmerk {
    padding: 14px 20px;
    font-weight: 700;
    font-size: .85rem;
    color: var(--blauw);
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid var(--rand);
    font-family: 'Montserrat', sans-serif;
}
.vg-kenmerk i { color: var(--oranje); font-size: .85rem; flex-shrink: 0; }
.vg-wij,
.vg-anderen {
    padding: 14px 20px;
    font-size: .82rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.vg-wij {
    border-right: 1px solid var(--rand);
}
.vg-ja i  { color: #22c55e; flex-shrink: 0; }
.vg-nee i { color: #ef4444; flex-shrink: 0; }
.vg-ja  { color: #166534; }
.vg-nee { color: #9ca3af; }

/* ════════════════════════════════════════════
   REVIEWS SECTIE V2 — TRUST ROW + CARDS
════════════════════════════════════════════ */
.section-reviews {
  padding: 80px 0;
  background: #f8faff;
}

/* Trust row: Google badge + Kiyoh badge */
.reviews-trust-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Google badge */
.reviews-google-badge {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 16px;
  padding: 24px 32px;
  box-shadow: 0 2px 20px rgba(11,57,116,.1);
  border: 1.5px solid rgba(11,57,116,.08);
  flex: 1;
  min-width: 280px;
  max-width: 480px;
}
.rgb-score {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.rgb-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #0b3974;
  line-height: 1;
}
.rgb-stars {
  color: #f5a623;
  font-size: 1.3rem;
  letter-spacing: 3px;
  filter: drop-shadow(0 0 4px rgba(245,166,35,.4));
}
.rgb-count {
  font-size: .75rem;
  color: #64748b;
  margin-top: 2px;
}
.rgb-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.rgb-platform {
  font-size: .72rem;
  font-weight: 700;
  color: #4285f4;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .5px;
}

/* Kiyoh badge */
.reviews-kiyoh-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 28px;
  box-shadow: 0 2px 20px rgba(11,57,116,.1);
  border: 1.5px solid rgba(11,57,116,.08);
  min-width: 140px;
}
.kiyoh-score {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #0b3974;
  line-height: 1;
}
.kiyoh-label {
  font-size: .72rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: 'Montserrat', sans-serif;
}
.kiyoh-stars {
  color: #f5a623;
  font-size: .9rem;
  letter-spacing: 2px;
}
.kiyoh-count {
  font-size: .7rem;
  color: #64748b;
}

/* 3-column featured reviews grid */
.reviews-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* Review card v2 */
.review-card-v2 {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 20px rgba(11,57,116,.08);
  border: 1px solid rgba(11,57,116,.07);
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s var(--ease-out, cubic-bezier(.25,.46,.45,.94)), transform .55s var(--ease-out, cubic-bezier(.25,.46,.45,.94)), box-shadow .3s;
  position: relative;
  overflow: hidden;
}
.review-card-v2::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0b3974, #1a4f8a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.review-card-v2.visible {
  opacity: 1;
  transform: translateY(0);
}
.review-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 56px rgba(11,57,116,.16), 0 4px 16px rgba(0,0,0,.06);
}
.review-card-v2:hover::after { transform: scaleX(1); }

.rcv2-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rcv2-avatar {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #0b3974, #1a4f8a);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(11,57,116,.3);
}
.rcv2-meta { flex: 1; min-width: 0; }
.rcv2-naam {
  font-weight: 700;
  font-size: .88rem;
  color: #0b3974;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcv2-datum { font-size: .72rem; color: #64748b; margin-top: 1px; }
.rcv2-stars {
  color: #f5a623;
  font-size: .9rem;
  flex-shrink: 0;
  letter-spacing: 2px;
  filter: drop-shadow(0 0 3px rgba(245,166,35,.35));
}
.rcv2-quote {
  font-size: .84rem;
  color: #6b7280;
  line-height: 1.75;
  font-style: italic;
  flex: 1;
  margin: 0;
}
.rcv2-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  background: #e8f0fb;
  color: #0b3974;
  padding: 5px 12px;
  border-radius: 20px;
  align-self: flex-start;
}
.rcv2-type-badge i { font-size: .65rem; }
.rcv2-type-zakelijk { background: #e8f5e9; color: #166534; }
.rcv2-type-senioren { background: #fdf2f8; color: #9d174d; }

/* Alle reviews CTA */
.reviews-full-cta {
  text-align: center;
  margin-top: 8px;
}
.btn-google-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px solid #e0e8f5;
  color: #0b3974 !important;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 2px 12px rgba(11,57,116,.08);
  transition: all .25s ease;
}
.btn-google-cta:hover {
  border-color: #4285f4;
  color: #4285f4 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(11,57,116,.14);
}

@media (max-width: 900px) {
  .reviews-featured-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-google-badge { flex-wrap: wrap; justify-content: center; text-align: center; }
  .rgb-score { align-items: center; }
}
@media (max-width: 600px) {
  .reviews-featured-grid {
    grid-template-columns: 1fr;
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 8px;
  }
  .review-card-v2 {
    min-width: 280px;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
  .reviews-trust-row { flex-direction: column; align-items: center; }
  .reviews-google-badge { max-width: 100%; width: 100%; }
}
