:root{--blue:#08bff3;--deep:#06111d;--ink:#05090d;--white:#fff;--yellow:#ffd328;--line:#dbe4e9}
*{box-sizing:border-box;margin:0;padding:0;letter-spacing:0}
html{scroll-behavior:smooth;scroll-padding-top:76px}
body{font-family:Inter,system-ui,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
body.menu-open{overflow:hidden}
img,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
.site-header{height:76px;position:fixed;inset:0 0 auto;z-index:50;background:#fff;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid #edf1f3}
.logo{flex:0 0 178px}.logo img{width:132px;height:auto}
.primary-nav{display:flex;align-items:center;justify-content:center;gap:28px;flex:1;font-size:14px;font-weight:750}
.primary-nav a{padding:27px 0;border-bottom:3px solid transparent}.primary-nav a:hover{border-color:var(--blue)}
.header-cta{background:var(--blue);padding:16px 18px;border-radius:4px;font-size:14px;font-weight:900}.header-cta span{margin-left:9px}
.menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:4px;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu-button span{width:20px;height:2px;background:#000;transition:.2s}
.menu-button[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}
.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-7px) rotate(-45deg)}
.hero{height:calc(100svh - 76px);min-height:650px;margin-top:76px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden}
.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media video{width:100%;height:100%;object-fit:cover}
.hero-overlay{background:linear-gradient(90deg,rgba(0,10,19,.94) 0%,rgba(0,10,19,.68) 44%,rgba(0,10,19,.08) 76%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 50%)}
.hero-copy{position:relative;z-index:2;width:min(1240px,calc(100% - 96px));margin:auto}
.hero-copy>*{max-width:680px}.eyebrow{font-size:13px;font-weight:900;text-transform:uppercase;margin-bottom:18px}.eyebrow.blue{color:var(--blue)}
.hero h1{font-size:clamp(54px,7vw,98px);line-height:.95;font-weight:900;text-wrap:balance}
.hero-lead{font-size:clamp(17px,1.6vw,22px);line-height:1.5;margin:24px 0;max-width:610px}
.hero-offer{display:flex;align-items:baseline;gap:8px;margin:16px 0 22px}.hero-offer>span{font-size:13px;text-transform:uppercase}.hero-offer strong{font-size:48px;color:var(--blue);line-height:1}.hero-offer small{font-size:22px}.hero-offer b{font-size:15px}
.arrow-link{display:inline-flex;align-items:center;gap:28px;border-bottom:2px solid currentColor;padding:10px 0;font-weight:900;text-transform:uppercase;font-size:13px}.arrow-link.light{color:#fff}.arrow-link:hover span{transform:translateX(5px)}.arrow-link span{transition:transform .2s}
.hero-side-cta{position:absolute;right:28px;bottom:28px;z-index:3;text-transform:uppercase;font-weight:900;border-bottom:2px solid #fff;padding:10px 0}.hero-side-cta span{margin-left:16px}
.scroll-cue{position:absolute;z-index:3;bottom:25px;left:50%;width:40px;height:40px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center}
.section-dark{background:#000;color:#fff}.section-heading{max-width:1240px;margin:0 auto 54px;padding:0 48px}.section-heading h2{font-size:clamp(42px,5vw,72px);line-height:1.02;font-weight:400;max-width:820px;text-wrap:balance}.section-heading h2 strong{font-weight:900}.section-heading>p:last-child{font-size:18px;line-height:1.55;margin-top:20px;color:rgba(255,255,255,.66);max-width:670px}.dark-text{color:#07111d}.dark-text>p:last-child{color:#54616a}
.reasons{padding:72px 0 80px}.reasons-heading{max-width:1120px;margin-bottom:32px;text-align:center}.reasons-heading h2{max-width:none;font-size:clamp(46px,5.4vw,72px);white-space:nowrap}.reasons-heading h2 strong{color:var(--blue)}.reasons-heading .eyebrow{display:none}.reasons-heading>p:last-child{max-width:none;margin-top:12px;color:#fff;font-size:20px;font-weight:700}.reason-list{display:flex;max-width:1120px;height:360px;margin:auto;overflow:hidden;background:#07111d}
.reason-list article{position:relative;isolation:isolate;display:flex;flex:.82 1 0;min-width:0;padding:28px 16px;color:#fff;overflow:hidden;cursor:pointer;transition:flex .45s ease}
.reason-list article::before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--reason-image);background-size:cover;background-position:center;transition:transform .55s ease,filter .45s ease;filter:saturate(.82)}
.reason-list article::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,8,14,.08) 12%,rgba(0,8,14,.42) 52%,rgba(0,5,9,.96) 100%)}
.reason-list article.featured-reason{flex:1.85}.reason-list:hover article.featured-reason{flex:.82}.reason-list article:hover,.reason-list article:focus-visible,.reason-list:hover article.featured-reason:hover{flex:1.85;outline:0}.reason-list article:hover::before,.reason-list article:focus-visible::before{transform:scale(1.035);filter:saturate(1)}
.reason-list article>span{color:#fff;font-size:clamp(92px,9vw,132px);font-weight:300;line-height:.82}.reason-list article>div{position:absolute;left:16px;right:16px;bottom:24px}.reason-list h3{font-size:20px;margin:0 0 10px;white-space:nowrap}.reason-list p{max-height:0;margin:0;font-size:13px;line-height:1.45;color:#fff;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.reason-list article.featured-reason p,.reason-list article:hover p,.reason-list article:focus-visible p{max-height:100px;opacity:1}.reason-list:hover article.featured-reason:not(:hover) p{max-height:0;opacity:0}.center-link{margin:34px auto 0;display:flex;width:max-content}
@media(max-width:820px){.reasons-heading{text-align:left}.reasons-heading h2{white-space:normal}.reasons-heading>p:last-child{font-size:17px}.reason-list{height:420px;margin:0 20px;overflow-x:auto;scroll-snap-type:x mandatory}.reason-list article,.reason-list article.featured-reason,.reason-list:hover article.featured-reason{flex:0 0:min(78vw,340px);scroll-snap-align:start}.reason-list article p,.reason-list article.featured-reason p,.reason-list:hover article.featured-reason:not(:hover) p{max-height:100px;opacity:1}.reason-list article:hover,.reason-list article:focus-visible{flex-basis:min(78vw,340px)}}
.plans{background:#f4f7f8;padding:110px 0}.pricing-grid{max-width:1140px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 48px;align-items:stretch}
.price-card{position:relative;background:#fff;border:1px solid var(--line);padding:26px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 50px rgba(3,25,38,.08)}
.price-card.featured{border:3px solid #063ec8;transform:translateY(-12px)}.price-card>i{position:absolute;right:12px;top:-20px;background:var(--yellow);padding:11px 12px;font-style:normal;font-weight:900;text-transform:uppercase;font-size:11px;box-shadow:0 7px 20px rgba(0,0,0,.14)}
.period{width:100%;background:#063ec8;color:#fff;padding:11px;border-radius:4px;font-weight:900;text-transform:uppercase;font-size:13px}
.price{display:flex;align-items:baseline;color:#063ec8;margin:26px 0 8px}.price small{font-size:34px;font-weight:900}.price strong{font-size:82px;line-height:.85}.price-card>span{background:#063ec8;color:#fff;padding:6px 10px;border-radius:4px;text-transform:uppercase;font-size:11px;font-weight:900}.price-card .was{margin:24px 0;color:#4a555d;text-transform:uppercase;font-size:13px}.price-card del{display:block;color:#07111d;font-size:20px;font-weight:800;text-decoration-color:#e32828;text-decoration-thickness:2px;margin-top:5px}.price-card>a{width:100%;background:var(--blue);padding:15px;margin-top:auto;font-weight:900;text-transform:uppercase;font-size:13px;display:flex;justify-content:space-between}
.plan-configurator{position:relative;min-height:650px;padding:0;display:flex;align-items:center;overflow:hidden;background:#07111d}.plan-rider{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%}.plan-configurator::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,11,18,.32),rgba(0,11,18,.02) 68%,rgba(0,11,18,.18))}.plan-config-card{position:relative;z-index:2;width:min(520px,calc(100% - 48px));margin-left:max(6vw,48px);padding:34px;background:#fff;color:#07111d;box-shadow:0 24px 70px rgba(0,0,0,.28)}.plan-config-card h2{font-size:38px;line-height:1.05;font-weight:400;margin:8px 0 26px}.plan-config-card h2 strong{font-weight:900}.plan-config-card fieldset{border:0;padding:0;margin:0 0 20px}.plan-config-card legend{font-size:13px;font-weight:800;margin-bottom:9px}.plan-config-card legend b{display:inline-grid;place-items:center;width:22px;height:22px;background:var(--blue);margin-right:6px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.choice-grid.three{grid-template-columns:repeat(3,1fr)}.choice-grid label{cursor:pointer}.choice-grid input{position:absolute;opacity:0;pointer-events:none}.choice-grid label>span{position:relative;display:flex;min-height:72px;padding:12px;border:1px solid #bcc7cc;flex-direction:column;justify-content:center;transition:.2s}.choice-grid input:checked+span{border:2px solid #07111d;background:var(--blue);box-shadow:4px 4px 0 #07111d}.choice-grid strong{font-size:14px}.choice-grid small{font-size:10px;margin-top:5px;line-height:1.3}.choice-grid em{position:absolute;right:5px;top:5px;font-size:7px;font-style:normal;font-weight:900;text-transform:uppercase}.plan-summary{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid #d3dadd;padding-top:16px}.plan-summary>div>span,.plan-summary p{font-size:11px;text-transform:uppercase}.plan-summary strong{display:flex;align-items:baseline}.plan-summary strong small{font-size:22px}.plan-summary strong b{font-size:56px;line-height:.9}.plan-summary del{display:block;font-size:18px;font-weight:800;text-decoration-color:#e32828}.plan-submit{display:flex;justify-content:space-between;margin-top:18px;padding:15px 17px;background:#07111d;color:#fff;font-size:13px;font-weight:900;text-transform:uppercase}
.plan-video{object-position:center}.moto-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.moto-choice-grid label{cursor:pointer}.moto-choice-grid input{position:absolute;opacity:0;pointer-events:none}.moto-choice-grid label>span{display:grid;grid-template-columns:96px 1fr;align-items:center;min-height:108px;border:1px solid #bcc7cc;padding:8px;transition:.2s}.moto-choice-grid input:checked+span{border:2px solid #07111d;background:#eafaff;box-shadow:4px 4px 0 var(--blue)}.moto-choice-grid img{width:92px;height:88px;object-fit:contain}.moto-choice-grid strong{font-size:14px}.moto-choice-grid small{display:grid;gap:4px;margin-top:7px}.moto-choice-grid small b{font-size:9px;font-weight:600;color:#4a5860}
@media(max-width:700px){.plan-configurator{min-height:900px;align-items:flex-end;padding:300px 16px 30px}.plan-rider{height:360px;object-position:center}.plan-config-card{width:100%;margin:0;padding:24px 18px}.plan-config-card h2{font-size:32px}.moto-choice-grid{grid-template-columns:1fr}.moto-choice-grid label>span{min-height:92px}.choice-grid.three{grid-template-columns:1fr}.choice-grid label>span{min-height:58px}.plan-summary strong b{font-size:48px}}
.motorcycles{padding:80px 0 0}.moto-tabs{display:flex;justify-content:center;gap:38px}.moto-tabs button{border:0;background:transparent;color:#777;font-size:18px;font-weight:900;padding:12px 0;border-bottom:3px solid transparent;cursor:pointer}.moto-tabs button.active{color:#fff;border-color:var(--blue)}
.moto-stage{max-width:1240px;margin:auto;min-height:650px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;padding:50px 48px 0}.moto-stage[hidden]{display:none}.moto-stage>img{width:100%;height:600px;object-fit:contain}.moto-copy h2{font-size:clamp(46px,5vw,76px);line-height:.98;max-width:570px}.spec-row{display:flex;gap:34px;margin:34px 0}.spec-row div{border-left:3px solid var(--blue);padding-left:12px}.spec-row strong{display:block;font-size:27px}.spec-row span{display:block;color:#9aa5ab;font-size:12px;margin-top:4px}
.app-download-bar{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:-80px;margin-bottom:48px;padding:25px 30px;background:var(--blue);color:#07111d}.app-download-bar>span{font-size:28px}.app-download-bar strong{font-size:22px}.app-download-bar b{padding:9px 12px;border:1px solid #07111d;font-size:11px}.moto-stage{grid-template-columns:.72fr 1.28fr;gap:32px;padding-bottom:54px}.moto-gallery{min-width:0}.gallery-main{position:relative;width:100%;height:450px;border:0;background:#fff;cursor:zoom-in;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-main span{position:absolute;right:12px;bottom:12px;padding:8px 11px;background:#07111d;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase}.gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}.gallery-thumbs button{height:100px;border:1px solid #ccd4d8;background:#fff;cursor:zoom-in}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.gallery-lightbox{position:fixed;inset:0;width:100%;max-width:none;height:100%;max-height:none;border:0;padding:40px 78px;background:rgba(0,8,13,.96);color:#fff}.gallery-lightbox[open]{display:grid;grid-template-columns:56px 1fr 56px;align-items:center}.gallery-lightbox::backdrop{background:rgba(0,0,0,.82)}.gallery-lightbox figure{height:calc(100vh - 80px);display:grid;grid-template-rows:1fr auto;justify-items:center;gap:10px}.gallery-lightbox figure img{min-width:0;max-width:100%;height:100%;object-fit:contain}.gallery-lightbox figcaption{font-size:13px}.gallery-lightbox button{border:1px solid #fff;background:#07111d;color:#fff;cursor:pointer}.lightbox-prev,.lightbox-next{width:48px;height:48px;border-radius:50%;font-size:20px}.lightbox-close{position:absolute;right:20px;top:18px;width:44px;height:44px;font-size:28px}

/* Technical catalog layout: download bar, model selector at left, white gallery at right. */
.motorcycles{position:relative;padding:0;background:#fff;color:#07111d}.app-download-bar{height:96px;margin:0;padding:20px 30px;background:#35baf2;color:#07111d;gap:16px}.app-download-bar>span{font-size:30px;font-weight:900}.app-download-bar strong{font-size:24px}.app-download-bar b{display:flex;flex-direction:column;padding:6px 14px;border:2px solid #07111d;border-radius:4px;font-size:16px;line-height:1}.app-download-bar b small{font-size:7px;margin-bottom:3px}.moto-tabs{position:absolute;z-index:5;top:128px;left:28px;width:280px;gap:6px}.moto-tabs button{flex:1;padding:8px;background:#fff;border:1px solid #fff;color:#07111d;font-size:12px}.moto-tabs button.active{background:#07111d;color:#fff;border-color:#fff}.moto-stage{max-width:none;min-height:590px;grid-template-columns:335px 1fr;gap:0;padding:0;background:#fff}.moto-copy{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:92px 28px 44px;background:linear-gradient(180deg,#082839,#02090d);color:#fff}.moto-copy h2{font-size:38px;line-height:1}.moto-copy .spec-row{gap:12px;justify-content:space-between}.moto-copy .spec-row div{flex:1;padding-left:8px}.moto-copy .spec-row strong{font-size:18px}.moto-copy .spec-row span{font-size:9px}.moto-gallery{display:grid;grid-template-columns:minmax(0,1fr) 338px;align-items:center;gap:22px;padding:38px 28px;background:#fff}.gallery-main{height:480px;background:#fff}.gallery-main img{width:85%;height:85%;margin:3.75% 7.5%;object-fit:contain}.gallery-thumbs{grid-template-columns:repeat(3,1fr);align-self:center;margin:0}.gallery-thumbs button{height:108px}.gallery-thumbs img{object-fit:contain}.gallery-main span{background:#07111d}
.swap{display:grid;grid-template-columns:1fr 1fr;min-height:720px}.swap-image img{width:100%;height:100%;object-fit:cover}.swap-copy{padding:90px clamp(40px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.swap-copy h2{font-size:clamp(42px,5vw,70px);line-height:1.02;font-weight:400}.swap-copy h2 strong{font-weight:900}.swap-copy>p:nth-of-type(2){font-size:18px;line-height:1.6;color:#53616a;margin:24px 0}.swap-copy ol{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:30px}.swap-copy li{border-top:1px solid var(--line);padding:14px 0;font-weight:800}.swap-copy li span{color:var(--blue);margin-right:10px}
.section-blue{background:var(--blue)}.network{display:grid;grid-template-columns:.8fr 1.2fr;min-height:600px;align-items:center;overflow:hidden}.network-copy{padding:80px clamp(40px,7vw,110px)}.network h2{font-size:clamp(44px,5vw,72px);line-height:1}.network-copy>p:nth-of-type(2){font-size:18px;line-height:1.6;margin:24px 0}.network>img{width:100%;height:600px;object-fit:cover}.network-actions{display:flex;gap:26px;flex-wrap:wrap}
.swap-network{display:grid;grid-template-columns:1.25fr .62fr .83fr;min-height:540px;border-bottom:10px solid var(--blue);background:#fff;color:#07111d}.swap-map{position:relative;min-width:0}.swap-map iframe{display:block;width:100%;height:100%;min-height:540px;border:0;filter:saturate(.82)}.swap-map>a{position:absolute;left:22px;bottom:20px;padding:13px 16px;background:#07111d;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase}.swap-map>a span{margin-left:18px}.swap-video{overflow:hidden;background:#07111d}.swap-video video{width:100%;height:100%;min-height:540px;object-fit:cover}.swap-info{display:flex;flex-direction:column;justify-content:center;padding:40px clamp(24px,3vw,48px)}.swap-info h2{font-size:clamp(32px,3.2vw,48px);line-height:1.02;font-weight:400;margin:8px 0 18px}.swap-info h2 strong{font-weight:900}.swap-info>p:nth-of-type(2){font-size:14px;line-height:1.55;color:#526069;margin-bottom:20px}.swap-info ol{list-style:none;display:grid;gap:0}.swap-info li{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:10px 0;border-top:1px solid #d7dee1}.swap-info li>b{color:var(--blue);font-size:16px}.swap-info li span{font-size:11px;line-height:1.35;color:#56636a}.swap-info li strong{display:block;color:#07111d;font-size:13px;margin-bottom:2px}.swap-actions{display:flex;gap:18px;margin-top:22px}.swap-actions a{padding-bottom:6px;border-bottom:1px solid #07111d;font-size:11px;font-weight:900;text-transform:uppercase}
@media(max-width:1000px){.swap-network{grid-template-columns:1fr 1fr}.swap-map{grid-column:1/-1;height:440px}.swap-map iframe{min-height:440px}.swap-video video{min-height:500px}.swap-info{min-height:500px}}
@media(max-width:700px){.swap-network{grid-template-columns:1fr}.swap-map{height:360px}.swap-map iframe{min-height:360px}.swap-video video{height:480px;min-height:0}.swap-info{min-height:0;padding:52px 20px}.swap-info h2{font-size:38px}}
.faq-nav a[aria-current="page"]{border-bottom:2px solid var(--blue)}.faq-page{padding-top:76px}.faq-standalone{min-height:680px;padding:90px 0 110px}.faq-standalone>.section-heading{margin-bottom:42px}.faq-standalone h1{font-size:clamp(58px,6vw,88px);line-height:.95;font-weight:400;max-width:700px}.faq-standalone h1 strong{font-weight:900}.faq-standalone .faq-list{margin-left:auto;margin-right:8%;max-width:760px}.faq-final-cta{position:relative;min-height:500px;display:flex;align-items:center;padding:70px 4%;background:#062060;color:#fff;border-top:4px solid var(--blue);overflow:hidden}.faq-final-cta::before{content:"";position:absolute;width:320px;height:320px;left:12%;bottom:-110px;background:url('../assets/logo/zuap-logo-white.svg') center/contain no-repeat;opacity:.12}.faq-final-cta>div{position:relative}.faq-final-cta h2{font-size:clamp(56px,7vw,98px);line-height:.92;margin:18px 0 32px}.faq-final-cta a{display:flex;justify-content:space-between;width:210px;padding:17px 19px;background:var(--blue);color:#07111d;font-size:12px;font-weight:900;text-transform:uppercase}
@media(max-width:820px){.faq-page{padding-top:64px}.faq-standalone{padding:70px 0}.faq-standalone h1{font-size:52px}.faq-standalone .faq-list{margin:0 20px}.faq-final-cta{min-height:430px;padding:60px 20px}.faq-final-cta h2{font-size:54px}.faq-nav{display:none}}
.faq{padding:110px 0}.faq-list{max-width:920px;margin:auto;padding:0 48px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{list-style:none;display:flex;justify-content:space-between;gap:20px;padding:24px 0;font-size:20px;font-weight:800;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary span{color:var(--blue);font-size:26px}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{padding:0 0 24px;line-height:1.7;color:#53616a;max-width:760px}
.final-cta{height:650px;position:relative;color:#fff;display:flex;align-items:center}.final-cta video,.final-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.final-overlay{background:rgba(0,0,0,.64)}.final-cta>div:last-child{position:relative;z-index:2;width:min(1240px,calc(100% - 96px));margin:auto}.final-cta h2{font-size:clamp(54px,7vw,96px);line-height:.95}.final-cta a{display:inline-flex;background:var(--blue);color:#001018;padding:17px 20px;margin-top:32px;font-weight:900;text-transform:uppercase;font-size:13px}.final-cta a span{margin-left:30px}
.whatsapp{position:fixed;right:22px;bottom:22px;z-index:30;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20c766;color:#fff;font-weight:900;box-shadow:0 8px 25px rgba(0,0,0,.25)}
footer{background:#050505;color:#fff;padding:72px 48px 28px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px}footer h3{color:var(--blue);font-size:14px;margin-bottom:18px}footer a,footer p{display:block;color:#aeb6bb;font-size:14px;line-height:1.6;margin:7px 0}.footer-brand img{width:130px;margin-bottom:16px}.footer-legal{grid-column:1/-1;border-top:1px solid #333;padding-top:24px;display:flex;justify-content:space-between;color:#777;font-size:12px}
@media(max-width:1100px){.primary-nav{gap:16px;font-size:12px}.logo{flex-basis:150px}.reason-list{grid-template-columns:repeat(3,1fr)}.reason-list article{border-bottom:1px solid #333}.moto-stage{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.site-header{height:64px;padding:0 16px}.logo{flex:1}.logo img{width:108px}.menu-button{display:flex;order:2}.header-cta{margin-right:10px;padding:12px;order:1}.primary-nav{position:fixed;top:64px;left:0;right:0;display:flex;flex-direction:column;align-items:stretch;gap:0;background:#fff;max-height:0;overflow:hidden;transition:max-height .25s;order:3}.primary-nav.open{max-height:calc(100svh - 64px);overflow:auto}.primary-nav a{padding:17px 22px;border-top:1px solid #eee}.hero{margin-top:64px;height:calc(100svh - 64px)}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.moto-stage{grid-template-columns:1fr;text-align:center}.moto-stage>img{height:440px;grid-row:1}.moto-copy{grid-row:2}.spec-row{justify-content:center}.swap,.network{grid-template-columns:1fr}.swap-image{height:480px}.network>img{height:450px}.reason-list{grid-template-columns:1fr 1fr}footer{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.header-cta{font-size:0}.header-cta::before{content:'Cotizar';font-size:12px}.header-cta span{font-size:12px}.hero{align-items:flex-end;padding-bottom:62px;min-height:650px}.hero-overlay{background:linear-gradient(0deg,rgba(0,9,18,.98) 0%,rgba(0,9,18,.76) 53%,rgba(0,9,18,.1) 100%)}.hero-copy,.final-cta>div:last-child{width:calc(100% - 32px)}.hero h1{font-size:48px}.hero-lead{font-size:16px}.hero-side-cta,.scroll-cue{display:none}.hero-offer{flex-wrap:wrap}.section-heading{padding:0 20px}.section-heading h2{font-size:40px}.reasons,.plans,.faq{padding:76px 0}.reason-list{grid-template-columns:1fr;margin:0 20px}.reason-list article{min-height:auto;border-right:0}.pricing-grid,.faq-list{padding:0 20px}.moto-stage{padding:35px 20px 0}.moto-stage>img{height:330px}.moto-copy h2{font-size:42px}.spec-row{gap:12px}.spec-row strong{font-size:20px}.swap-image{height:360px}.swap-copy,.network-copy{padding:60px 20px}.swap-copy h2,.network h2{font-size:40px}.swap-copy ol{grid-template-columns:1fr}.network>img{height:350px}.final-cta{height:580px}.final-cta h2{font-size:48px}footer{grid-template-columns:1fr;padding:60px 20px 24px}.footer-legal{display:grid;gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}video{display:none}.hero{background:#06111d}.final-cta{background:#06111d}}

/* Product-first hero, inspired by the commercial rhythm of the reference. */
.hero{background:linear-gradient(180deg,#08bff3 0%,#079ed0 55%,#02111b 100%);align-items:stretch}
.hero-copy{align-self:flex-end;margin:0 0 50px 5.5%;width:360px;z-index:6}
.hero h1{font-size:clamp(40px,4.6vw,66px)}
.hero-lead{font-size:16px;margin:18px 0 22px}
.hero-product{position:absolute;z-index:4;left:29%;right:16%;top:18%;bottom:5%;display:flex;align-items:center;justify-content:center}
.hero-product img{width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 28px 28px rgba(0,0,0,.42))}
.hero-product>span{position:absolute;top:11%;left:46%;font-size:clamp(34px,5vw,72px);font-weight:950;font-style:italic;color:rgba(0,20,35,.8);z-index:-1}
.hero-promo{position:absolute;z-index:7;top:14%;left:31%;background:#ff8a21;color:#07111d;padding:14px 24px 16px;box-shadow:8px 8px 0 rgba(0,0,0,.2);transform:rotate(-1deg)}
.hero-promo p{font-size:12px;font-weight:950;text-transform:uppercase}.hero-promo>span{display:block;font-size:11px;text-transform:uppercase;margin-top:7px}.hero-promo strong{font-size:54px;line-height:.9}.hero-promo strong small{font-size:24px}.hero-promo b{font-size:13px;margin-left:4px}
.hero-promo .old-price{display:block;background:rgba(255,255,255,.72);width:max-content;padding:5px 7px;margin:7px 0;font-weight:800;font-size:10px}.hero-promo .old-price del{position:relative;display:inline-block;margin-left:5px;font-size:17px;text-decoration:none}.hero-promo .old-price del::before,.hero-promo .old-price del::after{content:"";position:absolute;left:-3px;right:-3px;top:50%;height:2px;background:#e02121;transform-origin:center}.hero-promo .old-price del::before{transform:rotate(12deg)}.hero-promo .old-price del::after{transform:rotate(-12deg)}.hero-promo .new-price-label{display:inline;font-weight:900;margin-right:5px}
.promo-regular{position:absolute;left:0;bottom:100%;color:#07111d;padding-bottom:5px}.promo-regular p{font-size:11px;font-weight:950;text-transform:uppercase;margin-bottom:4px}.promo-regular span{display:block;font-size:9px;font-weight:900;text-transform:uppercase}.promo-regular del{position:relative;display:inline-block;background:rgba(255,255,255,.72);font-size:18px;font-weight:900;padding:2px 6px;text-decoration:none}.promo-regular del::before,.promo-regular del::after{content:"";position:absolute;left:3px;right:3px;top:50%;height:2px;background:#e02121}.promo-regular del::before{transform:rotate(12deg)}.promo-regular del::after{transform:rotate(-12deg)}
.promo-pioneer{display:flex;align-items:baseline;gap:7px}.promo-pioneer>span{font-size:10px;font-weight:950;text-transform:uppercase;align-self:center}.promo-pioneer strong{font-size:54px;line-height:.9}.promo-pioneer strong small{font-size:24px}.promo-pioneer b{font-size:12px;white-space:nowrap}
.hero-savings-badge{position:absolute;z-index:7;right:18%;top:15%;width:150px;background:#050505;color:#fff;padding:18px 15px 26px;text-align:center;clip-path:polygon(0 0,100% 0,100% 86%,50% 100%,0 86%);box-shadow:0 18px 28px rgba(0,0,0,.25)}
.hero-savings-badge>div{padding:11px 2px}.hero-savings-badge>div+div{border-top:1px solid rgba(8,191,243,.55)}.hero-savings-badge strong{display:block;color:var(--blue);font-size:14px;text-transform:uppercase}.hero-savings-badge span{display:block;font-size:9px;line-height:1.35;text-transform:uppercase;margin-top:5px;color:#dce5e9}
.hero-arrows{position:absolute;z-index:2;top:24%;display:flex;gap:18px;opacity:.5}.hero-arrows i{display:block;width:80px;height:160px;border-top:16px solid rgba(255,255,255,.8);border-right:16px solid rgba(255,255,255,.8);transform:rotate(45deg)}
.arrows-left{left:2%}.arrows-right{right:2%;transform:rotate(180deg)}
.energy-bolts{position:absolute;z-index:2;display:flex;gap:18px;pointer-events:none}.energy-bolts i{display:block;width:64px;height:142px;background:rgba(255,255,255,.42);clip-path:polygon(48% 0,100% 0,68% 40%,92% 40%,22% 100%,40% 56%,10% 56%);transform:skewX(-4deg)}
.bolts-left{left:3%;top:20%;transform:rotate(-7deg)}.bolts-left i:nth-child(2){transform:translateY(62px) scale(.72) skewX(-4deg);opacity:.65}.bolts-left i:nth-child(3){transform:translateY(126px) scale(.48) skewX(-4deg);opacity:.4}.bolts-right{right:3%;bottom:14%;transform:rotate(12deg)}.bolts-right i{width:54px;height:120px}.bolts-right i:nth-child(2){transform:translateY(-58px) scale(.68) skewX(-4deg);opacity:.55}

.business{display:grid;grid-template-columns:1.15fr .85fr;min-height:680px;background:#06111d;color:#fff}.business-media video{width:100%;height:100%;object-fit:cover}.business-copy{padding:80px clamp(42px,6vw,96px);display:flex;justify-content:center;flex-direction:column}.business-copy h2,.partner-copy h2{font-size:clamp(42px,5vw,70px);line-height:1}.business-copy>p:nth-of-type(2),.partner-copy>p:nth-of-type(2){color:#aab5bc;line-height:1.65;font-size:17px;margin:24px 0}.business-copy ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-bottom:28px}.business-copy li{border-top:1px solid #34414a;padding:13px 0;font-weight:700;font-size:14px}.business-copy li::before{content:'+';color:var(--blue);margin-right:9px}
.ecosystem{padding:110px 0;background:#f4f7f8}.ecosystem-grid{max-width:1240px;margin:auto;padding:0 48px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cbd6dc;border-bottom:1px solid #cbd6dc}.ecosystem-grid article{padding:32px 22px 38px;border-right:1px solid #cbd6dc}.ecosystem-grid article:last-child{border-right:0}.ecosystem-grid span{font-size:42px;font-weight:900;color:var(--blue)}.ecosystem-grid h3{font-size:24px;margin:28px 0 12px}.ecosystem-grid p{color:#53616a;line-height:1.6;min-height:100px;font-size:14px}.ecosystem-grid a{font-weight:900;font-size:12px;text-transform:uppercase;border-bottom:2px solid #07111d;padding-bottom:6px}
.partner{display:grid;grid-template-columns:.85fr 1.15fr;min-height:620px;align-items:center}.partner-copy{padding:80px clamp(42px,7vw,110px)}.partner>img{width:100%;height:620px;object-fit:cover}
.contact-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;padding:110px max(48px,calc((100% - 1240px)/2));background:var(--blue)}.contact-intro h2{font-size:clamp(42px,5vw,68px);line-height:1}.contact-intro>p:last-child{font-size:18px;line-height:1.6;margin-top:22px;max-width:520px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{font-size:12px;font-weight:900;text-transform:uppercase}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:2px solid #001522;background:rgba(255,255,255,.35);border-radius:0;padding:14px 12px;margin-top:8px;font:inherit;color:#001522}.contact-form label:nth-child(4){grid-column:1/-1}.contact-form textarea{resize:vertical}.contact-form button{grid-column:1/-1;border:0;background:#07111d;color:#fff;padding:17px 20px;font-weight:900;text-transform:uppercase;display:flex;justify-content:space-between;cursor:pointer}

@media(max-width:1000px){.hero-promo{left:22%}.hero-product{left:16%;right:4%}.hero-savings-badge{right:9%}.hero-arrows i{width:55px;height:120px}.business,.partner{grid-template-columns:1fr}.business-media{height:480px}.partner>img{height:480px}.ecosystem-grid{grid-template-columns:1fr 1fr}.ecosystem-grid article:nth-child(2){border-right:0}.ecosystem-grid article{border-bottom:1px solid #cbd6dc}.contact-section{grid-template-columns:1fr;gap:45px}}
@media(max-width:700px){.hero{min-height:690px}.hero-product{left:-10%;right:-12%;top:2%;bottom:24%}.hero-promo{top:5%;left:5%;padding:10px 13px}.hero-promo strong{font-size:38px}.hero-promo .old-price del{font-size:14px}.hero-savings-badge{right:4%;top:6%;width:118px;padding:9px 9px 20px}.hero-savings-badge strong{font-size:11px}.hero-savings-badge span{font-size:8px}.hero-copy{width:calc(100% - 40px);margin:0 20px 45px}.hero h1{font-size:43px}.hero-arrows{display:none}.business-media{height:350px}.business-copy,.partner-copy{padding:60px 20px}.business-copy ul{grid-template-columns:1fr}.ecosystem{padding:76px 0}.ecosystem-grid{grid-template-columns:1fr;padding:0 20px;border:0}.ecosystem-grid article,.ecosystem-grid article:nth-child(2){border-right:0;border-bottom:1px solid #cbd6dc}.ecosystem-grid p{min-height:auto;margin-bottom:22px}.partner>img{height:350px}.contact-section{padding:72px 20px}.contact-form{grid-template-columns:1fr}.contact-form label:nth-child(4){grid-column:auto}.contact-form button{grid-column:auto}}

/* Three-piece hero carousel: EP-02, brand film and Flying Eagle. */
.hero-slider{position:absolute;inset:0;z-index:1}
.hero-slide{position:absolute;inset:0;display:flex;align-items:stretch;background:linear-gradient(180deg,#08bff3 0%,#056db7 58%,#02111b 100%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease}
.hero-slide.active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.hero-slide .hero-copy{position:relative;align-self:flex-end;margin:0 0 50px 5.5%;width:360px;z-index:6}
.hero-slide h2{font-size:clamp(40px,4.6vw,66px);line-height:.95;font-weight:900;text-wrap:balance}
.hero-video-slide video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.video-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,10,19,.9),rgba(0,10,19,.42) 52%,rgba(0,0,0,.12)),linear-gradient(0deg,rgba(0,0,0,.52),transparent 60%)}
.hero-video-slide .video-copy{width:620px;max-width:calc(100% - 96px)}
.flying-slide{background:linear-gradient(180deg,#08bff3 0%,#056db7 58%,#02111b 100%)}
.flying-slide .hero-product>span{left:50%;top:9%;font-size:clamp(28px,4.6vw,64px);white-space:nowrap;color:rgba(255,255,255,.18)}
.flying-promo{left:29%;top:11%}.flying-savings-badge{right:14%;top:13%}
.hero-control{position:absolute;z-index:12;top:50%;width:52px;height:52px;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(0,0,0,.12);color:#fff;font-size:24px;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(4px);transition:background .2s,transform .2s}
.hero-control:hover{background:rgba(0,0,0,.38);transform:scale(1.06)}
.hero-prev{left:18px}.hero-next{right:18px}
.hero-dots{position:absolute;z-index:13;left:50%;bottom:27px;transform:translateX(-50%);display:flex;gap:9px}
.hero-dots button{width:9px;height:9px;border:1px solid #fff;border-radius:50%;background:transparent;padding:0;cursor:pointer}
.hero-dots button.active{background:#fff}

@media(max-width:700px){
  .hero-slide .hero-copy{width:calc(100% - 40px);margin:0 20px 64px}
  .hero-slide h2{font-size:43px}
  .hero-video-slide .video-copy{width:calc(100% - 40px);max-width:none}
  .hero-video-slide video{object-position:center}
  .hero-control{width:42px;height:42px;top:42%;font-size:19px}
  .hero-prev{left:10px}.hero-next{right:10px}
  .hero-dots{bottom:25px}
  .flying-slide .hero-product>span{left:34%;top:19%;font-size:28px}
  .energy-bolts{opacity:.38}.energy-bolts i{width:36px;height:82px}.bolts-left{left:1%;top:27%;gap:4px}.bolts-left i:nth-child(2){transform:translateY(34px) scale(.72) skewX(-4deg)}.bolts-left i:nth-child(3){display:none}.bolts-right{right:1%;bottom:28%}.bolts-right i{width:30px;height:68px}.flying-promo{left:5%;top:5%}.flying-savings-badge{right:4%;top:6%}
}

/* Friendly business section */
.business.business-friendly{display:grid;grid-template-columns:.88fr 1.12fr;gap:56px;min-height:auto;padding:72px max(40px,calc((100% - 1240px)/2));background:#f4f5f6;color:#06131d;align-items:center}.business-friendly .business-copy{padding:0}.business-friendly .business-copy h2{font-size:clamp(50px,5.2vw,76px);line-height:.98;max-width:590px;margin:15px 0 24px}.business-friendly .business-copy>p:not(.eyebrow){max-width:560px;color:#4f5a62;font-size:18px;line-height:1.55}.business-friendly .business-copy ul{display:grid;gap:12px;margin:24px 0 28px;padding:0;list-style:none}.business-friendly .business-copy li{position:relative;padding-left:20px;color:#06131d;font-size:15px;font-weight:800}.business-friendly .business-copy li::before{content:'\2713';position:absolute;left:0;color:var(--blue)}.business-primary-action{display:inline-flex;padding:15px 19px;background:#06131d;color:#fff;font-size:13px;font-weight:900}.business-friendly .business-media{position:relative;height:500px;overflow:hidden;border-radius:8px;background:#000}.business-friendly .business-media video{width:100%;height:100%;object-fit:cover}.business-media-caption{position:absolute;left:0;right:0;bottom:0;padding:22px 24px;background:linear-gradient(0deg,rgba(0,0,0,.88),transparent);color:#fff}.business-media-caption strong,.business-media-caption span{display:block}.business-media-caption strong{font-size:18px}.business-media-caption span{margin-top:5px;color:#dbe2e6;font-size:13px}
.business-solutions{padding:82px max(40px,calc((100% - 1240px)/2));background:#030506;color:#fff}.business-solutions-head{max-width:780px;margin:0 0 34px}.business-solutions-head h2{font-size:clamp(43px,5vw,68px);line-height:1;margin:12px 0 18px}.business-solutions-head>p:last-child{color:#c0c9ce;font-size:17px;line-height:1.5}.business-solution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.business-solution-grid article{display:flex;flex-direction:column;min-height:330px;padding:24px 20px;border:1px solid #16465a;background:#091116}.business-solution-grid span{color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase}.business-solution-grid h3{font-size:22px;line-height:1.08;margin:14px 0}.business-solution-grid p{color:#d1d7da;font-size:14px;line-height:1.55}.business-solution-grid a{align-self:flex-start;margin-top:auto;padding:13px 15px;background:var(--blue);color:#000;font-size:12px;font-weight:900}
@media(max-width:1000px){.business.business-friendly{grid-template-columns:1fr;gap:38px}.business-friendly .business-media{height:440px}.business-solution-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.business.business-friendly,.business-solutions{padding:60px 20px}.business-friendly .business-copy h2{font-size:46px}.business-friendly .business-media{height:340px}.business-solution-grid{grid-template-columns:1fr}.business-solution-grid article{min-height:290px}}

@media(max-width:820px){.app-download-bar{margin-bottom:24px;padding:18px 20px;flex-wrap:wrap;text-align:center}.app-download-bar strong{font-size:17px}.moto-stage{grid-template-columns:1fr;padding-top:30px}.moto-gallery{grid-row:1}.gallery-main{height:360px}.moto-copy{grid-row:2}.gallery-lightbox{padding:62px 12px 18px}.gallery-lightbox[open]{grid-template-columns:44px 1fr 44px}.gallery-lightbox figure{height:calc(100vh - 90px)}.lightbox-prev,.lightbox-next{width:38px;height:38px}}
@media(max-width:820px){.motorcycles .app-download-bar{height:auto;margin:0}.motorcycles .moto-tabs{position:relative;top:auto;left:auto;width:auto;padding:22px 20px 0;background:#07111d}.motorcycles .moto-stage{grid-template-columns:1fr;padding:0}.motorcycles .moto-copy{grid-row:1;padding:32px 20px}.motorcycles .moto-gallery{grid-row:2;grid-template-columns:1fr;padding:20px}.motorcycles .gallery-main{height:350px}.motorcycles .gallery-thumbs{grid-template-columns:repeat(3,1fr)}.motorcycles .gallery-main img{width:85%;height:85%}}

.home-page .business,.home-page .ecosystem,.home-page .partner,.home-page .contact-section{display:none}

.plan-configurator .plan-rider{object-position:center center}

/* Reference-matched desktop composition, using ZUAP assets and pricing. */
@media(min-width:1001px){
  .hero-slide:not(.hero-video-slide){background:linear-gradient(180deg,#079fc8 0%,#08799a 44%,#020b11 100%)}
  .hero-slide:not(.hero-video-slide) .hero-product{left:25%;right:25%;top:16%;bottom:7%}
  .hero-slide:not(.hero-video-slide) .hero-product img{width:100%;height:100%}
  .hero-slide:not(.hero-video-slide) .hero-promo{left:31%;top:20%;min-width:278px;padding:13px 18px 14px;background:#d97722;box-shadow:none}
  .hero-slide:not(.hero-video-slide) .promo-regular{left:0;bottom:100%;padding-bottom:4px}
  .hero-slide:not(.hero-video-slide) .promo-regular span{font-size:11px;color:#041018;margin-bottom:3px}
  .hero-slide:not(.hero-video-slide) .promo-regular del{font-size:21px;background:rgba(255,255,255,.55);padding:3px 8px;color:#07111d}
  .hero-slide:not(.hero-video-slide) .promo-pioneer{gap:8px;align-items:center}
  .hero-slide:not(.hero-video-slide) .promo-pioneer>span{width:58px;font-size:12px;line-height:1.15;color:#07111d}
  .hero-slide:not(.hero-video-slide) .promo-pioneer strong{font-size:62px;color:#07111d}
  .hero-slide:not(.hero-video-slide) .promo-pioneer strong small{font-size:29px}
  .hero-slide:not(.hero-video-slide) .promo-pioneer b{font-size:18px;color:#07111d}
  .hero-slide:not(.hero-video-slide) .hero-product>span,
  .hero-slide:first-child .hero-product>span,
  .flying-slide .hero-product>span{left:47%;top:14%;font-size:clamp(30px,3vw,44px);line-height:.86;color:#031a26;text-shadow:none;text-align:center;white-space:normal}
  .hero-slide:not(.hero-video-slide) .hero-savings-badge,
  .hero-slide:first-child .hero-savings-badge,
  .flying-slide .hero-savings-badge{right:31%;top:15%;width:112px;padding:11px 10px 20px}
  .hero-slide:not(.hero-video-slide) .energy-bolts{display:none}
  .hero-slide:not(.hero-video-slide) .hero-copy{left:5.5%;bottom:43px}
}

/* Compact product cluster: offer, model and badge sit directly above the bike. */
@media(min-width:1001px){
  .hero-slide:not(.hero-video-slide) .energy-bolts{
    display:flex;
    z-index:2;
    opacity:.52;
  }
  .hero-slide:not(.hero-video-slide) .energy-bolts i{
    width:82px;
    height:180px;
    background:rgba(255,255,255,.38);
  }
  .hero-slide:not(.hero-video-slide) .bolts-left{
    left:2.5%;
    top:27%;
    gap:16px;
  }
  .hero-slide:not(.hero-video-slide) .bolts-right{
    right:2.5%;
    bottom:18%;
    gap:16px;
  }
  .hero-slide:not(.hero-video-slide) .bolts-right i{
    width:72px;
    height:158px;
  }
  .hero-slide:not(.hero-video-slide) .hero-product{
    left:14%;
    right:24%;
    top:17%;
    bottom:6%;
  }
  .hero-slide:not(.hero-video-slide) .hero-product img{
    width:100%;
    height:100%;
  }
  .hero-slide:not(.hero-video-slide) .hero-promo{
    left:17%;
    top:20%;
    min-width:278px;
  }
  .hero-slide:not(.hero-video-slide) .hero-product>span,
  .hero-slide:first-child .hero-product>span,
  .flying-slide .hero-product>span{
    left:39%;
    top:16%;
  }
  .flying-slide .hero-product>span{
    left:40%;
    top:14%;
  }
  .hero-slide:not(.hero-video-slide) .hero-savings-badge,
  .hero-slide:first-child .hero-savings-badge,
  .flying-slide .hero-savings-badge{
    right:25%;
    top:16%;
  }
}

/* Keep the business redesign above legacy section rules. */
.business.business-friendly{display:grid;grid-template-columns:.88fr 1.12fr;gap:56px;min-height:auto;padding:72px max(40px,calc((100% - 1240px)/2));background:#f4f5f6;color:#06131d;align-items:center}.business.business-friendly .business-copy{padding:0}.business.business-friendly .business-media{position:relative;height:500px;overflow:hidden;border-radius:8px;background:#000}.business.business-friendly .business-media video{width:100%;height:100%;object-fit:cover}
@media(max-width:1000px){.business.business-friendly{grid-template-columns:1fr;gap:38px}.business.business-friendly .business-media{height:440px}}
@media(max-width:620px){.business.business-friendly{padding:60px 20px}.business.business-friendly .business-media{height:340px}}

/* Focused FAQ page */
.faq-page{padding-top:0!important}.faq-page>main{margin:0!important;padding:0!important}.faq-clean-hero{min-height:360px;padding:64px max(40px,calc((100% - 1180px)/2)) 52px;background:#f4f5f6;display:flex;align-items:flex-end}.faq-clean-hero>div{max-width:900px}.faq-clean-hero h1{font-size:clamp(52px,6.5vw,86px);line-height:.95;margin:13px 0 20px;color:#06131d}.faq-clean-hero h1 strong{font-weight:900}.faq-clean-hero>div>p:last-child{max-width:650px;color:#59656d;font-size:18px;line-height:1.55}.faq-clean{width:min(1040px,calc(100% - 48px));margin:auto;padding:42px 0 72px}.faq-topic-nav{position:sticky;top:0;z-index:10;display:flex;gap:8px;padding:12px 0 18px;background:#fff;overflow-x:auto}.faq-topic-nav a{padding:11px 14px;border:1px solid #ccd5da;color:#06131d;font-size:12px;font-weight:850;white-space:nowrap}.faq-topic{display:grid;grid-template-columns:240px 1fr;gap:48px;padding:44px 0;border-top:1px solid #d9e0e4}.faq-topic-title span{color:var(--blue);font-size:15px;font-weight:900}.faq-topic-title h2{font-size:30px;line-height:1.05;margin-top:10px}.faq-clean-list details{border-top:1px solid #cfd8dd}.faq-clean-list details:last-child{border-bottom:1px solid #cfd8dd}.faq-clean-list summary{display:flex;justify-content:space-between;gap:18px;padding:20px 0;cursor:pointer;font-size:18px;font-weight:850;list-style:none}.faq-clean-list summary::-webkit-details-marker{display:none}.faq-clean-list summary span{color:var(--blue);font-size:22px}.faq-clean-list details[open] summary span{transform:rotate(45deg)}.faq-clean-list details p{max-width:720px;margin:0;padding:0 42px 22px 0;color:#5d6870;line-height:1.6}.faq-help{padding:72px max(40px,calc((100% - 1180px)/2));background:#06131d;color:#fff}.faq-help>div{max-width:760px}.faq-help h2{font-size:clamp(50px,6vw,78px);line-height:1;margin:10px 0}.faq-help>div>p:not(.eyebrow){color:#c6d0d5;font-size:18px}.faq-help a{display:inline-flex;margin-top:22px;padding:15px 20px;background:var(--blue);color:#000;font-weight:900}
@media(max-width:720px){.faq-page{padding-top:0!important}.faq-clean-hero{min-height:310px;padding:52px 20px 42px}.faq-clean{width:calc(100% - 40px)}.faq-topic{grid-template-columns:1fr;gap:20px;padding:34px 0}.faq-topic-nav{top:0}.faq-help{padding:58px 20px}}

/* Moto gallery: keep enlarged references at 75% of the viewport. */
.gallery-lightbox figure{height:calc(100vh - 80px)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important}.gallery-lightbox figure img{width:auto!important;height:auto!important;max-width:75vw!important;max-height:75vh!important;object-fit:contain!important}.gallery-lightbox figure figcaption{flex:0 0 auto!important}
@media(max-width:820px){.gallery-lightbox figure img{max-width:86vw!important;max-height:68vh!important}}

/* Two-view business carousel */
.business-carousel{position:relative;height:690px;overflow:hidden;background:#030506}.business-carousel-track{position:relative;width:100%;height:100%}.business-carousel-slide{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(28px);transition:opacity .45s ease,transform .45s ease,visibility .45s}.business-carousel-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}.business-carousel .business-friendly{padding-top:62px;padding-bottom:62px}.business-carousel .business-solutions{display:flex;flex-direction:column;justify-content:center;padding-top:50px;padding-bottom:58px}.business-carousel-arrow{position:absolute;z-index:4;top:50%;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.68);border-radius:50%;background:rgba(4,14,21,.7);color:#fff;font-size:19px;cursor:pointer;transform:translateY(-50%)}.business-carousel-prev{left:18px}.business-carousel-next{right:18px}.business-carousel-dots{position:absolute;z-index:4;left:50%;bottom:17px;display:flex;gap:8px;transform:translateX(-50%)}.business-carousel-dots button{width:9px;height:9px;border:0;border-radius:50%;background:#839097;cursor:pointer}.business-carousel-dots button.is-active{width:25px;border-radius:6px;background:var(--blue)}
@media(max-width:1000px){.business-carousel{height:1040px}.business-carousel .business-friendly{overflow-y:auto}.business-carousel .business-solutions{justify-content:flex-start;overflow-y:auto;padding-top:55px}.business-carousel-arrow{top:auto;bottom:13px;transform:none}.business-carousel-prev{left:20px}.business-carousel-next{right:20px}}
@media(max-width:620px){.business-carousel{height:1510px}.business-carousel .business-friendly,.business-carousel .business-solutions{padding-bottom:72px}.business-carousel-arrow{width:42px;height:42px}}

/* Vammo-style three-zone composition: price left, model center, benefit right. */
.hero-slide .hero-promo,.flying-slide .flying-promo{left:clamp(90px,13vw,200px);top:6%;transform:none}
.hero-slide .hero-product>span,.flying-slide .hero-product>span{left:18%;top:5%;z-index:9;color:#fff;opacity:1;font-size:clamp(38px,5vw,72px);text-shadow:0 3px 14px rgba(0,0,0,.28)}
.hero-slide:first-child .hero-product>span{font-size:clamp(30px,3.8vw,54px);color:#fff;text-shadow:0 3px 14px rgba(0,0,0,.28)}
.flying-slide .hero-product>span{color:#fff;text-shadow:0 3px 14px rgba(0,0,0,.3)}
.hero-slide .hero-savings-badge{right:20%;top:6%}
.flying-slide .hero-savings-badge{right:7%}
@media(min-width:701px){
  .hero-slide:first-child .hero-product>span{left:40%;top:8%;font-size:clamp(30px,3.5vw,48px)}
  .hero-slide:first-child .hero-savings-badge{right:2%;top:7%}
}

/* Final product-slide composition: mirror the reference's compact sales scene. */
@media(min-width:1001px){
  .hero-slide:not(.hero-video-slide) .hero-product{left:28%;right:23%;top:17%;bottom:8%}
  .hero-slide:not(.hero-video-slide) .hero-product img{width:88%;height:88%}
  .hero-slide:not(.hero-video-slide) .hero-promo{left:7%;top:25%;padding:14px 18px;transform:none;min-width:260px;box-shadow:8px 8px 0 rgba(0,0,0,.18)}
  .hero-slide:not(.hero-video-slide) .hero-promo strong{font-size:46px}
  .hero-slide:not(.hero-video-slide) .hero-product>span,
  .hero-slide:first-child .hero-product>span,
  .flying-slide .hero-product>span{left:44%;top:10%;font-size:clamp(30px,3.2vw,46px);white-space:nowrap}
  .flying-slide .hero-product>span{left:42%;top:7%;font-size:clamp(28px,3vw,43px);line-height:.82;text-align:center;white-space:normal}
  .hero-slide:not(.hero-video-slide) .hero-savings-badge,
  .hero-slide:first-child .hero-savings-badge,
  .flying-slide .hero-savings-badge{right:28%;top:10%;width:124px;padding:12px 11px 22px}
  .hero-slide:not(.hero-video-slide) .hero-savings-badge strong{font-size:12px}
  .hero-slide:not(.hero-video-slide) .hero-savings-badge span{font-size:8px}
  .hero-slide:not(.hero-video-slide) .hero-copy{left:5.5%;bottom:43px;margin:0;position:absolute;width:auto;align-self:auto}
  .hero-slide:not(.hero-video-slide) .hero-copy .eyebrow,
  .hero-slide:not(.hero-video-slide) .hero-copy h1,
  .hero-slide:not(.hero-video-slide) .hero-copy h2,
  .hero-slide:not(.hero-video-slide) .hero-copy .hero-lead{display:none}
  .hero-slide:not(.hero-video-slide) .hero-copy .arrow-link{font-size:14px}
  .hero-side-cta{display:none}
  .hero-slide:not(.hero-video-slide) .energy-bolts i{width:92px;height:200px;background:rgba(255,255,255,.34)}
  .hero-slide:not(.hero-video-slide) .bolts-left{left:3%;top:25%;gap:22px}
  .hero-slide:not(.hero-video-slide) .bolts-right{right:2%;bottom:15%;gap:20px}
  .hero-slide:not(.hero-video-slide) .bolts-right i{width:82px;height:180px}
}

@media(max-width:1000px) and (min-width:701px){
  .hero-slide:not(.hero-video-slide) .hero-promo{left:4%;top:22%;min-width:220px;padding:12px 14px}
  .hero-slide:not(.hero-video-slide) .promo-pioneer strong{font-size:46px}
}

@media(max-width:700px){
  .hero-slide:not(.hero-video-slide) .hero-promo{left:12px;top:72px;min-width:0;max-width:190px;padding:10px 11px}
  .hero-slide:not(.hero-video-slide) .promo-regular{position:static;padding-bottom:6px}
  .hero-slide:not(.hero-video-slide) .promo-regular p{margin-bottom:2px}
  .hero-slide:not(.hero-video-slide) .promo-pioneer{gap:4px}
  .hero-slide:not(.hero-video-slide) .promo-pioneer>span{font-size:8px}
  .hero-slide:not(.hero-video-slide) .promo-pioneer strong{font-size:36px}
  .hero-slide:not(.hero-video-slide) .promo-pioneer strong small{font-size:17px}
  .hero-slide:not(.hero-video-slide) .promo-pioneer b{font-size:9px}
}
@media(max-width:1000px) and (min-width:701px){
  .hero-slide .hero-product{left:27%;right:8%;top:19%;bottom:7%}
  .hero-slide .hero-promo,.flying-slide .flying-promo{left:7%;top:5%;transform:none}
  .hero-slide .hero-product>span,.flying-slide .hero-product>span{left:12%;top:6%;font-size:clamp(32px,5vw,52px)}
  .hero-slide .hero-savings-badge{right:11%;top:5%}
}
@media(max-width:700px){
  .hero-slide .hero-product{left:5%;right:-8%;top:18%;bottom:29%}
  .hero-slide .hero-product img{width:90%;height:90%}
  .hero-slide .hero-promo,.flying-slide .flying-promo{left:12px;top:12px;transform:none;max-width:145px}
  .hero-slide .hero-promo{padding:8px 10px}
  .hero-slide .hero-promo strong{font-size:34px}
  .hero-slide .hero-promo b{font-size:10px}
  .hero-slide .hero-savings-badge{display:none}
  .hero-slide .hero-product>span,.flying-slide .hero-product>span{left:47%;top:7%;font-size:26px}
}

/* Shared desktop sales layout: both motorcycles follow the approved EP-02 spacing. */
@media(min-width:1001px){
  .hero-slide:not(.hero-video-slide) .hero-product{
    left:27%;
    right:25%;
    top:18%;
    bottom:2%;
  }
  .hero-slide:not(.hero-video-slide) .hero-product img{
    width:100%;
    height:100%;
    object-fit:contain;
  }
  .hero-slide:not(.hero-video-slide) .hero-promo,
  .flying-slide .flying-promo{
    left:21.6%;
    top:15.5%;
    min-width:260px;
    padding:13px 18px 14px;
    box-shadow:8px 8px 0 rgba(0,0,0,.13);
  }
  .hero-slide:not(.hero-video-slide) .hero-product>span,
  .hero-slide:first-child .hero-product>span{
    left:48%;
    top:12%;
    font-size:clamp(32px,3.3vw,48px);
    line-height:.9;
    color:#fff;
    text-align:center;
    white-space:nowrap;
  }
  .flying-slide .hero-product>span{
    left:47%;
    top:8%;
    font-size:clamp(28px,2.8vw,42px);
    line-height:.82;
    white-space:normal;
  }
  .hero-slide:not(.hero-video-slide) .hero-savings-badge,
  .hero-slide:first-child .hero-savings-badge,
  .flying-slide .hero-savings-badge{
    right:29%;
    top:14.5%;
    width:96px;
    padding:11px 9px 20px;
  }
}
/* Keep the five-reasons headline fully inside every viewport. */
.reasons .reasons-heading {
  width: min(1120px, calc(100% - 48px));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.reasons .reasons-heading h2 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1.04;
  white-space: normal;
  text-wrap: balance;
}

.reasons .reasons-heading h2 strong {
  color: var(--blue);
}

@media (max-width: 820px) {
  .reasons .reasons-heading {
    width: calc(100% - 40px);
  }

  .reasons .reasons-heading h2 {
    font-size: clamp(38px, 10vw, 54px);
    line-height: 1.02;
    text-wrap: pretty;
  }
}

/* Interactive savings calculator */
.savings-calculator{padding:88px 0;background:#05090d;color:#fff;border-top:1px solid #173140;border-bottom:1px solid #173140}
.savings-calculator-inner{width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}
.savings-intro h2{max-width:560px;font-size:clamp(48px,5.2vw,72px);line-height:.95;text-wrap:balance}.savings-intro h2 strong{color:var(--blue)}
.savings-intro>p:not(.eyebrow){max-width:570px;margin-top:22px;color:#bdc8ce;font-size:17px;line-height:1.55}
.savings-compare{display:grid;grid-template-columns:1fr 46px 1fr;align-items:center;margin-top:34px}
.savings-compare article{min-height:170px;padding:22px;border:1px solid #29434f;background:#0b141a}.savings-compare article:first-child{border-color:#713520;background:#29130d}.savings-compare article>span{display:block;margin-bottom:14px;color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase}.savings-compare article:first-child>span{color:#ff744c}.savings-compare article strong{display:block;font-size:21px;line-height:1.1}.savings-compare article p{margin-top:12px;color:#c7d0d4;font-size:13px;line-height:1.45}.savings-compare>b{position:relative;z-index:2;display:grid;width:46px;height:46px;place-items:center;border:7px solid #06111d;border-radius:50%;background:var(--blue);color:#06111d;font-size:11px;transform:translateX(0)}
.savings-panel{padding:26px;border:1px solid #126584;background:#06141c;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.savings-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.savings-panel label{display:grid;gap:8px;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase}.savings-panel input,.savings-panel select{width:100%;height:48px;border:1px solid #21708e;border-radius:3px;background:#02090d;color:#fff;padding:0 14px;font:inherit;font-size:15px;font-weight:800}.savings-panel input:focus,.savings-panel select:focus{border-color:var(--blue);outline:2px solid rgba(8,191,243,.35)}
.savings-range{margin:20px 0}.savings-range>span{display:flex;justify-content:space-between;align-items:center}.savings-range output{color:var(--blue)}.savings-range input{height:7px;padding:0;accent-color:var(--blue);cursor:pointer}
.savings-assumptions{border-top:1px solid #24424f;border-bottom:1px solid #24424f}.savings-assumptions summary{display:flex;justify-content:space-between;padding:14px 0;color:#c6d0d5;font-size:12px;font-weight:800;cursor:pointer;list-style:none}.savings-assumptions summary::-webkit-details-marker{display:none}.savings-assumptions[open] summary span{transform:rotate(45deg)}.savings-assumptions>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 0 18px}
.savings-result{position:relative;margin-top:20px;padding:22px;background:#fff;color:#05090d}.savings-result>span{display:block;font-size:12px;font-weight:900;text-transform:uppercase}.savings-result>strong{display:flex;align-items:flex-start;margin:10px 0 4px;line-height:.8}.savings-result>strong small{font-size:36px}.savings-result>strong output{font-size:66px;font-weight:900}.savings-result p{color:#297345;font-size:12px;font-weight:800}.savings-result::after{content:"";position:absolute;right:18px;top:18px;width:52px;height:52px;background:var(--blue);clip-path:polygon(50% 0,61% 34%,100% 35%,69% 57%,80% 100%,50% 73%,20% 100%,31% 57%,0 35%,39% 34%);opacity:.18}
.savings-cta{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:16px 17px;background:var(--blue);color:#06111d;font-size:13px;font-weight:900;text-transform:uppercase}.savings-cta:hover span{transform:translateX(5px)}.savings-cta span{transition:transform .2s}.savings-note{display:block;margin-top:12px;color:#8798a1;font-size:10px;line-height:1.4}
@media(max-width:900px){.savings-calculator-inner{grid-template-columns:1fr;gap:38px}.savings-intro h2{max-width:720px}.savings-compare{max-width:650px}}
@media(max-width:600px){.savings-calculator{padding:62px 0}.savings-calculator-inner{width:calc(100% - 32px)}.savings-intro h2{font-size:44px}.savings-compare{grid-template-columns:1fr}.savings-compare>b{margin:-5px auto;transform:rotate(90deg)}.savings-fields,.savings-assumptions>div{grid-template-columns:1fr}.savings-panel{padding:18px}.savings-result>strong output{font-size:52px}}
/* Compact calculator so it supports the homepage instead of dominating it. */
.savings-calculator {
  padding: 54px 0 !important;
}

.savings-calculator-inner {
  width: min(1080px, calc(100% - 48px)) !important;
  grid-template-columns: .88fr 1.12fr !important;
  gap: 42px !important;
}

.savings-intro h2 {
  max-width: 470px !important;
  font-size: clamp(42px, 4.2vw, 58px) !important;
  line-height: .96 !important;
}

.savings-intro > p:not(.eyebrow) {
  margin-top: 16px !important;
  font-size: 15px !important;
}

.savings-compare {
  grid-template-columns: 1fr 40px 1fr !important;
  margin-top: 24px !important;
}

.savings-compare article {
  min-height: 132px !important;
  padding: 16px !important;
}

.savings-compare article > span {
  margin-bottom: 9px !important;
  font-size: 9px !important;
}

.savings-compare article strong {
  font-size: 17px !important;
}

.savings-compare article p {
  margin-top: 8px !important;
  font-size: 11px !important;
}

.savings-compare > b {
  width: 40px !important;
  height: 40px !important;
  border-width: 6px !important;
  font-size: 9px !important;
}

.savings-panel {
  padding: 20px !important;
}

.savings-panel input,
.savings-panel select {
  height: 42px !important;
}

.savings-range {
  margin: 15px 0 !important;
}

.savings-assumptions summary {
  padding: 11px 0 !important;
}

.savings-result {
  margin-top: 14px !important;
  padding: 17px !important;
}

.savings-result > strong {
  margin: 7px 0 3px !important;
}

.savings-result > strong small {
  font-size: 28px !important;
}

.savings-result > strong output {
  font-size: 52px !important;
}

.savings-result::after {
  width: 42px !important;
  height: 42px !important;
}

.savings-cta {
  padding: 13px 15px !important;
  font-size: 11px !important;
}

.savings-note {
  margin-top: 8px !important;
  font-size: 9px !important;
}

@media (max-width: 900px) {
  .savings-calculator-inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}
