@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f8fa;color:#0b0f14;font-family:'DM Sans',sans-serif}a{text-decoration:none;color:inherit}.top{background:#080b10;color:#aeb7c3;padding:9px 6%;text-align:center;font-size:12px}.top span{margin:0 10px;color:#e11d48}header{height:78px;padding:0 6%;display:flex;align-items:center;gap:28px;position:sticky;top:0;z-index:20;background:#f7f8faeF;backdrop-filter:blur(16px);border-bottom:1px solid #e6e9ee}.brand{display:flex;align-items:center;gap:10px;margin-right:auto}.brand>strong{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#0b0f14;color:white;font:700 11px 'Space Grotesk'}.brand b{display:block;font:700 16px 'Space Grotesk'}.brand small{color:#7b8492;font-size:10px}nav{display:flex;gap:24px;color:#5c6675;font-size:13px;font-weight:600}nav a:hover{color:#e11d48}.headwa,.primary{background:#e11d48;color:#fff;padding:12px 17px;border-radius:11px;font-weight:700;font-size:13px}.hero{min-height:650px;padding:80px 7%;display:flex;align-items:center;background:radial-gradient(circle at 80% 35%,#ffe4ea,transparent 32%);overflow:hidden}.hero>div:first-child{max-width:680px}.eyebrow{color:#e11d48;letter-spacing:2px;font-weight:800;font-size:10px}.hero h1{font:700 clamp(46px,6vw,76px)/.98 'Space Grotesk';letter-spacing:-4px;margin:18px 0}.hero h1 em{color:#e11d48;font-style:normal}.hero p{color:#667085;line-height:1.75;font-size:17px;max-width:570px}.actions{display:flex;gap:10px;margin:30px 0}.secondary{background:#fff;border:1px solid #e1e5eb;padding:12px 17px;border-radius:11px;font-weight:700;font-size:13px}.stats{display:flex;gap:45px;margin-top:40px}.stats b{display:block;font:700 21px 'Space Grotesk'}.stats small{color:#858e9c;font-size:11px}.hero-car{margin-left:auto;width:380px;height:250px;border-radius:45% 45% 16% 16%;background:linear-gradient(135deg,#111827,#4b5563);display:grid;place-content:center;text-align:center;color:#fff;font:700 28px 'Space Grotesk';box-shadow:0 30px 55px #0b0f1430;transform:rotate(-5deg)}.hero-car:after{content:'🚗';font-size:70px}.section{padding:78px 7%}.title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.title h2,.dark h2,.contact h2{font:700 40px 'Space Grotesk';letter-spacing:-1.5px;margin:8px 0}.filters{display:flex;flex-wrap:wrap;gap:8px}.filter{border:1px solid #e1e5eb;background:#fff;padding:10px 14px;border-radius:30px;color:#5b6574;font-weight:600;cursor:pointer}.filter.active,.filter:hover{background:#0b0f14;color:#fff;border-color:#0b0f14}#search{width:320px;padding:13px 14px;border:1px solid #e1e5eb;border-radius:11px;outline:0}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.card{background:#fff;border:1px solid #e6e9ee;border-radius:17px;overflow:hidden;transition:.25s;box-shadow:0 5px 20px #0b0f1408}.card:hover{transform:translateY(-5px);box-shadow:0 20px 45px #0b0f1415}.card img{width:100%;height:185px;object-fit:cover;background:#e5e7eb}.body{padding:15px}.body>span{font-size:9px;color:#e11d48;font-weight:800;text-transform:uppercase}.body h3{font:600 16px 'Space Grotesk';margin:8px 0}.body p{font-size:11px;color:#8a94a2;margin:0 0 13px}.bottom{display:flex;align-items:center;justify-content:space-between;gap:7px}.bottom b{font:700 17px 'Space Grotesk'}.bottom button{border:0;background:#0b0f14;color:white;border-radius:9px;padding:9px 11px;font-weight:700;cursor:pointer}.bottom button:hover{background:#e11d48}#empty{display:none;text-align:center;padding:50px;color:#697586}.dark{background:#0b0f14;color:white;display:grid;grid-template-columns:1.5fr .7fr;gap:60px}.dark p,.contact p{color:#a8b1bf;line-height:1.8}.box{background:#151b24;border:1px solid #29313d;border-radius:18px;padding:27px;display:flex;flex-direction:column;gap:11px}.box small{font-size:10px;letter-spacing:2px;color:#8d99a8}.box a{color:#fb7185;font-weight:700}.contact{display:grid;grid-template-columns:1.4fr .7fr;gap:60px}.light{background:#fff;border-color:#e6e9ee}.number{font:700 25px 'Space Grotesk';color:#e11d48}.light .primary{text-align:center;color:#fff;margin-top:8px}footer{background:#07090d;color:#dbe1e8;padding:45px 7%;display:grid;grid-template-columns:2fr 1fr 1fr;gap:25px}footer div{display:flex;flex-direction:column;gap:9px}footer p,footer a,footer small{color:#8490a0;font-size:12px}footer div>b{color:#fff;font-size:12px}footer>small{grid-column:1/-1;border-top:1px solid #1e2630;padding-top:18px}.float{position:fixed;right:22px;bottom:22px;width:57px;height:57px;border-radius:50%;display:grid;place-items:center;background:#16a34a;color:#fff;font-size:26px;z-index:30;box-shadow:0 15px 35px #16a34a55}@media(max-width:1050px){.grid{grid-template-columns:repeat(3,1fr)}nav{display:none}.hero-car{display:none}.dark,.contact{grid-template-columns:1fr}}@media(max-width:700px){header{padding:0 4%}.hero{padding:60px 5%;min-height:570px}.hero h1{letter-spacing:-2px}.hero p{font-size:15px}.actions{flex-direction:column}.actions a{text-align:center}.stats{gap:20px}.section{padding:60px 5%}.title{align-items:start;flex-direction:column}.title h2,.dark h2,.contact h2{font-size:31px}#search{width:100%}.grid{grid-template-columns:repeat(2,1fr);gap:11px}.card img{height:135px}.body{padding:11px}.body h3{font-size:13px}.bottom b{font-size:14px}.bottom button{font-size:10px;padding:8px}footer{grid-template-columns:1fr 1fr;padding:40px 5%}}