.Hero-module__PgAKtG__heroScroll{width:100%;height:500vh;position:relative;margin:0!important;padding:0!important}.Hero-module__PgAKtG__heroSticky{background:#050505;width:100%;height:100vh;position:-webkit-sticky;position:sticky;top:0;overflow:hidden;margin:0!important;padding:0!important}.Hero-module__PgAKtG__heroCanvas{width:100%;height:100%;display:block;position:absolute;top:0;left:0}.Hero-module__PgAKtG__heroOverlay{pointer-events:none;z-index:10;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.Hero-module__PgAKtG__heroWordStage{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.Hero-module__PgAKtG__heroWord{white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;-webkit-backdrop-filter:blur(20px)saturate(1.3);font-family:var(--font-display);letter-spacing:-.03em;color:#0a0a0a;transition:opacity .4s var(--ease-out-quart),transform .4s var(--ease-out-quart);background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.95);border-radius:20px;padding:.5em .9em;font-size:max(3rem,min(10vw,9rem));font-weight:900;position:absolute;transform:scale(.95);box-shadow:0 8px 60px rgba(0,0,0,.08)}.Hero-module__PgAKtG__heroWord.Hero-module__PgAKtG__in{opacity:1;transform:scale(1)}.Hero-module__PgAKtG__heroTextCard{text-align:center;-webkit-backdrop-filter:blur(24px)saturate(1.4);opacity:0;width:min(500px,90vw);transition:opacity .9s var(--ease-out-expo),transform .9s var(--ease-out-expo);pointer-events:all;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.95);border-radius:24px;flex-direction:column;align-items:center;padding:2.6rem 3rem 2.4rem;display:flex;transform:translateY(20px)scale(.98);box-shadow:0 8px 60px rgba(0,0,0,.08)}.Hero-module__PgAKtG__heroTextCard.Hero-module__PgAKtG__visible{opacity:1;transform:translateY(0)scale(1)}.Hero-module__PgAKtG__heroTagline{font-family:var(--font-display);letter-spacing:-.025em;color:#0a0a0a;margin-bottom:2rem;font-size:max(2.2rem,min(5vw,4rem));font-weight:900;line-height:1.05}.Hero-module__PgAKtG__heroCtaWrap{pointer-events:all;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.8rem;width:100%;display:flex}.Hero-module__PgAKtG__heroCta{color:#fff;white-space:nowrap;transition:transform .3s var(--ease-out-expo),box-shadow .3s var(--ease-out-expo);background:#0a0a0a;border-radius:100px;padding:1.1rem 2.8rem;font-size:.95rem;font-weight:600;text-decoration:none}.Hero-module__PgAKtG__heroCta:hover{transform:scale(1.05);box-shadow:0 10px 40px rgba(0,0,0,.3)}.Hero-module__PgAKtG__heroCtaSecondary{-webkit-backdrop-filter:blur(12px);color:#0a0a0a;white-space:nowrap;transition:transform .3s var(--ease-out-expo),background .3s ease;background:rgba(255,255,255,.7);border:1px solid rgba(0,0,0,.12);border-radius:100px;padding:1.1rem 2.4rem;font-size:.95rem;font-weight:500;text-decoration:none}.Hero-module__PgAKtG__heroCtaSecondary:hover{background:rgba(255,255,255,.9);transform:scale(1.05)}.Hero-module__PgAKtG__scrollIndicator{flex-direction:column;align-items:center;gap:.5rem;transition:opacity .4s;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__scrollIndicator span{color:rgba(0,0,0,.35);letter-spacing:.3em;background:rgba(255,255,255,.6);border-radius:20px;padding:.2rem .6rem;font-size:.6rem;font-weight:700}.Hero-module__PgAKtG__scrollLine{transform-origin:top;background:linear-gradient(rgba(0,0,0,.25),transparent);width:1px;height:32px;animation:2s infinite Hero-module__PgAKtG__scrollPulse}@keyframes Hero-module__PgAKtG__scrollPulse{0%{opacity:0;transform:scaleY(0)}50%{opacity:1;transform:scaleY(1)}}.Hero-module__PgAKtG__loader{z-index:999;background:#000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.Hero-module__PgAKtG__loaderDone{pointer-events:none;animation:1s cubic-bezier(.7,0,1,1) forwards Hero-module__PgAKtG__loaderFadeOut}@keyframes Hero-module__PgAKtG__loaderFadeOut{to{opacity:0;visibility:hidden}}.Hero-module__PgAKtG__spinner{border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite Hero-module__PgAKtG__spin}@keyframes Hero-module__PgAKtG__spin{to{transform:rotate(360deg)}}.Hero-module__PgAKtG__loadingText{color:#fff;font-family:var(--font-display);letter-spacing:.1em;opacity:.7;font-size:.9rem}@media (max-width:768px){.Hero-module__PgAKtG__heroScroll{height:500vh;padding:0!important}.Hero-module__PgAKtG__heroSticky{width:100vw;height:100vh;padding:0!important}.Hero-module__PgAKtG__heroCanvas{width:100%;height:100%}.Hero-module__PgAKtG__heroOverlay{justify-content:center;align-items:center;padding:1rem}.Hero-module__PgAKtG__heroWord{white-space:nowrap;border-radius:16px;padding:.5em .8em;font-size:max(2rem,min(9vw,4rem))}.Hero-module__PgAKtG__heroTextCard{border-radius:18px;width:min(360px,88vw);padding:1.8rem 1.6rem}.Hero-module__PgAKtG__heroTagline{margin-bottom:1.4rem;font-size:max(1.5rem,min(6vw,2.2rem))}.Hero-module__PgAKtG__heroCtaWrap{flex-direction:column;align-items:stretch;gap:.6rem}.Hero-module__PgAKtG__heroCta,.Hero-module__PgAKtG__heroCtaSecondary{text-align:center;white-space:normal;box-sizing:border-box;justify-content:center;width:100%;padding:.9rem 1.5rem;font-size:.85rem}.Hero-module__PgAKtG__scrollIndicator{bottom:1.5rem}}@media (max-width:480px){.Hero-module__PgAKtG__heroScroll,.Hero-module__PgAKtG__heroSticky{padding:0!important}.Hero-module__PgAKtG__heroWord{padding:.4em .7em;font-size:max(1.8rem,min(8vw,3rem))}.Hero-module__PgAKtG__heroTextCard{width:92vw;padding:1.5rem 1.2rem}.Hero-module__PgAKtG__heroTagline{font-size:max(1.3rem,min(5.5vw,1.8rem))}}
.StatsBar-module__eUy94a__statsBar{border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);flex-wrap:wrap;justify-content:center;gap:4rem;padding:5rem 3rem;display:flex}.StatsBar-module__eUy94a__stat{text-align:center;flex-direction:column;align-items:center;display:flex}.StatsBar-module__eUy94a__statNum{font-family:var(--font-display);background:linear-gradient(135deg,#fff 0%,#777 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:max(2.5rem,min(5vw,4rem));font-weight:900}.StatsBar-module__eUy94a__statLabel{color:var(--gray-500);letter-spacing:.2em;text-transform:uppercase;margin-top:.6rem;font-size:.75rem}@media (max-width:768px){.StatsBar-module__eUy94a__statsBar{flex-direction:column;align-items:center;gap:2rem;padding:3rem 1.5rem}.StatsBar-module__eUy94a__stat{text-align:center;width:100%}}
.Steps-module__fUidNG__steps{padding:8rem 3rem}.Steps-module__fUidNG__sectionLabel{letter-spacing:.3em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1.5rem;font-size:.7rem}.Steps-module__fUidNG__sectionTitle{font-family:var(--font-display);letter-spacing:-.02em;max-width:700px;margin-bottom:5rem;font-size:max(2rem,min(4vw,3.5rem));font-weight:800;line-height:1.1}.Steps-module__fUidNG__stepsGrid{grid-template-columns:repeat(3,1fr);gap:0;max-width:1100px;display:grid}.Steps-module__fUidNG__stepCard{background:0 0;border-right:1px solid rgba(255,255,255,.06);border-radius:0;margin-right:2.8rem;padding-right:2.8rem}.Steps-module__fUidNG__stepCard:last-child{border-right:none;margin-right:0;padding-right:0}.Steps-module__fUidNG__stepHeader{flex-direction:row;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Steps-module__fUidNG__stepNum{letter-spacing:.2em;color:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:.35rem .7rem;font-size:.65rem;font-weight:700}.Steps-module__fUidNG__stepLine{background:linear-gradient(90deg,rgba(255,255,255,.08),transparent);flex:1;height:1px}.Steps-module__fUidNG__stepCard:last-child .Steps-module__fUidNG__stepLine{display:none}.Steps-module__fUidNG__iconWrap{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.8rem;transition:border-color .3s,background .3s;display:flex}.Steps-module__fUidNG__iconWrap svg{stroke:rgba(255,255,255,.55);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px;transition:stroke .3s}.Steps-module__fUidNG__stepCard:hover .Steps-module__fUidNG__iconWrap{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2)}.Steps-module__fUidNG__stepCard:hover .Steps-module__fUidNG__iconWrap svg{stroke:rgba(255,255,255,.9)}.Steps-module__fUidNG__stepTitle{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.9rem;font-size:1.1rem;font-weight:700}.Steps-module__fUidNG__stepDesc{color:var(--gray-500);font-size:.88rem;font-weight:300;line-height:1.7}@media (max-width:768px){.Steps-module__fUidNG__steps{padding:4rem 1.5rem}.Steps-module__fUidNG__stepsGrid{grid-template-columns:1fr;gap:0}.Steps-module__fUidNG__stepCard{border-bottom:1px solid rgba(255,255,255,.06);border-right:none;margin-bottom:2.5rem;margin-right:0;padding:0 0 2.5rem}.Steps-module__fUidNG__stepCard:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}}
.StockPreview-module__0xBM8a__fleet{padding:8rem 3rem}.StockPreview-module__0xBM8a__sectionLabel{letter-spacing:.3em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1.5rem;font-size:.7rem}.StockPreview-module__0xBM8a__sectionTitle{font-family:var(--font-display);letter-spacing:-.02em;font-size:max(2rem,min(4vw,3.5rem));font-weight:800;line-height:1.1}.StockPreview-module__0xBM8a__sectionDesc{color:var(--gray-300);max-width:550px;margin-top:1.5rem;font-size:1.05rem;font-weight:300;line-height:1.7}.StockPreview-module__0xBM8a__carGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%;max-width:1100px;margin-top:3rem;display:grid}.StockPreview-module__0xBM8a__fallbackMsg{color:var(--gray-500);grid-column:1/-1;font-size:.9rem}.StockPreview-module__0xBM8a__fleetCta{max-width:1100px;margin-top:2.5rem}.StockPreview-module__0xBM8a__btnSecondary{color:var(--white);transition:all .3s var(--ease-out-expo);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:.9rem 2.5rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-block}.StockPreview-module__0xBM8a__btnSecondary:hover{border-color:var(--white);background:rgba(255,255,255,.05)}@media (max-width:768px){.StockPreview-module__0xBM8a__fleet{padding:4rem 1.5rem}.StockPreview-module__0xBM8a__carGrid{grid-template-columns:1fr;gap:1.2rem}}
