:root{--bg:#f4f6f8;--surface:#fff;--text:#0f1720;--muted:#4b5563;--dark:#0a0f14;--accent:#101820}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.container{width:min(1220px,92%);margin:0 auto}.header-modern{z-index:50;background:var(--surface);border-bottom:1px solid #0000000d;position:sticky;top:0;box-shadow:0 2px 8px #00000014}.header-container{justify-content:space-between;align-items:center;gap:32px;width:min(1220px,92%);height:80px;margin:0 auto;display:flex;position:relative}.header-brand{flex-shrink:0}.header-brand a{align-items:center;text-decoration:none;display:flex}.header-brand .logo{width:auto;height:52px;display:block}.header-nav{flex:1;justify-content:center;align-items:center;gap:40px;display:flex}.header-nav a{color:var(--text);align-items:center;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}@media (max-width:990px){.header-nav a.header-button-mobile{color:#fff}}.header-nav a:hover{color:var(--accent)}.header-nav a:after{content:"";background:var(--accent);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.header-nav a:hover:after{width:100%}.header-menu-toggle{cursor:pointer;background:0 0;border:1px solid #10182033;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:center;width:42px;height:42px;padding:10px 8px;display:none}.header-menu-toggle .menu-bar{background:var(--accent);border-radius:999px;width:100%;height:2px}.header-button-mobile{display:none}.header-cta{flex-shrink:0;align-items:center;display:flex}.header-button{background:var(--accent);color:var(--surface);border:1px solid var(--accent);border-radius:4px;justify-content:center;align-items:center;padding:10px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.header-button:hover{color:var(--accent);background:0 0;transform:translateY(-2px)}@media (max-width:990px){.header-container{gap:16px;height:70px}.header-nav{flex:1;justify-content:center;gap:24px}.header-nav a{font-size:.9rem}.header-button{padding:8px 16px;font-size:.85rem}}@media (max-width:720px){.header-container{gap:8px;height:64px}.header-nav{background:var(--surface);z-index:60;border:1px solid #00000014;border-radius:12px;flex-direction:column;align-items:stretch;gap:12px;padding:14px;font-size:.9rem;display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 10px 24px #0000001f}.header-nav.mobile-open{display:flex}.header-nav a{padding:8px 4px}.header-nav a:after{bottom:4px}.header-brand .logo{height:50px}.header-menu-toggle{display:inline-flex}.header-cta{display:none}.header-button-mobile{justify-content:center;margin-top:4px;display:inline-flex}.header-button{padding:6px 12px;font-size:.75rem}}@media (min-width:721px){.header-nav .header-button-mobile{display:none}}.topbar{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080c10eb;border-bottom:1px solid #ffffff14;position:sticky;top:0}.topbar-content{justify-content:space-between;align-items:center;height:92px;display:flex}.brand img{width:148px;height:auto;display:block}.topbar nav{gap:22px;display:flex}.topbar nav a{color:#fff;font-size:.95rem;font-weight:600;text-decoration:none}.hero-section{background:url(/banner-mobile.jpeg) 50%/cover no-repeat;align-items:center;min-height:82vh;display:grid;position:relative}@media (min-width:991px){.hero-section{background:url(/banner.jpeg) 50%/cover no-repeat}}.hero-overlay{background:linear-gradient(120deg,#07080ae0 10%,#07080a7a 70%);position:absolute;inset:0}.hero-content{z-index:1;color:#fff;max-width:760px;margin-left:4%;margin-right:auto;padding:44px 0;position:relative}.hero-content h1{margin:0 0 16px;font-size:clamp(2rem,4.8vw,3.3rem);line-height:1.08}.hero-content h2{color:#dbe2ea;margin:0;font-size:clamp(1rem,2.5vw,1.35rem);font-weight:400;line-height:1.5}.cta-primary{color:#111;background:#fff;border-radius:999px;justify-content:center;align-items:center;height:46px;margin-top:28px;padding:0 22px;font-weight:700;text-decoration:none;display:inline-flex}.launches-section{padding:74px 0}.launches-section h2{margin:0;font-size:clamp(1.7rem,2.5vw,2.3rem)}.launches-section h3{color:var(--muted);margin:10px 0 30px;font-size:1.05rem;font-weight:500}.bike-list{gap:30px;display:grid}.bike-card{background:var(--surface);border-radius:22px;grid-template-columns:1.1fr 1fr;gap:24px;padding:22px;display:grid;box-shadow:0 14px 36px #0a0f1417}.bike-visual{text-align:center}.bike-main-image{width:100%;max-width:560px;height:auto;margin:0 auto;display:block}.colors-title{color:#545a70;margin:12px 0 10px;font-weight:600}.color-list{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.color-dot{cursor:pointer;background:#fff;border:1px solid #d6d9e0;border-radius:999px;width:38px;height:38px;padding:3px}.color-dot.active{border-color:#111;transform:scale(1.08)}.color-dot img{object-fit:cover;border-radius:999px;width:100%;height:100%}.active-color-name{color:#444;margin:12px 0 0;font-weight:600}.bike-content h3{margin:0;font-size:1.75rem}.bike-price{color:#0f172a;margin:4px 0 12px;font-size:1.25rem;font-weight:700}.bike-content p{color:#334155;line-height:1.6}.bike-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.interest-button,.spec-link{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex}.interest-button{background:var(--dark);color:#fff}.spec-link{color:var(--accent);background:#eef2f6}.spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.spec-item{color:#1f2937;border:1px solid #e4e8ef;border-radius:10px;align-items:center;gap:8px;padding:9px 10px;font-size:.95rem;display:flex}.spec-icon{background:#111;border-radius:50%;flex-shrink:0;width:10px;height:10px}.about-section{background:#f0f4f7;padding:86px 0}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.about-grid h2{margin:0 0 8px}.about-grid h3{color:#1d2939;margin:0 0 16px;font-weight:600}.about-grid p{color:#364152;line-height:1.7}.about-highlight{color:#111;font-weight:700}.video-wrap{aspect-ratio:16/9;border-radius:14px;overflow:hidden;box-shadow:0 12px 28px #0f141c2e}.video-wrap iframe{border:0;width:100%;height:100%}.footer-modern{color:#fff;background:linear-gradient(135deg,#0a0e14 0%,#0f131a 50%,#0a0d12 100%);border-top:1px solid #ffffff0f;margin-top:100px;padding:80px 0 0;position:relative;overflow:hidden}.footer-modern:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer-wrapper{width:min(1220px,92%);margin:0 auto}.footer-top{grid-template-columns:300px 1fr;align-items:start;gap:80px;padding:60px 0 40px;display:grid}.footer-brand{padding-right:40px}.footer-logo{filter:brightness(1.1);width:auto;height:52px;margin-bottom:24px;transition:filter .3s;display:block}.footer-brand:hover .footer-logo{filter:brightness(1.2)}.footer-tagline{color:#94a3b8;letter-spacing:.3px;margin:0;font-size:.95rem;font-weight:400;line-height:1.7}.footer-grid{grid-template-columns:repeat(3,1fr);gap:60px;display:grid}.footer-column{flex-direction:column;display:flex}.footer-title{text-transform:uppercase;letter-spacing:1px;color:#e2e8f0;margin:0 0 24px;padding-bottom:12px;font-size:.95rem;font-weight:600;position:relative}.footer-title:after{content:"";background:linear-gradient(90deg,#3b82f6,#0000);border-radius:1px;width:32px;height:2px;position:absolute;bottom:0;left:0}.footer-nav{flex-direction:column;gap:12px;display:flex}.footer-nav a{color:#cbd5e1;width:fit-content;font-size:.9rem;text-decoration:none;transition:all .3s;position:relative}.footer-nav a:before{content:"→";opacity:0;transition:opacity .3s,left .3s;position:absolute;left:-16px}.footer-nav a:hover{color:#fff;left:4px}.footer-nav a:hover:before{opacity:1}.social-links{gap:12px;display:flex}.social-icon{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.social-icon span{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.social-icon:hover{background:#3b82f6;border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 12px 24px #3b82f633}.footer-info{flex-direction:column;gap:8px;display:flex}.footer-info p{color:#cbd5e1;margin:0;font-size:.9rem}.footer-info strong{color:#fff;font-weight:600}.footer-text{color:#94a3b8;font-size:.85rem}.footer-bottom{border-top:1px solid #ffffff0f;padding:32px 0}.footer-divider{background:linear-gradient(90deg,#0000,#ffffff14,#0000);height:1px;margin-bottom:32px}.footer-credits{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-copyright{color:#64748b;margin:0;font-size:.85rem}.footer-made{color:#64748b;align-items:center;gap:6px;margin:0;font-size:.85rem;display:flex}.heart{color:#ef4444;animation:1.5s ease-in-out infinite heartbeat}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@media (max-width:990px){.footer-top{grid-template-columns:1fr;gap:60px;padding:50px 0 32px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:50px}.footer-brand{text-align:center;padding-right:0}.footer-logo{margin-left:auto;margin-right:auto}.footer-brand:hover .footer-logo{filter:brightness(1.15)}.footer-column{text-align:center;align-items:center}.footer-title:after{left:50%;transform:translate(-50%)}.footer-nav{align-items:center}.footer-nav a{left:0!important}.footer-nav a:before{left:-20px}.footer-nav a:hover{left:0}.footer-credits{justify-content:center}}@media (max-width:720px){.footer-modern{margin-top:80px;padding:60px 0 0}.footer-top{gap:40px;padding:40px 0 24px}.footer-grid{grid-template-columns:1fr;gap:40px}.footer-logo{height:44px;margin-bottom:16px}.footer-tagline{text-align:center;font-size:.9rem}.footer-title{margin-bottom:16px;font-size:.9rem}.footer-nav{gap:10px}.social-links{justify-content:center}.footer-credits{flex-direction:column;justify-content:center;padding:24px 0}.footer-copyright,.footer-made{font-size:.8rem}}.footer-section{color:#fff;background:#0f141b;padding:56px 0 40px}.footer-content{text-align:center;justify-items:center;gap:10px;display:grid}.footer-logo{width:min(560px,100%);height:auto}.footer-section a{color:#fff}.footer-section p{color:#b5c0cf;margin:6px 0 0}.modal-backdrop{z-index:50;background:#06080ab3;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border-radius:14px;width:min(520px,96vw);padding:20px;position:relative}@media (max-width:720px){.modal-card{width:100%;padding:16px}}.modal-close{cursor:pointer;background:0 0;border:0;font-size:22px;position:absolute;top:8px;right:8px}.interest-form{gap:10px;display:grid}.honeypot-field{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.interest-form label{color:#334155;gap:6px;font-size:.9rem;display:grid}.field-error{color:#b91c1c;font-size:.82rem;line-height:1.3}.form-status{margin:2px 0 0;font-size:.9rem;font-weight:600}.form-status.success{color:#166534}.form-status.error{color:#b91c1c}.interest-form input,.interest-form textarea{width:100%;font:inherit;border:1px solid #ced5df;border-radius:8px;padding:10px}.interest-form button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:8px;min-height:42px;margin-top:4px;font-weight:700}.interest-form button:disabled{opacity:.7;cursor:not-allowed}@media (max-width:990px){.bike-card,.about-grid{grid-template-columns:1fr}}@media (max-width:720px){.topbar-content{flex-direction:column;gap:10px;height:auto;padding:14px 0}.topbar nav{flex-wrap:wrap;justify-content:center;gap:12px}.spec-grid{grid-template-columns:1fr}}
