:root{
  --bg:#07090d;
  --bg2:#0d1118;
  --card:#111722;
  --text:#f6f7fb;
  --muted:#9aa4b2;
  --line:rgba(255,255,255,.10);
  --accent:#00e08a;
  --accent2:#2c7dff;
  --white:#fff;
  --shadow:0 24px 80px rgba(0,0,0,.35);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff;color:#111827}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(7,9,13,.86);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:900;letter-spacing:.3px;text-transform:uppercase}
.brand img{width:44px;height:44px}.brand span{font-size:18px}.main-nav{display:flex;align-items:center;gap:22px;color:rgba(255,255,255,.82);font-weight:700;font-size:14px}.main-nav a:hover{color:#fff}.nav-cta{background:var(--accent);color:#04100b!important;padding:10px 16px;border-radius:999px}.cart-pill{border:1px solid var(--line);padding:9px 12px;border-radius:999px}.cart-pill span{background:var(--accent2);color:white;border-radius:999px;padding:2px 7px;margin-left:4px}.menu-btn{display:none;background:transparent;border:1px solid var(--line);color:#fff;border-radius:12px;font-size:22px;padding:7px 11px}
.hero{background:radial-gradient(circle at 80% 10%,rgba(0,224,138,.24),transparent 28%),radial-gradient(circle at 15% 20%,rgba(44,125,255,.22),transparent 34%),linear-gradient(135deg,#05070a,#0d1118 55%,#05070a);color:#fff;overflow:hidden}
.hero-grid{min-height:690px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.eyebrow{color:var(--accent);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:12px;margin-bottom:16px}.eyebrow.dark{color:#0b8c5a}.hero h1,.page-hero h1{font-size:clamp(42px,7vw,82px);line-height:.95;margin:0 0 22px;font-weight:950;letter-spacing:-.07em}.hero p,.page-hero p{font-size:19px;color:rgba(255,255,255,.72);line-height:1.65;max-width:620px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 20px;font-weight:900;cursor:pointer;transition:.18s ease;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#04100b}.btn-secondary{background:rgba(255,255,255,.10);color:#fff;border:1px solid var(--line)}.btn-card{width:100%;background:#111827;color:#fff;margin-top:12px}.full{width:100%}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.trust-row span{border:1px solid var(--line);padding:8px 12px;border-radius:999px;color:rgba(255,255,255,.72);font-size:13px;font-weight:700}.hero-card{position:relative;min-height:520px;border:1px solid var(--line);border-radius:36px;background:linear-gradient(160deg,rgba(255,255,255,.10),rgba(255,255,255,.02));box-shadow:var(--shadow);overflow:hidden}.bike-shape{position:absolute;inset:70px 30px;background:linear-gradient(135deg,var(--accent),var(--accent2));clip-path:polygon(9% 55%,33% 32%,52% 62%,75% 28%,91% 56%,78% 72%,52% 72%,33% 48%,18% 70%);filter:drop-shadow(0 30px 70px rgba(0,224,138,.35))}.floating-card{position:absolute;background:rgba(255,255,255,.92);color:#0b1220;border-radius:18px;padding:14px 18px;font-weight:900;box-shadow:0 18px 50px rgba(0,0,0,.2)}.floating-card.top{top:48px;right:35px}.floating-card.bottom{bottom:54px;left:35px}.section{padding:84px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:clamp(32px,4vw,54px);line-height:1;margin:0 0 12px;letter-spacing:-.05em}.section-head p{color:#667085;max-width:640px;line-height:1.6}.centered{text-align:center;justify-content:center}.link-arrow{font-weight:950;color:#0b8c5a}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-grid.shop{grid-template-columns:repeat(3,1fr)}.product-card{background:white;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.06);transition:.18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(15,23,42,.12)}.product-img{aspect-ratio:1.16;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-body{padding:18px}.product-meta{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#667085;font-weight:900}.product-body h3{font-size:17px;line-height:1.25;min-height:44px;margin:8px 0 12px}.price{font-weight:950;font-size:20px}.stock{font-size:13px;font-weight:900;margin-top:6px}.stock.ok{color:#078a55}.stock.no{color:#b45309}.services-section{background:#f5f7fb}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;padding:28px;box-shadow:0 18px 40px rgba(15,23,42,.06)}.service-card span{color:#0b8c5a;font-weight:950}.service-card h3{font-size:24px;margin:12px 0}.service-card p{color:#667085;line-height:1.6}.location-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:28px;align-items:center}.location-grid h2{font-size:clamp(32px,4vw,54px);line-height:1;margin:0 0 14px;letter-spacing:-.05em}.location-grid p{color:#667085;line-height:1.65}.map{width:100%;height:360px;border:0;border-radius:28px;box-shadow:0 18px 50px rgba(15,23,42,.12)}.map.tall{height:460px}.page-hero{background:linear-gradient(135deg,#05070a,#0d1118);color:#fff;padding:86px 0}.page-hero.small{padding:70px 0}.page-hero.small h1{font-size:clamp(38px,5vw,64px)}.shop-layout{display:grid;grid-template-columns:280px 1fr;gap:28px}.filters{position:sticky;top:98px;align-self:start;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:20px;box-shadow:0 16px 40px rgba(15,23,42,.06)}.filters label,.checkout-form label{display:block;font-weight:900;margin:14px 0 8px}.filters input,.filters select,.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;border:1px solid #d1d5db;border-radius:14px;padding:13px 14px;font:inherit;outline:none}.filters input:focus,.filters select:focus,.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{border-color:#111827;box-shadow:0 0 0 4px rgba(17,24,39,.08)}.filter-note{margin-top:20px;padding:16px;border-radius:18px;background:#f5f7fb;color:#475467;line-height:1.5}.filter-note a{color:#0b8c5a;font-weight:950}.results-bar{margin-bottom:18px;color:#667085}.empty-state{grid-column:1/-1;background:#f5f7fb;border:1px dashed #cbd5e1;border-radius:24px;padding:32px;text-align:center}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.detail-img{background:#f3f4f6;border-radius:32px;overflow:hidden;border:1px solid #e5e7eb}.detail-img img{width:100%;height:540px;object-fit:cover}.detail-copy h1{font-size:clamp(36px,5vw,64px);line-height:1;margin:0 0 18px;letter-spacing:-.06em}.detail-price{font-size:34px;font-weight:950;margin-bottom:18px}.detail-copy p{color:#667085;line-height:1.75}.detail-list{list-style:none;padding:0;margin:20px 0;color:#475467}.detail-list li{padding:8px 0;border-bottom:1px solid #e5e7eb}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.cart-box,.checkout-form,.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;padding:24px;box-shadow:0 18px 40px rgba(15,23,42,.06)}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #e5e7eb}.cart-item img{width:72px;height:72px;border-radius:14px;object-fit:cover;background:#f3f4f6}.cart-item span{display:block;color:#667085;margin-top:4px}.cart-actions{display:flex;gap:6px}.cart-actions button{width:30px;height:30px;border:0;border-radius:10px;background:#111827;color:#fff;font-weight:900;cursor:pointer}.cart-total{font-size:20px;margin-top:20px;text-align:right}.form-msg{font-weight:900;color:#0b8c5a}.check-list{padding-left:20px;line-height:2;color:#475467}.site-footer{background:#07090d;color:#fff;padding:56px 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:32px}.footer-brand{font-weight:950;font-size:24px;text-transform:uppercase}.site-footer p,.site-footer a{color:rgba(255,255,255,.72);line-height:1.6}.footer-bottom{text-align:center;border-top:1px solid var(--line);padding:18px;margin-top:36px;color:rgba(255,255,255,.55)}.wa-float{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#25D366;color:white;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:26px;box-shadow:0 18px 40px rgba(0,0,0,.25);z-index:60}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#111827;color:#fff;padding:12px 16px;border-radius:999px;font-weight:900;opacity:0;transition:.2s;z-index:80}.toast.show{opacity:1;transform:translate(-50%,0)}
@media (max-width:960px){.main-nav{position:absolute;top:76px;left:0;right:0;background:#07090d;border-bottom:1px solid var(--line);padding:18px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-btn{display:block}.hero-grid,.location-grid,.product-detail,.checkout-grid{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:70px 0}.hero-card{min-height:360px}.product-grid,.product-grid.shop,.services-grid{grid-template-columns:repeat(2,1fr)}.shop-layout{grid-template-columns:1fr}.filters{position:static}.detail-img img{height:360px}.footer-grid{grid-template-columns:1fr}}
@media (max-width:620px){.container{width:min(100% - 22px,1180px)}.hero h1{font-size:42px}.section{padding:56px 0}.product-grid,.product-grid.shop,.services-grid{grid-template-columns:1fr}.section-head{display:block}.hero-actions .btn{width:100%}.floating-card{display:none}.cart-item{grid-template-columns:56px 1fr}.cart-actions{grid-column:2}.cart-item img{width:56px;height:56px}}
