:root{--red:#f20d19;--red2:#b80009;--black:#171516;--black2:#211e20;--white:#f8f7f7;--muted:#aaa4a6;--line:#343033}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#1d1b1c;background:#f7f7f7}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:var(--red);color:#fff;text-align:center;padding:10px;font-weight:800;font-size:12px;letter-spacing:.35px}.header{position:sticky;top:0;z-index:20;background:rgba(23,21,22,.96);backdrop-filter:blur(14px);border-bottom:1px solid #302c2e}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:190px;height:64px;object-fit:contain}.nav{display:flex;gap:24px;align-items:center}.nav a{color:#eee;text-decoration:none;font-weight:700;font-size:14px}.nav-login{opacity:.7}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:14px 20px;font-weight:850;text-decoration:none;border:0;cursor:pointer}.nav-cta,.btn-primary{background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;box-shadow:0 12px 28px #f20d1928}.hero{background:radial-gradient(circle at 75% 25%,#6e070d55 0,transparent 30%),linear-gradient(135deg,#151314,#211e20);color:#fff;padding:76px 0 88px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}.eyebrow{display:inline-block;color:#ff3842;font-size:12px;font-weight:900;letter-spacing:1.8px}.hero h1{font-size:clamp(44px,6vw,78px);line-height:.97;margin:16px 0;letter-spacing:-2px}.hero h1 span{color:var(--red)}.hero p{color:#c9c4c6;font-size:18px;line-height:1.65;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn-ghost{border:1px solid #4b4649;color:#fff;background:#ffffff08}.hero-visual{background:linear-gradient(145deg,#2b2729,#171516);border:1px solid #3c373a;border-radius:24px;padding:18px;box-shadow:0 35px 100px #0009}.hero-visual img{width:100%;height:350px;object-fit:cover;border-radius:16px}.hero-placeholder{height:350px;border-radius:16px;display:grid;place-items:center;background:#1d1a1b;font-size:70px}.hero-price{display:flex;justify-content:space-between;align-items:end;padding:20px 4px 4px;gap:16px}.hero-price span{color:#c7c2c4;font-size:14px}.hero-price strong{font-size:30px;color:#fff}.section{padding:82px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:32px}.section h2{font-size:clamp(30px,4vw,48px);margin:8px 0;letter-spacing:-1px}.bike-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.bike-card{border:1px solid #e2dfe0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 14px 35px #0000000a;transition:.25s}.bike-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px #00000018}.bike-image{height:235px;background:#e9e7e8;position:relative}.bike-image img{width:100%;height:100%;object-fit:cover}.tag{position:absolute;top:14px;left:14px;background:var(--red);color:#fff;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:900}.bike-content{padding:20px}.bike-title{display:flex;justify-content:space-between;gap:10px}.bike-title small{color:#888}.bike-title h3{margin:4px 0 0;font-size:22px}.specs{display:flex;gap:8px;flex-wrap:wrap;margin:17px 0}.specs span{background:#f1eff0;padding:7px 9px;border-radius:8px;font-size:12px}.price small{display:block;color:#777}.price strong{font-size:27px}.bike-content>a{display:flex;justify-content:space-between;margin-top:18px;background:var(--black);color:#fff;padding:14px 15px;border-radius:10px;text-decoration:none;font-weight:800}.offer{padding:10px 0 80px}.offer-card{background:radial-gradient(circle at 90% 10%,#ff4a5255,transparent 30%),linear-gradient(120deg,#191617,#292426);border:1px solid #393436;border-radius:26px;padding:50px;color:#fff}.offer-card h2{font-size:clamp(30px,4vw,44px);max-width:760px;margin:12px 0}.offer-card p{color:#c9c4c6}.btn-light{background:#fff;color:#171516}.location{background:#211e20;color:#fff}.map-box{width:min(1180px,calc(100% - 32px));margin:auto;display:grid;grid-template-columns:1fr 1fr;border:1px solid #393436;border-radius:24px;overflow:hidden;background:#181617}.map-info{padding:48px}.map-info h2{margin:10px 0}.map-info p{color:#bbb5b7}.map-frame{min-height:320px;background:radial-gradient(circle,#3b1013,#181617);display:grid;place-items:center}.map-frame:after{content:'GC';font-size:120px;font-weight:1000;color:#f20d1925}.footer{background:#121011;color:#aaa4a6;padding:34px 0;border-top:1px solid #2d292b}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer img{width:165px;max-height:62px;object-fit:contain}.whatsapp-float{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;text-decoration:none;font-size:26px;box-shadow:0 14px 34px #0005}.empty{padding:35px;background:#fff;border:1px solid #eee;border-radius:15px}.full{grid-column:1/-1}@media(max-width:850px){.nav a:not(.nav-cta):not(.nav-login){display:none}.nav{gap:8px}.brand img{width:145px}.hero{padding:52px 0}.hero-grid,.map-box{grid-template-columns:1fr}.hero-visual{order:-1}.hero-visual img,.hero-placeholder{height:260px}.bike-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{flex-direction:column;text-align:center}}@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.topbar{font-size:11px}.nav-wrap{min-height:70px}.nav-login{display:none}.nav-cta{padding:11px 13px}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-actions .btn{width:100%}.bike-grid{grid-template-columns:1fr}.section{padding:58px 0}.offer-card,.map-info{padding:30px 22px}.hero-price{align-items:flex-start;flex-direction:column}.footer img{width:150px}}
