.Header-module__hBw1pG__header{z-index:100;background-color:#fff;align-items:center;height:80px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{color:var(--color-primary);align-items:center;gap:12px;font-size:1.25rem;font-weight:700;display:flex}.Header-module__hBw1pG__logoImgWrapper{background-color:var(--color-bg);border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.Header-module__hBw1pG__logoImg{object-fit:contain}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--color-text-main);font-weight:500;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--color-primary)}.Header-module__hBw1pG__btnOutline{border:2px solid var(--color-primary);color:var(--color-primary);background-color:#0000}.Header-module__hBw1pG__btnOutline:hover{background-color:var(--color-primary);color:#fff}.Header-module__hBw1pG__hamburger{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:0;display:none}.Header-module__hBw1pG__mobileMenu{display:none}@media (max-width:992px){.Header-module__hBw1pG__brandName{display:none}}@media (max-width:768px){.Header-module__hBw1pG__desktopNav{display:none}.Header-module__hBw1pG__hamburger{display:block}.Header-module__hBw1pG__mobileMenu{z-index:99;background-color:#fff;flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem;transition:transform .3s ease-in-out;display:flex;position:absolute;top:100%;left:0;transform:translateY(-150%);box-shadow:0 10px 20px #0000001a}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open{display:flex;transform:translateY(0)}.Header-module__hBw1pG__mobileNavLink{color:var(--color-text-main);border-bottom:1px solid #f0f0f0;padding:.5rem 0;font-size:1.1rem;font-weight:500}.Header-module__hBw1pG__mobileBtn{justify-content:center;width:100%;margin-top:1rem}}
.Hero-module__ZARIfG__hero{background-color:var(--color-primary);color:#fff;background-image:linear-gradient(#292a4de6,#292a4dcc),url(/images/new_hero_bg.webp);background-position:50%;background-size:cover;background-attachment:fixed;align-items:flex-end;min-height:550px;padding:1rem 0 0;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{z-index:1;grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;height:100%;display:grid;position:relative}.Hero-module__ZARIfG__content{z-index:2;min-width:0;padding-top:2rem;padding-bottom:2rem;position:relative}.Hero-module__ZARIfG__trustBadge{color:#fff;background-color:#ffffff1a;border-radius:20px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 12px;font-size:.9rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__stars{color:var(--color-accent);letter-spacing:2px}.Hero-module__ZARIfG__quickStats{opacity:.95;gap:1.5rem;margin-bottom:2rem;font-size:1rem;font-weight:500;display:flex}.Hero-module__ZARIfG__statItem{align-items:center;gap:8px;display:flex}.Hero-module__ZARIfG__statIcon{color:var(--color-accent)}.Hero-module__ZARIfG__title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.Hero-module__ZARIfG__highlight{color:var(--color-accent)}.Hero-module__ZARIfG__description{opacity:.9;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.Hero-module__ZARIfG__actions{gap:1rem;display:flex}.Hero-module__ZARIfG__btnOutline{color:#fff;background-color:#0000;border:2px solid #ffffff4d;justify-content:center;align-items:center;font-weight:600;transition:all .2s;display:inline-flex}.Hero-module__ZARIfG__btnOutline:hover{background-color:#ffffff1a;border-color:#fff}.Hero-module__ZARIfG__visual{justify-content:center;align-items:flex-end;height:600px;display:flex;position:relative}.Hero-module__ZARIfG__presenterWrapper{width:130%;height:100%;position:relative;right:-10%}.Hero-module__ZARIfG__presenterImg{object-fit:contain;object-position:bottom center;filter:drop-shadow(0 0 20px #0000004d);width:100%;height:100%}.Hero-module__ZARIfG__presenterTag{z-index:10;background-color:#fff;border-radius:16px;flex-direction:column;min-width:200px;padding:1rem 1.5rem;animation:4s ease-in-out infinite Hero-module__ZARIfG__float;display:flex;position:absolute;bottom:80px;left:-40px;box-shadow:0 10px 30px #0003}.Hero-module__ZARIfG__tagName{color:var(--color-primary);font-size:1.1rem;font-weight:700;line-height:1.4}.Hero-module__ZARIfG__tagRole{color:#666;font-size:.9rem}@keyframes Hero-module__ZARIfG__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.Hero-module__ZARIfG__breakOnMobile{display:none}@media (max-width:992px){.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr}.Hero-module__ZARIfG__content{margin:0 auto;padding-top:3rem;padding-bottom:0}.Hero-module__ZARIfG__description{max-width:500px;margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__actions,.Hero-module__ZARIfG__quickStats{justify-content:center}.Hero-module__ZARIfG__visual{width:100%;height:400px}.Hero-module__ZARIfG__presenterWrapper{width:100%;max-width:400px;margin:0 auto;right:0}}@media (max-width:576px){.Hero-module__ZARIfG__title{font-size:2.2rem}.Hero-module__ZARIfG__visual{height:350px}.Hero-module__ZARIfG__breakOnMobile{display:inline}.Hero-module__ZARIfG__quickStats{flex-direction:column;align-items:center;gap:.5rem}.Hero-module__ZARIfG__presenterTag{text-align:center;width:max-content;max-width:90%;margin:0 auto;padding:.75rem 1rem;bottom:20px;left:0;right:0}.Hero-module__ZARIfG__tagName{font-size:1rem}}
.ClientLogos-module__IJnw9a__section{background-color:#fff;border-bottom:1px solid #f0f0f0;padding:2.5rem 0}.ClientLogos-module__IJnw9a__label{text-align:center;color:#888;margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.ClientLogos-module__IJnw9a__scrollContainer{width:100%;padding:1rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.ClientLogos-module__IJnw9a__scrollTrack{gap:4rem;width:max-content;animation:30s linear infinite ClientLogos-module__IJnw9a__scroll;display:flex}@keyframes ClientLogos-module__IJnw9a__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ClientLogos-module__IJnw9a__scrollTrack:hover{animation-play-state:paused}.ClientLogos-module__IJnw9a__logoPlaceholder{cursor:default;background-color:#f8f9fa;border:1px solid #eee;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:140px;height:48px;padding:0 1.5rem;display:flex}.ClientLogos-module__IJnw9a__logoText{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:700}@media (max-width:768px){.ClientLogos-module__IJnw9a__grid{gap:1.5rem}.ClientLogos-module__IJnw9a__logoPlaceholder{min-width:100px;height:35px}.ClientLogos-module__IJnw9a__logoText{font-size:.8rem}}
.Features-module__zvCZ4q__section{background-color:#fff;padding:5rem 0}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:4rem}.Features-module__zvCZ4q__title{color:var(--color-primary);margin-bottom:1rem;font-size:2.25rem}.Features-module__zvCZ4q__subtitle{color:var(--color-text-light);font-size:1.125rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Features-module__zvCZ4q__card{background-color:var(--color-bg);text-align:center;border-radius:16px;padding:2.5rem;transition:transform .2s}.Features-module__zvCZ4q__card:hover{transform:translateY(-5px)}.Features-module__zvCZ4q__iconWrapper{width:80px;height:80px;color:var(--color-primary);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex;box-shadow:0 4px 12px #0000000d}.Features-module__zvCZ4q__cardTitle{color:var(--color-primary);margin-bottom:1rem;font-size:1.25rem}.Features-module__zvCZ4q__cardDesc{color:var(--color-text-light);font-size:.95rem}@media (max-width:768px){.Features-module__zvCZ4q__section{padding:3rem 0}.Features-module__zvCZ4q__title{font-size:1.75rem}.Features-module__zvCZ4q__subtitle{font-size:1rem}.Features-module__zvCZ4q__grid{grid-template-columns:1fr;gap:1.5rem}.Features-module__zvCZ4q__card{padding:2rem}}
.ServiceTypes-module__aWVd_W__section{background-color:#f8fafc;padding:6rem 0}.ServiceTypes-module__aWVd_W__header{text-align:center;margin-bottom:4rem}.ServiceTypes-module__aWVd_W__title{color:var(--color-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ServiceTypes-module__aWVd_W__subtitle{color:#666;font-size:1.125rem}.ServiceTypes-module__aWVd_W__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ServiceTypes-module__aWVd_W__card{text-align:center;background-color:#fff;border:1px solid #eee;border-radius:16px;flex-direction:column;align-items:center;padding:2rem;transition:all .3s;display:flex;position:relative}.ServiceTypes-module__aWVd_W__card:hover{border-color:#0000;transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.ServiceTypes-module__aWVd_W__cardIconWrapper{width:90px;height:90px;color:var(--color-primary);background-color:#f0f4ff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:background-color .3s,color .3s;display:flex}.ServiceTypes-module__aWVd_W__card:hover .ServiceTypes-module__aWVd_W__cardIconWrapper{background-color:var(--color-primary);color:var(--color-accent)}.ServiceTypes-module__aWVd_W__content{width:100%;position:relative}.ServiceTypes-module__aWVd_W__badge{background-color:var(--color-accent);color:var(--color-primary);text-transform:uppercase;border-radius:4px;padding:4px 12px;font-size:.8rem;font-weight:700;position:absolute;top:-60px;right:-20px}.ServiceTypes-module__aWVd_W__cardTitle{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.ServiceTypes-module__aWVd_W__cardDesc{color:#666;line-height:1.6}@media (max-width:992px){.ServiceTypes-module__aWVd_W__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}
.BusinessSolutions-module__3wjlCa__section{background-color:#fff;padding:6rem 0;overflow:hidden}.BusinessSolutions-module__3wjlCa__container{align-items:center;gap:5rem;display:flex}.BusinessSolutions-module__3wjlCa__content{flex:1}.BusinessSolutions-module__3wjlCa__visual{flex:1;position:relative}.BusinessSolutions-module__3wjlCa__imageContainer{border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.BusinessSolutions-module__3wjlCa__imageContainer img{width:100%;height:auto;transition:transform .5s;display:block}.BusinessSolutions-module__3wjlCa__imageContainer:hover img{transform:scale(1.05)}.BusinessSolutions-module__3wjlCa__badge{color:var(--color-primary);background-color:#292a4d1a;border-radius:6px;margin-bottom:1rem;padding:6px 12px;font-size:.9rem;font-weight:600;display:inline-block}.BusinessSolutions-module__3wjlCa__title{color:var(--color-primary);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.BusinessSolutions-module__3wjlCa__description{color:#666;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.BusinessSolutions-module__3wjlCa__benefits{gap:1.5rem;margin-bottom:3rem;display:grid}.BusinessSolutions-module__3wjlCa__benefitItem{align-items:flex-start;gap:1rem;display:flex}.BusinessSolutions-module__3wjlCa__benefitIcon{color:var(--color-primary);background-color:#eef2ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:10px;display:flex}.BusinessSolutions-module__3wjlCa__benefitText h4{color:var(--color-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.BusinessSolutions-module__3wjlCa__benefitText p{color:#666;font-size:.95rem;line-height:1.5}.BusinessSolutions-module__3wjlCa__cta{display:inline-block}.BusinessSolutions-module__3wjlCa__btnPrimary{background-color:var(--color-primary);color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.BusinessSolutions-module__3wjlCa__btnPrimary:hover{background-color:#1a1b36;transform:translateY(-2px);box-shadow:0 10px 20px #292a4d33}@media (max-width:900px){.BusinessSolutions-module__3wjlCa__section{padding:4rem 0}.BusinessSolutions-module__3wjlCa__container{flex-direction:column;gap:3rem}.BusinessSolutions-module__3wjlCa__visual{order:-1;width:100%}.BusinessSolutions-module__3wjlCa__title{font-size:2rem}.BusinessSolutions-module__3wjlCa__content{width:100%}}
.PlatformPreview-module__Mpck2q__section{background-color:#fff;padding:6rem 0;overflow:hidden}.PlatformPreview-module__Mpck2q__container{align-items:center;gap:4rem;display:flex}.PlatformPreview-module__Mpck2q__content{flex:1}.PlatformPreview-module__Mpck2q__title{color:var(--color-primary);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.PlatformPreview-module__Mpck2q__highlight{color:var(--color-accent);background:linear-gradient(120deg,#ffe1174d 0% 100%);padding:0 4px}.PlatformPreview-module__Mpck2q__subtitle{color:#666;max-width:500px;margin-bottom:3rem;font-size:1.125rem}.PlatformPreview-module__Mpck2q__tabContainer{background-color:#f1f5f9;border-radius:50px;margin-bottom:2rem;padding:4px;display:inline-flex}.PlatformPreview-module__Mpck2q__tabBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:40px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.PlatformPreview-module__Mpck2q__tabBtn.PlatformPreview-module__Mpck2q__active{background-color:var(--color-primary);color:#fff;box-shadow:0 4px 6px #0000001a}.PlatformPreview-module__Mpck2q__steps{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.PlatformPreview-module__Mpck2q__stepHeader{align-items:center;gap:12px;margin-bottom:.5rem;display:flex}.PlatformPreview-module__Mpck2q__stepIcon{color:#28a745;flex-shrink:0}.PlatformPreview-module__Mpck2q__stepTitle{color:var(--color-primary);font-size:1.25rem;font-weight:600}.PlatformPreview-module__Mpck2q__stepDesc{color:#666;padding-left:36px;font-size:1rem}.PlatformPreview-module__Mpck2q__visual{flex:1;justify-content:center;display:flex;position:relative}.PlatformPreview-module__Mpck2q__phoneFrame{background-color:var(--color-primary);border-radius:40px;width:300px;height:600px;padding:12px;transition:background-color .3s;position:relative;box-shadow:0 20px 40px #0003}.PlatformPreview-module__Mpck2q__notch{background-color:var(--color-primary);z-index:10;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:120px;height:24px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.PlatformPreview-module__Mpck2q__screen{background-color:#f0f2f5;background-position:50%;background-size:cover;border-radius:32px;justify-content:center;align-items:center;width:100%;height:100%;transition:background-image .3s ease-in-out;display:flex;position:relative;overflow:hidden}.PlatformPreview-module__Mpck2q__placeholderLabel{text-align:center;color:#666;background-color:#ffffffe6;border-radius:8px;padding:1rem;font-weight:500}.PlatformPreview-module__Mpck2q__badge{z-index:20;background-color:#fff;border-radius:16px;flex-direction:column;align-items:center;padding:1rem;animation:3s ease-in-out infinite PlatformPreview-module__Mpck2q__float;display:flex;position:absolute;bottom:100px;right:20px;box-shadow:0 10px 20px #0000001a}.PlatformPreview-module__Mpck2q__badgeNumber{color:var(--color-primary);font-size:1.5rem;font-weight:700}.PlatformPreview-module__Mpck2q__badgeText{color:#666;font-size:.8rem}@keyframes PlatformPreview-module__Mpck2q__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:900px){.PlatformPreview-module__Mpck2q__container{text-align:center;flex-direction:column;gap:3rem}.PlatformPreview-module__Mpck2q__subtitle{margin:0 auto 3rem}.PlatformPreview-module__Mpck2q__stepHeader{justify-content:center}.PlatformPreview-module__Mpck2q__stepDesc{padding-left:0}.PlatformPreview-module__Mpck2q__cta{justify-content:center;display:flex}}
.DriverBenefits-module__Dv7bLG__section{color:#fff;background-color:#292a4d;padding:6rem 0;position:relative;overflow:hidden}.DriverBenefits-module__Dv7bLG__container{align-items:center;gap:5rem;display:flex}.DriverBenefits-module__Dv7bLG__visual{flex:1}.DriverBenefits-module__Dv7bLG__imageCard{background-color:#ffffff1a;border-radius:20px;width:100%;max-width:450px;height:550px;padding:20px;position:relative}.DriverBenefits-module__Dv7bLG__placeholderImg{color:#0000;background-color:#3b3c66;background-image:url(/images/driver_partner.png);background-position:top;background-size:cover;border-radius:12px;justify-content:center;align-items:flex-end;width:100%;height:100%;font-size:0;display:flex}.DriverBenefits-module__Dv7bLG__floatingTag{color:var(--color-primary);background-color:#fff;border-radius:12px;align-items:center;gap:10px;padding:1rem 1.5rem;font-weight:700;animation:4s ease-in-out infinite DriverBenefits-module__Dv7bLG__float;display:flex;position:absolute;bottom:40px;right:-20px;box-shadow:0 10px 30px #0003}@keyframes DriverBenefits-module__Dv7bLG__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.DriverBenefits-module__Dv7bLG__content{flex:1.2}.DriverBenefits-module__Dv7bLG__badge{color:var(--color-accent);background-color:#ffe11733;border-radius:6px;margin-bottom:1rem;padding:6px 12px;font-size:.9rem;font-weight:600;display:inline-block}.DriverBenefits-module__Dv7bLG__title{margin-bottom:1.5rem;font-size:2.75rem;line-height:1.2}.DriverBenefits-module__Dv7bLG__highlight{color:var(--color-accent)}.DriverBenefits-module__Dv7bLG__subtitle{color:#fffc;max-width:90%;margin-bottom:3rem;font-size:1.125rem}.DriverBenefits-module__Dv7bLG__grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.DriverBenefits-module__Dv7bLG__item{gap:1rem;display:flex}.DriverBenefits-module__Dv7bLG__iconBox{width:50px;height:50px;color:var(--color-accent);background-color:#ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.DriverBenefits-module__Dv7bLG__itemTitle{margin-bottom:.25rem;font-size:1.1rem}.DriverBenefits-module__Dv7bLG__itemDesc{color:#fff9;font-size:.9rem;line-height:1.5}@media (max-width:900px){.DriverBenefits-module__Dv7bLG__section{padding:4rem 0}.DriverBenefits-module__Dv7bLG__container{flex-direction:column-reverse;gap:3rem}.DriverBenefits-module__Dv7bLG__visual{justify-content:center;width:100%;display:flex}.DriverBenefits-module__Dv7bLG__imageCard{width:100%;max-width:380px;height:500px}.DriverBenefits-module__Dv7bLG__title{font-size:2rem}.DriverBenefits-module__Dv7bLG__subtitle{max-width:100%;margin-bottom:2rem}.DriverBenefits-module__Dv7bLG__grid{grid-template-columns:1fr;gap:1.5rem}.DriverBenefits-module__Dv7bLG__floatingTag{width:max-content;margin:0 auto;padding:.75rem 1.5rem;font-size:1rem;bottom:20px;left:0;right:0}.DriverBenefits-module__Dv7bLG__content{width:100%}}
.Stats-module__yL2aHq__section{background-color:var(--color-primary);color:#fff;padding:4rem 0}.Stats-module__yL2aHq__container{flex-wrap:wrap;justify-content:space-around;gap:2rem;display:flex}.Stats-module__yL2aHq__statItem{text-align:center}.Stats-module__yL2aHq__value{color:var(--color-accent);margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.Stats-module__yL2aHq__label{opacity:.9;font-size:1.1rem}@media (max-width:768px){.Stats-module__yL2aHq__container{grid-template-columns:1fr 1fr;gap:2rem 1rem;display:grid}}
.VehicleGrid-module__pAJ92q__section{background-color:#f8fafc;padding:6rem 0}.VehicleGrid-module__pAJ92q__header{text-align:center;margin-bottom:3rem}.VehicleGrid-module__pAJ92q__title{color:var(--color-primary);margin-bottom:1rem;font-size:2.5rem}.VehicleGrid-module__pAJ92q__subtitle{color:#666;font-size:1.125rem}.VehicleGrid-module__pAJ92q__tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.VehicleGrid-module__pAJ92q__tab{color:#666;cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:50px;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s}.VehicleGrid-module__pAJ92q__tab:hover{background-color:#f0f0f0}.VehicleGrid-module__pAJ92q__activeTab{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.VehicleGrid-module__pAJ92q__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.VehicleGrid-module__pAJ92q__card{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px #0000000d}.VehicleGrid-module__pAJ92q__card:hover{border-color:var(--color-accent);transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.VehicleGrid-module__pAJ92q__cardIcon{width:48px;height:48px;color:var(--color-primary);background-color:#292a4d0d;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.VehicleGrid-module__pAJ92q__cardTitle{color:#333;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.VehicleGrid-module__pAJ92q__cardDetails{background-color:#f9fafb;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem .5rem;font-size:.8rem;display:flex}.VehicleGrid-module__pAJ92q__detailItem{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.VehicleGrid-module__pAJ92q__detailLabel{color:#888;font-size:.75rem}.VehicleGrid-module__pAJ92q__detailValue{color:var(--color-primary);font-weight:600}.VehicleGrid-module__pAJ92q__separator{background-color:#ddd;width:1px;height:24px}@media (max-width:768px){.VehicleGrid-module__pAJ92q__section{padding:3rem 0}.VehicleGrid-module__pAJ92q__title{font-size:1.75rem}.VehicleGrid-module__pAJ92q__subtitle{font-size:1rem}.VehicleGrid-module__pAJ92q__tabs{gap:.5rem}.VehicleGrid-module__pAJ92q__tab{padding:.5rem 1rem;font-size:.9rem}.VehicleGrid-module__pAJ92q__categoryGrid{grid-template-columns:1fr;gap:1rem}.VehicleGrid-module__pAJ92q__cardDetails{padding:.5rem .25rem;font-size:.7rem}.VehicleGrid-module__pAJ92q__detailLabel{font-size:.65rem}.VehicleGrid-module__pAJ92q__separator{height:20px}}
.VehicleGuide-module__Q5ULtq__section{background-color:#fff;padding:6rem 0}.VehicleGuide-module__Q5ULtq__header{text-align:center;margin-bottom:4rem}.VehicleGuide-module__Q5ULtq__title{color:var(--color-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.VehicleGuide-module__Q5ULtq__subtitle{color:#666;font-size:1.125rem}.VehicleGuide-module__Q5ULtq__grid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid}.VehicleGuide-module__Q5ULtq__card{background-color:#fff;border:1px solid #eee;border-radius:16px;transition:transform .2s;overflow:hidden;box-shadow:0 4px 6px #0000000d}.VehicleGuide-module__Q5ULtq__card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.VehicleGuide-module__Q5ULtq__videoWrapper{background-color:#000;height:0;padding-bottom:56.25%;position:relative}.VehicleGuide-module__Q5ULtq__iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.VehicleGuide-module__Q5ULtq__content{padding:2rem}.VehicleGuide-module__Q5ULtq__tags{gap:.5rem;margin-bottom:1rem;display:flex}.VehicleGuide-module__Q5ULtq__tag{color:var(--color-primary);background-color:#f0f4ff;border-radius:4px;padding:4px 10px;font-size:.8rem;font-weight:600}.VehicleGuide-module__Q5ULtq__cardTitle{color:var(--color-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.VehicleGuide-module__Q5ULtq__cardDesc{color:#666;font-size:1rem;line-height:1.6}@media (max-width:768px){.VehicleGuide-module__Q5ULtq__grid{grid-template-columns:1fr;gap:2rem}}
.Testimonials-module__ItA9Ha__section{background-color:#fff;padding:5rem 0}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:3rem}.Testimonials-module__ItA9Ha__title{color:var(--color-primary);margin-bottom:1rem;font-size:2.25rem}.Testimonials-module__ItA9Ha__subtitle{color:var(--color-text-light);font-size:1.125rem}.Testimonials-module__ItA9Ha__carouselWrapper{max-width:100%;position:relative}.Testimonials-module__ItA9Ha__navBtn{width:48px;height:48px;color:var(--color-primary);cursor:pointer;z-index:10;background-color:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.Testimonials-module__ItA9Ha__navBtn:hover{background-color:var(--color-primary);color:#fff}.Testimonials-module__ItA9Ha__prevBtn{left:-20px}.Testimonials-module__ItA9Ha__nextBtn{right:-20px}@media (max-width:900px){.Testimonials-module__ItA9Ha__navBtn{display:none}}.Testimonials-module__ItA9Ha__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:2rem;padding:1rem 0 2rem;display:flex;overflow-x:auto}.Testimonials-module__ItA9Ha__grid::-webkit-scrollbar{display:none}.Testimonials-module__ItA9Ha__card{scroll-snap-align:start;background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;min-width:350px;height:100%;padding:2rem;display:flex;box-shadow:0 4px 6px #00000005}.Testimonials-module__ItA9Ha__stars{gap:4px;margin-bottom:1rem;display:flex}.Testimonials-module__ItA9Ha__text{color:#444;flex-grow:1;margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.6}.Testimonials-module__ItA9Ha__author{border-top:1px solid #eee;align-items:center;gap:12px;padding-top:1rem;display:flex}.Testimonials-module__ItA9Ha__avatar{background-color:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.Testimonials-module__ItA9Ha__name{color:var(--color-primary);font-size:.95rem;font-weight:600}.Testimonials-module__ItA9Ha__role{color:var(--color-text-light);font-size:.85rem}@media (max-width:768px){.Testimonials-module__ItA9Ha__section{padding:3rem 0}.Testimonials-module__ItA9Ha__title{font-size:1.75rem}.Testimonials-module__ItA9Ha__subtitle{font-size:1rem}.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr;gap:1.5rem}.Testimonials-module__ItA9Ha__card{padding:1.5rem}}
.CTA-module__CdZh3q__section{background-color:var(--color-primary);color:#fff;text-align:center;background-image:linear-gradient(#292a4de6,#292a4de6),url(/images/pattern.png);background-size:cover;padding:5rem 0}.CTA-module__CdZh3q__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.CTA-module__CdZh3q__subtitle{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem}.CTA-module__CdZh3q__actions{justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.CTA-module__CdZh3q__title{font-size:2rem}}
.Footer-module__S6Hkya__footer{color:#a0a0b0;background-color:#1a1b32;padding:4rem 0 0;font-size:.95rem}.Footer-module__S6Hkya__container{padding-bottom:2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__brandName{color:#fff;margin-bottom:1rem;font-size:1.25rem}.Footer-module__S6Hkya__brandDesc{max-width:300px;margin-bottom:1.5rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLink{color:#fff;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialLink:hover{background-color:var(--color-accent);color:var(--color-primary)}.Footer-module__S6Hkya__colTitle{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__links{flex-direction:column;gap:.8rem;list-style:none;display:flex}.Footer-module__S6Hkya__links a{transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--color-accent)}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__S6Hkya__contactList li{align-items:flex-start;gap:10px;display:flex}.Footer-module__S6Hkya__icon{color:var(--color-accent);flex-shrink:0;margin-top:3px}.Footer-module__S6Hkya__separator{background-color:#ffffff1a;height:1px;margin-bottom:2rem}.Footer-module__S6Hkya__bottomBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__legalLinks{align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__legalLinks a:hover{color:#fff}.Footer-module__S6Hkya__divider{color:#fff3}@media (max-width:900px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:576px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column}}
