:root{--gold: #EFA201;--blue: #0054A6;--blue-light: #0081F2;--white: #ffffff;--gray-50: #f8f9fa;--gray-100: #f1f3f5;--gray-200: #e9ecef;--gray-600: #495057;--gray-800: #212529;--text: #1a1a2e;--site-max: 1120px;--site-gutter: clamp(20px, 5vw, 64px);--section-y: clamp(64px, 9vw, 112px);--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(0,0,0,.1);--shadow-lg: 0 8px 40px rgba(0,0,0,.14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--site-max);margin-inline:auto;padding-inline:var(--site-gutter)}.section{padding-block:var(--section-y)}h1,h2,h3{line-height:1.2;font-weight:700}h1{font-size:clamp(2.4rem,6vw,4rem);letter-spacing:-.02em}h2{font-size:clamp(1.7rem,4vw,2.6rem);letter-spacing:-.01em}h3{font-size:1.2rem}.eyebrow{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:.5rem}.section-sub{color:var(--gray-600);font-size:.95rem;margin-top:.5rem;margin-bottom:2.5rem;max-width:60ch}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:all .18s ease;text-decoration:none;white-space:nowrap}.btn:hover{text-decoration:none}.btn-primary{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn-primary:hover{background:#d08e00;border-color:#d08e00;color:var(--white)}.btn-outline{background:transparent;color:var(--blue);border-color:var(--blue)}.btn-outline:hover{background:var(--blue);color:var(--white)}.btn-sm{padding:.5rem 1.2rem;font-size:.9rem}.btn-full{width:100%;margin-top:.5rem}button.btn{font-family:inherit}button.btn:disabled{opacity:.6;cursor:not-allowed}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:0 2px 8px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.85rem}.logo-link{flex-shrink:0}.header-logo{height:44px;width:auto;object-fit:contain}.header-nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.header-nav a{color:var(--gray-800);font-size:.95rem;font-weight:500}.header-nav a:hover{color:var(--blue);text-decoration:none}.hero{background:linear-gradient(135deg,var(--blue) 0%,#003d7a 60%,#002a56 100%);color:var(--white);padding-block:clamp(56px,10vw,100px);overflow:hidden;position:relative}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 50%,rgba(239,162,1,.12) 0%,transparent 70%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;position:relative;z-index:1}.hero-text{display:flex;flex-direction:column;gap:1rem}.hero-text .eyebrow{color:var(--gold)}.hero-text h1{color:var(--white);font-size:clamp(2.4rem,6vw,4rem);font-weight:900;letter-spacing:-.03em}.hero-sub{font-size:clamp(1rem,2.5vw,1.15rem);color:#ffffffe0;max-width:44ch}.hero-price-block{display:flex;flex-direction:column;gap:.2rem;background:#ffffff14;border:1px solid rgba(239,162,1,.4);border-radius:var(--radius-sm);padding:1rem 1.25rem;margin-top:.25rem}.hero-price-label{font-size:.8rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:.08em}.hero-price{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;color:var(--gold);line-height:1.1}.hero-price-note{font-size:.82rem;color:#ffffffa6}.hero-delivery{font-size:.9rem;color:#ffffffa6;margin-top:-.25rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.hero-ctas .btn-outline{border-color:#ffffff80;color:var(--white)}.hero-ctas .btn-outline:hover{background:#ffffff26;border-color:#fffc}.hero-image-wrap{display:flex;align-items:center;justify-content:center}.hero-vehicle{width:100%;max-width:520px;object-fit:cover;border-radius:var(--radius);filter:drop-shadow(0 8px 32px rgba(0,0,0,.4))}.price-section{background:var(--gray-50)}.price-section h2{margin-bottom:.5rem}.price-table{max-width:560px;margin-top:1.5rem;margin-bottom:2rem;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.price-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--white);border-bottom:1px solid var(--gray-200);gap:1rem}.price-row-label{font-size:.95rem;color:var(--gray-600)}.price-row-value{font-size:1rem;font-weight:600;color:var(--text);white-space:nowrap}.price-row--total{background:var(--blue);border-bottom:none}.price-row--total .price-row-label{color:#ffffffd9;font-weight:600}.price-row--total .price-row-value{color:var(--white);font-size:1.3rem;font-weight:900}.price-note-row{background:#efa20114;border-top:none;padding:.75rem 1.5rem;font-size:.82rem;color:var(--gray-600)}.gewerbe-hint{display:flex;align-items:flex-start;gap:1rem;background:var(--white);border:1.5px solid rgba(239,162,1,.35);border-radius:var(--radius);padding:1.25rem 1.5rem;max-width:640px}.gewerbe-icon{font-size:1.6rem;flex-shrink:0;margin-top:.1rem}.gewerbe-hint strong{display:block;font-size:1rem;margin-bottom:.3rem;color:var(--text)}.gewerbe-hint p{font-size:.9rem;color:var(--gray-600);line-height:1.6}.ausstattung-section{background:var(--white)}.ausstattung-section h2{margin-bottom:.5rem}.ausstattung-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.ausstattung-card{background:var(--gray-50);border-radius:var(--radius);padding:2rem 1.75rem;box-shadow:var(--shadow)}.ausstattung-card h3{font-size:1.1rem;color:var(--blue);font-weight:700;margin-bottom:1rem}.ausstattung-sub-h3{margin-top:1.5rem!important}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}.feature-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.93rem;color:var(--gray-600);line-height:1.5}.check{color:var(--blue);font-weight:700;flex-shrink:0}.check-gold{color:var(--gold);font-weight:700;flex-shrink:0}.highlights-section{background:var(--blue);color:var(--white)}.highlights-section h2{color:var(--white);margin-bottom:.5rem}.highlights-section .eyebrow{color:var(--gold)}.specs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-top:2.5rem}.spec-card{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.4rem;transition:background .18s}.spec-card:hover{background:#ffffff24}.spec-icon{font-size:1.5rem}.spec-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#fff9}.spec-value{font-size:.92rem;font-weight:600;color:var(--white)}.why-section{background:var(--gray-50)}.why-inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.why-text{display:flex;flex-direction:column;gap:1.25rem}.why-text h2{color:var(--text)}.why-text p{color:var(--gray-600)}.why-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.why-list li{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--text)}.why-img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:4/3}.contact-section{background:var(--white)}.contact-section h2{margin-bottom:.5rem}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);margin-top:2.5rem;align-items:start}.contact-form{background:var(--gray-50);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.1rem}.form-row{display:flex;flex-direction:column;gap:.35rem}.form-label{font-size:.9rem;font-weight:600;color:var(--text)}.optional{font-weight:400;color:var(--gray-600)}.form-input{padding:.7rem .9rem;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;color:var(--text);background:var(--white);transition:border-color .15s;width:100%}.form-input:focus{outline:none;border-color:var(--blue-light)}.form-textarea{resize:vertical;min-height:110px}.form-privacy{font-size:.82rem;color:var(--gray-600)}.form-privacy a{color:var(--blue)}.form-error{font-size:.88rem;color:#c0392b}.contact-info{display:flex;flex-direction:column;gap:1.25rem}.contact-info h3{font-size:1.2rem;color:var(--text);margin-bottom:.25rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}.contact-item div{display:flex;flex-direction:column;gap:.15rem}.contact-item strong{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-600)}.contact-item a{font-size:1rem;color:var(--blue);font-weight:500}.contact-item span{font-size:1rem;color:var(--text)}.contact-success{text-align:center;padding:3rem 2rem;background:var(--gray-50);border-radius:var(--radius);box-shadow:var(--shadow);max-width:520px;margin-inline:auto;display:flex;flex-direction:column;gap:1rem;align-items:center}.success-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--gold);color:var(--white);border-radius:50%;font-size:1.5rem;font-weight:700}.site-footer{background:var(--blue);color:#fffc}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:2rem;flex-wrap:wrap}.footer-logo{height:40px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-brand{display:flex;align-items:center;gap:1rem}.footer-brand p{font-size:.88rem;line-height:1.5}.footer-brand a{color:#ffffffb3}.footer-brand a:hover{color:var(--white)}.footer-nav{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-nav a{color:#ffffffb3;font-size:.9rem}.footer-nav a:hover{color:var(--white);text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-block:1rem}.footer-bottom p{font-size:.82rem;color:#ffffff80}.legal-page{display:flex;flex-direction:column;min-height:100vh}.legal-page .site-footer{margin-top:auto}.legal-content{padding-block:clamp(48px,8vw,96px);flex:1;max-width:760px}.legal-content h1{margin-bottom:2rem}.legal-content h2{font-size:1.15rem;margin-top:2rem;margin-bottom:.5rem;color:var(--blue)}.legal-content p{margin-bottom:1rem;color:var(--gray-600);line-height:1.75}.legal-back{margin-top:2rem}.legal-back a{color:var(--blue);font-weight:500}@media(max-width:1000px){.specs-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-image-wrap{order:-1}.hero-vehicle{max-width:380px}.ausstattung-grid{grid-template-columns:1fr}.specs-grid{grid-template-columns:repeat(2,1fr)}.why-inner{grid-template-columns:1fr}.why-visual{display:none}.contact-inner{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start;gap:1.5rem}.header-nav a:not(.btn){display:none}}@media(max-width:500px){.specs-grid{grid-template-columns:1fr 1fr}.hero-ctas{flex-direction:column}.hero-vehicle{max-width:300px}.price-row{flex-direction:column;align-items:flex-start;gap:.25rem}}
