:root{--red:#d71e28;--dark:#101216;--soft:#f4f5f7;--text:#17191d;--muted:#666b75}
*{box-sizing:border-box} body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}.wrap{max-width:1160px;margin:auto;padding:0 22px}
.topbar{background:var(--dark);color:#fff;font-size:14px}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding-top:10px;padding-bottom:10px}
nav{background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #eceef1}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:29px;letter-spacing:-1px}.logo{width:44px;height:44px;border-radius:11px;background:var(--red);color:white;display:grid;place-items:center;font-weight:900;font-style:italic}.brand b{color:var(--red)}.links{display:flex;gap:28px;font-weight:700;font-size:15px}.wa{background:#22a447;color:#fff;padding:13px 18px;border-radius:8px;font-weight:800}
.hero{min-height:560px;background:linear-gradient(90deg,rgba(9,11,14,.94),rgba(9,11,14,.75)),radial-gradient(circle at 78% 35%,#565b63 0 8%,#25282e 25%,#111318 58%);color:#fff;display:flex;align-items:center;overflow:hidden;position:relative}.hero:after{content:"⚙";position:absolute;right:6%;font-size:380px;opacity:.07;transform:rotate(18deg)}.hero-content{max-width:720px;padding:82px 0;position:relative;z-index:2}.eyebrow{display:inline-block;background:rgba(215,30,40,.18);border:1px solid rgba(255,255,255,.16);padding:8px 12px;border-radius:999px;color:#ffd7d9;font-weight:800;font-size:13px}.hero h1{font-size:58px;line-height:1.02;margin:18px 0 18px;letter-spacing:-2px}.hero h1 span{color:#ff3943}.hero p{font-size:21px;line-height:1.55;color:#e6e8ec;max-width:680px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:8px;font-weight:900}.btn-red{background:var(--red);color:#fff}.btn-white{background:#fff;color:#111}.trust{display:flex;gap:26px;flex-wrap:wrap;margin-top:34px;color:#d9dce2;font-size:14px;font-weight:700}.trust span:before{content:"✓";color:#51d57b;margin-right:7px}
.section{padding:78px 0}.section-title{text-align:center;max-width:760px;margin:0 auto 42px}.section-title small{color:var(--red);font-weight:900;letter-spacing:1.3px}.section-title h2{font-size:38px;margin:9px 0 13px;letter-spacing:-1px}.section-title p{color:var(--muted);font-size:17px;line-height:1.6}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid #e7e9ed;border-radius:14px;padding:27px;box-shadow:0 10px 30px rgba(17,20,27,.05)}.icon{width:54px;height:54px;border-radius:12px;background:#fff0f1;color:var(--red);display:grid;place-items:center;font-size:25px}.card h3{font-size:21px;margin:18px 0 10px}.card p{color:var(--muted);line-height:1.6;margin:0}
.grey{background:var(--soft)}.feature{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.engine{height:390px;border-radius:20px;background:linear-gradient(145deg,#22262b,#0e1014);display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.17)}.engine:before{content:"MOTORE\A REVISIONATO";white-space:pre;text-align:center;font-size:42px;font-weight:900;line-height:1;color:#fff;opacity:.95}.engine:after{content:"12 MESI DI GARANZIA";position:absolute;bottom:22px;left:22px;background:var(--red);color:#fff;padding:11px 14px;border-radius:8px;font-weight:900;font-size:13px}.feature h2{font-size:40px;margin:0 0 18px;letter-spacing:-1px}.feature p{font-size:17px;color:var(--muted);line-height:1.7}.checks{display:grid;gap:12px;margin:24px 0}.checks div{font-weight:750}.checks div:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e6f8ec;color:#198d44;margin-right:10px}
.request{background:var(--dark);color:#fff;border-radius:22px;padding:42px;display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center}.request h2{font-size:36px;margin:0 0 12px}.request p{color:#c7cbd2;line-height:1.6}.formbox{background:#fff;color:#111;border-radius:14px;padding:22px}.field{height:48px;border:1px solid #dddfe4;border-radius:8px;margin:10px 0;padding:0 13px;display:flex;align-items:center;color:#8a8f98;font-size:14px}.submit{margin-top:10px;background:var(--red);color:white;text-align:center;padding:15px;border-radius:8px;font-weight:900}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-card,.map{border-radius:16px;border:1px solid #e4e6ea;min-height:310px}.contact-card{padding:32px}.contact-card h3{font-size:28px;margin-top:0}.row{padding:15px 0;border-bottom:1px solid #eceef1;line-height:1.5}.row b{display:block;margin-bottom:4px}.map{background:linear-gradient(30deg,#e9ecef,#f7f8fa);display:grid;place-items:center;text-align:center;color:#555;font-weight:800;padding:20px}.pin{font-size:42px;margin-bottom:8px}
footer{background:#090b0e;color:#b9bec6;padding:34px 0}.foot{display:flex;justify-content:space-between;gap:25px;align-items:center}.foot strong{color:#fff}
@media(max-width:850px){.links{display:none}.hero h1{font-size:43px}.cards,.feature,.request,.contact{grid-template-columns:1fr}.engine{height:300px}.topbar .wrap{flex-direction:column;gap:3px}.section{padding:58px 0}.hero{min-height:520px}.request{padding:28px}.foot{flex-direction:column;align-items:flex-start}}

.submit{display:block}
.map:hover{box-shadow:0 12px 30px rgba(17,20,27,.08);transform:translateY(-1px);transition:.2s ease}
