/* ── VARS ── */
:root {
  --white: #FFFFFF;
  --off: #F7F8F5;
  --light: #EEF0EB;
  --gd: #0F2318;
  --gm: #1C3D28;
  --gb: #2E6B3E;
  --ga: #4CAF6E;
  --black: #080C0A;
  --gray: #6B7B72;
  --gl: #C8D4CB;
  --tr: cubic-bezier(.4,0,.2,1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--white); color: var(--black); overflow-x: hidden; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { background: var(--gb); }

/* ── NAV ── */
nav#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  padding: 0 5vw; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .4s, box-shadow .4s;
}
nav#navbar.nav-solid {
  background: #ffffff;
  box-shadow: 0 1px 8px rgba(0,0,0,.10);
}
nav#navbar.nav-transparent {
  background: transparent;
}
nav#navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 1px 8px rgba(0,0,0,.10);
}
/* NAV LINKS — subpagina's (nav-solid) */
nav#navbar.nav-solid .nav-links a,
nav#navbar.scrolled .nav-links a {
  color: #0F2318 !important;
}
/* NAV LINKS — homepage (nav-transparent) */
nav#navbar.nav-transparent .nav-links a {
  color: rgba(255,255,255,.88) !important;
}
nav#navbar .nav-links a:hover,
nav#navbar .nav-links a.active {
  color: #2E6B3E !important;
}
/* LOGO TEKST — subpagina's */
nav#navbar.nav-solid .logo-dark,
nav#navbar.scrolled .logo-dark {
  fill: #0F2318 !important;
}
nav#navbar.nav-solid .logo-mobility,
nav#navbar.scrolled .logo-mobility {
  fill: #2E6B3E !important;
}
/* LOGO TEKST — homepage */
nav#navbar.nav-transparent .logo-dark {
  fill: #ffffff !important;
}
nav#navbar.nav-transparent .logo-mobility {
  fill: #4CAF6E !important;
}
/* FROSTED GLASS PILL — alleen op homepage */
nav#navbar.nav-transparent .nav-logo {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 6px 14px 6px 8px;
}
nav#navbar.nav-solid .nav-logo,
nav#navbar.scrolled .nav-logo {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: #0F2318; letter-spacing: .04em; transition: color .4s; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; margin: 0; padding: 0; }
.nav-links a { font-size: .8rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; transition: color .3s; }
.nav-cta { background: #2E6B3E !important; color: #ffffff !important; padding: .45rem 1.3rem; border-radius: 100px; font-weight: 600 !important; }
.nav-cta:hover { background: #1C4D2A !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #0F2318; border-radius: 2px; transition: all .3s; }
nav#navbar.nav-transparent .nav-toggle span { background: #ffffff; }


/* ── WA FLOAT ── */
.wa-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 500; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.4); text-decoration: none; transition: transform .3s; animation: floatIn .8s var(--tr) 1s both; }
.wa-float:hover { transform: scale(1.1) translateY(-2px); }
.wa-float svg { width: 26px; height: 26px; }
@keyframes floatIn { from { opacity:0; transform:scale(.5); } to { opacity:1; transform:scale(1); } }

/* ── HERO (homepage) ── */
.hero { position: relative; height: 100vh; min-height: 680px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: var(--gd); }
.hero-bg video { width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,20,14,.75) 0%, rgba(30,70,45,.3) 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .04; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 60px 60px; }
.hero-content { position: relative; z-index: 2; padding: 0 5vw; max-width: 900px; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(76,175,110,.18); border: 1px solid rgba(76,175,110,.4); color: var(--ga); padding: .35rem 1rem; border-radius: 100px; font-size: .76rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2rem; opacity: 0; transform: translateY(20px); animation: fadeUp .8s var(--tr) .3s forwards; }
.hero-tag::before { content: ''; width: 6px; height: 6px; background: var(--ga); border-radius: 50%; animation: dot 2s infinite; }
@keyframes dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.5)} }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem,6vw,5.5rem); font-weight: 300; line-height: 1.08; color: white; letter-spacing: -.01em; opacity: 0; transform: translateY(30px); animation: fadeUp 1s var(--tr) .5s forwards; }
.hero h1 em { font-style: italic; color: var(--ga); font-weight: 400; }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.7); font-weight: 300; line-height: 1.7; max-width: 520px; margin-top: 1.5rem; opacity: 0; transform: translateY(20px); animation: fadeUp .8s var(--tr) .8s forwards; }
.hero-actions { display: flex; gap: 1rem; margin-top: 2.5rem; flex-wrap: wrap; opacity: 0; transform: translateY(20px); animation: fadeUp .8s var(--tr) 1s forwards; }
.hero-stats { position: absolute; bottom: 3rem; left: 5vw; right: 5vw; display: flex; gap: 3rem; z-index: 2; opacity: 0; animation: fadeUp .8s var(--tr) 1.3s forwards; }
.stat { border-left: 2px solid var(--ga); padding-left: 1rem; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; color: white; line-height: 1; }
.stat-label { font-size: .75rem; color: rgba(255,255,255,.5); letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }

/* ── MARQUEE ── */
.marquee-strip { background: var(--gd); padding: .85rem 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.marquee-track { display: flex; gap: 4rem; animation: marquee 30s linear infinite; white-space: nowrap; }
.marquee-item { font-size: .73rem; color: rgba(255,255,255,.45); letter-spacing: .18em; text-transform: uppercase; font-weight: 500; display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.marquee-dot { width: 4px; height: 4px; background: var(--ga); border-radius: 50%; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── BUTTONS ── */
.btn-primary { background: var(--ga); color: white; padding: .85rem 2rem; border-radius: 4px; font-size: .88rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: background .3s, transform .2s, box-shadow .3s; box-shadow: 0 4px 24px rgba(76,175,110,.35); display: inline-block; }
.btn-primary:hover { background: var(--gb); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(76,175,110,.45); }
.btn-outline { background: transparent; color: white; padding: .85rem 2rem; border-radius: 4px; border: 1px solid rgba(255,255,255,.4); font-size: .88rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: all .3s; display: inline-block; }
.btn-outline:hover { border-color: white; background: rgba(255,255,255,.08); transform: translateY(-2px); }
.btn-green { background: var(--gb); color: white; padding: .85rem 2rem; border-radius: 4px; font-size: .88rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: background .3s, transform .2s; display: inline-block; }
.btn-green:hover { background: var(--gd); transform: translateY(-2px); }

/* ── SECTION UTILS ── */
section { padding: 7rem 5vw; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-size: .73rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gb); margin-bottom: 1rem; }
.section-tag::before { content: ''; display: block; width: 24px; height: 2px; background: var(--ga); }
h2.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem,4vw,3.4rem); font-weight: 400; line-height: 1.1; color: var(--gd); letter-spacing: -.01em; margin-bottom: 1.5rem; }
h2.section-title em { font-style: italic; color: var(--gb); }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .7s var(--tr), transform .7s var(--tr); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.rd1{transition-delay:.1s} .rd2{transition-delay:.2s} .rd3{transition-delay:.3s} .rd4{transition-delay:.4s} .rd5{transition-delay:.5s}

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: var(--gd); padding: 8rem 5vw 5rem; margin-top: 72px; position: relative; overflow: hidden; }
.page-hero::before { content: attr(data-bg-text); font-family: 'Cormorant Garamond', serif; font-size: 20vw; font-weight: 700; color: rgba(255,255,255,.025); position: absolute; right: -2%; bottom: -10%; line-height: 1; pointer-events: none; user-select: none; }
.page-hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(76,175,110,.18); border: 1px solid rgba(76,175,110,.4); color: var(--ga); padding: .3rem .9rem; border-radius: 100px; font-size: .73rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.5rem; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem,5vw,4rem); font-weight: 300; color: white; line-height: 1.1; }
.page-hero h1 em { font-style: italic; color: var(--ga); }
.page-hero p { color: rgba(255,255,255,.6); max-width: 560px; line-height: 1.7; margin-top: 1rem; font-weight: 300; }
.page-hero-counts { display: flex; gap: 3rem; margin-top: 2.5rem; flex-wrap: wrap; }
.phc { border-left: 2px solid var(--ga); padding-left: 1rem; }
.phc-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; color: white; line-height: 1; }
.phc-num span { color: var(--ga); }
.phc-label { font-size: .7rem; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }

/* ── BREADCRUMB ── */
nav.breadcrumb { position: static !important; height: auto !important; background: var(--off) !important; box-shadow: none !important; padding: .7rem 5vw !important; display: block !important; font-size: .76rem; color: var(--gray); border-bottom: 1px solid var(--light); backdrop-filter: none !important; }
.breadcrumb a { color: var(--gb); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 .4rem; }

/* ── SHORTLEASE CALCULATOR ── */
.calc-wrap { background: white; border: 1.5px solid var(--light); border-radius: 12px; padding: 2rem; position: sticky; top: 92px; }
.calc-wrap h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--gd); margin-bottom: 1.5rem; }
.calc-price-display { background: var(--gd); border-radius: 8px; padding: 1.5rem; text-align: center; margin-bottom: 1.5rem; }
.calc-price-label { font-size: .72rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .12em; }
.calc-price-amount { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: white; line-height: 1; margin: .3rem 0; }
.calc-price-amount span { font-size: 1.4rem; }
.calc-price-period { font-size: .78rem; color: rgba(255,255,255,.5); }
.calc-price-incl { font-size: .72rem; color: rgba(76,175,110,.8); margin-top: .4rem; }
.calc-option-group { margin-bottom: 1.2rem; }
.calc-option-label { font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gray); margin-bottom: .6rem; display: block; }
.calc-options { display: flex; gap: .5rem; flex-wrap: wrap; }
.calc-opt { padding: .45rem .9rem; border: 1.5px solid var(--light); border-radius: 6px; background: white; color: var(--gray); font-family: 'Outfit', sans-serif; font-size: .82rem; font-weight: 500; cursor: pointer; transition: all .2s; }
.calc-opt.active, .calc-opt:hover { background: var(--gd); color: white; border-color: var(--gd); }
.calc-included { font-size: .78rem; color: var(--gray); margin-bottom: 1.5rem; padding: .75rem 1rem; background: var(--off); border-radius: 6px; line-height: 1.6; }
.calc-included strong { color: var(--gd); }
.calc-cta { width: 100%; background: var(--ga); color: white; border: none; padding: 1rem; border-radius: 6px; font-family: 'Outfit', sans-serif; font-size: .9rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: background .3s; display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; }
.calc-cta:hover { background: var(--gb); }
.calc-note { font-size: .72rem; color: var(--gray); text-align: center; margin-top: .75rem; line-height: 1.5; }

/* ── VEHICLE PAGE LAYOUT ── */
.van-page { margin-top: 72px; }
.van-hero { position: relative; height: 65vh; min-height: 460px; overflow: hidden; background: var(--gd); }
.van-hero img { width: 100%; height: 100%; object-fit: cover; opacity: .65; }
.van-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,20,14,.9) 40%, transparent 100%); }
.van-hero-content { position: absolute; inset: 0; z-index: 2; padding: 0 5vw; display: flex; flex-direction: column; justify-content: center; }
.van-hero-no-img { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.van-hero-placeholder { text-align: center; }
.van-hero-placeholder .brand-icon { width: 100px; height: 100px; border-radius: 20px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 700; color: white; }
.van-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(76,175,110,.2); border: 1px solid rgba(76,175,110,.4); color: var(--ga); padding: .28rem .85rem; border-radius: 100px; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.2rem; width: fit-content; }
.van-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem,5vw,4rem); font-weight: 300; color: white; line-height: 1.1; }
.van-hero h1 strong { font-weight: 600; }
.van-hero-tagline { font-size: .98rem; color: rgba(255,255,255,.65); max-width: 460px; margin-top: .75rem; line-height: 1.7; font-weight: 300; }
.van-hero-chips { display: flex; gap: .6rem; margin-top: 1.2rem; flex-wrap: wrap; }
.chip { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.85); padding: .3rem .85rem; border-radius: 100px; font-size: .75rem; font-weight: 500; }

.van-content { padding: 5rem 5vw; display: grid; grid-template-columns: 1fr 380px; gap: 5rem; align-items: start; }
.van-specs-title { font-size: .73rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gb); display: flex; align-items: center; gap: 8px; margin-bottom: 1rem; }
.van-specs-title::before { content: ''; display: block; width: 24px; height: 2px; background: var(--ga); }
.van-h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 400; color: var(--gd); line-height: 1.1; margin-bottom: 1.5rem; }
.van-h2 em { font-style: italic; color: var(--gb); }
.specs-table { width: 100%; border-collapse: collapse; border: 1.5px solid var(--light); border-radius: 8px; overflow: hidden; margin-bottom: 2rem; }
.specs-table tr:nth-child(even) { background: var(--off); }
.specs-table td { padding: .8rem 1.1rem; font-size: .87rem; }
.specs-table td:first-child { color: var(--gray); font-weight: 500; width: 50%; }
.specs-table td:last-child { color: var(--gd); font-weight: 600; }
.usecases-list { display: flex; flex-direction: column; gap: .6rem; margin-bottom: 2rem; }
.usecase-item { display: flex; align-items: center; gap: .75rem; padding: .7rem 1rem; background: var(--off); border-radius: 6px; font-size: .88rem; color: var(--gd); }
.usecase-item::before { content: ''; width: 7px; height: 7px; background: var(--ga); border-radius: 50%; flex-shrink: 0; }
.van-desc { font-size: .95rem; color: var(--gray); line-height: 1.8; font-weight: 300; margin-bottom: 2rem; }

/* ── FLEET GRID ── */
.fleet-section { background: var(--off); }
.fleet-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 1.5rem; }
.van-card { border: 1.5px solid var(--light); border-radius: 10px; overflow: hidden; background: white; transition: border-color .3s, transform .3s, box-shadow .3s; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.van-card:hover { border-color: var(--ga); transform: translateY(-4px); box-shadow: 0 14px 36px rgba(15,35,24,.1); }
.van-card-img { height: 200px; background: var(--gd); overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; }
.van-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--tr); }
.van-card:hover .van-card-img img { transform: scale(1.05); }
.van-card-img-placeholder { width: 72px; height: 72px; border-radius: 14px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 700; color: white; }
.van-card-body { padding: 1.3rem; flex: 1; }
.van-card-brand { font-size: .67rem; color: var(--ga); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 2px; }
.van-card-model { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--gd); margin-bottom: .5rem; }
.van-card-tagline { font-size: .83rem; color: var(--gray); line-height: 1.6; font-weight: 300; margin-bottom: 1rem; }
.van-card-price { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--gd); }
.van-card-price small { font-family: 'Outfit', sans-serif; font-size: .75rem; color: var(--gray); font-weight: 400; }
.van-card-price sup { font-size: 1rem; }
.van-card-specs { display: flex; gap: 1rem; padding-top: .75rem; border-top: 1px solid var(--light); margin-top: .75rem; }
.van-card-spec { display: flex; flex-direction: column; }
.van-card-spec span:first-child { font-size: .85rem; font-weight: 600; color: var(--gd); }
.van-card-spec span:last-child { font-size: .62rem; color: var(--gray); text-transform: uppercase; letter-spacing: .08em; margin-top: 1px; }
.van-card-foot { padding: .8rem 1.3rem; background: var(--off); display: flex; align-items: center; justify-content: space-between; }
.van-card-cat { font-size: .65rem; color: var(--gray); background: var(--light); padding: .22rem .65rem; border-radius: 100px; }
.van-card-link { font-size: .75rem; font-weight: 600; color: var(--gb); letter-spacing: .04em; text-transform: uppercase; }

/* ── SERVICES GRID ── */
.services-section { background: white; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5px; background: var(--gl); border: 1.5px solid var(--gl); }
.service-card { background: white; padding: 2.5rem; transition: background .3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--ga); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--tr); }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { background: var(--gd); }
.service-icon { width: 50px; height: 50px; background: var(--off); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; transition: background .3s; }
.service-card:hover .service-icon { background: rgba(76,175,110,.15); }
.service-icon svg { width: 22px; height: 22px; stroke: var(--gb); fill: none; stroke-width: 1.8; transition: stroke .3s; }
.service-card:hover .service-icon svg { stroke: var(--ga); }
.service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; margin-bottom: .6rem; color: var(--gd); transition: color .3s; }
.service-card:hover h3 { color: white; }
.service-card p { font-size: .88rem; color: var(--gray); line-height: 1.7; transition: color .3s; }
.service-card:hover p { color: rgba(255,255,255,.6); }

/* ── HOW IT WORKS ── */
.process-section { background: var(--off); }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.process-step { padding: 2.5rem; border-right: 1px solid var(--gl); position: relative; }
.process-step:last-child { border-right: none; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 700; color: var(--gl); line-height: 1; margin-bottom: 1rem; }
.process-step h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; color: var(--gd); margin-bottom: .6rem; }
.process-step p { font-size: .85rem; color: var(--gray); line-height: 1.7; font-weight: 300; }
.process-step::after { content: '→'; position: absolute; right: -.6rem; top: 2.5rem; color: var(--ga); font-size: 1.2rem; z-index: 1; }
.process-step:last-child::after { display: none; }

/* ── WHY / DARK SECTION ── */
.why-section { background: var(--gd); position: relative; overflow: hidden; }
.why-section::before { content: 'KM'; font-family: 'Cormorant Garamond', serif; font-size: 28vw; font-weight: 700; color: rgba(255,255,255,.025); position: absolute; right: -5%; top: 50%; transform: translateY(-50%); line-height: 1; pointer-events: none; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; position: relative; z-index: 1; }
.why-left h2 { color: white; margin-bottom: 1.5rem; }
.why-left p { color: rgba(255,255,255,.6); line-height: 1.8; font-weight: 300; margin-bottom: 2rem; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: .9rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1rem; color: rgba(255,255,255,.75); font-size: .93rem; font-weight: 300; padding-bottom: .9rem; border-bottom: 1px solid rgba(255,255,255,.07); }
.why-list li:last-child { border-bottom: none; }
.why-check { width: 20px; height: 20px; background: var(--ga); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.why-check svg { width: 10px; height: 10px; stroke: white; stroke-width: 2.5; fill: none; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(255,255,255,.06); }
.why-stat { background: var(--gd); padding: 2.5rem; }
.why-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 300; color: white; line-height: 1; }
.why-stat-num span { color: var(--ga); }
.why-stat-label { font-size: .78rem; color: rgba(255,255,255,.4); margin-top: .4rem; }

/* ── CONTACT SECTION ── */
.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.contact-left p { color: var(--gray); line-height: 1.8; font-weight: 300; margin-bottom: 2.5rem; }
.contact-method { display: flex; align-items: center; gap: 1rem; padding: 1.1rem; border-radius: 8px; border: 1px solid var(--light); margin-bottom: .75rem; text-decoration: none; color: inherit; transition: border-color .3s, background .3s; }
.contact-method:hover { border-color: var(--ga); background: var(--off); }
.cm-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cm-icon.wa { background: #25D366; }
.cm-icon.mail { background: var(--gd); }
.cm-icon svg { width: 19px; height: 19px; fill: white; }
.cm-icon.mail svg { fill: none; stroke: white; stroke-width: 2; }
.cm-text small { display: block; font-size: .7rem; color: var(--gray); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 2px; }
.cm-text strong { font-size: .93rem; color: var(--gd); }
.contact-form { display: flex; flex-direction: column; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: .72rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); }
.form-group input, .form-group select, .form-group textarea { border: 1.5px solid var(--light); border-radius: 4px; padding: .8rem 1rem; font-family: 'Outfit', sans-serif; font-size: .9rem; color: var(--black); background: var(--off); outline: none; transition: border-color .3s, background .3s; resize: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--ga); background: white; }
.form-group textarea { height: 120px; }
.form-submit { background: var(--gd); color: white; border: none; padding: .95rem 2.5rem; border-radius: 4px; font-family: 'Outfit', sans-serif; font-size: .87rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .3s, transform .2s; width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; }
.form-submit:hover { background: var(--gb); transform: translateY(-1px); }
.form-success { display: none; background: rgba(76,175,110,.1); border: 1px solid var(--ga); border-radius: 4px; padding: 1rem; color: var(--gb); font-size: .88rem; text-align: center; margin-top: .5rem; }

/* ── CTA STRIP ── */
.cta-strip { background: var(--gd); padding: 5rem 5vw; text-align: center; }
.cta-strip h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,4vw,3rem); color: white; font-weight: 300; margin-bottom: 1rem; }
.cta-strip h2 em { font-style: italic; color: var(--ga); }
.cta-strip p { color: rgba(255,255,255,.6); max-width: 500px; margin: 0 auto 2rem; line-height: 1.7; font-weight: 300; }
.cta-strip-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer { background: var(--black); padding: 4rem 5vw 2rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 1rem; }
.footer-logo span { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: white; font-weight: 600; letter-spacing: .04em; }
.footer-brand p { color: rgba(255,255,255,.4); font-size: .85rem; line-height: 1.7; font-weight: 300; }
.footer-kvk { margin-top: .5rem; font-size: .75rem !important; color: rgba(255,255,255,.25) !important; }
.footer-col h4 { font-size: .73rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.footer-col a { color: rgba(255,255,255,.5); text-decoration: none; font-size: .87rem; transition: color .3s; }
.footer-col a:hover { color: var(--ga); }
.footer-bottom { padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { color: rgba(255,255,255,.25); font-size: .76rem; }
.footer-bottom a { color: rgba(255,255,255,.35); text-decoration: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .van-content { grid-template-columns: 1fr; }
  .calc-wrap { position: static; }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: white; padding: 1.5rem 5vw; box-shadow: 0 8px 24px rgba(0,0,0,.1); gap: 1rem; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .hero-stats, .page-hero-counts { flex-wrap: wrap; gap: 1.5rem; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-step::after { display: none; }
  .process-step { border-right: none; border-bottom: 1px solid var(--gl); }
  .form-row { grid-template-columns: 1fr; }
  .fleet-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-stats { display: none; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}

/* ── MOBILE VERBETERINGEN ── */
@media (max-width: 600px) {
  /* Voorkom horizontaal scrollen */
  html, body { overflow-x: hidden; max-width: 100%; }
  * { max-width: 100%; }

  /* Minder padding op mobile */
  section { padding: 4rem 5vw; }

  /* Hero */
  .hero { min-height: 100svh; }
  .hero-content { padding: 0 6vw; max-width: 100%; }
  .hero h1 { font-size: clamp(2.2rem, 8vw, 3rem); }
  .hero-sub { font-size: .92rem; margin-top: 1rem; }
  .hero-actions { flex-direction: column; gap: .75rem; align-items: flex-start; }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline { width: 100%; text-align: center; }
  .hero-tag { font-size: .68rem; }

  /* Decoratieve achtergrondtekst weghalen */
  .why-section::before { display: none; }
  .page-hero::before { display: none; }

  /* Section headers */
  h2.section-title { font-size: clamp(1.8rem, 7vw, 2.4rem); }

  /* Process steps */
  .process-steps { grid-template-columns: 1fr; }
  .process-step { border-right: none; border-bottom: 1px solid var(--gl); padding: 1.5rem; }
  .process-step::after { display: none; }
  .step-num { font-size: 2.5rem; }

  /* Why section */
  .why-grid { gap: 2rem; }
  .why-stats { grid-template-columns: 1fr 1fr; }
  .why-stat { padding: 1.5rem 1rem; }
  .why-stat-num { font-size: 2.2rem; }

  /* CTA strip */
  .cta-strip { padding: 3.5rem 5vw; }
  .cta-strip-btns { flex-direction: column; align-items: center; }
  .cta-strip-btns a { width: 100%; text-align: center; }

  /* Van card grid */
  .fleet-grid { grid-template-columns: 1fr; }

  /* Van page */
  .van-hero { height: 55vw; min-height: 280px; }
  .van-hero h1 { font-size: clamp(1.8rem, 6vw, 2.5rem); }
  .van-content { padding: 3rem 5vw; gap: 2rem; }

  /* Calculator */
  .calc-wrap { padding: 1.25rem; }
  .calc-options { gap: .4rem; }
  .calc-opt { font-size: .78rem; padding: .38rem .65rem; }

  /* Page hero */
  .page-hero { padding: 5.5rem 5vw 3rem; }
  .page-hero h1 { font-size: clamp(1.9rem, 7vw, 2.5rem); }
  .page-hero-counts { gap: 1.5rem; }

  /* Footer */
  footer { padding: 3rem 5vw 2rem; }
  .footer-top { gap: 2rem; grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; gap: .5rem; }
  address { font-size: .8rem !important; }

  /* Contact */
  .contact-grid { gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }

  /* Services */
  .service-card { padding: 1.75rem; }

  /* Buttons */
  .btn-primary, .btn-outline, .btn-green { padding: .8rem 1.5rem; font-size: .82rem; }
}


/* ── HERO SLIDER (alle pagina's) ── */
.hero-slider-bg { position:absolute; inset:0; z-index:0; }
.hs-slide { position:absolute; inset:0; background-size:cover; background-position:center; opacity:0; transition:opacity 1.5s ease-in-out; }
.hs-slide.active { opacity:1; }
.hs-overlay { position:absolute; inset:0; background:linear-gradient(135deg,rgba(10,20,14,.78) 0%,rgba(30,70,45,.35) 100%); }
