:root{--black:#0a0b0c;--charcoal:#141619;--yellow:#ffc400;--yellow2:#ffb900;--text:#15171a;--muted:#686c73;--line:#e3e5e8;--surface:#fff;--soft:#f6f7f8;--max:1000px;--shadow:0 8px 26px rgba(20,22,25,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.45}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{width:min(calc(100% - 96px),var(--max));margin-inline:auto}.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}svg{width:1em;height:1em;display:block}
.site-header{height:60px;background:linear-gradient(90deg,#08090a,#111315);color:#fff;position:relative;z-index:20}.header-inner{height:100%;display:flex;align-items:center;gap:38px}.brand{width:190px;flex:0 0 auto}.brand img{width:100%;display:block}.desktop-nav{display:flex;gap:32px;margin-left:auto}.desktop-nav a{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;transition:.2s}.desktop-nav a:hover{color:var(--yellow)}.search{width:235px;height:34px;border:1px solid #62656a;display:flex;align-items:center;margin-left:32px}.search input,.mobile-search input{min-width:0;flex:1;border:0;background:transparent;color:#fff;padding:0 13px;outline:0}.search button,.mobile-search button{height:100%;width:42px;border:0;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}.search svg,.mobile-search svg{width:17px;height:17px}.menu-button{display:none;margin-left:auto;background:none;border:0;color:#fff;padding:6px}.menu-button svg{width:25px;height:25px}.mobile-nav{display:none;background:#111315;padding:14px 28px 22px;flex-direction:column;gap:10px;border-top:1px solid #272a2e}.mobile-nav a{padding:8px 0;font-weight:700;text-transform:uppercase;font-size:13px}.mobile-search{display:flex;border:1px solid #54575c;height:40px;margin-top:8px}
.hero{height:265px;position:relative;overflow:hidden;background:#0a0b0d;color:#fff}.hero-image{position:absolute;inset:0 0 0 42%;background:url('assets/hero-car.webp') center right/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,10,12,1) 0%,rgba(7,10,12,.97) 37%,rgba(7,10,12,.63) 58%,rgba(7,10,12,.05) 100%)}.hero-content{position:relative;padding-top:38px}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:22px}.breadcrumbs a{color:var(--yellow);font-weight:700}.hero h1{font-size:40px;line-height:1.05;margin:0 0 20px;letter-spacing:-.02em}.hero p{font-size:15px;margin:0 0 7px;font-weight:500}
.contact-section{display:grid;grid-template-columns:38% 62%;gap:34px;padding-top:28px;padding-bottom:24px}.contact-details{padding:3px 0 0 14px}.contact-details h2,.form-card h2{font-size:24px;margin:0 0 20px;letter-spacing:-.02em}.contact-item{display:grid;grid-template-columns:44px 1fr;gap:15px;align-items:start;margin:0 0 19px}.icon-tile{width:42px;height:42px;border-radius:9px;background:linear-gradient(145deg,#17191c,#070809);color:var(--yellow);display:grid;place-items:center;box-shadow:0 3px 9px rgba(0,0,0,.14)}.icon-tile svg{width:23px;height:23px}.contact-item span{display:block;font-size:12px;font-weight:700;margin-bottom:3px}.contact-item a,.contact-item strong{display:block;font-size:15px;font-weight:800;margin-bottom:2px}.contact-item small{display:block;color:#61656b;font-size:12px}.social-row{margin-top:2px}.socials{display:flex;gap:11px;margin-top:9px}.socials a,.footer-socials a{width:27px;height:27px;border-radius:50%;background:#111315;color:#fff;display:grid;place-items:center}.socials svg,.footer-socials svg{width:14px;height:14px}.form-card{border:1px solid var(--line);border-radius:6px;padding:23px 22px 18px;box-shadow:var(--shadow)}.form-card h2{margin-bottom:2px}.form-card>p{margin:0 0 18px;color:#61656b;font-size:13px}.form-card form{display:grid;gap:13px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-card input,.form-card textarea{width:100%;border:1px solid #d9dce1;border-radius:3px;background:#fff;padding:12px 14px;outline:0;transition:.2s}.form-card input:focus,.form-card textarea:focus{border-color:#c49a00;box-shadow:0 0 0 3px rgba(255,196,0,.13)}.form-card textarea{min-height:110px;resize:vertical}.primary-button{height:38px;border:0;border-radius:3px;background:linear-gradient(90deg,#ffba00,#ffc900);color:#111;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.primary-button svg{position:absolute;right:15px;width:18px;height:18px}.privacy{display:flex;align-items:center;gap:8px!important;font-size:12px!important;color:#72767d!important;margin:0!important}.privacy svg{width:14px;height:14px;color:#747981}
.map-section{height:220px;border-radius:5px;position:relative;overflow:hidden;background:url('assets/map.webp') center/cover no-repeat;margin-bottom:22px}.map-section:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.03);pointer-events:none}.map-card{position:absolute;z-index:2;left:18px;top:17px;width:245px;background:rgba(255,255,255,.96);padding:24px 20px;border-radius:4px;box-shadow:0 10px 30px rgba(26,34,42,.11)}.map-card h3{margin:0 0 11px;font-size:17px}.map-card p{margin:0 0 17px;font-size:12px}.map-card a{display:flex;align-items:center;gap:7px;color:#1464e8;font-size:12px;font-weight:700}.map-card svg{width:14px;height:14px}.map-pin{position:absolute;left:52%;top:49%;z-index:2;transform:translate(-50%,-50%);width:33px;height:39px;border-radius:18px 18px 18px 2px;background:#111315;color:var(--yellow);display:grid;place-items:center;rotate:-45deg;box-shadow:0 5px 15px rgba(0,0,0,.24)}.map-pin svg{rotate:45deg;width:23px;height:23px}
.newsletter{min-height:100px;border:1px solid var(--line);border-radius:5px;background:linear-gradient(105deg,#f8f8f8,#fff);display:grid;grid-template-columns:70px 1fr 470px;align-items:center;gap:22px;padding:16px 20px;margin-bottom:0}.newsletter-icon{width:62px;height:62px;border-radius:8px;background:linear-gradient(145deg,#1b1e21,#060708);color:#fff;display:grid;place-items:center}.newsletter-icon svg{width:30px;height:30px}.newsletter-copy h3{font-size:17px;margin:0 0 4px}.newsletter-copy p{font-size:12px;color:#5f6369;margin:0;max-width:330px}.newsletter form{height:43px;display:flex}.newsletter label{flex:1}.newsletter input{width:100%;height:100%;padding:0 15px;border:1px solid #d6d9dd;border-radius:3px 0 0 3px;outline:0}.newsletter button{width:220px;border:0;border-radius:3px;background:linear-gradient(145deg,#17191b,#08090a);color:#fff;font-weight:800;display:flex;justify-content:center;align-items:center;gap:22px;cursor:pointer}.newsletter button svg{width:18px;height:18px}
.site-footer{margin-top:14px;background:radial-gradient(circle at 70% 20%,#1d2023,#0d0f11 70%);color:#fff;padding:28px 0 10px}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .85fr .9fr 1.25fr;gap:48px}.footer-grid h4{font-size:13px;margin:0 0 13px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column}.footer-grid a{font-size:12px;color:#d2d4d7;margin-bottom:8px}.footer-grid a:hover,.footer-grid .active{color:var(--yellow)}.footer-brand img{width:175px}.footer-brand p,.footer-news p{font-size:12px;line-height:1.7;color:#b9bcc1}.footer-socials{display:flex;gap:12px;margin-top:18px}.footer-socials a{width:31px;height:31px;background:transparent;border:1px solid #4f5358}.footer-news form{display:grid;gap:8px}.footer-news input{height:35px;border:1px solid #555a60;background:#202327;color:#fff;padding:0 11px;border-radius:3px}.footer-news button{height:34px;border:0;border-radius:3px;background:var(--yellow);font-weight:800;cursor:pointer}.footer-bottom{border-top:1px solid #33363a;margin-top:22px;padding:13px 0 0;display:flex;justify-content:space-between;color:#9da0a5;font-size:11px}.footer-bottom span:last-child{display:flex;align-items:center;gap:4px}.footer-bottom svg{width:14px;height:14px;color:var(--yellow)}
.toast{position:fixed;right:22px;bottom:22px;z-index:100;background:#111315;color:#fff;padding:13px 18px;border-radius:5px;box-shadow:0 12px 32px rgba(0,0,0,.25);opacity:0;transform:translateY(16px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}
@media(max-width:900px){.shell{width:min(calc(100% - 40px),var(--max))}.desktop-nav,.search{display:none}.menu-button{display:block}.mobile-nav.open{display:flex}.hero-image{inset:0 0 0 34%;}.contact-section{grid-template-columns:1fr;gap:10px}.contact-details{padding-left:0;display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.contact-details h2{grid-column:1/-1}.newsletter{grid-template-columns:62px 1fr}.newsletter form{grid-column:1/-1}.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer-news{grid-column:2/4}}
@media(max-width:640px){.shell{width:min(calc(100% - 28px),var(--max))}.site-header{height:58px}.brand{width:164px}.hero{height:270px}.hero-image{inset:0;opacity:.58;background-position:70% center}.hero-shade{background:linear-gradient(90deg,rgba(7,10,12,.96),rgba(7,10,12,.67))}.hero-content{padding-top:29px}.hero h1{font-size:36px}.hero p{font-size:14px;max-width:320px}.contact-section{padding-top:24px}.contact-details{display:block}.contact-details h2,.form-card h2{font-size:22px}.form-card{padding:20px 16px}.field-row{grid-template-columns:1fr}.form-card textarea{min-height:135px}.map-section{height:270px}.map-card{left:14px;top:14px;width:220px;padding:20px 17px}.map-pin{left:67%;top:62%}.newsletter{grid-template-columns:54px 1fr;padding:15px}.newsletter-icon{width:52px;height:52px}.newsletter form{height:auto;display:grid;grid-template-columns:1fr}.newsletter input{height:43px;border-radius:3px}.newsletter button{width:100%;height:43px;margin-top:8px}.site-footer{padding-top:26px}.footer-grid{grid-template-columns:1fr 1fr;gap:26px 36px}.footer-brand,.footer-news{grid-column:1/-1}.footer-bottom{gap:14px;flex-direction:column}.toast{left:14px;right:14px;bottom:14px;text-align:center}}
