.Nav-module__bLoQaq__nav{z-index:200;height:var(--nav-h);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--gray-light);background:#fffffff7;justify-content:space-between;align-items:center;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__bLoQaq__logo{align-items:center;text-decoration:none;display:flex}.Nav-module__bLoQaq__logoText{color:var(--blue);letter-spacing:.05em;font-size:20px;font-weight:900}.Nav-module__bLoQaq__links{align-items:center;gap:6px;margin:0;padding:0;list-style:none;display:flex}.Nav-module__bLoQaq__links li>a{color:var(--gray-dark);border-radius:var(--r-sm);letter-spacing:.02em;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.Nav-module__bLoQaq__links li>a:hover{background:var(--blue-xpale);color:var(--blue)}.Nav-module__bLoQaq__dropdown{position:relative}.Nav-module__bLoQaq__dropdown:after{content:"";height:8px;position:absolute;top:100%;left:0;right:0}.Nav-module__bLoQaq__dropdownMenu{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-md);opacity:0;pointer-events:none;min-width:240px;padding:8px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-6px);box-shadow:0 8px 32px #0000001a}.Nav-module__bLoQaq__dropdownMenuContact{min-width:200px}.Nav-module__bLoQaq__dropdown:hover .Nav-module__bLoQaq__dropdownMenu{opacity:1;pointer-events:all;transform:translateY(0)}.Nav-module__bLoQaq__dropdownCat{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;padding:8px 10px 4px;font-size:10px;font-weight:700}.Nav-module__bLoQaq__dropdownMenu a{color:var(--gray-dark);border-radius:var(--r-sm);padding:8px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s;display:block}.Nav-module__bLoQaq__dropdownMenu a:hover{background:var(--blue-xpale);color:var(--blue)}.Nav-module__bLoQaq__dropdownSep{background:var(--gray-light);height:1px;margin:6px 4px}.Nav-module__bLoQaq__subItem{position:relative}.Nav-module__bLoQaq__subItem:after{content:"";width:6px;height:100%;position:absolute;top:0;right:-6px}.Nav-module__bLoQaq__subCaret{color:var(--gray);margin-left:4px;font-size:11px;font-style:normal}.Nav-module__bLoQaq__subMenu{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-md);z-index:220;opacity:0;pointer-events:none;min-width:150px;padding:6px;transition:opacity .15s,transform .15s;position:absolute;top:0;left:calc(100% + 6px);transform:translate(-4px);box-shadow:0 8px 24px #0000001a}.Nav-module__bLoQaq__subItem:hover .Nav-module__bLoQaq__subMenu{opacity:1;pointer-events:all;transform:translate(0)}.Nav-module__bLoQaq__right{align-items:center;gap:20px;display:flex}.Nav-module__bLoQaq__phoneDropdown{position:relative}.Nav-module__bLoQaq__phoneDropdown:after{content:"";height:10px;position:absolute;top:100%;left:0;right:0}.Nav-module__bLoQaq__phone{color:var(--gray);cursor:pointer;white-space:nowrap;align-items:center;gap:5px;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.Nav-module__bLoQaq__phone:hover{color:var(--blue)}.Nav-module__bLoQaq__phoneCaret{width:10px;height:7px;color:var(--gray);flex-shrink:0;transition:transform .2s}.Nav-module__bLoQaq__phoneDropdown:hover .Nav-module__bLoQaq__phoneCaret{color:var(--blue);transform:rotate(180deg)}.Nav-module__bLoQaq__phoneMenu{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-md);z-index:210;opacity:0;pointer-events:none;min-width:200px;padding:6px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-6px);box-shadow:0 8px 32px #0000001a}.Nav-module__bLoQaq__phoneDropdown:hover .Nav-module__bLoQaq__phoneMenu{opacity:1;pointer-events:all;transform:translateY(0)}.Nav-module__bLoQaq__phoneOption{border-radius:var(--r-sm);cursor:pointer;flex-direction:column;gap:1px;width:100%;padding:8px 10px;text-decoration:none;transition:background .15s;display:flex}.Nav-module__bLoQaq__phoneOption:hover,.Nav-module__bLoQaq__phoneOptionActive{background:var(--blue-xpale)}.Nav-module__bLoQaq__phoneRegion{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.Nav-module__bLoQaq__phoneTel{color:var(--gray-dark);font-size:13px;font-weight:500}.Nav-module__bLoQaq__phoneCaretOpen{color:var(--blue);transform:rotate(180deg)}.Nav-module__bLoQaq__cta{background:var(--blue);color:var(--white);border-radius:var(--r-sm);letter-spacing:.03em;white-space:nowrap;align-items:center;gap:7px;padding:11px 22px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.Nav-module__bLoQaq__cta:hover{background:var(--blue-mid);transform:translateY(-1px);box-shadow:0 6px 20px #2850a04d}.Nav-module__bLoQaq__hamburger{cursor:pointer;border-radius:var(--r-sm);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;transition:background .15s;display:none}.Nav-module__bLoQaq__hamburger:hover{background:var(--gray-bg)}.Nav-module__bLoQaq__bar{background:var(--gray-dark);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .2s;display:block}.Nav-module__bLoQaq__bar1Open{transform:translateY(7px)rotate(45deg)}.Nav-module__bLoQaq__bar2Open{opacity:0;transform:scaleX(0)}.Nav-module__bLoQaq__bar3Open{transform:translateY(-7px)rotate(-45deg)}.Nav-module__bLoQaq__mobileMenu{top:var(--nav-h);background:var(--white);border-bottom:1px solid var(--gray-light);z-index:199;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;max-height:calc(100vh - var(--nav-h));opacity:0;pointer-events:none;transition:transform .25s,opacity .2s;position:fixed;left:0;right:0;overflow-y:auto;transform:translateY(-8px)}.Nav-module__bLoQaq__mobileMenuOpen{opacity:1;pointer-events:all;transform:translateY(0)}.Nav-module__bLoQaq__mobileSection{padding:16px 20px}.Nav-module__bLoQaq__mobileCat{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:700}.Nav-module__bLoQaq__mobileLink{color:var(--gray-dark);border-bottom:1px solid var(--gray-light);padding:10px 0;font-size:15px;font-weight:500;text-decoration:none;transition:color .15s;display:block}.Nav-module__bLoQaq__mobileLink:last-of-type{border-bottom:none}.Nav-module__bLoQaq__mobileLink:hover{color:var(--blue)}.Nav-module__bLoQaq__mobileLinkBtn{border:none;border-bottom:1px solid var(--gray-light);width:100%;color:var(--gray-dark);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;justify-content:space-between;align-items:center;padding:10px 0;font-family:inherit;font-size:15px;font-weight:500;display:flex}@media (hover:hover){.Nav-module__bLoQaq__mobileLinkBtn:hover{color:var(--blue)}}.Nav-module__bLoQaq__mobileSubCaret{color:var(--gray);flex-shrink:0;font-size:16px;transition:transform .2s;display:inline-block}.Nav-module__bLoQaq__mobileSubCaretOpen{transform:rotate(90deg)}.Nav-module__bLoQaq__mobileSubItems{border-bottom:1px solid var(--gray-light);padding-left:16px}.Nav-module__bLoQaq__mobileLinkIndented{color:var(--gray-dark);border-bottom:1px solid var(--gray-light);padding:9px 0;font-size:14px;font-weight:400;text-decoration:none;transition:color .15s;display:block}.Nav-module__bLoQaq__mobileLinkIndented:last-child{border-bottom:none}.Nav-module__bLoQaq__mobileLinkIndented:hover{color:var(--blue)}.Nav-module__bLoQaq__mobileSep{background:var(--gray-light);height:1px;margin:0 20px}.Nav-module__bLoQaq__mobileFooter{flex-direction:column;gap:12px;padding:20px 20px 32px;display:flex}.Nav-module__bLoQaq__mobilePhoneToggle{background:var(--blue-xpale);border:1px solid var(--blue-pale);border-radius:var(--r-sm);width:100%;color:var(--blue);cursor:pointer;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;font-weight:700;transition:background .15s;display:flex}.Nav-module__bLoQaq__mobilePhoneToggle:hover{background:var(--blue-pale)}.Nav-module__bLoQaq__mobilePhoneCaret{width:11px;height:8px;stroke:var(--blue);flex-shrink:0;transition:transform .2s}.Nav-module__bLoQaq__mobilePhoneCaretOpen{transform:rotate(180deg)}.Nav-module__bLoQaq__mobilePhoneList{flex-direction:column;gap:2px;margin-top:4px;display:flex}.Nav-module__bLoQaq__mobilePhone{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-sm);justify-content:space-between;align-items:center;padding:11px 14px;text-decoration:none;transition:background .15s;display:flex}.Nav-module__bLoQaq__mobilePhone:hover{background:var(--blue-xpale)}.Nav-module__bLoQaq__mobilePhoneRegion{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.Nav-module__bLoQaq__mobilePhoneTel{color:var(--gray-dark);font-size:14px;font-weight:600}.Nav-module__bLoQaq__backdrop{inset:0;top:var(--nav-h);z-index:198;background:#0000004d;position:fixed}@media (max-width:900px){.Nav-module__bLoQaq__nav{padding:0 20px}.Nav-module__bLoQaq__links{display:none}.Nav-module__bLoQaq__phoneDropdown,.Nav-module__bLoQaq__phoneMenu{visibility:hidden;display:none!important}.Nav-module__bLoQaq__cta{display:none}.Nav-module__bLoQaq__hamburger{display:flex}}
.Footer-module__Grjkva__footer{background:var(--black);padding:64px 0 28px}.Footer-module__Grjkva__top{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__Grjkva__logoWrap{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.Footer-module__Grjkva__logoWrap img{border-radius:5px;width:auto;height:48px}.Footer-module__Grjkva__logoDivider{background:#ffffff26;flex-shrink:0;width:1px;height:28px}.Footer-module__Grjkva__tagline{color:#ffffff59;margin-bottom:20px;font-size:13px;font-weight:300;line-height:1.6}.Footer-module__Grjkva__socials{gap:8px;display:flex}.Footer-module__Grjkva__social{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;text-decoration:none;transition:background .2s,transform .15s;display:flex}.Footer-module__Grjkva__social:hover{background:#ffffff1f;transform:translateY(-2px)}.Footer-module__Grjkva__socialFb{color:#1877f2}.Footer-module__Grjkva__socialLi{color:#0a66c2}.Footer-module__Grjkva__socialIg{color:#e1306c}.Footer-module__Grjkva__colTitle{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:700}.Footer-module__Grjkva__links{flex-direction:column;gap:9px;list-style:none;display:flex}.Footer-module__Grjkva__links a{color:#ffffff59;font-size:13px;font-weight:300;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__links a:hover{color:#ffffffb3}.Footer-module__Grjkva__linkDisabled{color:#fff3;cursor:default;font-size:13px;font-weight:300}.Footer-module__Grjkva__contactLinks{flex-direction:column;gap:9px;list-style:none;display:flex}.Footer-module__Grjkva__contactLinks a{color:#ffffff59;font-size:13px;font-weight:300;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__contactLinks a:hover{color:#ffffffb3}.Footer-module__Grjkva__contactItem{align-items:center;gap:8px;display:flex}.Footer-module__Grjkva__contactIcon{color:#ffffff40;flex-shrink:0;width:12px}.Footer-module__Grjkva__bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;display:flex}.Footer-module__Grjkva__copy{color:#fff3;font-size:12px;font-weight:300}.Footer-module__Grjkva__legal{gap:20px;display:flex}.Footer-module__Grjkva__legal a{color:#fff3;font-size:12px;font-weight:300;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__legal a:hover{color:#ffffff80}@media (max-width:960px){.Footer-module__Grjkva__top{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__Grjkva__top{grid-template-columns:1fr}}
@keyframes SubaruHero-module__zOrUYG__heroIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.SubaruHero-module__zOrUYG__heroAnim{animation:.7s cubic-bezier(.22,1,.36,1) both SubaruHero-module__zOrUYG__heroIn}.SubaruHero-module__zOrUYG__hero{padding-top:var(--nav-h);background:linear-gradient(135deg,#030d1f 0%,#0a1a38 55%,#001852 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.SubaruHero-module__zOrUYG__hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff08 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.SubaruHero-module__zOrUYG__glow1{pointer-events:none;background:radial-gradient(circle,#00308759,#0000 70%);width:700px;height:700px;position:absolute;top:-120px;right:-120px}.SubaruHero-module__zOrUYG__glow2{pointer-events:none;background:radial-gradient(circle,#05966912,#0000 70%);width:600px;height:600px;position:absolute;bottom:-100px;left:-100px}.SubaruHero-module__zOrUYG__inner{max-width:var(--max);z-index:2;width:100%;min-height:calc(100vh - var(--nav-h));grid-template-columns:1fr 1.4fr;grid-template-areas:"lefttop right""leftbottom right";gap:0 32px;margin:0 auto;padding:0 48px;display:grid;position:relative}.SubaruHero-module__zOrUYG__leftTop{flex-direction:column;grid-area:lefttop;justify-content:flex-end;padding-top:60px;padding-bottom:20px;display:flex}.SubaruHero-module__zOrUYG__leftBottom{flex-direction:column;grid-area:leftbottom;padding-bottom:60px;display:flex}.SubaruHero-module__zOrUYG__right{grid-area:right;justify-content:center;align-self:center;align-items:center;display:flex;position:relative}.SubaruHero-module__zOrUYG__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.SubaruHero-module__zOrUYG__eyebrow:before{content:"";background:#ffffff40;flex-shrink:0;width:28px;height:2px}.SubaruHero-module__zOrUYG__since{color:#ffffff47;letter-spacing:.04em;margin-bottom:10px;font-size:12px;font-weight:500}.SubaruHero-module__zOrUYG__h1{color:var(--white);letter-spacing:-.04em;margin-bottom:14px;font-size:clamp(52px,6vw,88px);font-weight:900;line-height:.9}.SubaruHero-module__zOrUYG__h1Sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.SubaruHero-module__zOrUYG__accroche{color:var(--blue-mid);margin-bottom:0;font-size:clamp(16px,1.8vw,20px);font-weight:600;line-height:1.25}.SubaruHero-module__zOrUYG__desc{color:#ffffff80;max-width:460px;margin-top:28px;margin-bottom:28px;font-size:15px;font-weight:300;line-height:1.75}.SubaruHero-module__zOrUYG__pills{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.SubaruHero-module__zOrUYG__pill{background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:10px;padding:9px 16px;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;display:flex}.SubaruHero-module__zOrUYG__pill:hover{background:#2850a04d;border-color:#2850a080;transform:translateY(-1px)}.SubaruHero-module__zOrUYG__dot{background:var(--green);border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 4px #05966933}.SubaruHero-module__zOrUYG__dotSoon{box-shadow:none;background:#ffffff40}.SubaruHero-module__zOrUYG__pillName{color:var(--white);font-size:12px;font-weight:700}.SubaruHero-module__zOrUYG__pillBadge{color:#ffffff73;font-size:10px;font-weight:600}.SubaruHero-module__zOrUYG__specsStrip{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;gap:0;margin-bottom:36px;padding:18px 0;display:flex}.SubaruHero-module__zOrUYG__spec{border-right:1px solid #ffffff14;flex-direction:column;flex:1;padding:0 16px;display:flex}.SubaruHero-module__zOrUYG__spec:first-child{padding-left:0}.SubaruHero-module__zOrUYG__spec:last-child{border-right:none}.SubaruHero-module__zOrUYG__specVal{color:var(--white);letter-spacing:-.02em;font-size:20px;font-weight:900;line-height:1}.SubaruHero-module__zOrUYG__specKey{color:#ffffff59;text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:9px;font-weight:500}.SubaruHero-module__zOrUYG__ctas{flex-wrap:wrap;gap:12px;display:flex}.SubaruHero-module__zOrUYG__btnPrimary{background:var(--blue);color:var(--white);font-family:var(--font);border-radius:var(--r);letter-spacing:.02em;align-items:center;gap:8px;padding:15px 30px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.SubaruHero-module__zOrUYG__btnPrimary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #2850a066}.SubaruHero-module__zOrUYG__btnGhost{color:#ffffffb3;font-family:var(--font);border-radius:var(--r);background:0 0;border:1px solid #fff3;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.SubaruHero-module__zOrUYG__btnGhost:hover{color:var(--white);border-color:#ffffff80}.SubaruHero-module__zOrUYG__carArea{width:100%;position:relative}.SubaruHero-module__zOrUYG__right:before{content:"";filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(at 55%,#00308766 0%,#0000 65%);position:absolute;inset:-40px -60px}.SubaruHero-module__zOrUYG__carOuter{aspect-ratio:16/9;z-index:1;width:100%;position:relative;overflow:hidden;-webkit-mask-image:radial-gradient(94% 92% at 52%,#000 45%,#0000 88%);mask-image:radial-gradient(94% 92% at 52%,#000 45%,#0000 88%)}.SubaruHero-module__zOrUYG__car{transform-origin:50%;transform:scale(1.85)}.SubaruHero-module__zOrUYG__priceBadge{-webkit-backdrop-filter:blur(16px);border-radius:var(--r-md);text-align:center;z-index:2;background:#ffffff1a;border:1px solid #ffffff2e;min-width:110px;padding:11px 14px;position:absolute;bottom:14%;right:4%}.SubaruHero-module__zOrUYG__pbModel{color:var(--green-mid);letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;font-size:8px;font-weight:700}.SubaruHero-module__zOrUYG__pbFrom{color:#fff6;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:9px}.SubaruHero-module__zOrUYG__pbVal{color:var(--white);letter-spacing:-.02em;justify-content:center;align-items:baseline;gap:4px;font-size:18px;font-weight:900;line-height:1;display:flex}.SubaruHero-module__zOrUYG__pbTtc{color:#fff6;letter-spacing:.04em;font-size:10px;font-weight:400}.SubaruHero-module__zOrUYG__scrollIndicator{color:#fff6;letter-spacing:.2em;text-transform:uppercase;z-index:3;pointer-events:none;flex-direction:column;align-items:center;gap:8px;font-size:10px;font-weight:700;animation:2.6s ease-in-out infinite SubaruHero-module__zOrUYG__scrollHint;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.SubaruHero-module__zOrUYG__scrollMouse{border:1.5px solid #ffffff4d;border-radius:12px;width:22px;height:34px;position:relative}.SubaruHero-module__zOrUYG__scrollMouse:after{content:"";background:#ffffffb3;border-radius:2px;width:3px;height:7px;animation:1.8s ease-in-out infinite SubaruHero-module__zOrUYG__scrollWheel;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes SubaruHero-module__zOrUYG__scrollHint{0%,to{opacity:.5;transform:translate(-50%)}50%{opacity:1;transform:translate(-50%,4px)}}@keyframes SubaruHero-module__zOrUYG__scrollWheel{0%{opacity:1;top:6px}80%,to{opacity:0;top:18px}}@media (max-width:960px){.SubaruHero-module__zOrUYG__inner{grid-template-columns:1fr;grid-template-areas:"lefttop""right""leftbottom";row-gap:8px;min-height:auto;padding:12px 20px 40px}.SubaruHero-module__zOrUYG__leftTop{padding-top:0;padding-bottom:0}.SubaruHero-module__zOrUYG__leftBottom{padding-bottom:0}.SubaruHero-module__zOrUYG__right:before,.SubaruHero-module__zOrUYG__scrollIndicator{display:none}.SubaruHero-module__zOrUYG__carArea{margin:0 -20px}.SubaruHero-module__zOrUYG__carOuter{-webkit-mask-image:radial-gradient(98% 94% at 52%,#000 40%,#0000 85%);mask-image:radial-gradient(98% 94% at 52%,#000 40%,#0000 85%)}.SubaruHero-module__zOrUYG__priceBadge{white-space:nowrap;min-width:100px;padding:10px 14px;bottom:-18px;left:auto;right:16px;transform:none}.SubaruHero-module__zOrUYG__pbVal{font-size:16px}.SubaruHero-module__zOrUYG__pbFrom,.SubaruHero-module__zOrUYG__pbModel{font-size:7px}}@media (max-width:600px){.SubaruHero-module__zOrUYG__specsStrip{grid-template-columns:1fr 1fr;gap:16px 0;display:grid}.SubaruHero-module__zOrUYG__spec{flex:unset;border-right:none;padding:0 12px}.SubaruHero-module__zOrUYG__spec:nth-child(odd){border-right:1px solid #ffffff14;padding-left:0}.SubaruHero-module__zOrUYG__pills,.SubaruHero-module__zOrUYG__ctas{flex-direction:column}.SubaruHero-module__zOrUYG__btnPrimary,.SubaruHero-module__zOrUYG__btnGhost{justify-content:center;width:100%}}
.SubaruStats-module__1HN-cG__strip{background:#0a1628f2;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:24px 0}.SubaruStats-module__1HN-cG__inner{max-width:var(--max);grid-template-columns:repeat(5,1fr);gap:0;margin:0 auto;padding:0 48px;display:grid}.SubaruStats-module__1HN-cG__item{text-align:center;border-right:1px solid #ffffff14;flex-direction:column;align-items:center;padding:0 16px;display:flex}.SubaruStats-module__1HN-cG__item:last-child{border-right:none}.SubaruStats-module__1HN-cG__val{color:var(--white);letter-spacing:-.02em;margin-bottom:4px;font-size:26px;font-weight:900;line-height:1}.SubaruStats-module__1HN-cG__lbl{letter-spacing:.1em;text-transform:uppercase;color:#fff6;font-size:9px;font-weight:600}@media (max-width:960px){.SubaruStats-module__1HN-cG__inner{grid-template-columns:repeat(3,1fr);gap:20px 0;padding:0 20px}.SubaruStats-module__1HN-cG__item:nth-child(3){border-right:none}}@media (max-width:580px){.SubaruStats-module__1HN-cG__inner{grid-template-columns:repeat(2,1fr)}.SubaruStats-module__1HN-cG__item{border-right:none;padding:12px 8px}.SubaruStats-module__1HN-cG__val{font-size:22px}}
.SubaruIntro-module__Bu2okG__section{background:var(--white);padding:96px 0 72px}.SubaruIntro-module__Bu2okG__inner{max-width:var(--max);grid-template-columns:1fr 1fr;align-items:start;gap:80px;margin:0 auto;padding:0 48px;display:grid}.SubaruIntro-module__Bu2okG__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:700;display:inline-flex}.SubaruIntro-module__Bu2okG__tag:before{content:"";background:var(--blue);width:24px;height:2px}.SubaruIntro-module__Bu2okG__h2{color:var(--black);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(32px,4vw,52px);font-weight:900;line-height:1}.SubaruIntro-module__Bu2okG__paragraphs{flex-direction:column;gap:20px;display:flex}.SubaruIntro-module__Bu2okG__paragraphs p{color:var(--gray-dark);font-size:16px;font-weight:300;line-height:1.75}.SubaruIntro-module__Bu2okG__encart{background:var(--gray-bg);border:1px solid var(--gray-light);border-left:4px solid var(--blue);border-radius:var(--r);flex-direction:column;gap:10px;padding:28px 32px;display:flex}.SubaruIntro-module__Bu2okG__encartYear{color:var(--blue);letter-spacing:-.03em;font-size:48px;font-weight:900;line-height:1}.SubaruIntro-module__Bu2okG__encartText{color:var(--gray-dark);font-size:14px;font-weight:500;line-height:1.5}.SubaruIntro-module__Bu2okG__timeline{grid-column:1/-1;margin-top:40px;padding:48px 0 16px;position:relative}.SubaruIntro-module__Bu2okG__timelineLine{background:linear-gradient(to right, transparent 0%, var(--blue-pale) 8%, var(--blue) 50%, var(--blue-pale) 92%, transparent 100%);z-index:0;height:2px;position:absolute;top:80px;left:8%;right:8%}.SubaruIntro-module__Bu2okG__milestones{z-index:1;grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}.SubaruIntro-module__Bu2okG__milestone{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:0 16px;display:flex}.SubaruIntro-module__Bu2okG__msText{text-align:inherit;flex-direction:column;gap:6px;display:flex}.SubaruIntro-module__Bu2okG__msDot{background:var(--white);border:2px solid var(--blue);width:56px;height:56px;color:var(--blue);box-shadow:0 0 0 6px var(--blue-xpale);border-radius:50%;justify-content:center;align-items:center;font-size:22px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.SubaruIntro-module__Bu2okG__msDotCurrent{background:var(--blue);color:var(--white);box-shadow:0 0 0 6px var(--blue-pale), 0 8px 24px #2850a04d}.SubaruIntro-module__Bu2okG__msDotCurrent:after{content:"";border:2px solid var(--blue);border-radius:50%;animation:2s ease-in-out infinite SubaruIntro-module__Bu2okG__pulse;position:absolute;inset:-4px}@keyframes SubaruIntro-module__Bu2okG__pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.25)}}.SubaruIntro-module__Bu2okG__msDot svg{width:22px;height:22px}.SubaruIntro-module__Bu2okG__milestone:hover .SubaruIntro-module__Bu2okG__msDot{transform:translateY(-3px)scale(1.04)}.SubaruIntro-module__Bu2okG__msYear{color:var(--black);letter-spacing:-.02em;font-size:22px;font-weight:900;line-height:1}.SubaruIntro-module__Bu2okG__msYearCurrent{color:var(--blue)}.SubaruIntro-module__Bu2okG__msTitle{color:var(--black);letter-spacing:-.01em;max-width:200px;font-size:13px;font-weight:700;line-height:1.3}.SubaruIntro-module__Bu2okG__msDesc{color:var(--gray);max-width:220px;font-size:12px;font-weight:400;line-height:1.55}@media (max-width:960px){.SubaruIntro-module__Bu2okG__section{padding:56px 0 48px}.SubaruIntro-module__Bu2okG__inner{grid-template-columns:1fr;gap:28px;padding:0 20px}.SubaruIntro-module__Bu2okG__timeline{margin-top:16px;padding:0}.SubaruIntro-module__Bu2okG__timelineLine{display:none}.SubaruIntro-module__Bu2okG__milestones{grid-template-columns:1fr;gap:10px}.SubaruIntro-module__Bu2okG__milestone{text-align:left;background:var(--gray-bg);border:1px solid var(--gray-light);border-radius:var(--r);flex-direction:row;align-items:center;gap:14px;padding:14px 16px}.SubaruIntro-module__Bu2okG__msDotCurrent{box-shadow:0 0 0 4px var(--blue-pale), 0 4px 14px #2850a040}.SubaruIntro-module__Bu2okG__msDot{flex-shrink:0;width:48px;height:48px}.SubaruIntro-module__Bu2okG__msText{text-align:left;gap:2px}.SubaruIntro-module__Bu2okG__msYear{max-width:none;font-size:15px}.SubaruIntro-module__Bu2okG__msTitle{max-width:none;font-size:13px;font-weight:700}.SubaruIntro-module__Bu2okG__msDesc{max-width:none;color:var(--gray);font-size:11px}}
.Car360Pinned-module__92_Vna__track{width:100%;min-height:var(--track-min,220vh);position:relative}.Car360Pinned-module__92_Vna__sticky{top:var(--nav-h);height:calc(100vh - var(--nav-h));align-items:center;display:flex;position:sticky;overflow:hidden}.Car360Pinned-module__92_Vna__grid{width:100%;max-width:var(--max);grid-template-columns:1fr 1.05fr;align-items:center;gap:48px;margin:0 auto;padding:0 48px;display:grid}.Car360Pinned-module__92_Vna__textCol{min-width:0}.Car360Pinned-module__92_Vna__carCol{width:100%;min-width:0}.Car360Pinned-module__92_Vna__viewer{aspect-ratio:16/10;background:var(--gray-bg);border:1px solid var(--gray-light);border-radius:var(--rl);-webkit-user-select:none;user-select:none;width:100%;position:relative;overflow:hidden}.Car360Pinned-module__92_Vna__viewer.Car360Pinned-module__92_Vna__dark{background:0 0;border-color:#ffffff14}.Car360Pinned-module__92_Vna__stage{padding:4% 6%;position:absolute;inset:0}.Car360Pinned-module__92_Vna__frame{opacity:0;justify-content:center;align-items:center;transition:opacity .25s ease-out;display:flex;position:absolute;inset:4% 6%}.Car360Pinned-module__92_Vna__frame.Car360Pinned-module__92_Vna__active{opacity:1}.Car360Pinned-module__92_Vna__frame img{object-fit:contain;width:100%;height:100%;display:block}.Car360Pinned-module__92_Vna__progress{z-index:3;color:#ffffffeb;letter-spacing:.04em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:#111827c7;border-radius:999px;align-items:center;gap:8px;padding:6px 10px 6px 8px;font-size:11px;font-weight:700;display:flex;position:absolute;top:16px;right:16px}.Car360Pinned-module__92_Vna__progressRing{background:conic-gradient(var(--blue-mid) calc(var(--p,0) * 1%), #ffffff2e 0);border-radius:50%;width:16px;height:16px;position:relative}.Car360Pinned-module__92_Vna__progressRing:after{content:"";background:#111827;border-radius:50%;position:absolute;inset:3px}.Car360Pinned-module__92_Vna__viewer.Car360Pinned-module__92_Vna__dark .Car360Pinned-module__92_Vna__progressRing:after{background:#0f1f3a}.Car360Pinned-module__92_Vna__hint{z-index:3;color:#ffffffeb;letter-spacing:.04em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;white-space:nowrap;background:#111827c7;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:11px;font-weight:600;transition:opacity .4s;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.Car360Pinned-module__92_Vna__hintHidden{opacity:0}.Car360Pinned-module__92_Vna__hintIcon{width:14px;height:14px;animation:1.6s ease-in-out infinite Car360Pinned-module__92_Vna__scrollHintBounce}@keyframes Car360Pinned-module__92_Vna__scrollHintBounce{0%,to{opacity:.75;transform:translateY(0)}50%{opacity:1;transform:translateY(3px)}}@media (max-width:960px){.Car360Pinned-module__92_Vna__track{min-height:0!important}.Car360Pinned-module__92_Vna__sticky{height:auto;position:static;overflow:visible}.Car360Pinned-module__92_Vna__grid{grid-template-columns:1fr;gap:32px;padding:0 20px}.Car360Pinned-module__92_Vna__carCol{order:-1}}@media (prefers-reduced-motion:reduce){.Car360Pinned-module__92_Vna__frame{transition:none}.Car360Pinned-module__92_Vna__hintIcon{animation:none}}
.MarquesDropdown-module__EPeawa__wrap{display:inline-block;position:relative}.MarquesDropdown-module__EPeawa__wrap:after{content:"";height:8px;position:absolute;top:100%;left:0;right:0}.MarquesDropdown-module__EPeawa__trigger{white-space:nowrap;cursor:pointer;align-items:center;gap:4px;text-decoration:none;transition:color .2s;display:inline-flex}.MarquesDropdown-module__EPeawa__caret{font-size:10px;line-height:1;transition:transform .2s}.MarquesDropdown-module__EPeawa__wrap:hover .MarquesDropdown-module__EPeawa__caret{transform:translateY(1px)}.MarquesDropdown-module__EPeawa__menu{opacity:0;pointer-events:none;z-index:1000;background:#fff;border:1px solid #e3dcce;border-radius:8px;min-width:240px;padding:8px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-6px);box-shadow:0 8px 32px #0000001a}.MarquesDropdown-module__EPeawa__wrap:hover .MarquesDropdown-module__EPeawa__menu{opacity:1;pointer-events:all;transform:translateY(0)}.MarquesDropdown-module__EPeawa__cat{color:#003f87;letter-spacing:.1em;text-transform:uppercase;padding:8px 10px 4px;font-size:10px;font-weight:700}.MarquesDropdown-module__EPeawa__menu a{color:#1a1a1a;border-radius:4px;padding:8px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s;display:block}.MarquesDropdown-module__EPeawa__menu a:hover{color:#003f87;background:#f0f4fa}.MarquesDropdown-module__EPeawa__sep{background:#e3dcce;height:1px;margin:6px 4px}.MarquesDropdown-module__EPeawa__subItem{position:relative}.MarquesDropdown-module__EPeawa__subItem:after{content:"";width:6px;height:100%;position:absolute;top:0;right:-6px}.MarquesDropdown-module__EPeawa__subCaret{color:#7a7468;margin-left:4px;font-size:11px;font-style:normal}.MarquesDropdown-module__EPeawa__subMenu{z-index:1010;opacity:0;pointer-events:none;background:#fff;border:1px solid #e3dcce;border-radius:8px;min-width:150px;padding:6px;transition:opacity .15s,transform .15s;position:absolute;top:0;left:calc(100% + 6px);transform:translate(-4px);box-shadow:0 8px 24px #0000001a}.MarquesDropdown-module__EPeawa__subItem:hover .MarquesDropdown-module__EPeawa__subMenu{opacity:1;pointer-events:all;transform:translate(0)}
.BrandNav-module__sAoZba__nav{z-index:100;background:#fff;border-bottom:1px solid #e3dcce;position:sticky;top:0}.BrandNav-module__sAoZba__inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:18px 48px;display:flex}.BrandNav-module__sAoZba__left{align-items:center;gap:20px;display:flex}.BrandNav-module__sAoZba__homeBtn{color:#1a1a1a;border:1px solid #e3dcce;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.BrandNav-module__sAoZba__homeBtn svg{width:16px;height:16px}.BrandNav-module__sAoZba__homeBtn:hover{color:#c8371a;background:#f5f0e8;border-color:#c8371a}.BrandNav-module__sAoZba__navLink{color:#1a1a1a;white-space:nowrap;font-size:12px;font-weight:600;text-decoration:none;transition:color .2s}.BrandNav-module__sAoZba__navLink:hover{color:#c8371a}.BrandNav-module__sAoZba__sep{background:#e3dcce;flex-shrink:0;width:1px;height:22px}.BrandNav-module__sAoZba__brand{letter-spacing:.04em;color:#1a1a1a;text-transform:uppercase;white-space:nowrap;font-size:20px;font-weight:900}.BrandNav-module__sAoZba__brandLogo{object-fit:contain;flex-shrink:0;width:auto;height:28px;display:block}.BrandNav-module__sAoZba__brandLogoInvert{filter:invert()}.BrandNav-module__sAoZba__brandLogo~.BrandNav-module__sAoZba__brand{display:none}.BrandNav-module__sAoZba__territories{color:#7a7468;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;border-left:1px solid #e3dcce;padding-left:14px;font-size:10px}.BrandNav-module__sAoZba__cta{color:#fff;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;background:#c8371a;padding:12px 22px;font-size:11px;font-weight:700;text-decoration:none;transition:background .2s}.BrandNav-module__sAoZba__cta:hover{background:#a82d14}.BrandNav-module__sAoZba__dropdownSlot{display:inline-block}@media (max-width:960px){.BrandNav-module__sAoZba__inner{height:52px;padding:0 20px}.BrandNav-module__sAoZba__territories,.BrandNav-module__sAoZba__sep,.BrandNav-module__sAoZba__navLink,.BrandNav-module__sAoZba__dropdownSlot{display:none}.BrandNav-module__sAoZba__left{flex:1;gap:12px;min-width:0}.BrandNav-module__sAoZba__homeBtn{width:32px;height:32px}.BrandNav-module__sAoZba__homeBtn svg{width:15px;height:15px}.BrandNav-module__sAoZba__brand{text-overflow:ellipsis;flex:1;font-size:15px;overflow:hidden}.BrandNav-module__sAoZba__brandLogo{display:none}.BrandNav-module__sAoZba__brandLogo~.BrandNav-module__sAoZba__brand{display:block}.BrandNav-module__sAoZba__cta{flex-shrink:0;padding:9px 14px;font-size:10px}}@media (max-width:640px){.BrandNav-module__sAoZba__inner{height:50px;padding:0 16px}.BrandNav-module__sAoZba__left{gap:10px}.BrandNav-module__sAoZba__brand{font-size:12px}.BrandNav-module__sAoZba__cta{letter-spacing:.06em;padding:7px 10px;font-size:9px}}
.ManHero-module__J8Vr6a__hero{padding-top:var(--nav-h);background:#1f2937;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.ManHero-module__J8Vr6a__grid{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.ManHero-module__J8Vr6a__accent{background:linear-gradient(180deg, var(--anthracite) 0%, #6b7280 100%);width:5px;position:absolute;top:0;bottom:0;left:0}.ManHero-module__J8Vr6a__inner{max-width:var(--max);z-index:2;width:100%;min-height:calc(100vh - var(--nav-h));grid-template-columns:1fr 1fr;grid-template-areas:"leftTop right""leftBottom right";align-items:center;gap:0 64px;margin:0 auto;padding:60px 48px;display:grid;position:relative}.ManHero-module__J8Vr6a__leftTop{grid-area:leftTop;padding-top:20px}.ManHero-module__J8Vr6a__leftBottom{grid-area:leftBottom;padding-bottom:20px}.ManHero-module__J8Vr6a__right{flex-direction:column;grid-area:right;align-self:center;align-items:center;gap:20px;display:flex;position:relative}.ManHero-module__J8Vr6a__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#fff6;align-items:center;gap:8px;margin-bottom:22px;font-size:11px;font-weight:700;display:inline-flex}.ManHero-module__J8Vr6a__eyebrow:before{content:"";background:#ffffff4d;width:28px;height:2px}.ManHero-module__J8Vr6a__brand{color:#fff3;letter-spacing:.3em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:800}.ManHero-module__J8Vr6a__h1{color:var(--white);letter-spacing:-.04em;margin-bottom:8px;font-size:clamp(56px,7vw,104px);font-weight:900;line-height:.88}.ManHero-module__J8Vr6a__h1 span{color:#ffffff40;letter-spacing:.1em;font-size:.5em;font-weight:300;display:block}.ManHero-module__J8Vr6a__tagline{color:#ffffff80;letter-spacing:.02em;margin-bottom:0;font-size:clamp(15px,1.6vw,20px);font-weight:300}.ManHero-module__J8Vr6a__pills{flex-wrap:wrap;gap:8px;margin-top:28px;margin-bottom:28px;display:flex}.ManHero-module__J8Vr6a__pill{letter-spacing:.04em;color:#ffffffa6;background:#ffffff14;border:1px solid #ffffff1f;border-radius:30px;align-items:center;gap:7px;padding:7px 14px;font-size:11px;font-weight:600;display:inline-flex}.ManHero-module__J8Vr6a__pillHot{color:#fca5a5;background:#dc262626;border-color:#dc26264d}.ManHero-module__J8Vr6a__ctas{flex-wrap:wrap;gap:12px;margin-bottom:36px;display:flex}.ManHero-module__J8Vr6a__btnPrimary{background:var(--white);color:#1f2937;font-family:var(--font);border-radius:var(--r);cursor:pointer;letter-spacing:.02em;border:none;align-items:center;gap:8px;padding:15px 30px;font-size:14px;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.ManHero-module__J8Vr6a__btnPrimary:hover{background:var(--gray-bg);transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.ManHero-module__J8Vr6a__btnOutline{color:#ffffffb3;font-family:var(--font);border-radius:var(--r);background:0 0;border:1.5px solid #fff3;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ManHero-module__J8Vr6a__btnOutline:hover{background:#ffffff0f;border-color:#fff6}.ManHero-module__J8Vr6a__stats{border-radius:var(--r);border:1px solid #ffffff1a;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.ManHero-module__J8Vr6a__stat{text-align:center;background:#ffffff08;border-right:1px solid #ffffff14;padding:14px 12px}.ManHero-module__J8Vr6a__stat:last-child{border-right:none}.ManHero-module__J8Vr6a__statVal{color:var(--white);letter-spacing:-.02em;margin-bottom:3px;font-size:18px;font-weight:900;line-height:1}.ManHero-module__J8Vr6a__statKey{color:#ffffff59;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:600}.ManHero-module__J8Vr6a__badge{background:var(--red);color:var(--white);letter-spacing:.08em;text-transform:uppercase;z-index:3;border-radius:20px;padding:5px 12px;font-size:10px;font-weight:800;position:absolute;top:0;right:0}.ManHero-module__J8Vr6a__imgWrap{border-radius:var(--r-xl);background:#ffffff0a;border:1px solid #ffffff14;width:100%;animation:.7s cubic-bezier(.22,1,.36,1) both ManHero-module__J8Vr6a__fadeUp;overflow:hidden}.ManHero-module__J8Vr6a__img{object-fit:contain;padding:20px;display:block}@keyframes ManHero-module__J8Vr6a__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ManHero-module__J8Vr6a__selector{gap:8px;width:100%;display:flex}.ManHero-module__J8Vr6a__vsBtn{font-family:var(--font);border-radius:var(--r);color:#ffffff73;cursor:pointer;text-align:center;letter-spacing:.04em;background:#ffffff0a;border:1.5px solid #ffffff1f;flex:1;padding:10px 14px;font-size:12px;font-weight:700;transition:all .2s}.ManHero-module__J8Vr6a__vsBtn:hover,.ManHero-module__J8Vr6a__vsBtnActive{color:var(--white);background:#ffffff1a;border-color:#ffffff4d}@media (max-width:960px){.ManHero-module__J8Vr6a__inner{grid-template-columns:1fr;grid-template-areas:"leftTop""right""leftBottom";gap:32px 0;min-height:auto;padding:32px 20px 48px}.ManHero-module__J8Vr6a__leftTop{padding-top:0}.ManHero-module__J8Vr6a__leftBottom{padding-bottom:0}.ManHero-module__J8Vr6a__stats{grid-template-columns:1fr 1fr}.ManHero-module__J8Vr6a__badge{position:absolute;top:16px;right:0}}@media (max-width:600px){.ManHero-module__J8Vr6a__statVal{font-size:15px}.ManHero-module__J8Vr6a__btnPrimary,.ManHero-module__J8Vr6a__btnOutline{justify-content:center;width:100%}.ManHero-module__J8Vr6a__ctas{flex-direction:column}}
.SkyworthHero-module__SijB1q__hero{padding-top:var(--nav-h);background:#0a1628;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.SkyworthHero-module__SijB1q__hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.SkyworthHero-module__SijB1q__glowGreen{pointer-events:none;background:radial-gradient(circle,#10b9811f,#0000 70%);width:600px;height:600px;position:absolute;bottom:-100px;left:-100px}.SkyworthHero-module__SijB1q__glowBlue{pointer-events:none;background:radial-gradient(circle,#2850a033,#0000 70%);width:500px;height:500px;position:absolute;top:-80px;right:-80px}.SkyworthHero-module__SijB1q__inner{max-width:var(--max);z-index:2;width:100%;min-height:calc(100vh - var(--nav-h));grid-template-columns:1fr 1.1fr;grid-template-areas:"lefttop right""leftbottom right";gap:0 40px;margin:0 auto;padding:0 48px;display:grid;position:relative}.SkyworthHero-module__SijB1q__leftTop{flex-direction:column;grid-area:lefttop;justify-content:flex-end;padding-top:60px;display:flex}.SkyworthHero-module__SijB1q__leftBottom{flex-direction:column;grid-area:leftbottom;padding-bottom:60px;display:flex}.SkyworthHero-module__SijB1q__right{grid-area:right;justify-content:center;align-self:center;align-items:center;display:flex;position:relative}.SkyworthHero-module__SijB1q__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--green-mid);align-items:center;gap:8px;margin-bottom:22px;font-size:11px;font-weight:700;display:flex}.SkyworthHero-module__SijB1q__eyebrow:before{content:"";background:var(--green-mid);flex-shrink:0;width:28px;height:2px}.SkyworthHero-module__SijB1q__brand{color:#ffffff59;letter-spacing:.2em;text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:800}.SkyworthHero-module__SijB1q__h1{color:var(--white);letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(48px,6vw,84px);font-weight:900;line-height:.92}.SkyworthHero-module__SijB1q__sub{color:#ffffff73;letter-spacing:.04em;margin-bottom:0;font-size:clamp(16px,1.8vw,22px);font-style:italic;font-weight:300}.SkyworthHero-module__SijB1q__desc{color:#ffffff8c;max-width:440px;margin-top:28px;margin-bottom:32px;font-size:15px;font-weight:300;line-height:1.7}.SkyworthHero-module__SijB1q__autonomie{background:#10b9811f;border:1px solid #10b9814d;border-radius:6px;align-items:baseline;gap:6px;width:fit-content;margin-bottom:32px;padding:12px 18px;display:inline-flex}.SkyworthHero-module__SijB1q__autoVal{color:var(--green-mid);letter-spacing:-.03em;font-size:36px;font-weight:900;line-height:1}.SkyworthHero-module__SijB1q__autoWrap{flex-direction:column;display:flex}.SkyworthHero-module__SijB1q__autoUnit{color:#fff9;font-size:14px;font-weight:600}.SkyworthHero-module__SijB1q__autoLabel{color:#ffffff59;letter-spacing:.08em;text-transform:uppercase;margin-top:2px;font-size:10px;font-weight:500}.SkyworthHero-module__SijB1q__ctas{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.SkyworthHero-module__SijB1q__btnPrimary{background:var(--green);color:var(--white);font-family:var(--font);border-radius:var(--r);letter-spacing:.02em;align-items:center;gap:8px;padding:15px 30px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.SkyworthHero-module__SijB1q__btnPrimary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 24px #05966966}.SkyworthHero-module__SijB1q__btnGhost{color:#ffffffbf;font-family:var(--font);border-radius:var(--r);background:0 0;border:1px solid #fff3;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.SkyworthHero-module__SijB1q__btnGhost:hover{color:var(--white);border-color:#ffffff80}.SkyworthHero-module__SijB1q__specsStrip{flex-wrap:wrap;gap:32px;display:flex}.SkyworthHero-module__SijB1q__spec{flex-direction:column;gap:2px;display:flex}.SkyworthHero-module__SijB1q__specVal{color:var(--white);letter-spacing:-.02em;font-size:22px;font-weight:900}.SkyworthHero-module__SijB1q__specKey{color:#ffffff59;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:500}.SkyworthHero-module__SijB1q__carWrap{width:100%;max-width:620px;position:relative}.SkyworthHero-module__SijB1q__car{object-fit:contain;filter:drop-shadow(0 30px 60px #10b98126);width:100%}.SkyworthHero-module__SijB1q__priceBadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#ffffff12;border:1px solid #ffffff1f;border-radius:10px;padding:16px 20px;position:absolute;bottom:20px;right:10px}.SkyworthHero-module__SijB1q__pbFrom{color:#fff6;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:10px}.SkyworthHero-module__SijB1q__pbVal{color:var(--white);letter-spacing:-.02em;font-size:22px;font-weight:900;line-height:1}.SkyworthHero-module__SijB1q__pbSub{color:var(--green-mid);margin-top:4px;font-size:10px;font-weight:500}@media (max-width:960px){.SkyworthHero-module__SijB1q__inner{grid-template-columns:1fr;grid-template-areas:"lefttop""right""leftbottom";row-gap:28px;min-height:auto;padding:40px 20px 60px}.SkyworthHero-module__SijB1q__leftTop{padding-top:0}.SkyworthHero-module__SijB1q__leftBottom{padding-bottom:0}.SkyworthHero-module__SijB1q__priceBadge{padding:8px 12px;bottom:12px;right:8px}.SkyworthHero-module__SijB1q__pbVal{font-size:15px}.SkyworthHero-module__SijB1q__pbFrom,.SkyworthHero-module__SijB1q__pbSub{font-size:9px}}@media (max-width:600px){.SkyworthHero-module__SijB1q__specsStrip{gap:20px}.SkyworthHero-module__SijB1q__specVal{font-size:18px}.SkyworthHero-module__SijB1q__ctas{flex-direction:column}.SkyworthHero-module__SijB1q__btnPrimary,.SkyworthHero-module__SijB1q__btnGhost{justify-content:center;width:100%}}
.ManTicker-module__2ScnFG__ticker{background:var(--anthracite);color:var(--white);white-space:nowrap;padding:10px 0;overflow:hidden}.ManTicker-module__2ScnFG__inner{animation:30s linear infinite ManTicker-module__2ScnFG__ticker;display:inline-flex}.ManTicker-module__2ScnFG__item{letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;align-items:center;gap:12px;padding:0 32px;font-size:11px;font-weight:700;display:inline-flex}.ManTicker-module__2ScnFG__item:after{content:"";background:#ffffff4d;border-radius:50%;width:4px;height:4px}@keyframes ManTicker-module__2ScnFG__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}
.Hero-module__Vtspxq__hero{padding-top:var(--nav-h);background:var(--white);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Vtspxq__hero:before{content:"";pointer-events:none;opacity:.35;background-image:radial-gradient(circle,#d1d5db 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.Hero-module__Vtspxq__accent{background:linear-gradient(180deg, var(--blue) 0%, var(--blue-mid) 100%);width:6px;position:absolute;top:0;bottom:0;left:0}.Hero-module__Vtspxq__inner{max-width:var(--max);z-index:2;width:100%;min-height:calc(100vh - var(--nav-h));grid-template-columns:1fr 1fr;grid-template-areas:"lefttop right""leftbottom right";gap:0 40px;margin:0 auto;padding:0 48px;display:grid;position:relative}.Hero-module__Vtspxq__leftTop{flex-direction:column;grid-area:lefttop;padding-top:60px;display:flex}.Hero-module__Vtspxq__leftBottom{flex-direction:column;grid-area:leftbottom;padding-bottom:60px;display:flex}.Hero-module__Vtspxq__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;margin-bottom:22px;font-size:11px;font-weight:700;display:inline-flex}.Hero-module__Vtspxq__tag:before{content:"";background:var(--blue);flex-shrink:0;width:32px;height:2px}.Hero-module__Vtspxq__h1{color:var(--black);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(44px,5.5vw,76px);font-weight:900;line-height:.95}.Hero-module__Vtspxq__accentText{color:var(--blue);display:block}.Hero-module__Vtspxq__sub{color:var(--gray);max-width:440px;margin-bottom:36px;font-size:clamp(15px,1.6vw,18px);font-weight:300;line-height:1.65}.Hero-module__Vtspxq__stats{border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);gap:0;margin-bottom:36px;padding:20px 0;display:flex}.Hero-module__Vtspxq__stat{text-align:center;flex:1;padding:0 20px}.Hero-module__Vtspxq__stat:first-child{text-align:left;padding-left:0}.Hero-module__Vtspxq__stat+.Hero-module__Vtspxq__stat{border-left:1px solid var(--gray-light)}.Hero-module__Vtspxq__statVal{color:var(--black);letter-spacing:-.02em;font-size:clamp(24px,2.8vw,36px);font-weight:900;line-height:1}.Hero-module__Vtspxq__statKey{color:var(--gray);letter-spacing:.06em;text-transform:uppercase;margin-top:4px;font-size:11px;font-weight:500}.Hero-module__Vtspxq__ctas{flex-wrap:wrap;gap:12px;display:flex}.Hero-module__Vtspxq__right{flex-direction:column;grid-area:right;align-self:center;align-items:center;gap:20px;display:flex;position:relative}.Hero-module__Vtspxq__imgWrap{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Hero-module__Vtspxq__car{z-index:2;max-width:660px;margin-left:-5%;animation:.7s cubic-bezier(.22,1,.36,1) both Hero-module__Vtspxq__slideIn;position:relative}@keyframes Hero-module__Vtspxq__slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.Hero-module__Vtspxq__badge{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-md);z-index:3;flex-direction:column;gap:2px;padding:12px 16px;animation:.9s .5s both Hero-module__Vtspxq__badgeFade;display:flex;position:absolute;top:16px;right:0;box-shadow:0 4px 20px #00000014}@keyframes Hero-module__Vtspxq__badgeFade{0%{opacity:0}to{opacity:1}}@keyframes Hero-module__Vtspxq__fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Hero-module__Vtspxq__badgeVal{color:var(--blue);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.Hero-module__Vtspxq__badgePrice{color:var(--black);letter-spacing:-.02em;align-items:baseline;gap:4px;font-size:22px;font-weight:900;line-height:1;display:flex}.Hero-module__Vtspxq__badgeTtc{letter-spacing:.04em;color:var(--gray);font-size:11px;font-weight:600}.Hero-module__Vtspxq__badgeLabel{color:var(--gray);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:500}.Hero-module__Vtspxq__pills{flex-wrap:wrap;align-self:flex-start;gap:8px;animation:.6s .3s both Hero-module__Vtspxq__fadeUp;display:flex}.Hero-module__Vtspxq__pill{color:var(--blue);background:var(--blue-xpale);border:1px solid var(--blue-pale);border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s}.Hero-module__Vtspxq__pill:hover{background:var(--blue-pale)}@media (max-width:960px){.Hero-module__Vtspxq__inner{grid-template-columns:1fr;grid-template-areas:"lefttop""right""leftbottom";row-gap:32px;min-height:auto;padding:40px 20px 60px}.Hero-module__Vtspxq__leftTop{padding-top:0}.Hero-module__Vtspxq__leftBottom{padding-bottom:0}.Hero-module__Vtspxq__badge{top:3px}.Hero-module__Vtspxq__car{width:100%;margin-left:0}}@media (max-width:600px){.Hero-module__Vtspxq__inner{padding:32px 16px 24px}.Hero-module__Vtspxq__h1{font-size:clamp(36px,9vw,44px)}.Hero-module__Vtspxq__stats{border:none;flex-direction:column;gap:0;padding:0}.Hero-module__Vtspxq__stat{border-bottom:1px solid var(--gray-light);text-align:left;padding:14px 0}.Hero-module__Vtspxq__stat:first-child{text-align:left;padding-left:0}.Hero-module__Vtspxq__stat+.Hero-module__Vtspxq__stat{border-left:none}.Hero-module__Vtspxq__stat:last-child{border-bottom:none}.Hero-module__Vtspxq__ctas{flex-direction:column;align-items:center}.Hero-module__Vtspxq__badge{gap:1px;padding:6px 10px;right:0}.Hero-module__Vtspxq__badgeVal{font-size:9px}.Hero-module__Vtspxq__badgePrice{font-size:15px}.Hero-module__Vtspxq__badgeLabel{font-size:9px}}
:root{--seg:#0f3d2e;--seg-dark:#0a2a1f;--seg-light:#1a5a42;--seg-pale:#d4e7db;--seg-xpale:#eaf3ee;--terr-mq:#db4a2b}.SegwayHero-module__bgD0Aq__hero{background:var(--white);align-items:center;min-height:88vh;display:flex;position:relative;overflow:hidden}.SegwayHero-module__bgD0Aq__hero:before{content:"";pointer-events:none;opacity:.3;background-image:radial-gradient(circle,#d1d5db 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.SegwayHero-module__bgD0Aq__accent{background:linear-gradient(180deg, var(--seg) 0%, var(--seg-dark) 100%);width:5px;position:absolute;top:0;bottom:0;left:0}.SegwayHero-module__bgD0Aq__inner{max-width:var(--max);z-index:2;grid-template-rows:auto auto;grid-template-columns:1.1fr 1fr;gap:0 60px;width:100%;margin:0 auto;padding:60px 48px;display:grid;position:relative}.SegwayHero-module__bgD0Aq__leftTop{flex-direction:column;grid-area:1/1;display:flex}.SegwayHero-module__bgD0Aq__leftBottom{flex-direction:column;grid-area:2/1;display:flex}.SegwayHero-module__bgD0Aq__right{grid-area:1/2/3;justify-content:center;align-self:center;align-items:center;display:flex}.SegwayHero-module__bgD0Aq__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--seg-dark);align-items:center;gap:10px;margin-bottom:20px;font-size:11px;font-weight:700;display:flex}.SegwayHero-module__bgD0Aq__tag:before{content:"";background:var(--seg);flex-shrink:0;width:32px;height:2px}.SegwayHero-module__bgD0Aq__h1{color:var(--black);letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(38px,4.8vw,66px);font-weight:900;line-height:.98}.SegwayHero-module__bgD0Aq__h1 span{color:var(--seg-dark);display:block}.SegwayHero-module__bgD0Aq__sub{color:var(--gray);max-width:480px;margin-bottom:24px;font-size:clamp(14px,1.5vw,16px);font-weight:300;line-height:1.7}.SegwayHero-module__bgD0Aq__pills{flex-wrap:nowrap;gap:8px;margin-bottom:28px;display:flex}.SegwayHero-module__bgD0Aq__pill{letter-spacing:.04em;white-space:nowrap;background:var(--seg-xpale);border:1px solid var(--seg-pale);color:var(--seg-dark);border-radius:20px;align-items:center;gap:7px;padding:7px 13px;font-size:11px;font-weight:700;display:inline-flex}.SegwayHero-module__bgD0Aq__pillTerr{color:var(--terr-mq);background:#db4a2b14;border-color:#db4a2b40}.SegwayHero-module__bgD0Aq__stats{border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);gap:0;margin-bottom:32px;padding:20px 0;display:flex}.SegwayHero-module__bgD0Aq__stat{flex-direction:column;flex:1;padding:0 18px;display:flex}.SegwayHero-module__bgD0Aq__stat:first-child{padding-left:0}.SegwayHero-module__bgD0Aq__stat+.SegwayHero-module__bgD0Aq__stat{border-left:1px solid var(--gray-light)}.SegwayHero-module__bgD0Aq__statVal{color:var(--black);letter-spacing:-.02em;font-size:clamp(22px,2.5vw,30px);font-weight:900;line-height:1}.SegwayHero-module__bgD0Aq__statUnit{color:var(--seg-dark);font-size:13px;font-weight:500}.SegwayHero-module__bgD0Aq__statKey{color:var(--gray);letter-spacing:.08em;text-transform:uppercase;margin-top:4px;font-size:10px;font-weight:500}.SegwayHero-module__bgD0Aq__ctas{flex-wrap:wrap;gap:12px;display:flex}.SegwayHero-module__bgD0Aq__btnPrimary{background:var(--seg);color:var(--white);border-radius:var(--r-sm);letter-spacing:.02em;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.SegwayHero-module__bgD0Aq__btnPrimary:hover{background:var(--seg-dark);transform:translateY(-2px);box-shadow:0 8px 24px #0d6e3a4d}.SegwayHero-module__bgD0Aq__btnOutline{color:var(--seg-dark);border-radius:var(--r-sm);border:1.5px solid var(--seg);background:0 0;align-items:center;gap:8px;padding:13px 26px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.SegwayHero-module__bgD0Aq__btnOutline:hover{background:var(--seg-xpale);transform:translateY(-1px)}.SegwayHero-module__bgD0Aq__visualWrap{aspect-ratio:5/4;background:linear-gradient(135deg, var(--seg-xpale) 0%, var(--seg-pale) 100%);border-radius:var(--r-lg);border:1px solid var(--seg-pale);width:100%;max-width:520px;position:relative;overflow:hidden}.SegwayHero-module__bgD0Aq__floatingBadge{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-md);flex-direction:column;gap:2px;padding:10px 14px;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 20px #00000014}.SegwayHero-module__bgD0Aq__badgeVal{color:var(--seg-dark);font-size:15px;font-weight:900;line-height:1}.SegwayHero-module__bgD0Aq__badgeLabel{color:var(--gray);letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:500}@keyframes SegwayHero-module__bgD0Aq__heroIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.SegwayHero-module__bgD0Aq__heroAnim{animation:.7s cubic-bezier(.22,1,.36,1) both SegwayHero-module__bgD0Aq__heroIn}@media (max-width:900px){.SegwayHero-module__bgD0Aq__hero{min-height:unset}.SegwayHero-module__bgD0Aq__inner{grid-template-rows:auto;grid-template-columns:1fr;gap:0;padding:28px 20px 40px}.SegwayHero-module__bgD0Aq__leftTop{grid-area:1/1;margin-bottom:16px}.SegwayHero-module__bgD0Aq__leftTop .SegwayHero-module__bgD0Aq__h1{margin-bottom:0}.SegwayHero-module__bgD0Aq__right{align-self:unset;grid-area:2/1;margin-bottom:20px}.SegwayHero-module__bgD0Aq__leftBottom{grid-area:3/1}.SegwayHero-module__bgD0Aq__visualWrap{aspect-ratio:4/3;max-width:100%}.SegwayHero-module__bgD0Aq__pills{flex-wrap:nowrap;gap:6px;margin-bottom:20px}.SegwayHero-module__bgD0Aq__pill{letter-spacing:.02em;padding:5px 9px;font-size:10px}.SegwayHero-module__bgD0Aq__stats{grid-template-columns:repeat(3,1fr);margin-bottom:24px;display:grid}.SegwayHero-module__bgD0Aq__stat{flex:unset;padding:0 10px}.SegwayHero-module__bgD0Aq__stat:first-child{padding-left:0}.SegwayHero-module__bgD0Aq__stat+.SegwayHero-module__bgD0Aq__stat{border-left:1px solid var(--gray-light);border-top:none;margin-top:0;padding-top:0}.SegwayHero-module__bgD0Aq__ctas{flex-direction:column}.SegwayHero-module__bgD0Aq__btnPrimary,.SegwayHero-module__bgD0Aq__btnOutline{justify-content:center}}
.SkyworthArgStrip-module__3zUDeq__strip{border-top:3px solid var(--green);border-bottom:1px solid var(--gray-light);background:var(--white);grid-template-columns:repeat(5,1fr);display:grid}.SkyworthArgStrip-module__3zUDeq__item{border-right:1px solid var(--gray-light);text-align:center;flex-direction:column;align-items:center;gap:4px;padding:20px 16px;display:flex}.SkyworthArgStrip-module__3zUDeq__item:last-child{border-right:none}.SkyworthArgStrip-module__3zUDeq__val{color:var(--black);letter-spacing:-.02em;font-size:clamp(15px,2vw,22px);font-weight:900}.SkyworthArgStrip-module__3zUDeq__label{color:var(--gray);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:500}@media (max-width:960px){.SkyworthArgStrip-module__3zUDeq__strip{grid-template-columns:repeat(3,1fr)}.SkyworthArgStrip-module__3zUDeq__item:nth-child(3){border-right:none}.SkyworthArgStrip-module__3zUDeq__item:nth-child(4),.SkyworthArgStrip-module__3zUDeq__item:nth-child(5){border-top:1px solid var(--gray-light)}.SkyworthArgStrip-module__3zUDeq__item:nth-child(5){border-right:none}}@media (max-width:480px){.SkyworthArgStrip-module__3zUDeq__strip{grid-template-columns:repeat(2,1fr)}.SkyworthArgStrip-module__3zUDeq__item:nth-child(2n){border-right:none}.SkyworthArgStrip-module__3zUDeq__item:nth-child(3){border-right:1px solid var(--gray-light)}.SkyworthArgStrip-module__3zUDeq__item:nth-child(n+3){border-top:1px solid var(--gray-light)}.SkyworthArgStrip-module__3zUDeq__item:nth-child(5){border-right:none;grid-column:span 2}}
.SubaruSolterra-module__fkWfpq__section{background:var(--white);border-top:1px solid var(--gray-light);padding:96px 0}.SubaruSolterra-module__fkWfpq__inner{max-width:var(--max);margin:0 auto;padding:0 48px}.SubaruSolterra-module__fkWfpq__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:72px;display:grid}.SubaruSolterra-module__fkWfpq__left{flex-direction:column;gap:18px;display:flex}.SubaruSolterra-module__fkWfpq__badge{background:var(--green-pale);color:var(--green);letter-spacing:.04em;border:1px solid #05966933;border-radius:20px;align-items:center;gap:8px;width:fit-content;padding:7px 14px;font-size:11px;font-weight:700;display:inline-flex}.SubaruSolterra-module__fkWfpq__badge svg{width:11px;height:11px}.SubaruSolterra-module__fkWfpq__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;font-size:11px;font-weight:700;display:inline-flex}.SubaruSolterra-module__fkWfpq__tag:before{content:"";background:var(--blue);width:24px;height:2px}.SubaruSolterra-module__fkWfpq__h2{color:var(--black);letter-spacing:-.03em;margin-top:4px;font-size:clamp(36px,4.5vw,56px);font-weight:900;line-height:.95}.SubaruSolterra-module__fkWfpq__desc{color:var(--gray-dark);max-width:520px;font-size:16px;font-weight:300;line-height:1.75}.SubaruSolterra-module__fkWfpq__garantie{background:var(--blue-xpale);border:1px solid var(--blue-pale);border-radius:var(--r);align-items:center;gap:16px;width:fit-content;padding:14px 20px;display:flex}.SubaruSolterra-module__fkWfpq__garantieVal{color:var(--blue);letter-spacing:-.01em;font-size:22px;font-weight:900}.SubaruSolterra-module__fkWfpq__garantieLbl{color:var(--gray-dark);font-size:12px;font-weight:500}.SubaruSolterra-module__fkWfpq__price{background:var(--gray-bg);border-radius:var(--r);border:1px solid var(--gray-light);flex-direction:column;gap:4px;width:fit-content;padding:18px 22px;display:flex}.SubaruSolterra-module__fkWfpq__priceFrom{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-size:10px;font-weight:700}.SubaruSolterra-module__fkWfpq__priceVal{color:var(--black);letter-spacing:-.02em;font-size:36px;font-weight:900;line-height:1}.SubaruSolterra-module__fkWfpq__priceTtc{color:var(--gray);margin-left:6px;font-size:13px;font-weight:400}.SubaruSolterra-module__fkWfpq__ctas{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.SubaruSolterra-module__fkWfpq__btnPrimary{background:var(--blue);color:var(--white);font-family:var(--font);border-radius:var(--r);cursor:pointer;border:none;align-items:center;gap:8px;padding:13px 26px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.SubaruSolterra-module__fkWfpq__btnPrimary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 6px 20px #2850a04d}.SubaruSolterra-module__fkWfpq__btnOutline{color:var(--blue);font-family:var(--font);border-radius:var(--r);border:1.5px solid var(--blue-pale);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:12px 26px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.SubaruSolterra-module__fkWfpq__btnOutline:hover{background:var(--blue-xpale);border-color:var(--blue)}.SubaruSolterra-module__fkWfpq__specsGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:56px;display:grid}.SubaruSolterra-module__fkWfpq__specCard{background:var(--gray-bg);border:1px solid var(--gray-light);border-top:3px solid var(--blue);border-radius:var(--r);flex-direction:column;gap:6px;padding:22px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.SubaruSolterra-module__fkWfpq__specCard:before{content:"";background:linear-gradient(to right, var(--blue), var(--blue-mid));transform-origin:0;height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.SubaruSolterra-module__fkWfpq__specCard:hover{border-color:var(--blue-pale);transform:translateY(-3px);box-shadow:0 12px 28px #2850a01f}.SubaruSolterra-module__fkWfpq__specCard:hover:before{transform:scaleX(1)}.SubaruSolterra-module__fkWfpq__specVal{color:var(--black);letter-spacing:-.02em;font-size:26px;font-weight:900;line-height:1}.SubaruSolterra-module__fkWfpq__specLbl{letter-spacing:.08em;text-transform:uppercase;color:var(--gray);font-size:10px;font-weight:600}.SubaruSolterra-module__fkWfpq__finitionsTitle{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:700;display:flex}.SubaruSolterra-module__fkWfpq__finitionsTitle:before{content:"";background:var(--blue);width:24px;height:2px}.SubaruSolterra-module__fkWfpq__finitionsGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.SubaruSolterra-module__fkWfpq__finCard{border:1px solid var(--gray-light);border-radius:var(--rl);background:var(--white);padding:24px;transition:all .2s}.SubaruSolterra-module__fkWfpq__finCard:hover{border-color:var(--blue);background:var(--blue-xpale);transform:translateY(-2px)}.SubaruSolterra-module__fkWfpq__finCardFeatured{border:2px solid var(--blue)}.SubaruSolterra-module__fkWfpq__finName{color:var(--black);letter-spacing:-.01em;margin-bottom:4px;font-size:16px;font-weight:800}.SubaruSolterra-module__fkWfpq__finPrice{color:var(--blue);letter-spacing:-.02em;margin-bottom:14px;font-size:22px;font-weight:900}.SubaruSolterra-module__fkWfpq__finSpecs{flex-direction:column;gap:2px;display:flex}.SubaruSolterra-module__fkWfpq__finSpec{border-bottom:1px solid var(--gray-light);justify-content:space-between;padding:6px 0;font-size:12px;display:flex}.SubaruSolterra-module__fkWfpq__finSpec:last-child{border-bottom:none}.SubaruSolterra-module__fkWfpq__finSpecLbl{color:var(--gray)}.SubaruSolterra-module__fkWfpq__finSpecVal{color:var(--black);font-weight:700}@media (max-width:960px){.SubaruSolterra-module__fkWfpq__section{padding:72px 0}.SubaruSolterra-module__fkWfpq__inner{padding:0 20px}.SubaruSolterra-module__fkWfpq__specsGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:40px}.SubaruSolterra-module__fkWfpq__finitionsGrid{grid-template-columns:1fr;gap:12px}.SubaruSolterra-module__fkWfpq__specCard{padding:18px}.SubaruSolterra-module__fkWfpq__specVal{font-size:22px}}@media (max-width:520px){.SubaruSolterra-module__fkWfpq__specsGrid{grid-template-columns:1fr}.SubaruSolterra-module__fkWfpq__section{padding:56px 0}}
.ManVersions-module__S0jluq__section{background:var(--gray-bg);border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);padding:80px 0}.ManVersions-module__S0jluq__header{margin-bottom:48px}.ManVersions-module__S0jluq__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--anthracite);align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.ManVersions-module__S0jluq__tag:before{content:"";background:var(--anthracite);width:24px;height:2px}.ManVersions-module__S0jluq__h2{color:var(--black);letter-spacing:-.03em;font-size:clamp(30px,3.5vw,48px);font-weight:900;line-height:1}.ManVersions-module__S0jluq__grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.ManVersions-module__S0jluq__card{background:var(--white);border:1.5px solid var(--gray-light);border-radius:var(--r-xl);transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.ManVersions-module__S0jluq__card:before{content:"";background:var(--anthracite);height:4px;display:block}.ManVersions-module__S0jluq__card:hover{border-color:var(--anthracite);transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.ManVersions-module__S0jluq__imgWrap{background:var(--gray-bg);justify-content:center;align-items:center;width:100%;padding:28px;display:flex;position:relative;overflow:hidden}.ManVersions-module__S0jluq__img{object-fit:contain;max-height:180px}.ManVersions-module__S0jluq__badge4x4{background:var(--blue);color:var(--white);letter-spacing:.08em;text-transform:uppercase;z-index:2;border-radius:20px;align-items:center;gap:8px;padding:8px 14px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 12px #2850a040}.ManVersions-module__S0jluq__badge4x4:before{content:"";background:var(--white);border-radius:50%;width:6px;height:6px}.ManVersions-module__S0jluq__body{padding:24px 28px}.ManVersions-module__S0jluq__type{letter-spacing:.1em;text-transform:uppercase;color:var(--anthracite);margin-bottom:6px;font-size:10px;font-weight:700}.ManVersions-module__S0jluq__name{color:var(--black);letter-spacing:-.02em;margin-bottom:12px;font-size:22px;font-weight:900}.ManVersions-module__S0jluq__desc{color:var(--gray);margin-bottom:18px;font-size:13px;font-weight:300;line-height:1.6}.ManVersions-module__S0jluq__specs{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.ManVersions-module__S0jluq__spec{background:var(--gray-bg);border-radius:var(--r);padding:12px}.ManVersions-module__S0jluq__specVal{color:#1f2937;letter-spacing:-.01em;margin-bottom:3px;font-size:16px;font-weight:900;line-height:1}.ManVersions-module__S0jluq__specKey{color:var(--gray);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:600}.ManVersions-module__S0jluq__cta{background:var(--anthracite);color:var(--white);font-family:var(--font);border-radius:var(--r);letter-spacing:.03em;align-items:center;gap:8px;padding:11px 22px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.ManVersions-module__S0jluq__cta:hover{background:#4b5563}@media (max-width:960px){.ManVersions-module__S0jluq__grid{grid-template-columns:1fr}}
.Ticker-module__OpkOaW__ticker{background:var(--blue);color:var(--white);white-space:nowrap;padding:12px 0;overflow:hidden}.Ticker-module__OpkOaW__tickerInner{gap:0;animation:28s linear infinite Ticker-module__OpkOaW__ticker;display:inline-flex}.Ticker-module__OpkOaW__tickerItem{letter-spacing:.12em;text-transform:uppercase;opacity:.85;align-items:center;gap:14px;padding:0 36px;font-size:11px;font-weight:700;display:inline-flex}.Ticker-module__OpkOaW__tickerItem:after{content:"";background:#fff6;border-radius:50%;width:4px;height:4px}@keyframes Ticker-module__OpkOaW__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}
.SegwayTicker-module__ASTQIG__ticker{color:var(--white);white-space:nowrap;background:#0d6e3a;padding:12px 0;overflow:hidden}.SegwayTicker-module__ASTQIG__inner{animation:36s linear infinite SegwayTicker-module__ASTQIG__ticker;display:inline-flex}.SegwayTicker-module__ASTQIG__item{letter-spacing:.12em;text-transform:uppercase;opacity:.9;align-items:center;gap:14px;padding:0 36px;font-size:11px;font-weight:700;display:inline-flex}.SegwayTicker-module__ASTQIG__item:after{content:"";background:#ffffff73;border-radius:50%;flex-shrink:0;width:4px;height:4px}@keyframes SegwayTicker-module__ASTQIG__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}
.SkyworthHighlights-module__kAO7jq__section{background:var(--gray-bg);border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);padding:80px 0}.SkyworthHighlights-module__kAO7jq__container{max-width:var(--max);margin:0 auto;padding:0 48px}.SkyworthHighlights-module__kAO7jq__header{margin-bottom:48px}.SkyworthHighlights-module__kAO7jq__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--green);align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:700;display:inline-flex}.SkyworthHighlights-module__kAO7jq__tag:before{content:"";background:var(--green);width:24px;height:2px}.SkyworthHighlights-module__kAO7jq__h2{color:var(--black);letter-spacing:-.03em;font-size:clamp(28px,3.5vw,44px);font-weight:900;line-height:1}.SkyworthHighlights-module__kAO7jq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.SkyworthHighlights-module__kAO7jq__card{background:var(--white);border:1px solid var(--gray-light);border-top:3px solid var(--green);border-radius:12px;flex-direction:column;padding:32px;transition:transform .25s,box-shadow .25s;display:flex}.SkyworthHighlights-module__kAO7jq__card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #00000014}.SkyworthHighlights-module__kAO7jq__icon{margin-bottom:16px;font-size:28px}.SkyworthHighlights-module__kAO7jq__title{color:var(--black);letter-spacing:-.02em;margin-bottom:6px;font-size:18px;font-weight:800}.SkyworthHighlights-module__kAO7jq__sub{letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:12px;font-size:11px;font-weight:700}.SkyworthHighlights-module__kAO7jq__desc{color:var(--gray);flex:1;margin-bottom:20px;font-size:14px;font-weight:300;line-height:1.7}.SkyworthHighlights-module__kAO7jq__stat{flex-wrap:wrap;align-items:baseline;gap:2px;margin-top:auto;display:flex}.SkyworthHighlights-module__kAO7jq__statVal{color:var(--black);letter-spacing:-.02em;font-size:28px;font-weight:900}.SkyworthHighlights-module__kAO7jq__statUnit{color:var(--gray);font-size:14px;font-weight:600}.SkyworthHighlights-module__kAO7jq__statLabel{color:var(--gray);font-size:13px}@media (max-width:960px){.SkyworthHighlights-module__kAO7jq__container{padding:0 20px}.SkyworthHighlights-module__kAO7jq__grid{grid-template-columns:1fr}.SkyworthHighlights-module__kAO7jq__section{padding:60px 0}}
.SubaruUncharted-module__guURfG__section{background:var(--gray-bg);border-top:1px solid var(--gray-light);padding:96px 0}.SubaruUncharted-module__guURfG__inner{max-width:var(--max);margin:0 auto;padding:0 48px}.SubaruUncharted-module__guURfG__soonBanner{border-radius:var(--rl);background:linear-gradient(135deg,#1a2d4a,#0f3460);justify-content:space-between;align-items:center;gap:32px;margin-bottom:56px;padding:32px 40px;display:flex;position:relative;overflow:hidden}.SubaruUncharted-module__guURfG__soonBanner:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.SubaruUncharted-module__guURfG__sbLeft{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative}.SubaruUncharted-module__guURfG__sbBadge{color:#ffffffd9;letter-spacing:.04em;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;align-items:center;gap:6px;width:fit-content;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.SubaruUncharted-module__guURfG__sbBadge svg{flex-shrink:0;width:13px;height:13px}.SubaruUncharted-module__guURfG__sbTitle{color:var(--white);letter-spacing:-.02em;margin-top:2px;font-size:28px;font-weight:900}.SubaruUncharted-module__guURfG__sbDesc{color:#fff9;font-size:14px;font-weight:300}.SubaruUncharted-module__guURfG__sbRight{z-index:1;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:relative}.SubaruUncharted-module__guURfG__sbPrice{color:var(--white);letter-spacing:-.02em;font-size:36px;font-weight:900;line-height:1}.SubaruUncharted-module__guURfG__sbPriceNote{color:#ffffff80;font-size:11px}.SubaruUncharted-module__guURfG__sbBtn{background:var(--white);color:var(--blue);font-family:var(--font);border-radius:var(--r);cursor:pointer;border:none;align-items:center;gap:6px;padding:11px 22px;font-size:13px;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.SubaruUncharted-module__guURfG__sbBtn:hover{background:var(--blue-xpale);transform:translateY(-1px);box-shadow:0 8px 24px #fff3}.SubaruUncharted-module__guURfG__grid{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.SubaruUncharted-module__guURfG__right{flex-direction:column;gap:24px;display:flex}.SubaruUncharted-module__guURfG__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:700;display:inline-flex}.SubaruUncharted-module__guURfG__tag:before{content:"";background:var(--blue);width:24px;height:2px}.SubaruUncharted-module__guURfG__h2{color:var(--black);letter-spacing:-.03em;font-size:clamp(30px,3.5vw,44px);font-weight:900;line-height:1}.SubaruUncharted-module__guURfG__desc{color:var(--gray-dark);margin-top:14px;font-size:15px;font-weight:300;line-height:1.75}.SubaruUncharted-module__guURfG__args{flex-direction:column;gap:10px;margin-top:4px;display:flex}.SubaruUncharted-module__guURfG__arg{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r);align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.SubaruUncharted-module__guURfG__argIcon{background:var(--blue-xpale);width:36px;height:36px;color:var(--blue);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.SubaruUncharted-module__guURfG__argIcon svg{width:18px;height:18px}.SubaruUncharted-module__guURfG__argText{color:var(--gray-dark);padding-top:6px;font-size:13px;font-weight:500;line-height:1.5}.SubaruUncharted-module__guURfG__argText strong{color:var(--black);font-weight:800}.SubaruUncharted-module__guURfG__notifyBtn{background:var(--blue);width:100%;color:var(--white);border-radius:var(--r);font-family:var(--font);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.SubaruUncharted-module__guURfG__notifyBtn:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 8px 24px #2850a04d}.SubaruUncharted-module__guURfG__notifyBtn svg{flex-shrink:0;width:16px;height:16px}@media (max-width:960px){.SubaruUncharted-module__guURfG__section{padding:72px 0}.SubaruUncharted-module__guURfG__inner{padding:0 20px}.SubaruUncharted-module__guURfG__soonBanner{flex-direction:column;align-items:flex-start;padding:24px 28px}.SubaruUncharted-module__guURfG__sbRight{align-items:flex-start}.SubaruUncharted-module__guURfG__grid{grid-template-columns:1fr;gap:32px}}@media (max-width:580px){.SubaruUncharted-module__guURfG__sbTitle{font-size:22px}.SubaruUncharted-module__guURfG__sbPrice{font-size:28px}}
.ManUsages-module__VN3rBW__section{background:var(--white);padding:88px 0}.ManUsages-module__VN3rBW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;display:flex}.ManUsages-module__VN3rBW__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--anthracite);align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.ManUsages-module__VN3rBW__tag:before{content:"";background:var(--anthracite);width:24px;height:2px}.ManUsages-module__VN3rBW__h2{color:var(--black);letter-spacing:-.03em;font-size:clamp(30px,3.5vw,48px);font-weight:900;line-height:1}.ManUsages-module__VN3rBW__subtitle{color:var(--gray);max-width:340px;font-size:14px;font-weight:300;line-height:1.7}.ManUsages-module__VN3rBW__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ManUsages-module__VN3rBW__card{background:var(--gray-bg);border:1px solid var(--gray-light);border-top:4px solid var(--anthracite);border-radius:var(--r-xl);padding:32px 24px;transition:transform .2s,box-shadow .2s}.ManUsages-module__VN3rBW__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.ManUsages-module__VN3rBW__icon{margin-bottom:16px;font-size:36px;display:block}.ManUsages-module__VN3rBW__title{color:var(--black);letter-spacing:-.02em;margin-bottom:8px;font-size:18px;font-weight:900}.ManUsages-module__VN3rBW__desc{color:var(--gray);margin-bottom:16px;font-size:13px;font-weight:300;line-height:1.6}.ManUsages-module__VN3rBW__items{flex-direction:column;gap:6px;list-style:none;display:flex}.ManUsages-module__VN3rBW__item{color:var(--gray-dark);align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.ManUsages-module__VN3rBW__dot{background:var(--anthracite);border-radius:50%;flex-shrink:0;width:5px;height:5px}@media (max-width:960px){.ManUsages-module__VN3rBW__section{padding:60px 0}.ManUsages-module__VN3rBW__grid{grid-template-columns:1fr}}
:root{--pol:#003f87;--pol-light:#0046ad}.PolarisHero-module___8IaVW__hero{background:linear-gradient(135deg, var(--pol) 0%, var(--pol-light) 100%);color:var(--white);padding:calc(var(--nav-h) + 60px) 0 80px;align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.PolarisHero-module___8IaVW__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff12 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.PolarisHero-module___8IaVW__inner{z-index:1;grid-template-columns:1.1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1240px;margin:0 auto;padding:0 48px;display:grid;position:relative}.PolarisHero-module___8IaVW__left{flex-direction:column;display:flex}.PolarisHero-module___8IaVW__badges{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.PolarisHero-module___8IaVW__badge{color:var(--white);letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #ffffff40;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:600;display:inline-flex}.PolarisHero-module___8IaVW__tagline{letter-spacing:.18em;text-transform:uppercase;opacity:.8;margin-bottom:14px;font-size:11px;font-weight:700}.PolarisHero-module___8IaVW__h1{letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(42px,5.5vw,72px);font-weight:900;line-height:1}.PolarisHero-module___8IaVW__accent{letter-spacing:0;opacity:.65;margin-top:8px;margin-bottom:18px;font-size:clamp(16px,2vw,24px);font-weight:300;line-height:1.3}.PolarisHero-module___8IaVW__sub{opacity:.9;max-width:520px;margin-bottom:32px;font-size:clamp(14px,1.5vw,17px);font-weight:300;line-height:1.7}.PolarisHero-module___8IaVW__ctas{flex-wrap:wrap;gap:12px;display:flex}.PolarisHero-module___8IaVW__btnPrimary{background:var(--white);color:var(--pol);border-radius:var(--r-sm);letter-spacing:.03em;align-items:center;gap:8px;padding:14px 28px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.PolarisHero-module___8IaVW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000040}.PolarisHero-module___8IaVW__btnGhost{color:var(--white);border-radius:var(--r-sm);background:0 0;border:1.5px solid #fff6;align-items:center;gap:8px;padding:13px 26px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.PolarisHero-module___8IaVW__btnGhost:hover{border-color:var(--white);background:#ffffff1a}.PolarisHero-module___8IaVW__right{justify-content:center;align-items:center;display:flex}.PolarisHero-module___8IaVW__visual{width:100%;max-width:520px;position:relative}.PolarisHero-module___8IaVW__visual img{object-fit:contain;filter:drop-shadow(0 24px 48px #00000059);width:100%;height:auto;display:block}.PolarisHero-module___8IaVW__statsBadge{border-radius:var(--r-md);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3;padding:8px 12px;position:absolute;bottom:12px;right:0}.PolarisHero-module___8IaVW__statVal{font-size:18px;font-weight:900;line-height:1;display:block}.PolarisHero-module___8IaVW__statLabel{opacity:.7;letter-spacing:.06em;margin-top:2px;font-size:9px;font-weight:500;display:block}@keyframes PolarisHero-module___8IaVW__heroIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.PolarisHero-module___8IaVW__heroAnim{animation:.65s cubic-bezier(.22,1,.36,1) both PolarisHero-module___8IaVW__heroIn}.PolarisHero-module___8IaVW__mobileVisual{display:none;position:relative}@media (max-width:900px){.PolarisHero-module___8IaVW__hero{padding-top:calc(var(--nav-h) + 10px);padding-bottom:48px}.PolarisHero-module___8IaVW__inner{grid-template-columns:1fr;gap:0;padding:0 20px}.PolarisHero-module___8IaVW__right{display:none}.PolarisHero-module___8IaVW__mobileVisual{margin:16px -4px 20px;display:block}.PolarisHero-module___8IaVW__accent{margin-bottom:0}.PolarisHero-module___8IaVW__sub{margin-top:0}.PolarisHero-module___8IaVW__ctas{flex-direction:column}.PolarisHero-module___8IaVW__btnPrimary,.PolarisHero-module___8IaVW__btnGhost{justify-content:center}}
.Marques-module__mfeT6a__section{background:var(--white);padding:96px 0}.Marques-module__mfeT6a__sHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:56px;display:flex}.Marques-module__mfeT6a__sHeaderLeft{flex:1}.Marques-module__mfeT6a__sTag{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.Marques-module__mfeT6a__sTag:before{content:"";background:var(--blue);flex-shrink:0;width:24px;height:2px}.Marques-module__mfeT6a__sH2{color:var(--black);letter-spacing:-.03em;margin-bottom:0;font-size:clamp(30px,3.5vw,48px);font-weight:900;line-height:1}.Marques-module__mfeT6a__filterTabs{background:var(--gray-bg);border:1px solid var(--gray-light);border-radius:var(--r-sm);flex-wrap:wrap;gap:4px;padding:4px;display:flex}.Marques-module__mfeT6a__filterTab{font-family:var(--font);cursor:pointer;color:var(--gray);letter-spacing:.03em;background:0 0;border:none;border-radius:5px;padding:8px 18px;font-size:12px;font-weight:600;transition:all .2s}.Marques-module__mfeT6a__filterTab.Marques-module__mfeT6a__active{background:var(--blue);color:var(--white);box-shadow:0 2px 8px #2850a040}.Marques-module__mfeT6a__vehiclesGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Marques-module__mfeT6a__vehicleCard{border:1px solid var(--gray-light);border-radius:var(--r-lg);background:var(--white);color:inherit;cursor:pointer;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;display:block;overflow:hidden}.Marques-module__mfeT6a__vehicleCard:hover{border-color:var(--blue-pale);transform:translateY(-6px);box-shadow:0 20px 48px #0000001a}.Marques-module__mfeT6a__vehicleCardFeatured{border-color:var(--blue);border-width:1.5px}.Marques-module__mfeT6a__vcImg{justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.Marques-module__mfeT6a__vcNewBadge{background:var(--blue);color:#fff;letter-spacing:.1em;text-transform:uppercase;z-index:1;border-radius:3px;padding:4px 10px;font-size:9px;font-weight:700;position:absolute;top:12px;right:12px}.Marques-module__mfeT6a__vcEcoBadge{color:#fff;letter-spacing:.1em;text-transform:uppercase;z-index:1;background:#059669;border-radius:3px;padding:4px 10px;font-size:9px;font-weight:700;position:absolute;top:12px;right:12px}.Marques-module__mfeT6a__vcComingBadge{color:#fff;letter-spacing:.1em;text-transform:uppercase;z-index:1;background:#d97706;border-radius:3px;padding:4px 10px;font-size:9px;font-weight:700;position:absolute;top:12px;right:12px}.Marques-module__mfeT6a__vcImgInner{position:absolute;inset:8px 10px 6px}.Marques-module__mfeT6a__placeholder{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;display:flex;position:absolute;inset:0}.Marques-module__mfeT6a__placeholderText{letter-spacing:.12em;text-transform:uppercase;color:#ffffff40;font-size:10px;font-weight:600}.Marques-module__mfeT6a__vcBodyContent{padding:18px 20px 20px}.Marques-module__mfeT6a__vcCat{letter-spacing:.12em;text-transform:uppercase;color:var(--gray);margin-bottom:5px;font-size:10px;font-weight:700}.Marques-module__mfeT6a__vcName{color:var(--black);letter-spacing:-.02em;margin-bottom:6px;font-size:20px;font-weight:900;line-height:1}.Marques-module__mfeT6a__vcDesc{color:var(--gray);margin-bottom:14px;font-size:13px;font-weight:300;line-height:1.5}.Marques-module__mfeT6a__vcSpecs{border-bottom:1px solid var(--gray-light);gap:16px;margin-bottom:14px;padding-bottom:14px;display:flex}.Marques-module__mfeT6a__vcSpecVal{color:var(--black);margin-bottom:2px;font-size:16px;font-weight:800;line-height:1}.Marques-module__mfeT6a__vcSpecKey{color:var(--gray);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:500}.Marques-module__mfeT6a__vcFooter{justify-content:space-between;align-items:center;display:flex}.Marques-module__mfeT6a__vcPrice small{color:var(--gray);font-size:10px;font-weight:400;display:block}.Marques-module__mfeT6a__vcPriceVal{color:var(--black);font-size:15px;font-weight:800}.Marques-module__mfeT6a__vcCta{color:var(--blue);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:4px;font-size:12px;font-weight:700;transition:gap .2s;display:flex}.Marques-module__mfeT6a__vehicleCard:hover .Marques-module__mfeT6a__vcCta{gap:8px}@media (max-width:960px){.Marques-module__mfeT6a__section{padding:60px 0}.Marques-module__mfeT6a__vehiclesGrid{grid-template-columns:1fr 1fr}.Marques-module__mfeT6a__sHeader{flex-direction:column;align-items:flex-start}.Marques-module__mfeT6a__filterTabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;width:100%;overflow-x:auto}.Marques-module__mfeT6a__filterTabs::-webkit-scrollbar{display:none}.Marques-module__mfeT6a__filterTab{white-space:nowrap;flex-shrink:0}}@media (max-width:600px){.Marques-module__mfeT6a__vehiclesGrid{grid-template-columns:1fr}.Marques-module__mfeT6a__filterTabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding:4px;overflow-x:auto}.Marques-module__mfeT6a__filterTabs::-webkit-scrollbar{display:none}.Marques-module__mfeT6a__filterTab{white-space:nowrap;flex-shrink:0}}
.SegwayIntro-module__MoITNq__section{background:var(--white);padding:88px 0 64px}.SegwayIntro-module__MoITNq__inner{max-width:var(--max);margin:0 auto;padding:0 48px}.SegwayIntro-module__MoITNq__label{letter-spacing:.14em;text-transform:uppercase;color:#0d6e3a;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.SegwayIntro-module__MoITNq__label:before{content:"";background:#0d6e3a;flex-shrink:0;width:24px;height:2px}.SegwayIntro-module__MoITNq__h2{color:var(--black);letter-spacing:-.03em;margin-bottom:28px;font-size:clamp(28px,3.2vw,44px);font-weight:900;line-height:1.05}.SegwayIntro-module__MoITNq__h2 span{color:#0d6e3a}.SegwayIntro-module__MoITNq__text{flex-direction:column;gap:14px;max-width:720px;display:flex}.SegwayIntro-module__MoITNq__text p{color:var(--gray-dark);font-size:16px;line-height:1.8}.SegwayIntro-module__MoITNq__text p strong{color:var(--black);font-weight:600}@media (max-width:768px){.SegwayIntro-module__MoITNq__section{padding:60px 0 40px}.SegwayIntro-module__MoITNq__inner{padding:0 24px}}
.SkyworthSpecs-module__0XkUNW__section{background:var(--white);padding:96px 0}.SkyworthSpecs-module__0XkUNW__container{max-width:var(--max);margin:0 auto;padding:0 48px}.SkyworthSpecs-module__0XkUNW__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:60px;display:grid}.SkyworthSpecs-module__0XkUNW__left{top:calc(var(--nav-h) + 24px);flex-direction:column;gap:24px;display:flex;position:sticky}.SkyworthSpecs-module__0XkUNW__imgFrame{border:1px solid var(--gray-light);background:#0a1628;border-radius:12px;justify-content:center;align-items:center;padding:20px;display:flex;overflow:hidden}.SkyworthSpecs-module__0XkUNW__carImg{object-fit:contain;width:100%;height:auto}.SkyworthSpecs-module__0XkUNW__brandIntro{color:var(--gray);font-size:14px;font-weight:300;line-height:1.75}.SkyworthSpecs-module__0XkUNW__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--green);align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:700;display:inline-flex}.SkyworthSpecs-module__0XkUNW__tag:before{content:"";background:var(--green);width:24px;height:2px}.SkyworthSpecs-module__0XkUNW__h2{color:var(--black);letter-spacing:-.03em;margin-bottom:32px;font-size:clamp(22px,2.8vw,34px);font-weight:900;line-height:1.05}.SkyworthSpecs-module__0XkUNW__category{margin-bottom:32px}.SkyworthSpecs-module__0XkUNW__catTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--green);border-bottom:2px solid var(--green-pale);margin-bottom:16px;padding-bottom:8px;font-size:11px;font-weight:700}.SkyworthSpecs-module__0XkUNW__specRow{border-bottom:1px solid var(--gray-light);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.SkyworthSpecs-module__0XkUNW__specRow:last-child{border-bottom:none}.SkyworthSpecs-module__0XkUNW__specLabel{color:var(--gray);font-size:13px;font-weight:400}.SkyworthSpecs-module__0XkUNW__specValue{color:var(--black);font-size:13px;font-weight:700}@media (max-width:960px){.SkyworthSpecs-module__0XkUNW__container{padding:0 20px}.SkyworthSpecs-module__0XkUNW__grid{grid-template-columns:1fr;gap:40px}.SkyworthSpecs-module__0XkUNW__left{position:static}.SkyworthSpecs-module__0XkUNW__section{padding:60px 0}}
.SubaruCompare-module__T6zDvG__section{background:var(--white);border-top:1px solid var(--gray-light);padding:96px 0}.SubaruCompare-module__T6zDvG__inner{max-width:var(--max);margin:0 auto;padding:0 48px}.SubaruCompare-module__T6zDvG__header{text-align:center;margin-bottom:40px}.SubaruCompare-module__T6zDvG__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:700;display:inline-flex}.SubaruCompare-module__T6zDvG__tag:before,.SubaruCompare-module__T6zDvG__tag:after{content:"";background:var(--blue);width:24px;height:2px}.SubaruCompare-module__T6zDvG__h2{color:var(--black);letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(30px,3.5vw,44px);font-weight:900;line-height:1}.SubaruCompare-module__T6zDvG__sub{color:var(--gray);max-width:560px;margin:0 auto;font-size:15px;font-weight:400;line-height:1.6}.SubaruCompare-module__T6zDvG__viewer{aspect-ratio:16/9;border-radius:var(--rl);-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:ew-resize;background:linear-gradient(135deg,#0a1628 0%,#1a2d4a 60%,#0f3460 100%);width:100%;max-height:520px;position:relative;overflow:hidden;box-shadow:0 24px 60px #0a162840}.SubaruCompare-module__T6zDvG__viewer:before{content:"";pointer-events:none;z-index:1;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.SubaruCompare-module__T6zDvG__imgLayer{pointer-events:none;justify-content:center;align-items:center;padding:3% 5%;display:flex;position:absolute;inset:0}.SubaruCompare-module__T6zDvG__imgLayer img{object-fit:contain;width:100%;height:100%}.SubaruCompare-module__T6zDvG__leftLayer{z-index:3}.SubaruCompare-module__T6zDvG__rightLayer{z-index:2}.SubaruCompare-module__T6zDvG__label{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);letter-spacing:.02em;pointer-events:none;background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;font-weight:700;transition:opacity .2s;display:flex;position:absolute;top:24px}.SubaruCompare-module__T6zDvG__labelLeft{left:24px}.SubaruCompare-module__T6zDvG__labelRight{right:24px}.SubaruCompare-module__T6zDvG__labelDot{background:var(--green-mid);border-radius:50%;width:8px;height:8px}.SubaruCompare-module__T6zDvG__labelDotSoon{background:#fff}.SubaruCompare-module__T6zDvG__divider{z-index:5;cursor:ew-resize;background:#ffffffd9;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 20px #ffffff40}.SubaruCompare-module__T6zDvG__handle{background:var(--white);width:52px;height:52px;color:var(--blue);cursor:ew-resize;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0000004d,0 0 0 4px #2850a033}.SubaruCompare-module__T6zDvG__handle:hover,.SubaruCompare-module__T6zDvG__dragging .SubaruCompare-module__T6zDvG__handle{transform:translate(-50%,-50%)scale(1.08);box-shadow:0 12px 40px #2850a066,0 0 0 6px #2850a040}.SubaruCompare-module__T6zDvG__handle svg{width:22px;height:22px}.SubaruCompare-module__T6zDvG__hint{z-index:4;color:#ffffffe6;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;opacity:1;background:#111827c7;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-size:11px;font-weight:600;transition:opacity .4s;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.SubaruCompare-module__T6zDvG__hintHidden{opacity:0}.SubaruCompare-module__T6zDvG__hintIcon{width:14px;height:14px;animation:2s ease-in-out infinite SubaruCompare-module__T6zDvG__hintShake}@keyframes SubaruCompare-module__T6zDvG__hintShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.SubaruCompare-module__T6zDvG__chips{grid-template-columns:1fr 1fr;gap:20px;margin-top:28px;display:grid}.SubaruCompare-module__T6zDvG__chipGroup{background:var(--gray-bg);border:1px solid var(--gray-light);border-radius:var(--rl);padding:20px 24px;position:relative;overflow:hidden}.SubaruCompare-module__T6zDvG__chipGroup:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.SubaruCompare-module__T6zDvG__chipLeft:before{background:linear-gradient(to right, var(--green), var(--green-mid))}.SubaruCompare-module__T6zDvG__chipRight:before{background:linear-gradient(to right, var(--blue), var(--blue-mid))}.SubaruCompare-module__T6zDvG__chipHeader{border-bottom:1px solid var(--gray-light);justify-content:space-between;align-items:baseline;margin-bottom:14px;padding-bottom:10px;display:flex}.SubaruCompare-module__T6zDvG__chipName{color:var(--black);letter-spacing:-.01em;font-size:16px;font-weight:800}.SubaruCompare-module__T6zDvG__chipStatus{letter-spacing:.08em;text-transform:uppercase;color:var(--gray);font-size:10px;font-weight:700}.SubaruCompare-module__T6zDvG__chipAvail{color:var(--green)}.SubaruCompare-module__T6zDvG__chipSoon{color:var(--blue)}.SubaruCompare-module__T6zDvG__chipRows{flex-direction:column;gap:6px;display:flex}.SubaruCompare-module__T6zDvG__chipRow{justify-content:space-between;align-items:center;padding:4px 0;font-size:12px;display:flex}.SubaruCompare-module__T6zDvG__chipLbl{color:var(--gray);font-weight:500}.SubaruCompare-module__T6zDvG__chipVal{color:var(--black);letter-spacing:-.01em;font-weight:800}@media (max-width:960px){.SubaruCompare-module__T6zDvG__section{padding:72px 0}.SubaruCompare-module__T6zDvG__inner{padding:0 20px}.SubaruCompare-module__T6zDvG__label{padding:6px 12px;font-size:10px;top:14px}.SubaruCompare-module__T6zDvG__labelLeft{left:14px}.SubaruCompare-module__T6zDvG__labelRight{right:14px}.SubaruCompare-module__T6zDvG__handle{width:44px;height:44px}.SubaruCompare-module__T6zDvG__chips{grid-template-columns:1fr;gap:14px}.SubaruCompare-module__T6zDvG__h2{white-space:nowrap;font-size:22px}}
.ContactHero-module__vdtgDa__header{padding-top:var(--nav-h);background:linear-gradient(150deg, #1a3578 0%, var(--blue) 45%, #3a6bc7 100%);padding-bottom:56px;position:relative;overflow:hidden}.ContactHero-module__vdtgDa__dots{pointer-events:none;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.ContactHero-module__vdtgDa__glow{pointer-events:none;background:radial-gradient(circle,#ffffff12,#0000 65%);width:480px;height:480px;position:absolute;bottom:-80px;right:-80px}.ContactHero-module__vdtgDa__inner{max-width:var(--max);z-index:1;grid-template-columns:1fr 400px;align-items:center;gap:64px;margin:0 auto;padding:72px 48px 56px;display:grid;position:relative}.ContactHero-module__vdtgDa__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#ffffff80;align-items:center;gap:10px;margin-bottom:20px;font-size:11px;font-weight:700;display:flex}.ContactHero-module__vdtgDa__eyebrow:before{content:"";background:#fff6;flex-shrink:0;width:28px;height:2px}.ContactHero-module__vdtgDa__h1{color:var(--white);letter-spacing:-.04em;margin-bottom:20px;font-size:clamp(52px,6vw,88px);font-weight:900;line-height:.9}.ContactHero-module__vdtgDa__subtitle{color:#ffffffa6;letter-spacing:.02em;margin-bottom:14px;font-size:16px;font-weight:700}.ContactHero-module__vdtgDa__desc{color:#ffffff8c;max-width:440px;margin-bottom:28px;font-size:15px;font-weight:300;line-height:1.8}.ContactHero-module__vdtgDa__badge{color:#ffffffb3;letter-spacing:.03em;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:30px;align-items:center;gap:8px;padding:7px 16px;font-size:11px;font-weight:600;display:inline-flex}.ContactHero-module__vdtgDa__badgeDot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 6px #4ade80}.ContactHero-module__vdtgDa__cardsCol{flex-direction:column;gap:10px;display:flex}.ContactHero-module__vdtgDa__card{border-radius:var(--r-md);color:inherit;background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:16px;padding:18px 20px;text-decoration:none;transition:background .2s,transform .2s,border-color .2s;display:flex;position:relative}.ContactHero-module__vdtgDa__card:before{content:"";background:#ffffff4d;border-radius:0 3px 3px 0;width:3px;transition:transform .2s;position:absolute;top:12px;bottom:12px;left:0;transform:scaleY(0)}.ContactHero-module__vdtgDa__card:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translate(6px)}.ContactHero-module__vdtgDa__card:hover:before{transform:scaleY(1)}.ContactHero-module__vdtgDa__cardMail .ContactHero-module__vdtgDa__cardVal{word-break:break-all;font-size:12px}.ContactHero-module__vdtgDa__cardIcon{width:42px;height:42px;color:var(--white);background:#ffffff26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ContactHero-module__vdtgDa__cardIcon svg{width:18px;height:18px}.ContactHero-module__vdtgDa__cardText{flex:1;min-width:0}.ContactHero-module__vdtgDa__cardLabel{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1px;font-size:11px;font-weight:800}.ContactHero-module__vdtgDa__cardSub{color:#ffffff59;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:500}.ContactHero-module__vdtgDa__cardVal{color:var(--white);letter-spacing:.01em;font-size:15px;font-weight:800}.ContactHero-module__vdtgDa__chevron{color:#ffffff4d;flex-shrink:0;width:16px;height:16px;transition:color .2s,transform .2s}.ContactHero-module__vdtgDa__card:hover .ContactHero-module__vdtgDa__chevron{color:#ffffffb3;transform:translate(2px)}.ContactHero-module__vdtgDa__wave{pointer-events:none;height:56px;position:absolute;bottom:0;left:0;right:0}.ContactHero-module__vdtgDa__wave svg{width:100%;height:100%;display:block}@media (max-width:960px){.ContactHero-module__vdtgDa__inner{grid-template-columns:1fr;gap:32px;padding:52px 20px 56px}.ContactHero-module__vdtgDa__cardsCol{grid-template-columns:1fr 1fr;gap:10px;display:grid}}@media (max-width:580px){.ContactHero-module__vdtgDa__h1{font-size:clamp(48px,12vw,64px)}.ContactHero-module__vdtgDa__cardsCol{grid-template-columns:1fr}.ContactHero-module__vdtgDa__card{padding:16px 18px}.ContactHero-module__vdtgDa__card:hover{transform:none}}
.ManSpecs-module__Ea9lSG__section{background:#1f2937;padding:88px 0}.ManSpecs-module__Ea9lSG__inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.ManSpecs-module__Ea9lSG__tag{letter-spacing:.14em;text-transform:uppercase;color:#ffffff59;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.ManSpecs-module__Ea9lSG__tag:before{content:"";background:#fff3;width:24px;height:2px}.ManSpecs-module__Ea9lSG__h2{color:var(--white);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(30px,3.5vw,48px);font-weight:900;line-height:1}.ManSpecs-module__Ea9lSG__sub{color:#fff6;margin-bottom:40px;font-size:14px;font-weight:300;line-height:1.7}.ManSpecs-module__Ea9lSG__table{border-collapse:collapse;width:100%}.ManSpecs-module__Ea9lSG__row{border-bottom:1px solid #ffffff14}.ManSpecs-module__Ea9lSG__row:last-child{border-bottom:none}.ManSpecs-module__Ea9lSG__tdLabel{color:#ffffff59;letter-spacing:.06em;text-transform:uppercase;vertical-align:top;width:200px;padding:15px 20px 13px 0;font-size:11px;font-weight:600}.ManSpecs-module__Ea9lSG__tdVal{color:#fffc;vertical-align:top;padding:13px 0;font-size:13px;font-weight:500}.ManSpecs-module__Ea9lSG__cards{flex-direction:column;gap:16px;padding-top:56px;display:flex}.ManSpecs-module__Ea9lSG__card{border-radius:var(--rl);background:#ffffff0d;border:1px solid #ffffff14;padding:20px 22px}.ManSpecs-module__Ea9lSG__cardVal{color:var(--white);letter-spacing:-.02em;margin-bottom:4px;font-size:28px;font-weight:900;line-height:1}.ManSpecs-module__Ea9lSG__cardKey{color:#ffffff59;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:600}.ManSpecs-module__Ea9lSG__cardDesc{color:#ffffff4d;font-size:12px;font-weight:300;line-height:1.5}@media (max-width:960px){.ManSpecs-module__Ea9lSG__section{padding:60px 0}.ManSpecs-module__Ea9lSG__inner{grid-template-columns:1fr;gap:48px}.ManSpecs-module__Ea9lSG__cards{padding-top:0}}
.PolarisIntro-module__bq49xa__section{background:var(--gray-bg);padding:96px 0}.PolarisIntro-module__bq49xa__inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;max-width:1240px;margin:0 auto;padding:0 48px;display:grid}.PolarisIntro-module__bq49xa__label{letter-spacing:.18em;text-transform:uppercase;color:#003f87;margin-bottom:14px;font-size:11px;font-weight:700}.PolarisIntro-module__bq49xa__h2{color:var(--black);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(28px,3.2vw,44px);font-weight:900;line-height:1.05}.PolarisIntro-module__bq49xa__h2 span{color:#003f87}.PolarisIntro-module__bq49xa__text{color:var(--gray-dark);margin-bottom:14px;font-size:15px;line-height:1.75}.PolarisIntro-module__bq49xa__text strong{color:var(--black);font-weight:600}.PolarisIntro-module__bq49xa__accTitle{letter-spacing:.18em;text-transform:uppercase;color:#003f87;margin-bottom:16px;font-size:11px;font-weight:700}.PolarisIntro-module__bq49xa__accItem{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-md);margin-bottom:10px;transition:border-color .2s;overflow:hidden}.PolarisIntro-module__bq49xa__accItem:hover,.PolarisIntro-module__bq49xa__accItemOpen{border-color:#003f87}.PolarisIntro-module__bq49xa__accTrigger{width:100%;font-family:var(--font);color:var(--black);text-align:left;cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:600;display:flex}.PolarisIntro-module__bq49xa__accArrow{color:#003f87;flex-shrink:0;font-size:20px;font-weight:700;line-height:1;transition:transform .25s}.PolarisIntro-module__bq49xa__accArrowOpen{transform:rotate(45deg)}.PolarisIntro-module__bq49xa__accBody{transition:max-height .35s;overflow:hidden}.PolarisIntro-module__bq49xa__accBodyInner{color:var(--gray-dark);padding:0 20px 18px;font-size:14px;line-height:1.7}@media (max-width:900px){.PolarisIntro-module__bq49xa__inner{grid-template-columns:1fr;gap:40px;padding:0 24px}}
.Electrique-module__fM43ma__section{background:var(--gray-bg);border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);padding:96px 0}.Electrique-module__fM43ma__grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Electrique-module__fM43ma__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.Electrique-module__fM43ma__tag:before{content:"";background:var(--blue);width:24px;height:2px}.Electrique-module__fM43ma__h2{color:var(--black);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(30px,3.5vw,48px);font-weight:900;line-height:1}.Electrique-module__fM43ma__body{color:var(--gray);margin-bottom:32px;font-size:16px;font-weight:300;line-height:1.7}.Electrique-module__fM43ma__models{flex-direction:column;gap:14px;margin-bottom:32px;display:flex}.Electrique-module__fM43ma__model{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-md);color:inherit;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.Electrique-module__fM43ma__model:hover{border-color:var(--blue-pale);box-shadow:0 4px 16px #2850a014}.Electrique-module__fM43ma__modelComing{opacity:.8;border-style:dashed}.Electrique-module__fM43ma__modelIcon{flex-shrink:0;font-size:24px}.Electrique-module__fM43ma__modelName{color:var(--black);letter-spacing:-.01em;margin-bottom:2px;font-size:16px;font-weight:800}.Electrique-module__fM43ma__modelDesc{color:var(--gray);font-size:12px;font-weight:300}.Electrique-module__fM43ma__modelSpec{text-align:right;color:var(--blue);letter-spacing:-.02em;white-space:nowrap;margin-left:auto;font-size:18px;font-weight:900}.Electrique-module__fM43ma__modelSpec small{color:var(--gray);font-size:11px;font-weight:400;display:block}.Electrique-module__fM43ma__visual{grid-template-columns:1fr 1fr;gap:14px;display:grid}.Electrique-module__fM43ma__statCard{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-md);padding:22px;transition:transform .2s}.Electrique-module__fM43ma__statCard:hover{transform:translateY(-3px)}.Electrique-module__fM43ma__statIcon{margin-bottom:12px;font-size:22px}.Electrique-module__fM43ma__statVal{color:var(--blue);letter-spacing:-.02em;margin-bottom:4px;font-size:26px;font-weight:900;line-height:1}.Electrique-module__fM43ma__statLabel{color:var(--gray);font-size:12px;font-weight:500}@media (max-width:960px){.Electrique-module__fM43ma__section{padding:60px 0}.Electrique-module__fM43ma__grid{grid-template-columns:1fr;gap:40px}}
.SegwayModels-module__SNqIVq__section{background:var(--white);border-top:1px solid var(--gray-light);padding:96px 0}.SegwayModels-module__SNqIVq__inner{max-width:var(--max);margin:0 auto;padding:0 48px}.SegwayModels-module__SNqIVq__header{margin-bottom:40px}.SegwayModels-module__SNqIVq__label{letter-spacing:.14em;text-transform:uppercase;color:var(--seg);align-items:center;gap:10px;margin-bottom:12px;font-size:11px;font-weight:700;display:flex}.SegwayModels-module__SNqIVq__label:before{content:"";background:var(--seg);flex-shrink:0;width:24px;height:2px}.SegwayModels-module__SNqIVq__h2{color:var(--black);letter-spacing:-.03em;font-size:clamp(28px,3.2vw,44px);font-weight:900;line-height:1.05}.SegwayModels-module__SNqIVq__h2 span{color:var(--seg)}.SegwayModels-module__SNqIVq__grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.SegwayModels-module__SNqIVq__card{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--r-lg);flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden}.SegwayModels-module__SNqIVq__card:hover{border-color:#d4e7db;transform:translateY(-5px);box-shadow:0 18px 44px #00000017}.SegwayModels-module__SNqIVq__cardImg{background:linear-gradient(135deg, var(--seg-xpale) 0%, #d4e7db 100%);height:260px;position:relative}.SegwayModels-module__SNqIVq__imgWrapper{position:absolute;inset:20px}.SegwayModels-module__SNqIVq__cardCat{z-index:1;letter-spacing:.12em;text-transform:uppercase;color:var(--seg);background:#ffffffeb;border:1px solid #d4e7db;border-radius:20px;padding:5px 12px;font-size:10px;font-weight:700;position:absolute;top:12px;left:14px}.SegwayModels-module__SNqIVq__cardBody{flex-direction:column;flex:1;padding:24px 26px 26px;display:flex}.SegwayModels-module__SNqIVq__cardCatLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--seg);margin-bottom:6px;font-size:10px;font-weight:700}.SegwayModels-module__SNqIVq__cardName{color:var(--black);letter-spacing:-.02em;margin-bottom:4px;font-size:22px;font-weight:900;line-height:1.15}.SegwayModels-module__SNqIVq__cardTagline{color:var(--gray);margin-bottom:12px;font-size:12px;font-style:italic;font-weight:500}.SegwayModels-module__SNqIVq__cardPitch{color:var(--gray-dark);margin-bottom:18px;font-size:13.5px;line-height:1.65}.SegwayModels-module__SNqIVq__specs{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px;display:grid}.SegwayModels-module__SNqIVq__spec{background:var(--gray-bg);border:1px solid var(--gray-light);border-radius:var(--r-sm);flex-direction:column;padding:10px 12px;display:flex}.SegwayModels-module__SNqIVq__specVal{color:var(--black);margin-bottom:3px;font-size:16px;font-weight:800;line-height:1}.SegwayModels-module__SNqIVq__specUnit{color:var(--seg);margin-left:2px;font-size:11px;font-weight:500}.SegwayModels-module__SNqIVq__specKey{color:var(--gray);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:600}.SegwayModels-module__SNqIVq__features{background:var(--seg-xpale);border-radius:var(--r-sm);margin-bottom:18px;padding:12px 14px}.SegwayModels-module__SNqIVq__featuresTitle{color:var(--seg-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:800}.SegwayModels-module__SNqIVq__featuresList{flex-wrap:wrap;gap:2px 14px;list-style:none;display:flex}.SegwayModels-module__SNqIVq__featuresList li{color:var(--gray-dark);font-size:12px;line-height:1.6}.SegwayModels-module__SNqIVq__featuresList li:before{content:"· ";color:var(--seg);font-weight:800}.SegwayModels-module__SNqIVq__cardFooter{border-top:1px solid var(--gray-light);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:18px;display:flex}.SegwayModels-module__SNqIVq__price{flex-direction:column;display:flex}.SegwayModels-module__SNqIVq__priceTodo{color:var(--seg);font-size:13px;font-weight:700}.SegwayModels-module__SNqIVq__priceNote{color:var(--gray);margin-top:2px;font-size:10px;font-weight:500}.SegwayModels-module__SNqIVq__cta{background:var(--seg);color:var(--white);border-radius:var(--r-sm);letter-spacing:.04em;white-space:nowrap;align-items:center;gap:6px;padding:10px 18px;font-size:12px;font-weight:800;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.SegwayModels-module__SNqIVq__cta:hover{background:var(--seg-dark);transform:translateY(-1px)}@media (max-width:900px){.SegwayModels-module__SNqIVq__inner{padding:0 24px}.SegwayModels-module__SNqIVq__grid{grid-template-columns:1fr}}
.SkyworthEquipements-module__FV-DZq__section{background:var(--gray-bg);border-top:1px solid var(--gray-light);padding:96px 0}.SkyworthEquipements-module__FV-DZq__container{max-width:var(--max);margin:0 auto;padding:0 48px}.SkyworthEquipements-module__FV-DZq__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--green);align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:700;display:inline-flex}.SkyworthEquipements-module__FV-DZq__tag:before{content:"";background:var(--green);width:24px;height:2px}.SkyworthEquipements-module__FV-DZq__h2{color:var(--black);letter-spacing:-.03em;margin-bottom:48px;font-size:clamp(28px,3.5vw,44px);font-weight:900}.SkyworthEquipements-module__FV-DZq__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.SkyworthEquipements-module__FV-DZq__catTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--black);border-bottom:2px solid var(--green);margin-bottom:16px;padding-bottom:8px;font-size:13px;font-weight:800}.SkyworthEquipements-module__FV-DZq__list{flex-direction:column;gap:10px;list-style:none;display:flex}.SkyworthEquipements-module__FV-DZq__item{color:var(--gray-dark);align-items:flex-start;gap:8px;font-size:13px;font-weight:300;line-height:1.5;display:flex}.SkyworthEquipements-module__FV-DZq__check{background:var(--green-pale);width:18px;min-width:18px;height:18px;color:var(--green);border-radius:4px;justify-content:center;align-items:center;margin-top:1px;font-size:10px;font-weight:900;display:flex}@media (max-width:960px){.SkyworthEquipements-module__FV-DZq__container{padding:0 20px}.SkyworthEquipements-module__FV-DZq__grid{grid-template-columns:1fr 1fr}.SkyworthEquipements-module__FV-DZq__section{padding:60px 0}}@media (max-width:600px){.SkyworthEquipements-module__FV-DZq__grid{grid-template-columns:1fr}}
