.contact-module__hCbz7a__pageContainer{color:#fff;background-color:#000;min-height:100vh;padding-top:8rem;padding-bottom:0}.contact-module__hCbz7a__contentWrapper{max-width:72rem;margin:0 auto;padding:0 1.5rem}.contact-module__hCbz7a__title{color:var(--primary);text-align:center;letter-spacing:-.025em;margin-bottom:3rem;font-size:2.25rem;font-weight:700}.contact-module__hCbz7a__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.contact-module__hCbz7a__grid{grid-template-columns:1fr 1fr}}.contact-module__hCbz7a__card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#17171780;border:1px solid #ffffff1a;border-radius:1rem;transition:transform .3s,border-color .3s;overflow:hidden}.contact-module__hCbz7a__card:hover{transform:translateY(-5px)}.contact-module__hCbz7a__mapWrapper{aspect-ratio:16/9;background-color:#1f2937;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.contact-module__hCbz7a__mapImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.contact-module__hCbz7a__card:hover .contact-module__hCbz7a__mapImage{transform:scale(1.05)}.contact-module__hCbz7a__cardContent{text-align:start;padding:2rem}.contact-module__hCbz7a__locationTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.contact-module__hCbz7a__address{color:#9ca3af;margin-bottom:1.5rem;line-height:1.6}.contact-module__hCbz7a__contactInfo{color:#d1d5db;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.contact-module__hCbz7a__mapLink{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:color .2s;display:inline-flex}.contact-module__hCbz7a__mapLink:hover{color:#fff}
.Button-module__8RiFmG__button{border-radius:var(--radius);cursor:pointer;letter-spacing:.5px;border:none;justify-content:center;align-items:center;font-family:inherit;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;pointer-events:none}.Button-module__8RiFmG__primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #e6001263}.Button-module__8RiFmG__primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #e600123b}.Button-module__8RiFmG__outline{color:#fff;background:0 0;border:1px solid #ffffff4d}.Button-module__8RiFmG__outline:hover{background:#ffffff1a;border-color:#fff}.Button-module__8RiFmG__ghost{color:#ffffffb3;background:0 0}.Button-module__8RiFmG__ghost:hover{color:#fff;background:#ffffff0d}.Button-module__8RiFmG__sm{height:36px;padding:0 16px;font-size:.875rem}.Button-module__8RiFmG__md{height:48px;padding:0 24px;font-size:1rem}.Button-module__8RiFmG__lg{text-transform:uppercase;height:56px;padding:0 32px;font-size:1.125rem}
.Hero-module__ZARIfG__section{width:100%;height:100vh;position:relative;overflow:hidden}.Hero-module__ZARIfG__background{position:absolute;inset:0}.Hero-module__ZARIfG__bgImageWrapper{opacity:0;z-index:0;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.Hero-module__ZARIfG__bgImageWrapper img{object-fit:cover}.Hero-module__ZARIfG__visible{opacity:1;z-index:1}.Hero-module__ZARIfG__hidden{opacity:0;z-index:0}.Hero-module__ZARIfG__desktopImage,.Hero-module__ZARIfG__mobileImage{position:absolute;inset:0}.Hero-module__ZARIfG__mobileImage{display:block}.Hero-module__ZARIfG__desktopImage{display:none}@media (min-width:768px){.Hero-module__ZARIfG__mobileImage{display:none}.Hero-module__ZARIfG__desktopImage{display:block}}.Hero-module__ZARIfG__overlay{z-index:2;background:linear-gradient(#0003,#0006,#000000e6);position:absolute;inset:0}.Hero-module__ZARIfG__contentContainer{z-index:10;height:100%;max-width:var(--max-width);flex-direction:column;justify-content:center;align-items:flex-start;margin:0 auto;padding:5rem 1.5rem 0;display:flex;position:relative}.Hero-module__ZARIfG__textWrapper{max-width:48rem;animation:1s ease-out forwards Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__subtitle{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.875rem;font-weight:700;display:block}.Hero-module__ZARIfG__title{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}@media (min-width:768px){.Hero-module__ZARIfG__title{font-size:4.5rem}}@media (min-width:1024px){.Hero-module__ZARIfG__title{font-size:6rem}}.Hero-module__ZARIfG__highlight{background-image:linear-gradient(to right,var(--primary),#fb923c);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.Hero-module__ZARIfG__description{color:#d1d5db;max-width:36rem;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.Hero-module__ZARIfG__buttonGroup{gap:1rem;display:flex}.Hero-module__ZARIfG__scrollIndicator{color:#ffffff80;z-index:20;transition:opacity .3s;animation:2s infinite Hero-module__ZARIfG__bounce;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__hiddenIndicator{opacity:0;pointer-events:none}.Hero-module__ZARIfG__scrollText{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-20%)}}.Hero-module__ZARIfG__controlsContainer{z-index:20;gap:.5rem;padding-right:1.5rem;display:flex;position:absolute;bottom:6rem;right:0}.Hero-module__ZARIfG__controlBar{opacity:.4;cursor:pointer;background-color:#fff;border:none;width:40px;height:2px;padding:0;transition:opacity .3s}.Hero-module__ZARIfG__controlBar:hover{opacity:.7}.Hero-module__ZARIfG__activeControl{opacity:1}
.AboutSection-module__UGBiha__section{background-color:#0a0a0a;padding:6rem 0;position:relative;overflow:hidden}.AboutSection-module__UGBiha__backgroundDecoration{pointer-events:none;background:linear-gradient(270deg,#e600121a,#0000);width:33%;height:100%;position:absolute;top:0;right:0}.AboutSection-module__UGBiha__container{max-width:var(--max-width);z-index:10;gap:3rem;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}@media (min-width:768px){.AboutSection-module__UGBiha__container{grid-template-columns:1fr 1fr;align-items:center}}.AboutSection-module__UGBiha__label{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.AboutSection-module__UGBiha__heading{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.1}@media (min-width:768px){.AboutSection-module__UGBiha__heading{font-size:3rem}}.AboutSection-module__UGBiha__highlight{color:#64748b}.AboutSection-module__UGBiha__description{color:#9ca3af;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}.AboutSection-module__UGBiha__quoteWrapper{padding-top:1rem}.AboutSection-module__UGBiha__quote{border-left:4px solid var(--primary);padding-top:.5rem;padding-bottom:.5rem;padding-left:1.5rem}.AboutSection-module__UGBiha__quoteText{color:#fff;font-size:1.5rem;font-style:italic;font-weight:700}.AboutSection-module__UGBiha__statsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.AboutSection-module__UGBiha__statsGrid{grid-template-columns:1fr 1fr}}.AboutSection-module__UGBiha__statCard{-webkit-backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;padding:2rem;transition:background-color .3s}.AboutSection-module__UGBiha__statCard:hover{background:#ffffff1a}.AboutSection-module__UGBiha__statValue{margin-bottom:.5rem;font-size:2.25rem;font-weight:700;display:block}.AboutSection-module__UGBiha__accentBlue{color:var(--accent)}.AboutSection-module__UGBiha__accentRed{color:var(--primary)}.AboutSection-module__UGBiha__statLabel{color:#9ca3af;font-size:.875rem}.AboutSection-module__UGBiha__visionCard{background:linear-gradient(90deg,#111827,#1f2937);justify-content:space-between;align-items:center;display:flex}@media (min-width:640px){.AboutSection-module__UGBiha__visionCard{grid-column:span 2}}.AboutSection-module__UGBiha__iconCircle{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;display:flex}
.Navbar-module__cJzEcG__nav{z-index:100;border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--glass-border);padding:1rem 0}.Navbar-module__cJzEcG__transparent{background:0 0;padding:1.5rem 0}.Navbar-module__cJzEcG__container{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:768px){.Navbar-module__cJzEcG__container{padding:0 1.5rem}}.Navbar-module__cJzEcG__logoLink{text-decoration:none;display:block}.Navbar-module__cJzEcG__logosWrapper{align-items:center;gap:.5rem;height:40px;display:flex}@media (min-width:768px){.Navbar-module__cJzEcG__logosWrapper{gap:1rem}}.Navbar-module__cJzEcG__logoContainer{width:70px;height:100%;position:relative}@media (min-width:400px){.Navbar-module__cJzEcG__logoContainer{width:85px}}@media (min-width:768px){.Navbar-module__cJzEcG__logoContainer{width:100px}}.Navbar-module__cJzEcG__logoContainerDealership{width:130px;height:100%;position:relative}@media (min-width:400px){.Navbar-module__cJzEcG__logoContainerDealership{width:150px}}@media (min-width:768px){.Navbar-module__cJzEcG__logoContainerDealership{width:180px}}.Navbar-module__cJzEcG__separator{background-color:#fff6;width:1px;height:24px;margin-right:.25rem}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:2rem;display:none}.Navbar-module__cJzEcG__navLink{color:#fffc;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLink:hover{color:#fff}.Navbar-module__cJzEcG__langSwitch{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.Navbar-module__cJzEcG__langSwitch:hover{color:#000;background:#fff;border-color:#fff;transform:scale(1.05)}.Navbar-module__cJzEcG__mobileToggle{color:#fff;cursor:pointer;background:0 0;border:none;display:block}@media (min-width:768px){.Navbar-module__cJzEcG__desktopNav{display:flex}.Navbar-module__cJzEcG__mobileToggle{display:none}}.Navbar-module__cJzEcG__mobileMenu{border-bottom:1px solid var(--glass-border);background:#000;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;position:absolute;top:100%;left:0;right:0}.Navbar-module__cJzEcG__mobileLink{color:#fff;font-size:1.25rem;font-weight:500}
.Footer-module__S6Hkya__footer{background-color:#000;border-top:1px solid #ffffff1a;padding:3rem 0}.Footer-module__S6Hkya__container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.Footer-module__S6Hkya__topRow{flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__topRow{flex-direction:row}}.Footer-module__S6Hkya__brand{align-items:center;gap:.5rem;display:flex}.Footer-module__S6Hkya__logoWrapper{width:6rem;height:1.5rem;position:relative}.Footer-module__S6Hkya__brandText{color:#737373;font-size:.875rem}.Footer-module__S6Hkya__links{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.Footer-module__S6Hkya__link{color:#9ca3af;font-size:.875rem;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:#fff}.Footer-module__S6Hkya__social{gap:1rem;display:flex}.Footer-module__S6Hkya__socialIcon{cursor:pointer;background:#ffffff1a;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .2s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--primary)}.Footer-module__S6Hkya__iconText{color:#fff;font-size:.75rem}.Footer-module__S6Hkya__copyright{text-align:center;color:#525252;border-top:1px solid #ffffff0d;margin-top:2rem;padding-top:2rem;font-size:.75rem}
.Card-module__b6YjYG__card{cursor:pointer;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;transition:all .3s;position:relative;overflow:hidden}.Card-module__b6YjYG__card:hover{transform:translateY(-.5rem);box-shadow:0 25px 50px -12px #e6001226}.Card-module__b6YjYG__imageWrapper{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.Card-module__b6YjYG__image{object-fit:cover;transition:transform .5s}.Card-module__b6YjYG__card:hover .Card-module__b6YjYG__image{transform:scale(1.1)}.Card-module__b6YjYG__overlay{opacity:.6;background:linear-gradient(#0000,#000c);transition:opacity .3s;position:absolute;inset:0}.Card-module__b6YjYG__card:hover .Card-module__b6YjYG__overlay{opacity:.4}.Card-module__b6YjYG__content{padding:1.5rem;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(.5rem)}.Card-module__b6YjYG__card:hover .Card-module__b6YjYG__content{transform:translateY(0)}.Card-module__b6YjYG__title{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Card-module__b6YjYG__description{color:#d1d5db;opacity:0;font-size:.875rem;transition:opacity .3s 75ms}.Card-module__b6YjYG__card:hover .Card-module__b6YjYG__description{opacity:1}
.not-found-module__HS70Aa__container{color:#fff;min-height:100vh;font-family:var(--font-sans),sans-serif;background-color:#050505;flex-direction:column;display:flex}.not-found-module__HS70Aa__main{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative;overflow:hidden}.not-found-module__HS70Aa__glow{opacity:.05;filter:blur(100px);pointer-events:none;background-color:#f37021;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found-module__HS70Aa__card{z-index:10;-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;width:100%;max-width:32rem;padding:2rem;position:relative;box-shadow:0 25px 50px -12px #00000040}@media (min-width:768px){.not-found-module__HS70Aa__card{padding:3rem}}.not-found-module__HS70Aa__errorCode{color:#f37021;margin-bottom:1rem;font-size:4rem;font-weight:700;line-height:1}@media (min-width:768px){.not-found-module__HS70Aa__errorCode{font-size:6rem}}.not-found-module__HS70Aa__title{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media (min-width:768px){.not-found-module__HS70Aa__title{font-size:2rem}}.not-found-module__HS70Aa__description{color:#9ca3af;margin-bottom:2rem;line-height:1.6}.not-found-module__HS70Aa__buttonWrapper{justify-content:center;display:flex}.not-found-module__HS70Aa__homeLink{color:#fff;background-color:#f37021;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.not-found-module__HS70Aa__homeLink:hover{background-color:#cf5308}
.BackToTop-module__9O7_lG__button{z-index:999;background-color:var(--primary);color:#fff;cursor:pointer;opacity:0;visibility:hidden;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(10px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.BackToTop-module__9O7_lG__visible{opacity:1;visibility:visible;transform:translateY(0)}.BackToTop-module__9O7_lG__button:hover{background-color:var(--primary-hover);transform:translateY(-4px)}.BackToTop-module__9O7_lG__button:focus{box-shadow:0 0 0 2px white,0 0 0 4px var(--primary);outline:none}
.ModelsSection-module__L6KGXG__section{background-color:#000;padding:6rem 0}.ModelsSection-module__L6KGXG__container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.ModelsSection-module__L6KGXG__header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:4rem;display:flex}@media (min-width:768px){.ModelsSection-module__L6KGXG__header{flex-direction:row;align-items:flex-end}}.ModelsSection-module__L6KGXG__textGroup{flex-direction:column;gap:1rem;display:flex}.ModelsSection-module__L6KGXG__label{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:700}.ModelsSection-module__L6KGXG__heading{color:#fff;font-size:2.5rem;font-weight:700}@media (min-width:768px){.ModelsSection-module__L6KGXG__heading{font-size:3rem}}.ModelsSection-module__L6KGXG__description{color:#9ca3af;max-width:24rem;line-height:1.5}.ModelsSection-module__L6KGXG__grid{gap:2rem;display:grid}@media (min-width:768px){.ModelsSection-module__L6KGXG__grid{grid-template-columns:1fr 1fr}}.ModelsSection-module__L6KGXG__cardLink{text-decoration:none;transition:transform .3s;display:block}.ModelsSection-module__L6KGXG__cardLink:hover{transform:translateY(-5px)}
.FeedbackSection-module__qEbgKW__section{background-color:#171717;padding:6rem 0;position:relative;overflow:hidden}.FeedbackSection-module__qEbgKW__container{max-width:56rem;margin:0 auto;padding:0 1rem}@media (min-width:768px){.FeedbackSection-module__qEbgKW__container{padding:0 1.5rem}}.FeedbackSection-module__qEbgKW__header{text-align:center;flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.FeedbackSection-module__qEbgKW__label{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:700}.FeedbackSection-module__qEbgKW__heading{color:#fff;font-size:2.25rem;font-weight:700}.FeedbackSection-module__qEbgKW__description{color:#9ca3af}.FeedbackSection-module__qEbgKW__formCard{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;padding:1.25rem}@media (min-width:768px){.FeedbackSection-module__qEbgKW__formCard{padding:3rem}}.FeedbackSection-module__qEbgKW__form{flex-direction:column;gap:1.5rem;display:flex}.FeedbackSection-module__qEbgKW__row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.FeedbackSection-module__qEbgKW__row{grid-template-columns:1fr 1fr}}.FeedbackSection-module__qEbgKW__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.FeedbackSection-module__qEbgKW__inputLabel{color:#d1d5db;font-size:.875rem;font-weight:500}.FeedbackSection-module__qEbgKW__input,.FeedbackSection-module__qEbgKW__select,.FeedbackSection-module__qEbgKW__textarea{color:#fff;background:#0006;border:1px solid #ffffff1a;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;transition:border-color .2s}.FeedbackSection-module__qEbgKW__textarea{resize:vertical;min-height:120px}.FeedbackSection-module__qEbgKW__input:focus,.FeedbackSection-module__qEbgKW__select:focus,.FeedbackSection-module__qEbgKW__textarea:focus{border-color:var(--primary);outline:none}.FeedbackSection-module__qEbgKW__input::placeholder,.FeedbackSection-module__qEbgKW__textarea::placeholder{color:#525252}.FeedbackSection-module__qEbgKW__phoneInputWrapper{background:#0006;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.FeedbackSection-module__qEbgKW__phoneInputWrapper:focus-within{border-color:var(--primary)}.FeedbackSection-module__qEbgKW__phonePrefix{color:#9ca3af;-webkit-user-select:none;user-select:none;background:#ffffff0d;border-right:1px solid #ffffff1a;padding:.75rem .5rem .75rem 1rem;font-size:.9rem}.FeedbackSection-module__qEbgKW__phoneInput{color:#fff;background:0 0;border:none;flex:1;width:100%;padding:.75rem 1rem;font-family:inherit}.FeedbackSection-module__qEbgKW__phoneInput:focus{outline:none}.FeedbackSection-module__qEbgKW__inputError,.FeedbackSection-module__qEbgKW__inputErrorWrapper{border-color:#ef4444!important}.FeedbackSection-module__qEbgKW__errorMessage{color:#ef4444;margin-top:.25rem;font-size:.75rem}.FeedbackSection-module__qEbgKW__submitButtonWrapper{margin-top:1rem}.FeedbackSection-module__qEbgKW__submitButton{width:100%}.FeedbackSection-module__qEbgKW__checkboxContainer{margin-bottom:1.5rem}.FeedbackSection-module__qEbgKW__checkboxLabel{cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.FeedbackSection-module__qEbgKW__checkboxWrapper{flex-shrink:0;align-items:center;padding-top:.125rem;display:flex;position:relative}.FeedbackSection-module__qEbgKW__checkboxInput{appearance:none;cursor:pointer;background-color:#ffffff0d;border:1px solid #fff3;border-radius:.25rem;width:1.25rem;height:1.25rem;transition:all .2s}.FeedbackSection-module__qEbgKW__checkboxInput:checked{border-color:var(--primary);background-color:var(--primary)}.FeedbackSection-module__qEbgKW__checkIcon{pointer-events:none;opacity:0;color:#fff;width:.75rem;height:.75rem;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeedbackSection-module__qEbgKW__checkboxInput:checked+.FeedbackSection-module__qEbgKW__checkIcon{opacity:1}.FeedbackSection-module__qEbgKW__disclaimerText{color:#9ca3af;font-size:.875rem;line-height:1.4;transition:color .2s}.FeedbackSection-module__qEbgKW__checkboxLabel:hover .FeedbackSection-module__qEbgKW__disclaimerText{color:#d1d5db}
.TestDriveSection-module__Z6ZQVa__section{background-color:#171717;padding:6rem 0;position:relative}.TestDriveSection-module__Z6ZQVa__container{max-width:56rem;margin:0 auto;padding:0 1rem}@media (min-width:768px){.TestDriveSection-module__Z6ZQVa__container{padding:0 1.5rem}}.TestDriveSection-module__Z6ZQVa__header{text-align:center;flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.TestDriveSection-module__Z6ZQVa__label{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:700}.TestDriveSection-module__Z6ZQVa__heading{color:#fff;font-size:2.25rem;font-weight:700}.TestDriveSection-module__Z6ZQVa__description{color:#9ca3af}.TestDriveSection-module__Z6ZQVa__formCard{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;padding:1.25rem}@media (min-width:768px){.TestDriveSection-module__Z6ZQVa__formCard{padding:3rem}}.TestDriveSection-module__Z6ZQVa__form{flex-direction:column;gap:1.5rem;display:flex}.TestDriveSection-module__Z6ZQVa__row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.TestDriveSection-module__Z6ZQVa__row{grid-template-columns:1fr 1fr}}.TestDriveSection-module__Z6ZQVa__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.TestDriveSection-module__Z6ZQVa__inputLabel{color:#d1d5db;font-size:.875rem;font-weight:500}.TestDriveSection-module__Z6ZQVa__input,.TestDriveSection-module__Z6ZQVa__select{color:#fff;background:#0006;border:1px solid #ffffff1a;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;transition:border-color .2s}.TestDriveSection-module__Z6ZQVa__input:focus,.TestDriveSection-module__Z6ZQVa__select:focus{border-color:var(--primary);outline:none}.TestDriveSection-module__Z6ZQVa__input::placeholder{color:#525252}.TestDriveSection-module__Z6ZQVa__modelSelectorLabel{color:#d1d5db;margin-bottom:.75rem;font-size:.875rem;font-weight:500;display:block}.TestDriveSection-module__Z6ZQVa__modelGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.TestDriveSection-module__Z6ZQVa__modelOption{cursor:pointer;aspect-ratio:16/9;border:2px solid #ffffff1a;border-radius:.75rem;transition:all .3s;position:relative;overflow:hidden}.TestDriveSection-module__Z6ZQVa__modelOption:hover{border-color:#ffffff4d}.TestDriveSection-module__Z6ZQVa__modelOption.TestDriveSection-module__Z6ZQVa__selected{border-color:var(--primary);box-shadow:0 0 0 4px #e6001233}.TestDriveSection-module__Z6ZQVa__modelImage{object-fit:cover}.TestDriveSection-module__Z6ZQVa__modelName{color:#fff;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;padding:.5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.TestDriveSection-module__Z6ZQVa__locationWrapper{background:#0006;border:1px solid #ffffff1a;border-radius:.5rem;gap:.25rem;padding:.25rem;display:flex}.TestDriveSection-module__Z6ZQVa__locationOption{text-align:center;color:#9ca3af;cursor:pointer;border-radius:.25rem;flex:1;padding:.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.TestDriveSection-module__Z6ZQVa__locationOption:hover{color:#fff;background:#ffffff0d}.TestDriveSection-module__Z6ZQVa__locationOption.TestDriveSection-module__Z6ZQVa__selected{background:var(--primary);color:#fff}.TestDriveSection-module__Z6ZQVa__phoneInputWrapper{background:#0006;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.TestDriveSection-module__Z6ZQVa__phoneInputWrapper:focus-within{border-color:var(--primary)}.TestDriveSection-module__Z6ZQVa__phonePrefix{color:#9ca3af;-webkit-user-select:none;user-select:none;background:#ffffff0d;border-right:1px solid #ffffff1a;padding:.75rem .5rem .75rem 1rem;font-size:.9rem}.TestDriveSection-module__Z6ZQVa__phoneInput{color:#fff;background:0 0;border:none;flex:1;width:100%;padding:.75rem 1rem;font-family:inherit}.TestDriveSection-module__Z6ZQVa__phoneInput:focus{outline:none}.TestDriveSection-module__Z6ZQVa__inputError,.TestDriveSection-module__Z6ZQVa__inputErrorWrapper{border-color:#ef4444!important}.TestDriveSection-module__Z6ZQVa__labelError{color:#ef4444}.TestDriveSection-module__Z6ZQVa__errorMessage{color:#ef4444;margin-top:.25rem;font-size:.75rem}.TestDriveSection-module__Z6ZQVa__submitButtonWrapper{margin-top:1rem}.TestDriveSection-module__Z6ZQVa__submitButton{width:100%}.TestDriveSection-module__Z6ZQVa__checkboxContainer{margin-bottom:1.5rem}.TestDriveSection-module__Z6ZQVa__checkboxLabel{cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.TestDriveSection-module__Z6ZQVa__checkboxWrapper{flex-shrink:0;align-items:center;padding-top:.125rem;display:flex;position:relative}.TestDriveSection-module__Z6ZQVa__checkboxInput{appearance:none;cursor:pointer;background-color:#ffffff0d;border:1px solid #fff3;border-radius:.25rem;width:1.25rem;height:1.25rem;transition:all .2s}.TestDriveSection-module__Z6ZQVa__checkboxInput:checked{border-color:var(--primary);background-color:var(--primary)}.TestDriveSection-module__Z6ZQVa__checkIcon{pointer-events:none;opacity:0;color:#fff;width:.75rem;height:.75rem;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TestDriveSection-module__Z6ZQVa__checkboxInput:checked+.TestDriveSection-module__Z6ZQVa__checkIcon{opacity:1}.TestDriveSection-module__Z6ZQVa__disclaimerText{color:#9ca3af;font-size:.875rem;line-height:1.4;transition:color .2s}.TestDriveSection-module__Z6ZQVa__checkboxLabel:hover .TestDriveSection-module__Z6ZQVa__disclaimerText{color:#d1d5db}
