/* Hudson Bedrijfswagens Website v3 */
:root{
  --blue:#1F4E79;--mblue:#2E75B6;--lblue:#BDD7EE;
  --green:#1a7a3c;--green-bg:#E2EFDA;
  --amber:#C55A11;--amber-bg:#FFF2CC;
  --dark:#111827;--text:#1a1a1a;--muted:#666;
  --grey:#F5F5F5;--white:#fff;--r:10px;
}
*{box-sizing:border-box;margin:0;padding:0}
.hbn3-page{font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.6}
.hbn3-page *{box-sizing:border-box}
.hbn3-page h1{font-size:clamp(26px,4vw,44px);font-weight:700;line-height:1.15;margin-bottom:14px}
.hbn3-page h2{font-size:clamp(20px,3vw,32px);font-weight:700;margin-bottom:10px}
.hbn3-page h3{font-size:clamp(16px,2vw,20px);font-weight:600;margin-bottom:8px}
.hbn3-page p{margin-bottom:10px}
.hbn3-page a{color:var(--mblue)}

/* SECTIONS */
.hbn3-section{padding:60px 0}
.hbn3-dark{background:var(--dark);color:#fff}
.hbn3-grey{background:var(--grey)}
.hbn3-light h2,.hbn3-light h3,.hbn3-light p{color:#fff}
.hbn3-light .hbn3-eyebrow{color:var(--lblue)}
.hbn3-section-inner{max-width:1140px;margin:0 auto;padding:0 20px}
.hbn3-sec-hdr{text-align:center;margin-bottom:36px}
.hbn3-sec-hdr p{color:var(--muted);max-width:660px;margin:0 auto;font-size:16px}
.hbn3-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--mblue);margin-bottom:8px}
.hbn3-page-hero{padding:48px 0;background:var(--dark);color:#fff}
.hbn3-page-hero h1{color:#fff;margin-bottom:8px}
.hbn3-page-hero p{color:rgba(255,255,255,.8);font-size:17px}
.hbn3-g2{display:grid;grid-template-columns:1fr 1fr;gap:32px}
@media(max-width:768px){.hbn3-g2{grid-template-columns:1fr}}

/* BUTTONS */
.hbn3-btn-primary,.hbn3-btn-sec{display:inline-flex;align-items:center;gap:6px;padding:11px 22px;border-radius:7px;font-size:14px;font-weight:600;text-decoration:none!important;cursor:pointer;border:1.5px solid transparent;transition:all .18s;white-space:nowrap;font-family:inherit}
.hbn3-btn-primary{background:var(--blue);color:#fff!important;border-color:var(--blue)}
.hbn3-btn-primary:hover{background:#17406a;transform:translateY(-1px)}
.hbn3-btn-sec{background:transparent;color:var(--blue)!important;border-color:var(--blue)}
.hbn3-btn-sec:hover{background:var(--blue);color:#fff!important}
.hbn3-btn-light{color:#fff!important;border-color:rgba(255,255,255,.6)}
.hbn3-btn-light:hover{background:rgba(255,255,255,.15)}
.hbn3-btn-lg{padding:13px 28px;font-size:15px}
.hbn3-btn-xl{padding:15px 34px;font-size:16px}
.hbn3-nav-btn{background:var(--blue)!important;color:#fff!important;padding:8px 18px!important;border-radius:6px!important;font-weight:600!important;font-size:14px!important;text-decoration:none!important}
.hbn3-nav-btn:hover{background:#17406a!important}

/* FLOATING BUTTON */
.hbn3-float{position:fixed;bottom:24px;right:20px;z-index:9999;background:var(--blue);color:#fff!important;padding:13px 20px;border-radius:50px;font-weight:600;font-size:14px;text-decoration:none!important;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px rgba(31,78,121,.4);animation:hbn3pulse 2.5s ease-in-out infinite}
.hbn3-float:hover{background:#17406a;transform:translateY(-2px);animation:none}
@keyframes hbn3pulse{0%,100%{box-shadow:0 4px 20px rgba(31,78,121,.4)}50%{box-shadow:0 4px 30px rgba(31,78,121,.65)}}
.hbn3-float-txt{} 
@media(max-width:500px){.hbn3-float-txt{display:none}.hbn3-float{border-radius:50%;padding:14px 16px}}

/* HERO */
.hbn3-hero{background:linear-gradient(135deg,#0d1117 0%,var(--blue) 100%);color:#fff;padding:80px 0 60px;position:relative;overflow:hidden}
.hbn3-hero-video-wrap{position:absolute;inset:0;z-index:0}
.hbn3-hero-overlay{position:absolute;inset:0;background:rgba(15,17,23,.7)}
.hbn3-hero-inner{max-width:1140px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:1}
.hbn3-hero-eye{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lblue);margin-bottom:12px}
.hbn3-hero-h1{font-size:clamp(32px,5vw,54px);line-height:1.1;color:#fff;margin-bottom:16px}
.hbn3-hero-h1 em{font-style:italic;color:var(--lblue)}
.hbn3-hero-sub{font-size:17px;color:rgba(255,255,255,.85);margin-bottom:24px}
.hbn3-hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}
.hbn3-trust{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.75)}
.hbn3-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hbn3-stat{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:14px;text-align:center}
.hbn3-stat-n{font-size:26px;font-weight:700;color:#fff}
.hbn3-stat-l{font-size:11px;color:rgba(255,255,255,.7);margin-top:3px}
@media(max-width:900px){.hbn3-hero-inner{grid-template-columns:1fr}.hbn3-hero-stats{grid-template-columns:repeat(3,1fr)}}

/* URGENCY STRIP */
.hbn3-urgency{background:#fff;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}
.hbn3-urgency-inner{max-width:1140px;margin:0 auto;padding:18px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hbn3-urgency-item{display:flex;align-items:flex-start;gap:10px;font-size:13px}
.hbn3-urgency-icon{font-size:20px;flex-shrink:0}
.hbn3-urgency-item strong{display:block;color:var(--blue);font-size:14px;margin-bottom:2px}
@media(max-width:900px){.hbn3-urgency-inner{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hbn3-urgency-inner{grid-template-columns:1fr}}

/* VIDEO SECTIE */
.hbn3-video-section{background:var(--grey);padding:60px 0}
.hbn3-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.hbn3-video-wrap{border-radius:10px;overflow:hidden;background:#000;box-shadow:0 4px 20px rgba(0,0,0,.15)}
.hbn3-video-wrap iframe,.hbn3-video-wrap video{width:100%;aspect-ratio:16/9;display:block;border:none}
.hbn3-video-lbl{background:#1a1a2e;color:#fff;padding:8px 14px;font-size:13px;font-weight:500}
.hbn3-video-placeholder{background:var(--dark);border-radius:10px;color:#888;grid-column:1/-1}
.hbn3-video-ph-inner{padding:48px;text-align:center}
@media(max-width:768px){.hbn3-video-grid{grid-template-columns:1fr}}

/* ══ MODEL KAARTEN — FOTO ALS ACHTERGROND ══ */
.hbn3-models-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.hbn3-model-card{border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.1);transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}
.hbn3-model-card:hover{box-shadow:0 8px 32px rgba(31,78,121,.2);transform:translateY(-3px)}
.hbn3-mc-badge{position:absolute;top:14px;left:14px;z-index:3;background:var(--mc,var(--blue));color:#fff;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700}
.hbn3-mc-img{position:relative;height:240px;background:var(--mc,var(--blue));overflow:hidden}
.hbn3-mc-img img{width:100%;height:100%;object-fit:contain;object-position:center;padding:10px;display:block;position:relative;z-index:1;transition:transform .3s}
.hbn3-model-card:hover .hbn3-mc-img img{transform:scale(1.04)}
/* Overlay: donkere gradiënt onderaan voor leesbaarheid naambadge */
.hbn3-mc-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 60%);padding:14px 16px 10px;z-index:2}
.hbn3-mc-naam{font-size:22px;font-weight:700;color:#fff;line-height:1.1}
.hbn3-mc-klasse{font-size:12px;color:rgba(255,255,255,.85);margin-top:2px}
.hbn3-mc-body{padding:16px;flex:1}
.hbn3-mc-prijs{font-size:22px;font-weight:700;color:var(--mc,var(--blue));margin-bottom:6px}
.hbn3-mc-prijs span{font-size:13px;font-weight:400;color:var(--muted)}
.hbn3-mc-hero{font-size:13px;color:var(--muted);margin-bottom:12px;line-height:1.5}
.hbn3-mc-specs{display:grid;grid-template-columns:1fr 1fr;gap:0}
.hbn3-mc-spec{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid #f0f0f0;font-size:12px}
.hbn3-mc-spec span{color:var(--muted)}
.hbn3-mc-spec strong{color:var(--text);font-weight:600}
.hbn3-mc-btns{padding:14px 16px;display:flex;flex-direction:column;gap:8px}
.hbn3-mc-btns .hbn3-btn-primary,.hbn3-mc-btns .hbn3-btn-sec{width:100%;justify-content:center;text-align:center}
@media(max-width:900px){.hbn3-models-grid{grid-template-columns:1fr}}

/* TCO VERGELIJKING */
.hbn3-tco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}
.hbn3-tco-col{border-radius:10px;padding:20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06)}
.hbn3-tco-hdr{font-weight:700;font-size:16px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.15)}
.hbn3-tco-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;border-bottom:1px solid rgba(255,255,255,.08)}
.hbn3-tco-row strong{font-weight:600}
.hbn3-tco-total{display:flex;justify-content:space-between;padding:10px 0 0;font-size:15px;font-weight:700;margin-top:4px}
.hbn3-tco-ev{background:rgba(26,122,60,.15);border-color:rgba(26,122,60,.4)}
.hbn3-tco-voordeel{background:rgba(26,122,60,.2);border-color:rgba(26,122,60,.5)}
.hbn3-green{color:#6fd98d}
.hbn3-tco-big{font-size:36px;font-weight:800;color:#6fd98d;margin:12px 0 4px}
.hbn3-tco-sub{font-size:13px;opacity:.8;margin-bottom:12px}
@media(max-width:768px){.hbn3-tco-grid{grid-template-columns:1fr}}

/* MODEL HERO */
.hbn3-model-hero{padding:60px 0 48px;background:linear-gradient(135deg,#0d1117 0%,var(--mc,var(--blue)) 100%);color:#fff}
.hbn3-mh-inner{max-width:1140px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hbn3-mh-txt .hbn3-eyebrow{color:var(--lblue)}
.hbn3-mh-txt h1{color:#fff}
.hbn3-mh-txt p{color:rgba(255,255,255,.85);font-size:16px}
.hbn3-mh-badges{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
.hbn3-mh-badges span{background:rgba(255,255,255,.15);padding:5px 12px;border-radius:20px;font-size:13px;color:#fff}
.hbn3-mh-btns{display:flex;gap:12px;flex-wrap:wrap}
.hbn3-mh-img{display:flex;align-items:center;justify-content:center}
.hbn3-mh-img img{max-width:100%;max-height:300px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.4))}
@media(max-width:768px){.hbn3-mh-inner{grid-template-columns:1fr}.hbn3-mh-img{display:none}}

/* USP'S */
.hbn3-usp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.hbn3-usp{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:var(--green-bg);border-radius:8px;font-size:14px}
.hbn3-usp-check{color:var(--green);font-weight:700;flex-shrink:0;font-size:16px}
@media(max-width:600px){.hbn3-usp-grid{grid-template-columns:1fr}}

/* SPECS TABEL */
.hbn3-specs-tbl{border-radius:10px;overflow:hidden;border:1px solid #e0e0e0}
.hbn3-specs-row{display:grid;grid-template-columns:1fr 1fr}
.hbn3-specs-row:nth-child(even){background:#f8f8f8}
.hbn3-specs-lbl{padding:9px 14px;font-size:13px;color:var(--muted);border-right:1px solid #e8e8e8}
.hbn3-specs-val{padding:9px 14px;font-size:13px;font-weight:500}

/* TCO HIGHLIGHT */
.hbn3-tco-highlight{text-align:center;padding:28px}
.hbn3-tco-big-num{font-size:42px;font-weight:800;color:#6fd98d;margin-bottom:6px}
.hbn3-tco-big-sub{font-size:14px;opacity:.8;margin-bottom:16px}
.hbn3-tco-row-inline{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;font-size:14px}

/* DOELGROEPEN */
.hbn3-doel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.hbn3-doel{padding:12px 14px;background:var(--lblue);border-radius:8px;font-size:14px;font-weight:500;color:var(--blue)}
@media(max-width:600px){.hbn3-doel-grid{grid-template-columns:1fr 1fr}}

/* FINAL CTA */
.hbn3-final-cta{background:var(--blue);color:#fff;padding:64px 0;text-align:center}
.hbn3-final-inner{max-width:820px;margin:0 auto;padding:0 20px}
.hbn3-final-cta h2{font-size:clamp(22px,3.5vw,38px);color:#fff;margin-bottom:10px}
.hbn3-final-cta h2 em{font-style:italic;color:var(--lblue)}
.hbn3-final-cta p{color:rgba(255,255,255,.8);font-size:16px;margin-bottom:24px}
.hbn3-final-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* SUBSIDIES */
.hbn3-sub-card{border-radius:10px;padding:18px;margin-bottom:16px;border-left:4px solid}
.hbn3-sub-blue{background:#EFF5FB;border-color:var(--mblue)}
.hbn3-sub-green{background:var(--green-bg);border-color:var(--green)}
.hbn3-sub-amber{background:var(--amber-bg);border-color:var(--amber)}
.hbn3-sub-titel{font-weight:700;font-size:16px;margin-bottom:6px}
.hbn3-sub-body{font-size:14px;color:var(--muted);margin-bottom:8px}
.hbn3-sub-for{font-size:12px;color:var(--muted)}
.hbn3-sub-bedrag{font-size:20px;font-weight:700;color:var(--green);margin-top:6px}

/* SIDEBAR CARD */
.hbn3-sidebar-card{background:var(--grey);border-radius:10px;padding:18px}
.hbn3-sidebar-card h4{font-size:15px;color:var(--blue);margin-bottom:10px}

/* TCO CALCULATOR */
.hbn3-tco-form{background:var(--grey);border-radius:10px;padding:20px;margin-bottom:16px}
.hbn3-tco-form label{display:block;font-size:12px;color:var(--muted);margin-bottom:4px;margin-top:12px;font-weight:500}
.hbn3-tco-form input,.hbn3-tco-form select{width:100%;padding:8px 11px;border:1px solid #d0d0d0;border-radius:7px;font-size:13px;font-family:inherit}

/* PRINT */
@media print{.hbn3-float,.hbn3-final-cta,.hbn3-hero-btns{display:none!important}}
