
:root{--ink:#122235;--navy:#0f2f4d;--navy2:#091f34;--orange:#f59a20;--bg:#f6f8fb;--muted:#647386;--line:#dce4ec;--white:#fff;--radius:22px;--shadow:0 18px 45px rgba(15,47,77,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);line-height:1.68;background:#fff}
img{max-width:100%;display:block;height:auto}a{color:inherit}.wrap{width:min(1180px,92%);margin:auto}
.top{background:var(--navy2);color:#fff;font-size:14px}.top .wrap{padding:8px 0;display:flex;justify-content:space-between;gap:16px}
header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:14px 0}.brand{font-weight:950;font-size:26px;letter-spacing:-.8px;text-decoration:none}.brand span{color:var(--orange)}
nav{display:flex;align-items:center;gap:22px}nav a{text-decoration:none;font-weight:750}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:12px;background:var(--orange);color:#102033;text-decoration:none;font-weight:850;border:0;cursor:pointer}.btn.dark{background:var(--navy);color:#fff}.btn.outline{background:#fff;border:1px solid var(--line)}
.hero{padding:42px 0 55px;background:linear-gradient(135deg,#f7f9fc,#fff5e9)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:stretch}
.hero-media{min-height:620px;border-radius:28px;overflow:hidden;position:relative;background:url('/assets/images/autowert-experte-fahrzeugbewertung.webp') center/cover no-repeat;box-shadow:var(--shadow)}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,31,52,.82),rgba(9,31,52,.05) 62%)}.hero-copy{position:absolute;z-index:2;left:34px;right:34px;bottom:34px;color:#fff}
.eyebrow{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:13px}.hero h1,.pagehero h1{font-size:clamp(38px,5vw,64px);line-height:1.02;margin:10px 0 15px}.hero-copy p{font-size:19px}.checks{display:flex;gap:14px;flex-wrap:wrap;font-weight:750}.checks span:before{content:"✓ ";color:var(--orange)}
.calc{background:#fff;border-radius:28px;padding:27px;box-shadow:var(--shadow);border:1px solid var(--line)}.calc h2{font-size:30px;margin:0 0 4px}.calc p{color:var(--muted);margin-top:0}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:13px}.full{grid-column:1/-1}.field{display:flex;flex-direction:column;gap:6px;font-weight:750}
input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cbd6e2;border-radius:11px;font:inherit;background:#fff}.help{font-size:12px;color:var(--muted);font-weight:500}
.result{display:none;margin-top:18px;background:#f6f8fb;border:1px solid var(--line);border-radius:16px;padding:18px}.result.show{display:block}.price{font-size:35px;font-weight:950;color:var(--navy)}.range{font-weight:850}.result small{color:var(--muted)}
section{padding:68px 0}.soft{background:var(--bg)}.section-head{max-width:820px;margin-bottom:30px}.section-head h2{font-size:39px;line-height:1.15;margin:7px 0}.section-head p{color:var(--muted);font-size:18px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 9px 24px rgba(9,31,52,.06)}.card img{width:100%;height:230px;object-fit:cover}.pad{padding:21px}.card h3{font-size:22px;margin:0 0 8px}.card p{color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.split img{border-radius:24px;box-shadow:var(--shadow)}
.pagehero{padding:58px 0;background:linear-gradient(135deg,#f6f9fc,#fff4e6)}.pagehero p{font-size:18px;color:var(--muted);max-width:820px}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px}.content{max-width:860px}.content h2{font-size:31px;margin-top:38px}.content h3{font-size:23px;margin-top:27px}.content p,.content li{font-size:17px}.content img{border-radius:22px;margin:25px 0}.side{position:sticky;top:110px;align-self:start;background:#f7f9fc;border:1px solid var(--line);border-radius:18px;padding:22px}.side .btn{width:100%;margin:6px 0}
.brandgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.brandgrid a{padding:14px;border:1px solid var(--line);border-radius:12px;text-decoration:none;font-weight:800;background:#fff}
.faq details{border:1px solid var(--line);border-radius:13px;padding:16px 18px;margin:10px 0;background:#fff}.faq summary{font-weight:850;cursor:pointer}
footer{background:#071a2a;color:#d7e0e8;padding:46px 0 20px}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.foot a{color:#fff;text-decoration:none}.copy{border-top:1px solid rgba(255,255,255,.14);margin-top:30px;padding-top:18px;font-size:14px;color:#99adbe}.note{background:#fff3cd;border:1px solid #ffe69c;padding:14px 16px;border-radius:12px}
@media(max-width:900px){nav{display:none}.hero-grid,.split,.content-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.brandgrid{grid-template-columns:1fr 1fr}.hero-media{min-height:530px}.side{position:static}}
@media(max-width:600px){.wrap{width:min(94%,1180px)}.top .wrap{font-size:12px}.hero{padding-top:22px}.hero-media{min-height:470px}.hero-copy{left:22px;right:22px;bottom:22px}.hero-copy h1{font-size:39px}.calc{padding:20px}.grid2,.cards,.brandgrid,.foot{grid-template-columns:1fr}.full{grid-column:auto}.section-head h2{font-size:31px}}

.vehicle-summary{font-weight:800;color:var(--muted);margin:5px 0 7px}
.leadbox{margin-top:18px;padding:20px;border-radius:16px;background:#fff;border:2px solid #f59a20}
.leadbox h3{margin:0 0 7px;font-size:23px;color:var(--navy)}
.leadbox p{margin:7px 0 14px}
.leadbox .btn{margin:5px 6px 5px 0}
.privacy-mini{font-size:12px!important;color:var(--muted)!important;margin-bottom:0!important}

.calc-step{display:none}.calc-step.active{display:block}
.calc-progress{display:flex;align-items:center;gap:12px;margin-bottom:14px}.calc-progress span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8edf3;font-weight:900}.calc-progress span.active{background:var(--orange);color:#fff}.calc-progress i{height:6px;flex:1;background:#e8edf3;border-radius:99px}
.calc-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-media,.hero-image{align-self:start}
.hero-media img,.hero-image img{width:100%;height:auto;max-height:690px;object-fit:cover;object-position:center top}
@media(min-width:900px){.hero{align-items:start}.hero-media img,.hero-image img{aspect-ratio:4/5;max-height:690px}}

.card,.article-card{position:relative}
.card a[href*="/ratgeber/"]:last-child::after,.article-card a[href*="/ratgeber/"]:last-child::after{content:"";position:absolute;inset:0;z-index:2}
.card a[href*="/ratgeber/"],.article-card a[href*="/ratgeber/"]{position:relative;z-index:3}
.card img,.article-card img{transition:transform .2s ease}.card:hover img,.article-card:hover img{transform:scale(1.015)}

/* V4: two calculator stages swap inside the same visual panel */
.calc{position:relative;min-height:620px;overflow:hidden}
.calc-progress{position:relative;z-index:3}
.calc-step{
  display:none;
  width:100%;
}
.calc-step.active{
  display:block;
  animation:calcFade .16s ease-out;
}
@keyframes calcFade{from{opacity:.35;transform:translateX(8px)}to{opacity:1;transform:none}}
.calc-step h2{margin-top:6px}
.calc-step p{margin-bottom:15px}
.calc-actions{align-items:center}

/* Prevent page jump when moving between step 1 and 2 */
#wertrechner{scroll-margin-top:120px}

/* Keep hero image crisp and visually balanced with the form */
.hero-grid{align-items:start}
.hero-media{
  min-height:0!important;
  height:620px!important;
  background-position:center 28%!important;
  background-size:cover!important;
}
@media(max-width:900px){
  .calc{min-height:auto}
  .hero-media{height:480px!important}
}
@media(max-width:600px){
  .hero-media{height:390px!important}
  .calc{min-height:auto}
}

.turgo-credit{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.turgo-credit-label{font-size:13px;opacity:.8}
.turgo-logo-link{display:inline-flex;align-items:center}
.turgo-logo-link img{display:block;width:145px;height:auto;border-radius:8px}
.turgo-whatsapp{display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border-radius:999px;background:#20c76a;color:#fff!important;font-weight:800;text-decoration:none!important}
@media(max-width:600px){.turgo-logo-link img{width:125px}.turgo-credit{gap:9px}}
