
:root{--ink:#202020;--ink2:#555;--paper:#fff;--soft:#f5f4f1;--line:#dfddd7;--gold:#ad8b4a;--gold2:#d3b878;--dark:#171717;--radius:22px;--shadow:0 18px 55px rgba(0,0,0,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}body.dark{--ink:#f3f3f3;--ink2:#c3c3c3;--paper:#121212;--soft:#1d1d1d;--line:#383838;--shadow:0 18px 55px rgba(0,0,0,.35)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--dark);color:#eee;font-size:13px;padding:8px 0}.topbar .container{display:flex;justify-content:space-between;gap:16px;align-items:center}.topbar a{color:#fff}.nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--paper) 94%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand img{width:142px;height:62px;object-fit:contain}.menu{display:flex;gap:22px;align-items:center;font-size:14px;font-weight:650}.menu a:hover,.menu a.active{color:var(--gold)}.nav-actions{display:flex;gap:10px;align-items:center}.icon-btn,.lang-btn{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:999px;padding:10px 13px;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:14px 22px;font-weight:750;border:1px solid transparent;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#161616;box-shadow:0 10px 30px rgba(173,139,74,.28)}.btn-dark{background:var(--dark);color:white}.btn-light{border-color:var(--line);background:var(--paper)}.mobile-toggle{display:none}.hero{min-height:700px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(12,12,12,.97) 0%,rgba(12,12,12,.78) 47%,rgba(12,12,12,.12) 100%),url('hero-car.svg') center/cover no-repeat;color:white;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(transparent,var(--paper))}.hero-content{position:relative;z-index:2;max-width:710px;padding:100px 0 140px}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--gold2)}.eyebrow:before{content:"";width:36px;height:1px;background:currentColor}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,7vw,88px);line-height:1.02;margin:18px 0 22px;font-weight:500}.hero p{font-size:19px;color:#e2e2e2;max-width:660px}.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:35px;color:#ddd;font-size:14px}.trust-row span{display:flex;gap:8px;align-items:center}.trust-row b{color:var(--gold2)}section{padding:95px 0}.section-head{max-width:760px;margin-bottom:42px}.section-head.center{text-align:center;margin:0 auto 48px}.section-head h2{font-family:Georgia,serif;font-weight:500;font-size:clamp(36px,5vw,58px);line-height:1.12;margin:10px 0 16px}.section-head p{color:var(--ink2);font-size:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.card.soft{background:var(--soft);box-shadow:none}.card h3{font-size:22px;margin:12px 0}.card p{color:var(--ink2);margin:0}.icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#e9dfc8,#b69758);color:#1e1e1e;font-weight:900}.audience{background:var(--soft)}.audience-card{min-height:340px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.audience-card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(173,139,74,.16);right:-60px;top:-55px}.audience-card ul{padding-left:18px;color:var(--ink2)}.steps{counter-reset:steps}.step{position:relative;padding-left:74px}.step:before{content:attr(data-step);position:absolute;left:0;top:0;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--dark);color:var(--gold2);font-weight:800}.step:not(:last-child):after{content:"";position:absolute;left:24px;top:54px;width:1px;height:calc(100% + 16px);background:var(--line)}.step{padding-bottom:36px}.step h3{margin:0 0 5px}.step p{margin:0;color:var(--ink2)}.highlight{background:var(--dark);color:white;border-radius:32px;padding:55px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:35px}.highlight h2{font-family:Georgia,serif;font-weight:500;font-size:46px;line-height:1.13;margin:0 0 15px}.highlight p{color:#d2d2d2}.stat{font-size:44px;font-family:Georgia,serif;color:var(--gold2)}.faq{max-width:900px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-size:18px;font-weight:750;list-style:none}.faq summary:after{content:"+";float:right;color:var(--gold)}.faq details[open] summary:after{content:"−"}.faq p{color:var(--ink2)}.contact-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px}.contact-panel{background:var(--dark);color:white;border-radius:30px;padding:40px}.contact-panel p{color:#ccc}.contact-line{margin:22px 0}.contact-line small{display:block;color:var(--gold2);text-transform:uppercase;letter-spacing:.12em}.form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form .full{grid-column:1/-1}.form label{font-size:13px;font-weight:700}.form input,.form textarea,.form select{width:100%;margin-top:7px;border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:14px;padding:14px;font:inherit}.form textarea{min-height:150px}.notice{font-size:12px;color:var(--ink2)}.footer{background:#101010;color:#ddd;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:35px}.footer img{width:145px;filter:brightness(0) invert(1);opacity:.86}.footer h4{color:white}.footer a{display:block;margin:8px 0;color:#bbb}.footer a:hover{color:var(--gold2)}.footer-bottom{border-top:1px solid #333;margin-top:40px;padding-top:20px;font-size:13px;color:#888;display:flex;justify-content:space-between;gap:20px}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;background:#25D366;color:white;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:25px;box-shadow:0 12px 30px rgba(0,0,0,.25)}.page-hero{background:var(--dark);color:white;padding:100px 0 80px}.page-hero h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,72px);font-weight:500;margin:12px 0}.page-hero p{max-width:720px;color:#ccc;font-size:18px}.legal{max-width:900px}.legal h2{margin-top:38px}.blog-card{overflow:hidden;padding:0}.blog-card .visual{height:180px;background:linear-gradient(135deg,#222,#666);position:relative}.blog-card .visual:after{content:"REGIDRIVE";position:absolute;right:18px;bottom:12px;color:rgba(255,255,255,.25);font-family:Georgia,serif;font-size:36px}.blog-card .body{padding:25px}.reveal{opacity:0;transform:translateY(22px);transition:.6s ease}.reveal.visible{opacity:1;transform:none}.cookie{position:fixed;left:18px;right:18px;bottom:18px;z-index:100;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:18px;display:none;align-items:center;justify-content:space-between;gap:18px}.cookie.show{display:flex}.cookie p{margin:0;font-size:13px;color:var(--ink2)}
@media(max-width:900px){.menu{display:none;position:absolute;left:20px;right:20px;top:84px;background:var(--paper);padding:22px;border:1px solid var(--line);border-radius:18px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}.menu.open{display:flex}.mobile-toggle{display:inline-flex}.nav-actions .btn{display:none}.hero{min-height:650px;background-position:62% center}.hero-content{padding-top:80px}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.contact-wrap,.highlight{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{width:min(100% - 26px,1180px)}.topbar .container{justify-content:center}.topbar span:last-child{display:none}.brand img{width:118px}.hero h1{font-size:48px}.hero p{font-size:17px}.grid-2,.grid-3,.grid-4,.form{grid-template-columns:1fr}.form .full{grid-column:auto}.highlight{padding:34px 25px}.highlight h2{font-size:36px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.cookie{flex-direction:column;align-items:flex-start}}

.legal a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}.legal ol{padding-left:24px}.legal li{margin:10px 0;color:var(--ink2)}.legal .card p{margin:0}.legal hr{opacity:.8}

/* RegiDrive 1.1 fixes */
.hero .btn-light,.highlight .btn-light,.page-hero .btn-light{color:#171717;background:#fff;border-color:#e5e5e5}
.hero .btn-light:hover,.highlight .btn-light:hover,.page-hero .btn-light:hover{background:#f4f2ed;color:#171717}
.lang-switch{display:flex;gap:4px;border:1px solid var(--line);border-radius:999px;padding:3px;background:var(--paper)}
.lang-switch a{min-width:34px;text-align:center;padding:6px 8px;border-radius:999px;font-size:12px;font-weight:800;color:var(--ink)}
.lang-switch a.active{background:var(--dark);color:#fff}
body.dark .lang-switch a.active{background:var(--gold2);color:#171717}
@media(max-width:620px){.hero h1{font-size:clamp(42px,13vw,58px);overflow-wrap:break-word}.hero-content{padding-bottom:110px}.lang-switch a{min-width:30px;padding:5px 6px}.nav-actions{gap:6px}}

/* Production hardening v2 */
.brand{display:inline-flex;align-items:center;flex:0 0 auto}.brand img{width:142px;height:62px;object-fit:contain}
.hero .btn-light,.highlight .btn-light,.page-hero .btn-light{background:#fff!important;color:#171717!important;border-color:#e6e2d9!important;min-width:190px}
.hero .btn-light:visited,.highlight .btn-light:visited,.page-hero .btn-light:visited{color:#171717!important}
.btn{white-space:normal;text-align:center;line-height:1.2}
:focus-visible{outline:3px solid var(--gold2);outline-offset:3px}
@media(max-width:900px){.brand img{width:124px;height:54px}.hero h1{font-size:clamp(46px,9vw,72px)}}
@media(max-width:620px){.brand img{width:105px;height:48px}.hero{min-height:610px}.hero h1{font-size:clamp(38px,12vw,52px)}.hero-cta .btn{width:100%;min-width:0}.highlight .btn{margin:5px 0;width:100%}}

/* Stapnummering v2.3: expliciete HTML-nummers, geen pseudo-elementen. */
.step{
  position:relative;
  padding-left:74px;
  padding-bottom:36px;
}
.step::before{
  content:none!important;
  display:none!important;
}
.step-number{
  position:absolute;
  left:0;
  top:0;
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid!important;
  place-items:center;
  background:#171717;
  color:#d3b878;
  font-weight:800;
  line-height:1;
}
.step:not(:last-child)::after{
  content:"";
  position:absolute;
  left:24px;
  top:54px;
  width:1px;
  height:calc(100% + 16px);
  background:var(--line);
}
