*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--red:#c71922;--blue:#0c4f9e;--navy:#102238;--ink:#172338;--muted:#68727e;--line:#e5e8ec}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}header{height:104px;padding:8px 5%;display:flex;align-items:center;gap:25px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.logo{width:220px}.logo img{width:100%;height:188px;object-fit:contain}.menu{display:none;border:0;background:none;font-size:1.5rem}nav{display:flex;gap:28px;margin-left:auto}nav a{font-weight:700;padding:35px 0 10px;border-bottom:2px solid transparent}nav a:hover{border-color:var(--red)}.btn{display:inline-block;background:var(--red);color:#fff;border:0;border-radius:5px;padding:14px 23px;font-weight:850;text-transform:uppercase;cursor:pointer}.headbtn{font-size:.82rem;white-space:nowrap}.hero{min-height:575px;display:grid;grid-template-columns:.85fr 1.15fr;background:#f5f6f8}.heroText{padding:90px 5% 100px 9%;align-self:center}.heroText>b,.title>b,.about>b,.contact>b{color:var(--red);font-size:.75rem;letter-spacing:.12em}.hero h1{font:clamp(3.4rem,5.8vw,6.3rem) Georgia,serif;line-height:.94;letter-spacing:-.05em;margin:14px 0}.hero h1 em{color:var(--red);font-style:normal}.heroText i{display:block;width:52px;height:2px;background:var(--red);margin:23px 0}.heroText p{max-width:520px;color:var(--muted);font-size:1.08rem}.heroCar{position:relative;min-height:575px;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#f6f7f8,#e3e6e9);overflow:hidden}.heroCar:before{content:"";position:absolute;width:90%;height:40%;bottom:10%;border-radius:50%;background:#7c858d35;filter:blur(22px)}.carImage{position:relative;z-index:1;width:96%;height:82%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 24px 22px #17233824)}.section{padding:90px 7%}.title{text-align:center;margin-bottom:40px}.title h2,.about h2,.contact h2{font:clamp(2.3rem,4vw,4rem) Georgia,serif;line-height:1.05;margin:10px 0}.title span{color:var(--red)}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{padding:28px 22px;text-align:center;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 25px #1022380a}.card .icon{font-size:2rem;color:var(--red)}.card h3{font:1.3rem Georgia,serif;margin:18px 0 7px}.card p{color:var(--muted)}.card:after{content:"";display:block;width:38px;height:2px;background:var(--red);margin:20px auto 0}.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;background:#f7f8fa}.photo{min-height:430px;border-radius:10px;background:linear-gradient(145deg,#dfe4e8,#9da7af);display:grid;place-items:end start;padding:30px;font-weight:900;letter-spacing:.08em}.photo span{background:#fff;padding:12px 18px}.about p,.contact p{color:var(--muted)}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quotes article{border:1px solid var(--line);padding:30px;border-radius:8px}.stars{color:var(--red);letter-spacing:3px}.quotes p{font:1.05rem Georgia,serif;min-height:80px}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:28px 7%;background:var(--navy);color:#fff}.trust div{font-size:1.6rem}.trust b,.trust small{display:block;font-size:.95rem;margin-left:40px}.trust small{color:#c6d0db;font-size:.78rem}.contact{background:#f5f6f8}.contact h2{max-width:700px}.contact .btn{margin-top:12px}footer{padding:25px 7%;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}footer img{width:180px;height:100px;object-fit:contain}footer p{color:var(--muted);font-size:.85rem}footer a{color:var(--red);font-weight:800}@media(max-width:1000px){.services{grid-template-columns:repeat(2,1fr)}.hero,.about{grid-template-columns:1fr}.heroCar{min-height:390px}.trust{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){header{height:78px}.logo{width:170px}.logo img{height:65px}.menu{display:block;margin-left:auto}nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:15px 5%;flex-direction:column;gap:0;border-bottom:1px solid var(--line)}nav.open{display:flex}nav a{padding:10px 0}.headbtn{display:none}.hero h1{font-size:3.2rem}.heroCar{min-height:300px}.carImage{width:100%;height:100%}.services,.quotes,.trust{grid-template-columns:1fr}.section{padding:65px 5%}footer{flex-direction:column;text-align:center;gap:10px}}