/*
Theme Name: Onlinemeersucces.nl
Theme URI: https://onlinemeersucces.nl
Author: Onlinemeersucces.nl
Author URI: https://onlinemeersucces.nl
Description: Custom WordPress thema door Online Meer Succes. Professionele websites op maat.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://onlinemeersucces.nl
Text Domain: onlinemeersucces
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --green:#0e6e6e;
  --green-dark:#0a5555;
  --green-light:#12998f;
  --accent:#f5a623;
  --dark:#0d1b2a;
  --dark2:#1c2d3f;
  --text:#333;
  --text-light:#666;
  --white:#fff;
  --bg-light:#f8f9fa;
  --border:#e0e0e0;
  --font:'Inter',sans-serif;
  --r4:4px;--r8:8px;--r16:16px;
  --sh1:0 2px 8px rgba(0,0,0,.08);
  --sh2:0 4px 20px rgba(0,0,0,.12);
  --sh3:0 8px 40px rgba(0,0,0,.18);
  --max:1200px;
  --pad:clamp(16px,4vw,48px);
  --tr:.25s ease;
}

html{scroll-behavior:smooth}
body{font-family:var(--font);font-size:16px;line-height:1.7;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}

h1,h2,h3,h4{font-weight:800;line-height:1.25;color:var(--dark)}
h1{font-size:clamp(2rem,4.5vw,3.2rem)}
h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}
h3{font-size:clamp(1.1rem,2vw,1.5rem)}
p{margin-bottom:1rem}p:last-child{margin-bottom:0}
a{color:var(--green);text-decoration:none;transition:color var(--tr)}
a:hover{color:var(--green-dark)}
img{max-width:100%;height:auto;display:block}

.container{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}
.section{padding:clamp(48px,8vw,96px) 0}
.section--light{background:var(--bg-light)}
.section--dark{background:var(--dark);color:var(--white)}
.section--dark h1,.section--dark h2,.section--dark h3{color:var(--white)}
.section--dark2{background:var(--dark2);color:var(--white)}
.section--dark2 h1,.section--dark2 h2,.section--dark2 h3{color:var(--white)}

.section-label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:.5rem}
.section--dark .section-label,.section--dark2 .section-label{color:var(--accent)}
.section-header{margin-bottom:clamp(32px,5vw,56px)}
.section-header p{max-width:640px;color:var(--text-light);font-size:1.05rem;margin-top:1rem}
.section--dark .section-header p,.section--dark2 .section-header p{color:rgba(255,255,255,.7)}
.text-center{text-align:center}
.text-center .section-header p,.section-header.text-center p{margin-left:auto;margin-right:auto}
/* Ruimte tussen titel en direct volgende inleidende tekst/lijst, sitebreed */
h2+p,h2+ul{margin-top:1rem}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:14px 28px;font-family:var(--font);font-size:.92rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--r4);border:2px solid transparent;cursor:pointer;transition:all var(--tr);text-decoration:none;line-height:1}
.btn--primary{background:var(--green);color:var(--white);border-color:var(--green)}
.btn--primary:hover{background:var(--green-dark);border-color:var(--green-dark);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 16px rgba(14,110,110,.35)}
.btn--outline{background:transparent;color:var(--white);border-color:var(--white)}
.btn--outline:hover{background:var(--white);color:var(--dark)}
.btn--outline-dark{background:transparent;color:var(--dark);border-color:var(--dark)}
.btn--outline-dark:hover{background:var(--dark);color:var(--white)}
.btn--accent{background:var(--accent);color:var(--dark);border-color:var(--accent)}
.btn--accent:hover{background:#e09615;border-color:#e09615;transform:translateY(-1px)}
.btn--lg{padding:10px 22px;font-size:.88rem}

/* TOPBAR */
.topbar{background:var(--dark);color:rgba(255,255,255,.8);font-size:.82rem;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.topbar__contact{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.topbar__contact a{color:rgba(255,255,255,.8);display:flex;align-items:center;gap:6px;transition:color var(--tr)}
.topbar__contact a:hover{color:var(--white)}
.topbar__contact svg{width:14px;height:14px;fill:var(--green-light);flex-shrink:0}
.topbar__social{display:flex;align-items:center;gap:12px}
.topbar__social a{color:rgba(255,255,255,.6);transition:color var(--tr);display:flex;align-items:center}
.topbar__social a:hover{color:var(--white)}
.topbar__social svg{width:16px;height:16px;fill:currentColor}

/* HEADER */
.site-header{background:var(--white);box-shadow:var(--sh1);position:sticky;top:0;z-index:1000}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px var(--pad);max-width:var(--max);margin:0 auto}
.site-logo{flex-shrink:0;text-decoration:none}
.logo-text{font-size:1.35rem;font-weight:900;color:var(--dark);line-height:1.1}
.logo-text span{color:var(--green)}
.site-nav{display:flex;align-items:center;gap:4px}
.site-nav a{padding:8px 14px;font-size:.88rem;font-weight:600;color:var(--dark);border-radius:var(--r4);transition:all var(--tr);white-space:nowrap;text-decoration:none}
.site-nav a:hover,.site-nav a.active{color:var(--green);background:rgba(14,110,110,.07)}
.header__cta{display:flex;align-items:center;gap:12px;flex-shrink:0}
.header__phone{font-weight:700;font-size:.92rem;color:var(--dark);display:flex;align-items:center;gap:6px;text-decoration:none}
.header__phone svg{width:16px;height:16px;fill:var(--green)}
.header__phone:hover{color:var(--green)}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--dark);border-radius:2px;transition:all var(--tr)}

/* HERO */
.hero{position:relative;display:block;background:var(--dark)}
.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.42;z-index:0}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(13,27,42,.92) 0%,rgba(13,27,42,.75) 50%,rgba(13,27,42,.50) 100%);z-index:0}

/* HERO SPLIT LAYOUT */
.hero--split .container{position:relative;z-index:2;width:100%;padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(40px,6vw,80px)}
.hero__split{display:grid;grid-template-columns:1fr 460px;gap:48px;align-items:start}
.hero__left{}
.hero__label{display:inline-block;background:var(--green);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:var(--r4);margin-bottom:1rem}
.hero__title{color:var(--white);margin-bottom:.75rem;text-shadow:0 2px 8px rgba(0,0,0,.3)}
.hero__subtitle{color:rgba(255,255,255,.82);font-size:clamp(.95rem,1.8vw,1.1rem);margin-bottom:1.5rem;max-width:480px}
.hero__usps{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:8px}
.hero__usps li{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.88);font-size:.92rem;font-weight:500}
.hero__usps li svg{width:18px;height:18px;fill:var(--green-light);flex-shrink:0}
.hero__trust{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.65);font-size:.85rem}
.hero__trust-stars{color:var(--accent);font-size:.95rem;letter-spacing:1px}

/* HERO FORM CARD */
.hero__right{}
.hero-form-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4),0 4px 16px rgba(0,0,0,.2)}
.hero-form-card__header{background:var(--green);padding:14px 20px;display:flex;align-items:center;gap:12px}
.hero-form-card__header svg{width:22px;height:22px;fill:var(--white);flex-shrink:0}
.hero-form-card__header strong{display:block;color:var(--white);font-size:.95rem;font-weight:700;line-height:1.2}
.hero-form-card__header span{color:rgba(255,255,255,.75);font-size:.78rem}

/* HF TABS (hero form tabs) */
.hf-tabs{display:flex;background:#f1f5f9;border-bottom:none;padding:4px;gap:4px;border-radius:0}
.hf-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 8px;font-family:var(--font);font-size:.78rem;font-weight:600;color:#64748b;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}
.hf-tab svg{width:14px;height:14px;fill:currentColor;flex-shrink:0}
.hf-tab:hover{color:var(--green);background:rgba(255,255,255,.7)}
.hf-tab.active{color:var(--green);background:var(--white);box-shadow:0 1px 4px rgba(0,0,0,.15);font-weight:700}

/* HF PANELS */
.hf-panel{display:none}
.hf-panel.active{display:block;animation:hfFadeIn .2s ease}
@keyframes hfFadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}

/* HF FORM FIELDS */
.hf-form{padding:16px 20px 4px}
.hf-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hf-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}
.hf-field label{font-size:.72rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.06em}
.hf-field input,.hf-field textarea{width:100%;padding:9px 12px;font-family:var(--font);font-size:.88rem;color:var(--dark);background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:6px;transition:border-color .2s,box-shadow .2s;outline:none}
.hf-field input:focus,.hf-field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(14,110,110,.1);background:var(--white)}
.hf-field input::placeholder,.hf-field textarea::placeholder{color:#94a3b8;font-size:.85rem}
.hf-submit{width:100%;margin:4px 0 16px;padding:13px 20px;background:var(--green);color:var(--white);border:none;border-radius:8px;font-family:var(--font);font-size:.92rem;font-weight:700;letter-spacing:.04em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}
.hf-submit svg{width:16px;height:16px;fill:var(--white)}
.hf-submit:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(14,110,110,.4)}
.hf-note{display:flex;align-items:center;gap:6px;padding:10px 20px 14px;font-size:.72rem;color:#94a3b8;border-top:1px solid #f1f5f9}
.hf-note svg{width:12px;height:12px;fill:#94a3b8;flex-shrink:0}

/* USP STRIP */
.usp-strip{background:var(--green);padding:14px 0}
.usp-grid{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}
.usp-item{display:flex;align-items:center;gap:6px;color:var(--white)}
.usp-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.usp-icon svg{width:14px;height:14px;fill:var(--white)}
.usp-text{font-size:.78rem;font-weight:600;line-height:1.2;white-space:nowrap}

/* INTRO GRID */
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:center}
.intro-img{border-radius:var(--r16);overflow:hidden;box-shadow:var(--sh3);aspect-ratio:4/3}
.intro-img img{width:100%;height:100%;object-fit:cover}
.feature-list{list-style:none;padding:0;margin:1.5rem 0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}
.feature-list li{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:500}
.feature-list li::before{content:'';display:block;width:18px;height:18px;background:var(--green);border-radius:50%;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}

/* SERVICES GRID */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.service-card{background:var(--white);border-radius:var(--r8);overflow:hidden;box-shadow:var(--sh1);transition:all var(--tr);border:1px solid var(--border)}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--sh2);border-color:var(--green)}
.service-card__img{aspect-ratio:16/9;overflow:hidden;background:var(--bg-light);display:flex;align-items:center;justify-content:center}
.service-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.service-card:hover .service-card__img img{transform:scale(1.04)}
.service-card__body{padding:20px 24px 24px}
.service-card__icon{width:44px;height:44px;background:rgba(14,110,110,.1);border-radius:var(--r4);display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.service-card__icon svg{width:22px;height:22px;fill:var(--green)}
.service-card__body h3{font-size:1.05rem;margin-bottom:.5rem}
.service-card__body h3 a{color:inherit;text-decoration:none;transition:color var(--tr)}
.service-card__body h3 a:hover{color:var(--green)}
.service-card__body p{font-size:.88rem;color:var(--text-light);margin:0}
a.service-card__image{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--bg-light)}
a.service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}
.service-card:hover a.service-card__image img{transform:scale(1.04)}
a.vehicle-card__img{display:block;text-decoration:none}
.vehicle-card__body h3 a{color:inherit;text-decoration:none;transition:color var(--tr)}
.vehicle-card__body h3 a:hover{color:var(--green)}

/* STATS */
.stats-bar{background:var(--dark2);padding:48px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}
.stat-num{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--green-light);line-height:1;margin-bottom:4px}
.stat-label{font-size:.82rem;color:rgba(255,255,255,.6);font-weight:500;text-transform:uppercase;letter-spacing:.08em}

/* REVIEWS */
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.review-card{background:var(--white);border-radius:var(--r8);padding:28px;box-shadow:var(--sh1);border:1px solid var(--border)}
.review-stars{color:var(--accent);font-size:1rem;letter-spacing:2px;margin-bottom:12px}
.review-text{font-size:.93rem;color:var(--text);line-height:1.7;margin-bottom:16px;font-style:italic}
.review-author{display:flex;align-items:center;gap:12px}
.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--green);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}
.review-name{font-weight:700;font-size:.88rem;color:var(--dark)}
.review-platform{font-size:.76rem;color:var(--text-light)}
.review-summary{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding:20px 24px;background:var(--bg-light);border-radius:var(--r8);border-left:4px solid var(--green)}
.review-score{font-size:2.5rem;font-weight:900;color:var(--green);line-height:1}

/* CTA BANNER */
.cta-banner{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);padding:clamp(48px,7vw,80px) 0;text-align:center}
.cta-banner h2{color:var(--white);margin-bottom:1rem}
.cta-banner p{color:rgba(255,255,255,.85);font-size:1.1rem;max-width:560px;margin:0 auto 2rem}
.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cta-phone{display:flex;align-items:center;gap:8px;color:var(--white);font-size:1.5rem;font-weight:800;margin-top:1.5rem;justify-content:center;text-decoration:none}
.cta-actions .cta-phone{font-size:inherit;margin-top:0}
.cta-phone:hover{color:rgba(255,255,255,.85)}
.cta-phone svg{width:24px;height:24px;fill:var(--white)}

/* PAGE HERO */
.page-hero{background:var(--dark);padding:clamp(48px,7vw,80px) 0;position:relative;overflow:hidden;background-size:cover;background-position:center}
.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,27,42,.82) 0%,rgba(13,27,42,.55) 60%,rgba(14,110,110,.25) 100%);z-index:0}
.page-hero__content{position:relative;z-index:1}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:rgba(255,255,255,.5);margin-bottom:1rem}
.breadcrumb a{color:rgba(255,255,255,.5);text-decoration:none}
.breadcrumb a:hover{color:var(--white)}
.breadcrumb span{color:rgba(255,255,255,.3)}
.page-hero h1{color:var(--white);margin-bottom:.75rem}
.page-hero p{color:rgba(255,255,255,.75);font-size:1.1rem;max-width:600px;margin:0}

/* VEHICLE GRID */
.vehicle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
.vehicle-card{background:var(--white);border-radius:var(--r8);overflow:hidden;box-shadow:var(--sh1);border:1px solid var(--border);transition:all var(--tr)}
.vehicle-card:hover{transform:translateY(-4px);box-shadow:var(--sh2)}
.vehicle-card__img{aspect-ratio:16/9;overflow:hidden;position:relative;background:var(--bg-light)}
.vehicle-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.vehicle-card:hover .vehicle-card__img img{transform:scale(1.04)}
.vehicle-badge{position:absolute;top:12px;left:12px;background:var(--green);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:var(--r4)}
.vehicle-card__body{padding:20px 24px 24px}
.vehicle-card__body h3{font-size:1.1rem;margin-bottom:6px}
.vehicle-cap{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--green);background:rgba(14,110,110,.08);padding:3px 10px;border-radius:20px;margin-bottom:12px}
.vehicle-card__body p{font-size:.88rem;color:var(--text-light);margin:0}

/* WHY GRID */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:start}
.why-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}
.why-item{display:flex;gap:16px;align-items:flex-start}
.why-num{width:40px;height:40px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.88rem;flex-shrink:0}
.why-content h4{font-size:1rem;margin-bottom:4px;color:var(--white)}
.why-content p{font-size:.88rem;color:rgba(255,255,255,.65);margin:0}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(32px,5vw,64px);align-items:start}
.contact-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}
.contact-icon{width:44px;height:44px;background:rgba(14,110,110,.1);border-radius:var(--r4);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-icon svg{width:22px;height:22px;fill:var(--green)}
.contact-label{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:2px}
.contact-value{font-size:1rem;font-weight:600;color:var(--dark)}
.contact-value a{color:var(--dark);text-decoration:none}
.contact-value a:hover{color:var(--green)}
.contact-map{margin-top:28px;border-radius:var(--r8);overflow:hidden;box-shadow:var(--sh1)}
.contact-map iframe{width:100%;height:260px;border:0;display:block}

/* FORM */
.form-wrapper{background:var(--white);border-radius:var(--r16);padding:clamp(24px,4vw,48px);box-shadow:var(--sh2);border:1px solid var(--border)}
.form-wrapper h3{margin-bottom:.5rem;font-size:1.35rem}
.form-wrapper .sub{color:var(--text-light);font-size:.88rem;margin-bottom:1.5rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}
.form-group label{font-size:.8rem;font-weight:700;color:var(--dark);text-transform:uppercase;letter-spacing:.06em}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;font-family:var(--font);font-size:.93rem;color:var(--dark);background:var(--bg-light);border:1.5px solid var(--border);border-radius:var(--r4);transition:border-color var(--tr),box-shadow var(--tr);outline:none}
.form-group input:focus,.form-group textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(14,110,110,.12);background:var(--white)}
.form-group textarea{min-height:110px;resize:vertical}
.form-submit{background:var(--green);color:var(--white);border:none;padding:16px 32px;font-family:var(--font);font-size:.93rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--r4);cursor:pointer;transition:all var(--tr);margin-top:8px;width:100%}
.form-submit:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(14,110,110,.35)}
.form-note{font-size:.76rem;color:var(--text-light);margin-top:.75rem}

/* CONTACT FORM CARD */
.contact-form-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.1);border:1px solid var(--border)}
.contact-form-card__header{background:linear-gradient(135deg,var(--dark) 0%,var(--dark2) 100%);padding:24px 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
.contact-form-card__title{display:flex;align-items:flex-start;gap:14px}
.contact-form-card__title svg{width:28px;height:28px;fill:var(--green-light);flex-shrink:0;margin-top:2px}
.contact-form-card__title h3{color:var(--white);font-size:1.15rem;margin-bottom:4px}
.contact-form-card__title p{color:rgba(255,255,255,.6);font-size:.82rem;margin:0}
.contact-form-card__badges{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.contact-form-card__badges span{display:flex;align-items:center;gap:5px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.8);font-size:.72rem;font-weight:600;padding:5px 10px;border-radius:20px;white-space:nowrap}
.contact-form-card__badges svg{width:11px;height:11px;fill:var(--green-light)}
.contact-tabs{background:#f1f5f9;border-bottom:none;padding:4px;gap:4px}
.contact-tabs .hf-tab{font-size:.82rem;padding:12px 16px}
.contact-form-card__footer,.offerte-card__footer{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f8fafc;border-top:1px solid #f1f5f9;font-size:.75rem;color:#94a3b8}
.contact-form-card__footer svg,.offerte-card__footer svg{width:13px;height:13px;fill:#94a3b8;flex-shrink:0}
.hf-field select{width:100%;padding:9px 12px;font-family:var(--font);font-size:.88rem;color:var(--dark);background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:6px;transition:border-color .2s;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2394a3b8'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:18px}
.hf-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(14,110,110,.1);background-color:var(--white)}

/* FORM TABS */
.form-tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:2px solid var(--border);flex-wrap:wrap}
.form-tab{padding:10px 20px;font-family:var(--font);font-size:.88rem;font-weight:600;color:var(--text-light);background:transparent;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;border-radius:var(--r4) var(--r4) 0 0;transition:color .2s ease,border-color .2s ease,background .2s ease;white-space:nowrap}
.form-tab:hover{color:var(--green);background:rgba(14,110,110,.05)}
.form-tab.active{color:var(--green);border-bottom-color:var(--green);background:rgba(14,110,110,.06)}
.form-panel{display:none;animation:tabFadeIn .22s ease}
.form-panel.active{display:block}
@keyframes tabFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:480px){
  .form-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .form-tabs::-webkit-scrollbar{display:none}
  .form-tab{flex-shrink:0;padding:10px 14px;font-size:.82rem}
}

/* TRUST STRIP */
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}
.trust-item{text-align:center;padding:24px 16px}
.trust-icon-wrap{width:56px;height:56px;background:rgba(14,110,110,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.trust-icon-wrap svg{width:28px;height:28px;fill:var(--green)}
.trust-item h4{font-size:.95rem;margin-bottom:4px}
.trust-item p{font-size:.82rem;color:var(--text-light);margin:0}

/* PHONE BANNER */
.phone-banner{background:var(--green);padding:18px 0}
.phone-banner__inner{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;text-align:center}
.phone-banner__inner span{color:rgba(255,255,255,.85);font-size:.95rem}
.phone-banner__num{color:var(--white);font-size:1.6rem;font-weight:900;display:flex;align-items:center;gap:8px;text-decoration:none}
.phone-banner__num:hover{color:rgba(255,255,255,.85)}
.phone-banner__num svg{width:26px;height:26px;fill:var(--white)}
.phone-banner__hours{color:rgba(255,255,255,.65);font-size:.82rem}

/* FOOTER */
.site-footer{background:var(--dark);color:rgba(255,255,255,.7);padding:clamp(48px,7vw,80px) 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px}
.footer-brand p{font-size:.88rem;line-height:1.7;margin-top:1rem;color:rgba(255,255,255,.55)}
.footer-logo-text{font-size:1.25rem;font-weight:900;color:var(--white);line-height:1.1}
.footer-logo-text span{color:var(--green-light)}
.footer-heading{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:16px}
.footer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}
.footer-links a{color:rgba(255,255,255,.55);font-size:.88rem;text-decoration:none;transition:color var(--tr)}
.footer-links a:hover{color:var(--white)}
.footer-contact-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}
.footer-contact-list li{display:flex;align-items:flex-start;gap:8px;font-size:.88rem;color:rgba(255,255,255,.55)}
.footer-contact-list svg{width:15px;height:15px;fill:var(--green-light);flex-shrink:0;margin-top:3px}
.footer-contact-list a{color:rgba(255,255,255,.55);text-decoration:none}
.footer-contact-list a:hover{color:var(--white)}
.footer-social{display:flex;gap:12px;margin-top:16px}
.footer-social a{color:rgba(255,255,255,.5);transition:color var(--tr);display:flex}
.footer-social a:hover{color:var(--white)}
.footer-social svg{width:18px;height:18px;fill:currentColor}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0}
.footer-bottom__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.8rem;color:rgba(255,255,255,.35)}
.footer-bottom__inner a{color:rgba(255,255,255,.35);text-decoration:none;transition:color var(--tr)}
.footer-bottom__inner a:hover{color:rgba(255,255,255,.75)}
.footer-bottom-links{display:flex;gap:20px}

/* MOBILE FIXED CTA BAR */
.mobile-fixed-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--dark);border-top:1px solid rgba(255,255,255,.1)}
.mobile-fixed-cta__call,.mobile-fixed-cta__quote{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 0;font-size:.9rem;font-weight:600;text-decoration:none;flex:1}
.mobile-fixed-cta__call{background:var(--dark);color:var(--white)}
.mobile-fixed-cta__call svg{width:18px;height:18px;fill:var(--green-light)}
.mobile-fixed-cta__quote{background:var(--green);color:var(--white)}
@media(min-width:769px){.mobile-fixed-cta{display:none!important}}

/* SCROLL ANIMATION (CSS-class based, graceful degradation) */
.will-animate{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.will-animate.is-visible{opacity:1;transform:translateY(0)}

/* PAGE NAV (active state) */
.page-home .nav-home,.page-diensten .nav-diensten,.page-contact .nav-contact{color:var(--green)!important;background:rgba(14,110,110,.07)!important}

/* NOTIFICATION */
.form-success{display:none;background:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:16px 20px;border-radius:var(--r8);margin-top:16px;font-weight:600}

/* RESPONSIVE */
@media(max-width:1100px){
  .hero__split{grid-template-columns:1fr 380px;gap:32px}
}
@media(max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .intro-grid,.contact-grid,.why-grid{grid-template-columns:1fr}
  .hero__split{grid-template-columns:1fr 360px;gap:24px}
}
@media(max-width:768px){
  .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:16px;box-shadow:var(--sh2);border-top:2px solid var(--green);gap:4px;z-index:100}
  .site-nav.open{display:flex}
  .site-nav a{padding:12px 16px;width:100%;border-radius:var(--r4)}
  .site-nav a:hover{background:var(--bg-light)}
  .nav-toggle{display:flex;order:3}
  .header__phone{display:none}
  .header__cta{display:none}
  .topbar{display:none}
  .form-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .hero{min-height:auto}
  .hero--split{min-height:auto}
  .hero__split{grid-template-columns:1fr;gap:24px;padding:48px 0 32px}
  .hero__left{order:1}
  .hero__right{order:2}
  .hero__title{font-size:1.6rem}
  .hero__subtitle{max-width:100%;font-size:.9rem}
  .hero__usps{font-size:.85rem}
  .hero__label{font-size:.7rem}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .stat-num{font-size:1.6rem}
  .usp-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}
  .usp-text{white-space:normal}
  .reviews-grid{gap:16px}
  .trust-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .contact-grid{gap:32px}
  .contact-map iframe{height:200px}
  .page-hero h1{font-size:1.5rem}
  .page-hero p{font-size:.88rem}
  .phone-banner__inner{flex-direction:column;text-align:center;gap:8px}
  .cta-banner h2{font-size:1.3rem}
  .cta-banner p{font-size:.88rem}
  .section{padding:40px 0}
  .section--light{padding:40px 0}
  .section--dark,.section--dark2{padding:40px 0}
  .section-header h2{font-size:1.4rem}
  .why-grid{gap:20px}
  .hf-row{grid-template-columns:1fr}
  .nav-dropdown .nav-dropdown__menu{position:static;box-shadow:none;border:none;padding:0 0 0 16px;display:none}
  .nav-dropdown.open .nav-dropdown__menu{display:block}
  .veld-rij{grid-template-columns:1fr}
  .mobile-fixed-cta{display:flex}
  body{padding-bottom:52px}
}
@media(max-width:480px){
  .usp-grid{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:1fr}
  .cta-actions{flex-direction:column;align-items:center;gap:10px}
  .cta-actions .btn{width:100%;text-align:center}
  .phone-banner__num{font-size:1.3rem}
  .hf-tab{font-size:.72rem;padding:10px 6px}
  .hero__title{font-size:1.35rem}
  .offerte-card__header-text h3{font-size:1rem}
  .offerte-card__badges{flex-wrap:wrap;gap:6px}
  .offerte-card__badge{font-size:.65rem}
  .footer-bottom__inner{flex-direction:column;text-align:center;gap:8px}
  .footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:12px}
  .container{padding:0 16px}
}

/* ============================================================
   MULTISTEP FORM: 2-staps formulier met voortgangsindicator
   ============================================================ */

/* Voortgangsindicator */
.form-progress {
  padding: 16px 20px 12px;
  background: #f8fafc;
  border-bottom: 1px solid #e8ecf0;
}

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

.form-progress__step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #94a3b8;
  transition: color 0.3s;
}

.form-progress__step.active {
  color: var(--green, #0e6e6e);
}

.form-progress__step.completed {
  color: var(--green, #0e6e6e);
}

.form-progress__dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  flex-shrink: 0;
}

.form-progress__step.active .form-progress__dot {
  background: var(--green, #0e6e6e);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(14,110,110,0.15);
}

.form-progress__step.completed .form-progress__dot {
  background: var(--green, #0e6e6e);
  color: #fff;
}

.form-progress__step.completed .form-progress__dot::after {
  content: '✓';
}

.form-progress__step.completed .form-progress__dot span {
  display: none;
}

.form-progress__line {
  flex: 1;
  height: 2px;
  background: #e2e8f0;
  margin: 0 8px;
  transition: background 0.3s;
}

.form-progress__line.active {
  background: var(--green, #0e6e6e);
}

/* Form stappen */
.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: stepFadeIn 0.25s ease;
}

@keyframes stepFadeIn {
  from { opacity: 0; transform: translateX(12px); }
  to   { opacity: 1; transform: translateX(0); }
}

.form-step__body {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-step__footer {
  padding: 12px 20px 16px;
  display: flex;
  justify-content: flex-end;
}

.form-step__footer--two {
  justify-content: space-between;
  align-items: center;
}

/* Sectie-titels binnen formulier */
.form-section-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green, #0e6e6e);
  padding: 6px 0 2px;
  border-bottom: 1px solid #e8f5ed;
  margin-bottom: 2px;
}

/* Verplicht-sterretje */
.req {
  color: #e53e3e;
  font-size: 0.85em;
}

/* Vorige-stap knop */
.btn-prev--outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  background: transparent;
  border: 1.5px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-prev--outline:hover {
  color: var(--green, #0e6e6e);
  border-color: var(--green, #0e6e6e);
  background: rgba(14,110,110,0.04);
}

.btn-prev--outline svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

/* Checkbox veld */
.hf-field--checkbox {
  margin-top: 4px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: var(--green, #0e6e6e);
  cursor: pointer;
}

.checkbox-label a {
  color: var(--green, #0e6e6e);
  text-decoration: underline;
}

/* Succes-bericht */
.form-success {
  padding: 40px 24px;
  text-align: center;
}

.form-success__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e8f5ed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.form-success__icon svg {
  width: 28px;
  height: 28px;
  fill: var(--green, #0e6e6e);
}

.form-success h4 {
  font-size: 1.1rem;
  color: #1e293b;
  margin-bottom: 8px;
}

.form-success p {
  color: #64748b;
  font-size: 0.9rem;
}

/* Validatie-fout styling */
.hf-field input.error,
.hf-field select.error,
.hf-field textarea.error {
  border-color: #e53e3e;
  box-shadow: 0 0 0 3px rgba(229,62,62,0.1);
}

.hf-field .field-error {
  font-size: 0.72rem;
  color: #e53e3e;
  margin-top: 3px;
}

/* Textarea in hf-field */
.hf-field textarea {
  width: 100%;
  padding: 9px 12px;
  font-family: inherit;
  font-size: 0.88rem;
  color: #1e293b;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 6px;
  transition: border-color 0.2s;
  outline: none;
  resize: vertical;
  min-height: 72px;
}

.hf-field textarea:focus {
  border-color: var(--green, #0e6e6e);
  box-shadow: 0 0 0 3px rgba(14,110,110,0.1);
  background: #fff;
}

/* Mobile aanpassingen */
@media (max-width: 600px) {
  .form-step__body {
    padding: 12px 14px;
  }
  .form-step__footer {
    padding: 10px 14px 14px;
  }
  .form-progress {
    padding: 12px 14px 10px;
  }
}


/* ============================================================
   NAV DROPDOWN — desktop hover + mobile open
   ============================================================ */
.nav-dropdown {
  position: relative;
}

.nav-dropdown__menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: var(--white);
  border-radius: var(--r8);
  box-shadow: 0 8px 32px rgba(0,0,0,.14), 0 2px 8px rgba(0,0,0,.08);
  border: 1px solid var(--border);
  padding: 8px 0;
  z-index: 2000;
  flex-direction: column;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown.open .nav-dropdown__menu {
  display: flex;
}

.nav-dropdown__menu a {
  display: block;
  padding: 10px 18px;
  font-size: .88rem;
  font-weight: 500;
  color: var(--dark);
  white-space: nowrap;
  border-radius: 0;
  transition: background var(--tr), color var(--tr);
}

.nav-dropdown__menu a:hover,
.nav-dropdown__menu a.active {
  background: rgba(14,110,110,.07);
  color: var(--green);
}

/* Mobile: dropdown inline (toggle via .open class) */
@media (max-width: 768px) {
  .nav-dropdown{width:100%}
  .nav-dropdown > a{width:100%;display:block}
  .nav-dropdown .nav-dropdown__menu {
    position: static;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--green);
    border-radius: 0;
    padding: 0 0 0 12px;
    margin: 4px 0;
    display: none;
    flex-direction: column;
  }
  .nav-dropdown.open .nav-dropdown__menu {
    display: flex;
  }
  .nav-dropdown__menu a {
    padding: 8px 12px;
    font-size: .85rem;
  }
}

/* ============================================================
   SECTION ALIASES — service pages use these class names
   ============================================================ */
.intro-section,
.services-section,
.why-section,
.reviews-section {
  padding: clamp(48px,8vw,96px) 0;
}

.services-section--alt {
  background: var(--bg-light);
}

.why-section {
  background: var(--dark2);
  color: var(--white);
}

.why-section h2,
.why-section h3,
.why-section h4 {
  color: var(--white);
}

.why-section .section-label {
  color: var(--accent);
}

/* ============================================================
   INTRO SECTION — content + image grid
   ============================================================ */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px,5vw,64px);
  align-items: center;
}

.intro-content {}

.intro-image {
  border-radius: var(--r16);
  overflow: hidden;
  box-shadow: var(--sh3);
  aspect-ratio: 4/3;
}

.intro-image img,
.intro-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.intro-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1.5rem 0;
}

.intro-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
  font-weight: 500;
  color: var(--text);
}

.intro-feature svg {
  width: 18px;
  height: 18px;
  fill: var(--green);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .intro-image {
    order: -1;
  }
}

/* ============================================================
   SERVICE CARD — image + link variants
   ============================================================ */
.service-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-light);
}

.service-card__image img,
.service-card__image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.service-card:hover .service-card__image img,
.service-card:hover .service-card__image picture img {
  transform: scale(1.04);
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .88rem;
  font-weight: 700;
  color: var(--green);
  margin-top: 12px;
  text-decoration: none;
  transition: gap var(--tr), color var(--tr);
}

.service-card__link svg {
  width: 16px;
  height: 16px;
  fill: var(--green);
  transition: transform var(--tr);
}

.service-card__link:hover {
  color: var(--green-dark);
  gap: 10px;
}

.service-card__link:hover svg {
  transform: translateX(3px);
}

/* ============================================================
   STATS — stat-item + stat-number aliases
   ============================================================ */
.stat-item {
  text-align: center;
}

.stat-number {
  font-size: clamp(2rem,4vw,3rem);
  font-weight: 900;
  color: var(--green-light);
  line-height: 1;
  margin-bottom: 4px;
}

/* ============================================================
   WHY SECTION — new variant with why-items/why-item__num
   ============================================================ */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px,5vw,64px);
  align-items: start;
}

.why-content {}

.why-content h2 {
  margin-bottom: 1rem;
}

.why-content p {
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,.75);
}

.why-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.why-item__num {
  width: 36px;
  height: 36px;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .85rem;
  flex-shrink: 0;
}

.why-item__content h4 {
  font-size: .95rem;
  margin-bottom: 3px;
  color: var(--white);
}

.why-item__content p {
  font-size: .85rem;
  color: rgba(255,255,255,.65);
  margin: 0;
}

@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ============================================================
   HERO SPLIT — 3-step form variant
   ============================================================ */
.hero__split--3step {
  grid-template-columns: 1fr 460px;
  gap: 48px;
}

@media (max-width: 1100px) {
  .hero__split--3step {
    grid-template-columns: 1fr 400px;
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .hero__split--3step {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ============================================================
   OFFERTE CARD — compact variant for hero
   ============================================================ */
.offerte-card--compact .form-stap__body {
  padding: 10px 16px 0;
  gap: 7px;
}

.offerte-card--compact .form-stap__footer {
  padding: 8px 16px 12px;
}

.offerte-card--compact .form-wizard {
  padding: 8px 16px 0;
}

.offerte-card--compact .form-privacy {
  padding: 0 16px 10px;
}

/* ============================================================
   SERVICES GRID — ensure 3-column on service pages
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   STATS GRID — 4-col on service pages
   ============================================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   HERO SECTION — ensure min-height for split hero
   ============================================================ */
.hero--split {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero--split .container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(40px,6vw,80px);
  padding-bottom: clamp(40px,6vw,80px);
}

/* ============================================================
   FOOTER — fix column overlap on mid-size screens
   ============================================================ */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ============================================================
   CTA BANNER — ensure background gradient shows
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
}

/* ============================================================
   TOPBAR — fix overflow on small screens
   ============================================================ */
@media (max-width: 900px) {
  .topbar__contact span:last-child {
    display: none;
  }
}

@media (max-width: 600px) {
  .topbar__contact a:nth-child(2) {
    display: none;
  }
}

/* ============================================================
   VEHICLE CARD — __img alias (diensten.html uses __img, CSS defines __img)
   ============================================================ */
/* The existing .vehicle-card__img in style.css is correct, but ensure it matches */
.vehicle-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  background: var(--bg-light);
}

.vehicle-card__img img,
.vehicle-card__img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}

.vehicle-card:hover .vehicle-card__img img,
.vehicle-card:hover .vehicle-card__img picture img {
  transform: scale(1.04);
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.testimonials-section {
  padding: clamp(48px,8vw,96px) 0;
  background: var(--bg-light);
}

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

.testimonial-card {
  background: var(--white);
  border-radius: var(--r8);
  padding: 32px 28px;
  box-shadow: var(--sh1);
  border: 1px solid var(--border);
  transition: all var(--tr);
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh2);
}

.testimonial-card__stars {
  color: #f5a623;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.testimonial-card__text {
  font-size: .92rem;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 20px;
  font-style: italic;
}

.testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-card__author strong {
  font-size: .9rem;
  color: var(--text);
}

.testimonial-card__author span {
  font-size: .8rem;
  color: var(--text-light);
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
