:root{--brand-green: #00a33e;--brand-green-dark: #007d32;--text: #1c1c1c;--muted: #707070;--surface: #ffffff;--surface-alt: #f5f5f5;--accent-cupra: #b87333;--black: #000000;--container: 1200px;--gutter: 24px;--nav-h: 72px}@media(max-width:1024px){:root{--nav-h: 64px}}@media(max-width:768px){:root{--nav-h: 56px}}html{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--text)}body{margin:0;background:#fff;color:var(--text)}.container{width:100%;max-width:calc(var(--container) + 2 * var(--gutter));margin-inline:auto;padding-inline:var(--gutter)}section[id]{scroll-margin-top:calc(var(--nav-h) + 12px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1{font-weight:700;line-height:1.15;font-size:40px}@media(max-width:1024px){h1{font-size:34px}}@media(max-width:767px){h1{font-size:28px}}h2{font-weight:700;line-height:1.2;font-size:32px}@media(max-width:1024px){h2{font-size:28px}}@media(max-width:767px){h2{font-size:24px}}h3{font-weight:700;line-height:1.25;font-size:20px}.lead{font-size:18px;line-height:1.55;max-width:62ch;color:#333}.muted{color:var(--muted)}.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:999px;border:1px solid #eaeaea;background:#fff;font-size:.85rem;font-weight:600;box-shadow:0 6px 18px #0000000d}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;border-radius:999px;padding:.75rem 1.1rem;font-weight:600;line-height:1;transition:transform .25s,background .2s,color .2s,border-color .2s,box-shadow .2s;box-shadow:0 6px 20px #0000000f;text-decoration:none}.btn:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px}.btn-primary{background:var(--brand-green);color:#fff}.btn-primary:hover{background:var(--brand-green-dark);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--text);border:2px solid var(--text);box-shadow:none}.btn-outline:hover{background:var(--text);color:#fff;transform:translateY(-2px)}.card{background:#fff;border:1px solid #eee;border-radius:16px;padding:16px;box-shadow:0 8px 30px #0000000f;transition:transform .25s,box-shadow .25s,background .25s,border-color .2s}.card:hover{transform:translateY(-2px);box-shadow:0 14px 40px #00000014;border-color:#00a33e40;background:#00a33e08}.ratio-16-9{position:relative;padding-top:75%;overflow:hidden;border-radius:12px;background:#f5f5f5}.ratio-16-9>img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.car-title{margin:0;font-weight:700;font-size:1rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.hero-wrap{border-radius:20px;overflow:hidden;background:radial-gradient(circle at 0% 0%,#e7f8ee 0,#fff 40%,#eaf1ff);display:flex;align-items:center;justify-content:center;box-shadow:0 24px 80px #0000001a}.hero-img{display:block;width:100%;height:auto;max-height:520px;-o-object-fit:contain;object-fit:contain}@media(max-width:768px){.hero-img{max-height:380px}}.badge{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:var(--muted);background:#fff;border:1px solid #eee;border-radius:999px;padding:.3rem .6rem;font-size:.75rem}.contact-card{border-radius:20px;padding:24px;border:1px solid #0001;background:#fff;backdrop-filter:blur(10px);box-shadow:0 20px 60px #00000014}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:768px){.form-grid{grid-template-columns:1fr}}.field{position:relative}.input{width:100%;padding:14px;border-radius:12px;border:1.5px solid #e8e8e8;outline:none;background:#fff;transition:border-color .2s,box-shadow .2s,background .2s}.input:focus{border-color:var(--brand-green);box-shadow:0 0 0 4px #00a33e1f}.floating{pointer-events:none;position:absolute;left:12px;top:12px;padding:0 6px;background:#fff;color:gray;transition:transform .18s,color .18s,top .18s,font-size .18s}.input:not(:-moz-placeholder)+.floating{top:-9px;font-size:12px;color:var(--brand-green)}.input:focus+.floating,.input:not(:placeholder-shown)+.floating{top:-9px;font-size:12px;color:var(--brand-green)}.ok-banner,.err-banner{border-radius:12px;padding:12px 14px;font-weight:600;display:none}.ok-banner{background:#e9f8ef;color:#036b2e;border:1px solid #b9e7c9}.err-banner{background:#fdeaea;color:#8b1e1e;border:1px solid #f5c2c2}.chk{display:flex;align-items:flex-start;gap:10px;font:500 14px/1.45 Inter;color:#333}.chk input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:1.8px solid #d9d9d9;border-radius:6px;margin-top:2px;background:#fff;display:grid;place-content:center}.chk input[type=checkbox]:checked{background:var(--brand-green);border-color:var(--brand-green)}.chk input[type=checkbox]:before{content:"";width:10px;height:10px;border-right:2.5px solid #fff;border-bottom:2.5px solid #fff;transform:scale(0) rotate(0);transition:transform .12s ease-in-out}.chk input[type=checkbox]:checked:before{transform:scale(1) rotate(45deg)}.submit-row{display:flex;justify-content:center;margin-top:12px}.kudos{height:3px;width:0%;background:linear-gradient(90deg,var(--brand-green),#42f59b);border-radius:999px;margin-top:8px;transition:width .8s}form.sending .kudos{width:100%}.filters-card{margin-bottom:1.5rem}.filters-headline{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.filters-headline p{margin:0;font-size:.9rem;color:#555}.filters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}@media(max-width:1024px){.filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.filters-grid{grid-template-columns:minmax(0,1fr)}}.filter-label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#555}.filter-select{border-radius:999px;border:1px solid #e1e1e1;padding:.45rem .75rem;font-size:.85rem;background:#fff;outline:none;min-height:36px}.filter-select:focus{border-color:var(--brand-green);box-shadow:0 0 0 3px #00a33e1f}.filter-reset{justify-content:center;width:100%;font-size:.85rem}.result-counter{font-size:.8rem;color:#555}.is-hidden{display:none!important}.seo-text{margin-top:2.5rem;font-size:.9rem;line-height:1.6;color:#555}.seo-text p{margin:0 0 .8rem}.seo-text a{color:var(--brand-green-dark);font-weight:600;text-decoration:none}.seo-text a:hover{text-decoration:underline}details.card{padding:16px 18px}details.card+details.card{margin-top:8px}details.card summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px}details.card summary::-webkit-details-marker{display:none}details.card summary strong{font-size:.95rem}details.card p{margin-top:.5rem;font-size:.88rem;color:#555}
