.cars-module__WzagEG__page{background:var(--color-secondary);flex-direction:column;min-height:100vh;display:flex}.cars-module__WzagEG__header{z-index:100;background:#0a1628f2;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.cars-module__WzagEG__logo{color:var(--color-primary);font-size:1.25rem;font-weight:700;text-decoration:none}.cars-module__WzagEG__nav{gap:2rem;display:flex}.cars-module__WzagEG__nav a{color:var(--color-gray-300);font-size:.9rem;text-decoration:none;transition:color .2s}.cars-module__WzagEG__nav a:hover{color:var(--color-primary)}.cars-module__WzagEG__bookBtn{background:var(--color-primary);color:var(--color-secondary);border-radius:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none}.cars-module__WzagEG__footer{text-align:center;border-top:1px solid #ffffff0f;margin-top:auto;padding:2rem}.cars-module__WzagEG__footer p{color:var(--color-gray-500);margin:0;font-size:.85rem}.cars-module__WzagEG__main{flex:1;padding-top:60px}.cars-module__WzagEG__hero{text-align:center;background:linear-gradient(180deg,#0a1628e6 0%,var(--color-secondary)100%);padding:6rem 2rem 3rem}.cars-module__WzagEG__hero h1{color:var(--color-white);margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.cars-module__WzagEG__hero p{color:var(--color-gray-400);margin:0;font-size:1.1rem}.cars-module__WzagEG__content{max-width:1200px;margin:0 auto;padding:2rem}.cars-module__WzagEG__filters{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.cars-module__WzagEG__filterSelect{color:var(--color-gray-300);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;min-width:180px;padding:.75rem 1rem;font-size:.9rem}.cars-module__WzagEG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.cars-module__WzagEG__loading,.cars-module__WzagEG__empty{color:var(--color-gray-400);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.cars-module__WzagEG__spinner{border:3px solid #ffb80033;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite cars-module__WzagEG__spin}@keyframes cars-module__WzagEG__spin{to{transform:rotate(360deg)}}.cars-module__WzagEG__carCard{background:linear-gradient(145deg,#14274499 0%,#0a1628cc 100%);border:1px solid #ffffff0f;border-radius:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;overflow:hidden}.cars-module__WzagEG__carCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000004d}.cars-module__WzagEG__carImage{background:#0003;justify-content:center;align-items:center;height:180px;display:flex}.cars-module__WzagEG__carImage img{object-fit:cover;width:100%;height:100%}.cars-module__WzagEG__carPlaceholder{opacity:.3;font-size:4rem}.cars-module__WzagEG__carInfo{padding:1.25rem}.cars-module__WzagEG__carInfo h3{color:var(--color-white);margin:0 0 .5rem;font-size:1.125rem}.cars-module__WzagEG__carYear{color:var(--color-gray-400);margin:0 0 .75rem;font-size:.85rem}.cars-module__WzagEG__carFeatures{gap:.75rem;margin-bottom:1rem;display:flex}.cars-module__WzagEG__carFeatures span{color:var(--color-gray-400);background:#ffffff0d;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem}.cars-module__WzagEG__carPrice{color:var(--color-primary);margin:0;font-size:1.125rem;font-weight:700}
.Header-module__wBRVDG__header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a1628f2;border-bottom:1px solid #ffffff0f;position:fixed;top:0;left:0;right:0}.Header-module__wBRVDG__headerContainer{justify-content:space-between;align-items:center;height:80px;display:flex}.Header-module__wBRVDG__logo{align-items:center;text-decoration:none;display:flex}.Header-module__wBRVDG__logoImage{width:auto;height:40px}.Header-module__wBRVDG__logoText{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.Header-module__wBRVDG__logoIcon{font-size:1.75rem}.Header-module__wBRVDG__desktopNav{align-items:center;gap:2rem;display:flex}.Header-module__wBRVDG__navLink{color:var(--color-gray-300);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Header-module__wBRVDG__navLink:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.Header-module__wBRVDG__navLink:hover{color:var(--color-white)}.Header-module__wBRVDG__navLink:hover:after{width:100%}.Header-module__wBRVDG__actions{align-items:center;gap:1rem;display:flex}.Header-module__wBRVDG__langSelector{position:relative}.Header-module__wBRVDG__langButton{color:var(--color-gray-300);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.Header-module__wBRVDG__langButton:hover{background:#ffffff1a;border-color:#fff3}.Header-module__wBRVDG__langCode{font-size:.8rem;font-weight:600}.Header-module__wBRVDG__langDropdown{background:var(--color-secondary-light);border:1px solid #ffffff1a;border-radius:.75rem;min-width:150px;animation:.2s Header-module__wBRVDG__dropdownFade;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 40px #0000004d}[dir=rtl] .Header-module__wBRVDG__langDropdown{left:0;right:auto}@keyframes Header-module__wBRVDG__dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__wBRVDG__langOption{width:100%;color:var(--color-gray-300);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}[dir=rtl] .Header-module__wBRVDG__langOption{text-align:right}.Header-module__wBRVDG__langOption:hover{color:var(--color-white);background:#ffffff0d}.Header-module__wBRVDG__langActive{color:var(--color-primary);background:#ffb8001a}.Header-module__wBRVDG__bookBtn{color:var(--color-secondary);border-radius:.5rem;padding:.625rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.Header-module__wBRVDG__bookBtn:hover{color:var(--color-secondary);transform:translateY(-2px);box-shadow:0 8px 20px #ffb8004d}.Header-module__wBRVDG__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:10px;display:none}.Header-module__wBRVDG__menuBar{background:var(--color-white);border-radius:2px;width:24px;height:2px;transition:all .3s}.Header-module__wBRVDG__menuBarOpen:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__wBRVDG__menuBarOpen:nth-child(2){opacity:0}.Header-module__wBRVDG__menuBarOpen:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__wBRVDG__mobileMenu{background:var(--color-secondary);padding:2rem;transition:transform .3s;position:fixed;inset:80px 0 0;overflow-y:auto;transform:translate(100%)}.Header-module__wBRVDG__mobileMenuOpen{transform:translate(0)}.Header-module__wBRVDG__mobileNav{flex-direction:column;gap:.5rem;display:flex}.Header-module__wBRVDG__mobileNavLink{color:var(--color-gray-200);border-radius:.75rem;padding:1rem;font-size:1.125rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__wBRVDG__mobileNavLink:hover{color:var(--color-white);background:#ffffff0d}.Header-module__wBRVDG__mobileBookBtn{color:var(--color-secondary);text-align:center;border-radius:.75rem;margin-top:1rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:block}@media (max-width:900px){.Header-module__wBRVDG__desktopNav{display:none}.Header-module__wBRVDG__menuToggle{display:flex}.Header-module__wBRVDG__bookBtn{display:none}}
.Footer-module__ZYETya__footer{background:linear-gradient(180deg,var(--color-secondary)0%,var(--color-secondary-dark)100%);border-top:1px solid #ffffff0f;padding:4rem 0 2rem}.Footer-module__ZYETya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;display:grid}.Footer-module__ZYETya__footerBrand{max-width:320px}.Footer-module__ZYETya__logo{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__ZYETya__logoIcon{font-size:1.75rem}.Footer-module__ZYETya__brandDesc{color:var(--color-gray-400);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.Footer-module__ZYETya__socialLinks{gap:.75rem;display:flex}.Footer-module__ZYETya__socialLink{width:42px;height:42px;color:var(--color-gray-400);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__ZYETya__socialLink:hover{background:var(--color-primary);color:var(--color-secondary);transform:translateY(-2px)}.Footer-module__ZYETya__sectionTitle{color:var(--color-white);margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.Footer-module__ZYETya__footerNav{flex-direction:column;gap:.75rem;display:flex}.Footer-module__ZYETya__footerNav a{color:var(--color-gray-400);font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__ZYETya__footerNav a:hover{color:var(--color-primary)}.Footer-module__ZYETya__contactInfo{flex-direction:column;gap:.875rem;display:flex}.Footer-module__ZYETya__contactItem{color:var(--color-gray-400);align-items:center;gap:.75rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:flex}.Footer-module__ZYETya__contactItem:hover{color:var(--color-primary)}.Footer-module__ZYETya__contactItem svg{opacity:.7;flex-shrink:0}.Footer-module__ZYETya__newsletterDesc{color:var(--color-gray-400);margin-bottom:1rem;font-size:.9rem}.Footer-module__ZYETya__newsletterForm{gap:.5rem;display:flex}.Footer-module__ZYETya__newsletterInput{color:var(--color-white);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;flex:1;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.Footer-module__ZYETya__newsletterInput:focus{border-color:var(--color-primary);outline:none}.Footer-module__ZYETya__newsletterInput::placeholder{color:var(--color-gray-500)}.Footer-module__ZYETya__newsletterBtn{color:var(--color-secondary);cursor:pointer;border:none;border-radius:.5rem;padding:.75rem;transition:all .2s}.Footer-module__ZYETya__newsletterBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffb8004d}.Footer-module__ZYETya__footerBottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;display:flex}.Footer-module__ZYETya__footerBottom p{color:var(--color-gray-500);margin:0;font-size:.9rem}.Footer-module__ZYETya__legalLinks{color:var(--color-gray-600);align-items:center;gap:1rem;display:flex}.Footer-module__ZYETya__legalLinks a{color:var(--color-gray-500);font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__ZYETya__legalLinks a:hover{color:var(--color-primary)}@media (max-width:1024px){.Footer-module__ZYETya__footerGrid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:640px){.Footer-module__ZYETya__footerGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__ZYETya__footerBrand{max-width:none}.Footer-module__ZYETya__footerBottom{text-align:center;flex-direction:column;gap:1rem}}
.booking-module__0SntoW__page{background:var(--color-secondary);flex-direction:column;min-height:100vh;display:flex}.booking-module__0SntoW__header{z-index:100;background:#0a1628f2;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.booking-module__0SntoW__logo{color:var(--color-primary);font-size:1.25rem;font-weight:700;text-decoration:none}.booking-module__0SntoW__nav{gap:2rem;display:flex}.booking-module__0SntoW__nav a{color:var(--color-gray-300);text-decoration:none}.booking-module__0SntoW__nav a:hover{color:var(--color-primary)}.booking-module__0SntoW__bookBtn{background:var(--color-primary);color:var(--color-secondary);border-radius:.5rem;padding:.625rem 1.25rem;font-weight:600;text-decoration:none}.booking-module__0SntoW__footer{text-align:center;border-top:1px solid #ffffff0f;margin-top:auto;padding:2rem}.booking-module__0SntoW__footer p{color:var(--color-gray-500);margin:0}.booking-module__0SntoW__main{flex:1;padding-top:60px}.booking-module__0SntoW__hero{text-align:center;background:linear-gradient(180deg,#0a1628e6 0%,var(--color-secondary)100%);padding:6rem 2rem 3rem}.booking-module__0SntoW__hero h1{color:var(--color-white);margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.booking-module__0SntoW__hero p{color:var(--color-gray-400);margin:0}.booking-module__0SntoW__content{max-width:1200px;margin:0 auto;padding:2rem}.booking-module__0SntoW__progress{justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.booking-module__0SntoW__step{color:var(--color-gray-500);align-items:center;gap:.5rem;display:flex}.booking-module__0SntoW__step.booking-module__0SntoW__active{color:var(--color-primary)}.booking-module__0SntoW__stepNumber{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.booking-module__0SntoW__step.booking-module__0SntoW__active .booking-module__0SntoW__stepNumber{background:var(--color-primary);color:var(--color-secondary)}.booking-module__0SntoW__stepLine{background:#ffffff1a;width:60px;height:2px;margin:0 1rem}.booking-module__0SntoW__bookingLayout{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}.booking-module__0SntoW__formCard{background:linear-gradient(145deg,#14274499 0%,#0a1628cc 100%);border:1px solid #ffffff0f;border-radius:1rem;padding:2rem}.booking-module__0SntoW__formCard h2{color:var(--color-white);margin:0 0 1.5rem}.booking-module__0SntoW__summaryCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#192d4bd9 0%,#0c1c32f2 100%);border:1px solid #ffb80033;border-radius:1.25rem;padding:1.75rem;position:sticky;top:100px;box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a}.booking-module__0SntoW__summaryCard h3{color:var(--color-white);border-bottom:1px solid #ffb80026;align-items:center;gap:.5rem;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.15rem;font-weight:700;display:flex}.booking-module__0SntoW__summaryCard h3:before{content:"";background:linear-gradient(180deg,var(--color-primary)0%,#ffb80066 100%);border-radius:2px;width:4px;height:18px}.booking-module__0SntoW__summaryVehicle{background:linear-gradient(135deg,#ffffff0f 0%,#ffffff05 100%);border:1px solid #ffffff14;border-radius:.875rem;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:all .3s;display:flex}.booking-module__0SntoW__summaryVehicle:hover{background:linear-gradient(135deg,#ffffff14 0%,#ffffff0a 100%);border-color:#ffb80033;transform:translateY(-2px)}.booking-module__0SntoW__summaryVehicle img{object-fit:cover;background:linear-gradient(135deg,#0006 0%,#14283c99 100%);border:1px solid #ffffff1a;border-radius:.625rem;width:110px;height:75px;box-shadow:0 4px 12px #0000004d}.booking-module__0SntoW__summaryVehicle>div{flex-direction:column;justify-content:center;gap:.35rem;display:flex}.booking-module__0SntoW__summaryVehicle strong{color:var(--color-white);font-size:1.05rem;font-weight:600}.booking-module__0SntoW__summaryVehicle span{color:var(--color-gray-400);align-items:center;gap:.35rem;font-size:.85rem;display:flex}.booking-module__0SntoW__summaryVehicle span:before{content:"";background:var(--color-primary);opacity:.7;border-radius:50%;width:6px;height:6px}.booking-module__0SntoW__summaryDetails{background:#00000026;border:1px solid #ffffff0a;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.booking-module__0SntoW__summaryRow{border-bottom:1px solid #ffffff0d;border-radius:.375rem;justify-content:space-between;align-items:center;padding:.65rem .5rem;transition:background .2s;display:flex}.booking-module__0SntoW__summaryRow:hover{background:#ffffff08}.booking-module__0SntoW__summaryRow:last-child{border-bottom:none}.booking-module__0SntoW__summaryRow span:first-child{color:var(--color-gray-400);font-size:.9rem}.booking-module__0SntoW__summaryRow span:last-child{color:var(--color-white);font-size:.95rem;font-weight:600}.booking-module__0SntoW__summaryTotal{background:linear-gradient(90deg,#ffb80014 0%,#ffb80005 100%);border-top:1px solid #ffb80033;border-radius:.5rem;margin-top:.75rem;padding:1rem .5rem;border-bottom:none!important}.booking-module__0SntoW__summaryTotal span:first-child{color:var(--color-white);text-transform:uppercase;letter-spacing:.5px;font-size:1rem;font-weight:700}.booking-module__0SntoW__summaryTotal span:last-child{text-shadow:0 2px 8px #ffb8004d;font-size:1.35rem;font-weight:800}.booking-module__0SntoW__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.booking-module__0SntoW__formGroup{flex-direction:column;gap:.5rem;display:flex}.booking-module__0SntoW__formGroupFull{grid-column:span 2}.booking-module__0SntoW__formGroup label{color:var(--color-gray-300);font-size:.9rem}.booking-module__0SntoW__formGroup input,.booking-module__0SntoW__formGroup select,.booking-module__0SntoW__formGroup textarea{color:var(--color-white);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;padding:.75rem 1rem}.booking-module__0SntoW__formGroup input:focus,.booking-module__0SntoW__formGroup select:focus{border-color:var(--color-primary);outline:none}.booking-module__0SntoW__formActions{border-top:1px solid #ffffff0f;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.booking-module__0SntoW__btnPrimary{background:var(--color-primary);color:var(--color-secondary);cursor:pointer;border:none;border-radius:.625rem;padding:.875rem 1.5rem;font-weight:600}.booking-module__0SntoW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffb8004d}.booking-module__0SntoW__btnPrimary:disabled{opacity:.7;cursor:not-allowed}.booking-module__0SntoW__btnSecondary{color:var(--color-gray-300);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:.625rem;padding:.875rem 1.5rem;text-decoration:none}.booking-module__0SntoW__btnSecondary:hover{background:#ffffff0d}.booking-module__0SntoW__successSection{justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.booking-module__0SntoW__successCard{text-align:center;background:linear-gradient(145deg,#14274499 0%,#0a1628cc 100%);border:1px solid #ffffff14;border-radius:1.5rem;max-width:500px;padding:3rem}.booking-module__0SntoW__successIcon{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.booking-module__0SntoW__successCard h1{color:var(--color-white);margin:0 0 .75rem;font-size:1.75rem}.booking-module__0SntoW__successCard p{color:var(--color-gray-400);margin:0 0 1rem}.booking-module__0SntoW__contactInfo{font-size:1.1rem;color:var(--color-white)!important;margin-bottom:1.5rem!important}.booking-module__0SntoW__successActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.booking-module__0SntoW__btnWhatsapp{color:#fff;background:#25d366;border:none;border-radius:.625rem;padding:.875rem 1.5rem;font-weight:600;text-decoration:none}.booking-module__0SntoW__errorMessage{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:.5rem;margin-bottom:1rem;padding:1rem}@media (max-width:900px){.booking-module__0SntoW__bookingLayout{grid-template-columns:1fr}.booking-module__0SntoW__summaryCard{order:-1;position:static}}@media (max-width:600px){.booking-module__0SntoW__formGrid{grid-template-columns:1fr}.booking-module__0SntoW__formGroupFull{grid-column:span 1}.booking-module__0SntoW__nav{display:none}.booking-module__0SntoW__content{padding:1rem}.booking-module__0SntoW__formCard{padding:1.5rem}}
.CarCard-module__uECW9W__card{background:linear-gradient(145deg,#142744b3 0%,#0a1628e6 100%);border:1px solid #ffffff0f;border-radius:1rem;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.CarCard-module__uECW9W__card:hover{border-color:#ffb80033;transform:translateY(-6px);box-shadow:0 20px 40px #0000004d}.CarCard-module__uECW9W__imageWrapper{background:#0000004d;height:200px;position:relative;overflow:hidden}.CarCard-module__uECW9W__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.CarCard-module__uECW9W__card:hover .CarCard-module__uECW9W__image{transform:scale(1.05)}.CarCard-module__uECW9W__placeholder{width:100%;height:100%;color:var(--color-gray-600);justify-content:center;align-items:center;display:flex}.CarCard-module__uECW9W__overlay{pointer-events:none;background:linear-gradient(#0000 0%,#0a162899 100%);position:absolute;inset:0}.CarCard-module__uECW9W__navButton{color:#fff;cursor:pointer;opacity:0;z-index:10;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.CarCard-module__uECW9W__card:hover .CarCard-module__uECW9W__navButton{opacity:1}.CarCard-module__uECW9W__navButton:hover{background:#000c}.CarCard-module__uECW9W__navPrev{left:8px}.CarCard-module__uECW9W__navNext{right:8px}.CarCard-module__uECW9W__dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.CarCard-module__uECW9W__dot{background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:background .2s,transform .2s}.CarCard-module__uECW9W__dotActive{background:var(--color-primary);transform:scale(1.2)}.CarCard-module__uECW9W__category{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;z-index:5;border-radius:2rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;position:absolute;bottom:12px;left:12px}[dir=rtl] .CarCard-module__uECW9W__category{left:auto;right:12px}.CarCard-module__uECW9W__status{text-transform:uppercase;letter-spacing:.05em;z-index:5;border-radius:2rem;padding:.375rem .75rem;font-size:.7rem;font-weight:600;position:absolute;top:12px;right:12px}[dir=rtl] .CarCard-module__uECW9W__status{left:12px;right:auto}.CarCard-module__uECW9W__statusAvailable{color:#fff;background:#10b981e6}.CarCard-module__uECW9W__statusUnavailable{color:#fff;background:#ef4444e6}.CarCard-module__uECW9W__content{padding:1.25rem}.CarCard-module__uECW9W__title{color:var(--color-white);align-items:baseline;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.CarCard-module__uECW9W__year{color:var(--color-gray-500);font-size:.875rem;font-weight:500}.CarCard-module__uECW9W__specs{flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;display:flex}.CarCard-module__uECW9W__spec{color:var(--color-gray-400);align-items:center;gap:.375rem;font-size:.85rem;display:flex}.CarCard-module__uECW9W__spec svg{opacity:.7}.CarCard-module__uECW9W__footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.CarCard-module__uECW9W__price{flex-direction:column;display:flex}.CarCard-module__uECW9W__amount{font-size:1.375rem;font-weight:800}.CarCard-module__uECW9W__perDay{color:var(--color-gray-500);font-size:.8rem}.CarCard-module__uECW9W__bookBtn{width:44px;height:44px;color:var(--color-secondary);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.CarCard-module__uECW9W__bookBtn:hover{color:var(--color-secondary);transform:scale(1.1);box-shadow:0 8px 20px #ffb8004d}.CarCard-module__uECW9W__bookBtnDisabled{width:44px;height:44px;color:var(--color-gray-500);cursor:not-allowed;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}@media (max-width:640px){.CarCard-module__uECW9W__imageWrapper{height:180px}.CarCard-module__uECW9W__title{font-size:1.1rem}.CarCard-module__uECW9W__specs{gap:.75rem}.CarCard-module__uECW9W__spec{font-size:.8rem}.CarCard-module__uECW9W__amount{font-size:1.2rem}.CarCard-module__uECW9W__navButton{width:28px;height:28px}.CarCard-module__uECW9W__dots{bottom:45px}}
.about-module__8TymFG__page{background:var(--color-secondary);flex-direction:column;min-height:100vh;display:flex}.about-module__8TymFG__header{z-index:100;background:#0a1628f2;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.about-module__8TymFG__logo{color:var(--color-primary);font-size:1.25rem;font-weight:700;text-decoration:none}.about-module__8TymFG__nav{gap:2rem;display:flex}.about-module__8TymFG__nav a{color:var(--color-gray-300);font-size:.9rem;text-decoration:none}.about-module__8TymFG__nav a:hover{color:var(--color-primary)}.about-module__8TymFG__bookBtn{background:var(--color-primary);color:var(--color-secondary);border-radius:.5rem;padding:.625rem 1.25rem;font-weight:600;text-decoration:none}.about-module__8TymFG__footer{text-align:center;border-top:1px solid #ffffff0f;margin-top:auto;padding:2rem}.about-module__8TymFG__footer p{color:var(--color-gray-500);margin:0}.about-module__8TymFG__main{flex:1;padding-top:60px}.about-module__8TymFG__hero{text-align:center;background:linear-gradient(180deg,#0a1628e6 0%,var(--color-secondary)100%);padding:6rem 2rem 3rem}.about-module__8TymFG__hero h1{color:var(--color-white);margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.about-module__8TymFG__hero p{color:var(--color-gray-400);margin:0;font-size:1.1rem}.about-module__8TymFG__content{max-width:900px;margin:0 auto;padding:3rem 2rem}.about-module__8TymFG__card{background:linear-gradient(145deg,#14274499 0%,#0a1628cc 100%);border:1px solid #ffffff0f;border-radius:1rem;margin-bottom:2rem;padding:2rem}.about-module__8TymFG__card h2{color:var(--color-primary);margin:0 0 1rem;font-size:1.5rem}.about-module__8TymFG__card p{color:var(--color-gray-300);margin:0;line-height:1.7}.about-module__8TymFG__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.about-module__8TymFG__statCard{text-align:center;background:linear-gradient(145deg,#14274499 0%,#0a1628cc 100%);border:1px solid #ffffff0f;border-radius:1rem;padding:1.5rem}.about-module__8TymFG__statNumber{color:var(--color-primary);margin-bottom:.25rem;font-size:2rem;font-weight:700;display:block}.about-module__8TymFG__statLabel{color:var(--color-gray-400);font-size:.85rem}.about-module__8TymFG__features{margin:0;padding:0;list-style:none}.about-module__8TymFG__features li{color:var(--color-gray-300);border-bottom:1px solid #ffffff0d;padding:.5rem 0}.about-module__8TymFG__features li:last-child{border-bottom:none}@media (max-width:768px){.about-module__8TymFG__grid{grid-template-columns:repeat(2,1fr)}.about-module__8TymFG__nav{display:none}}
.confirmation-module__3JI4qq__page{background:var(--color-secondary);flex-direction:column;min-height:100vh;display:flex}.confirmation-module__3JI4qq__header{z-index:100;background:#0a1628f2;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.confirmation-module__3JI4qq__logo{color:var(--color-primary);font-size:1.25rem;font-weight:700;text-decoration:none}.confirmation-module__3JI4qq__nav{gap:2rem;display:flex}.confirmation-module__3JI4qq__nav a{color:var(--color-gray-300);text-decoration:none}.confirmation-module__3JI4qq__nav a:hover{color:var(--color-primary)}.confirmation-module__3JI4qq__bookBtn{background:var(--color-primary);color:var(--color-secondary);border-radius:.5rem;padding:.625rem 1.25rem;font-weight:600;text-decoration:none}.confirmation-module__3JI4qq__footer{text-align:center;border-top:1px solid #ffffff0f;margin-top:auto;padding:2rem}.confirmation-module__3JI4qq__footer p{color:var(--color-gray-500);margin:0}.confirmation-module__3JI4qq__main{flex:1;justify-content:center;align-items:center;padding:6rem 2rem 2rem;display:flex}.confirmation-module__3JI4qq__content{width:100%;max-width:600px}.confirmation-module__3JI4qq__card{text-align:center;background:linear-gradient(145deg,#14274499 0%,#0a1628cc 100%);border:1px solid #ffffff0f;border-radius:1.5rem;padding:3rem}.confirmation-module__3JI4qq__icon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.confirmation-module__3JI4qq__card h1{color:var(--color-white);margin:0 0 1rem;font-size:2rem}.confirmation-module__3JI4qq__card>p{color:var(--color-gray-400);margin:0 0 2rem;line-height:1.6}.confirmation-module__3JI4qq__info{text-align:left;background:#ffffff08;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.confirmation-module__3JI4qq__info p{color:var(--color-primary);margin:0 0 .75rem}.confirmation-module__3JI4qq__info ul{color:var(--color-gray-300);margin:0;padding-left:1.25rem}.confirmation-module__3JI4qq__info li{margin-bottom:.5rem}.confirmation-module__3JI4qq__actions{justify-content:center;gap:1rem;display:flex}.confirmation-module__3JI4qq__btnPrimary{background:var(--color-primary);color:var(--color-secondary);border:none;border-radius:.625rem;padding:.875rem 1.5rem;font-weight:600;text-decoration:none}.confirmation-module__3JI4qq__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffb8004d}.confirmation-module__3JI4qq__btnSecondary{color:var(--color-gray-300);background:0 0;border:1px solid #ffffff1a;border-radius:.625rem;padding:.875rem 1.5rem;text-decoration:none}.confirmation-module__3JI4qq__btnSecondary:hover{background:#ffffff0d}@media (max-width:600px){.confirmation-module__3JI4qq__nav{display:none}}
.carDetails-module__XJX1Ea__page{background:var(--color-secondary);flex-direction:column;min-height:100vh;display:flex}.carDetails-module__XJX1Ea__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:100px 2rem 3rem}.carDetails-module__XJX1Ea__loading,.carDetails-module__XJX1Ea__notFound{min-height:60vh;color:var(--color-gray-400);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.carDetails-module__XJX1Ea__spinner{border:3px solid #ffb80033;border-top-color:var(--color-primary);border-radius:50%;width:50px;height:50px;margin-bottom:1.5rem;animation:.8s linear infinite carDetails-module__XJX1Ea__spin}@keyframes carDetails-module__XJX1Ea__spin{to{transform:rotate(360deg)}}.carDetails-module__XJX1Ea__notFound h2{color:var(--color-white);margin:1.5rem 0 .5rem}.carDetails-module__XJX1Ea__notFound p{margin:0 0 1.5rem}.carDetails-module__XJX1Ea__backBtn{color:var(--color-secondary);border-radius:.625rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.carDetails-module__XJX1Ea__breadcrumb{color:var(--color-gray-500);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.carDetails-module__XJX1Ea__breadcrumb a{color:var(--color-primary);text-decoration:none}.carDetails-module__XJX1Ea__breadcrumb a:hover{text-decoration:underline}.carDetails-module__XJX1Ea__content{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.carDetails-module__XJX1Ea__gallery{flex-direction:column;gap:1rem;display:flex}.carDetails-module__XJX1Ea__mainImage{aspect-ratio:4/3;background:#0000004d;border-radius:1rem;position:relative;overflow:hidden}.carDetails-module__XJX1Ea__mainImage img{object-fit:cover;width:100%;height:100%}.carDetails-module__XJX1Ea__placeholder{width:100%;height:100%;color:var(--color-gray-600);justify-content:center;align-items:center;display:flex}.carDetails-module__XJX1Ea__navBtn{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carDetails-module__XJX1Ea__navBtn:hover{background:#000000e6}.carDetails-module__XJX1Ea__navPrev{left:1rem}.carDetails-module__XJX1Ea__navNext{right:1rem}.carDetails-module__XJX1Ea__statusBadge{text-transform:uppercase;border-radius:2rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.carDetails-module__XJX1Ea__available{color:#fff;background:#10b981e6}.carDetails-module__XJX1Ea__unavailable{color:#fff;background:#ef4444e6}.carDetails-module__XJX1Ea__thumbnails{gap:.75rem;display:flex}.carDetails-module__XJX1Ea__thumbnail{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:.5rem;width:80px;height:60px;padding:0;transition:border-color .2s;overflow:hidden}.carDetails-module__XJX1Ea__thumbnail img{object-fit:cover;width:100%;height:100%}.carDetails-module__XJX1Ea__thumbnailActive{border-color:var(--color-primary)}.carDetails-module__XJX1Ea__details{flex-direction:column;gap:2rem;display:flex}.carDetails-module__XJX1Ea__header{justify-content:space-between;align-items:flex-start;display:flex}.carDetails-module__XJX1Ea__category{text-transform:uppercase;letter-spacing:.05em;border-radius:2rem;margin-bottom:.75rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;display:inline-block}.carDetails-module__XJX1Ea__title{color:var(--color-white);margin:0 0 .25rem;font-size:2rem;font-weight:700}.carDetails-module__XJX1Ea__year{color:var(--color-gray-500);margin:0;font-size:1rem}.carDetails-module__XJX1Ea__specsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.carDetails-module__XJX1Ea__specItem{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:.75rem;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;display:flex}.carDetails-module__XJX1Ea__specLabel{color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.carDetails-module__XJX1Ea__specValue{color:var(--color-white);font-size:1rem;font-weight:600}.carDetails-module__XJX1Ea__features h3,.carDetails-module__XJX1Ea__pricing h3{color:var(--color-white);margin:0 0 1rem;font-size:1rem;font-weight:600}.carDetails-module__XJX1Ea__featuresList{flex-wrap:wrap;gap:.75rem;display:flex}.carDetails-module__XJX1Ea__feature{color:var(--color-gray-300);background:#ffffff08;border:1px solid #ffffff0f;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.carDetails-module__XJX1Ea__priceGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.carDetails-module__XJX1Ea__priceItem{background:#ffffff08;border:1px solid #ffffff0f;border-radius:.75rem;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.carDetails-module__XJX1Ea__priceLabel{color:var(--color-gray-500);font-size:.8rem}.carDetails-module__XJX1Ea__priceValue{color:var(--color-white);font-size:1.25rem;font-weight:700}.carDetails-module__XJX1Ea__cta{border-top:1px solid #ffffff0f;gap:1rem;padding-top:1rem;display:flex}.carDetails-module__XJX1Ea__bookBtn{color:var(--color-secondary);border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.carDetails-module__XJX1Ea__bookBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffb8004d}.carDetails-module__XJX1Ea__unavailableBtn{color:var(--color-gray-500);cursor:not-allowed;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;flex:1;padding:1rem 1.5rem;font-size:1rem;font-weight:600}.carDetails-module__XJX1Ea__whatsappBtn{color:#fff;background:#25d366;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s;display:flex}.carDetails-module__XJX1Ea__whatsappBtn:hover{transform:translateY(-2px)}@media (max-width:900px){.carDetails-module__XJX1Ea__content{grid-template-columns:1fr;gap:2rem}.carDetails-module__XJX1Ea__specsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.carDetails-module__XJX1Ea__main{padding:80px 1rem 2rem}.carDetails-module__XJX1Ea__title{font-size:1.5rem}.carDetails-module__XJX1Ea__specsGrid{grid-template-columns:1fr 1fr}.carDetails-module__XJX1Ea__priceGrid{grid-template-columns:1fr}.carDetails-module__XJX1Ea__cta{flex-direction:column}.carDetails-module__XJX1Ea__thumbnails{overflow-x:auto}}
.contact-module__swMWYG__page{background:var(--color-secondary);flex-direction:column;min-height:100vh;display:flex}.contact-module__swMWYG__header{z-index:100;background:#0a1628f2;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.contact-module__swMWYG__logo{color:var(--color-primary);font-size:1.25rem;font-weight:700;text-decoration:none}.contact-module__swMWYG__nav{gap:2rem;display:flex}.contact-module__swMWYG__nav a{color:var(--color-gray-300);text-decoration:none}.contact-module__swMWYG__nav a:hover{color:var(--color-primary)}.contact-module__swMWYG__bookBtn{background:var(--color-primary);color:var(--color-secondary);border-radius:.5rem;padding:.625rem 1.25rem;font-weight:600;text-decoration:none}.contact-module__swMWYG__footer{text-align:center;border-top:1px solid #ffffff0f;margin-top:auto;padding:2rem}.contact-module__swMWYG__footer p{color:var(--color-gray-500);margin:0}.contact-module__swMWYG__main{flex:1;padding-top:60px}.contact-module__swMWYG__hero{text-align:center;background:linear-gradient(180deg,#0a1628e6 0%,var(--color-secondary)100%);padding:6rem 2rem 3rem}.contact-module__swMWYG__hero h1{color:var(--color-white);margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.contact-module__swMWYG__hero p{color:var(--color-gray-400);margin:0}.contact-module__swMWYG__content{max-width:1000px;margin:0 auto;padding:3rem 2rem}.contact-module__swMWYG__grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact-module__swMWYG__info h2{color:var(--color-primary);margin:0 0 2rem;font-size:1.5rem}.contact-module__swMWYG__contactItem{gap:1rem;margin-bottom:1.5rem;display:flex}.contact-module__swMWYG__icon{background:#ffb8001a;border-radius:.75rem;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.contact-module__swMWYG__contactItem h3{color:var(--color-white);margin:0 0 .25rem;font-size:1rem}.contact-module__swMWYG__contactItem p{color:var(--color-gray-400);margin:0}.contact-module__swMWYG__formCard{background:linear-gradient(145deg,#14274499 0%,#0a1628cc 100%);border:1px solid #ffffff0f;border-radius:1rem;padding:2rem}.contact-module__swMWYG__formCard h2{color:var(--color-white);margin:0 0 1.5rem}.contact-module__swMWYG__form{flex-direction:column;gap:1rem;display:flex}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__formGroup label{color:var(--color-gray-300);font-size:.9rem}.contact-module__swMWYG__formGroup input,.contact-module__swMWYG__formGroup textarea{color:var(--color-white);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;padding:.75rem 1rem}.contact-module__swMWYG__formGroup input:focus,.contact-module__swMWYG__formGroup textarea:focus{border-color:var(--color-primary);outline:none}.contact-module__swMWYG__submitBtn{background:var(--color-primary);color:var(--color-secondary);cursor:pointer;border:none;border-radius:.625rem;margin-top:.5rem;padding:.875rem 1.5rem;font-weight:600}.contact-module__swMWYG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffb8004d}.contact-module__swMWYG__success{text-align:center;padding:2rem}.contact-module__swMWYG__success h2{color:var(--color-primary)}.contact-module__swMWYG__success p{color:var(--color-gray-300)}@media (max-width:768px){.contact-module__swMWYG__grid{grid-template-columns:1fr}.contact-module__swMWYG__nav{display:none}}
.page-module___8aEwW__page{min-height:100vh}.page-module___8aEwW__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroBackground{z-index:0;position:absolute;inset:0}.page-module___8aEwW__heroImage{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.page-module___8aEwW__heroOverlay{background:linear-gradient(135deg,#0a1628f2 0%,#0a1628b3 50%,#0a1628e6 100%);position:absolute;inset:0}.page-module___8aEwW__heroGlow{background:radial-gradient(#ffb80014 0%,#0000 60%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module___8aEwW__heroContent{z-index:1;flex-direction:column;gap:4rem;padding:4rem 0;display:flex;position:relative}.page-module___8aEwW__heroText{max-width:700px}.page-module___8aEwW__heroTag{color:var(--color-primary);background:#ffb80026;border:1px solid #ffb8004d;border-radius:2rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.page-module___8aEwW__heroTitle{background:linear-gradient(135deg,var(--color-white)0%,var(--color-gray-200)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.page-module___8aEwW__heroSubtitle{color:var(--color-gray-300);max-width:550px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.page-module___8aEwW__heroActions{flex-wrap:wrap;gap:1rem;display:flex}.page-module___8aEwW__heroPrimaryBtn{color:var(--color-secondary);border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 25px #ffb80040}.page-module___8aEwW__heroPrimaryBtn:hover{color:var(--color-secondary);transform:translateY(-3px);box-shadow:0 12px 35px #ffb80059}.page-module___8aEwW__heroWhatsappBtn{color:var(--color-white);background:#25d366;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.page-module___8aEwW__heroWhatsappBtn:hover{color:var(--color-white);background:#1daa52;transform:translateY(-3px)}.page-module___8aEwW__heroStats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:1rem;align-items:center;gap:2.5rem;width:fit-content;padding:2rem 2.5rem;display:flex}.page-module___8aEwW__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.page-module___8aEwW__statNumber{color:var(--color-primary);font-size:2rem;font-weight:800}.page-module___8aEwW__statLabel{color:var(--color-gray-400);font-size:.9rem}.page-module___8aEwW__statDivider{background:#ffffff1a;width:1px;height:40px}.page-module___8aEwW__features{background:linear-gradient(180deg,var(--color-secondary)0%,var(--color-secondary-light)100%);padding:6rem 0}.page-module___8aEwW__sectionHeader{text-align:center;margin-bottom:4rem}.page-module___8aEwW__sectionTitle{background:linear-gradient(135deg,var(--color-white)0%,var(--color-gray-300)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.page-module___8aEwW__sectionSubtitle{color:var(--color-gray-400);font-size:1.125rem}.page-module___8aEwW__featuresGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.page-module___8aEwW__featureCard{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:1rem;padding:2rem;transition:all .3s}.page-module___8aEwW__featureCard:hover{background:#ffffff0a;border-color:#ffb80033;transform:translateY(-4px)}.page-module___8aEwW__featureIcon{border-radius:1rem;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.25rem;display:inline-flex}.page-module___8aEwW__featureCard h3{color:var(--color-white);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.page-module___8aEwW__featureCard p{color:var(--color-gray-400);margin:0;font-size:.95rem;line-height:1.6}.page-module___8aEwW__fleet{background:var(--color-secondary);padding:6rem 0}.page-module___8aEwW__carsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.page-module___8aEwW__viewAllWrapper{text-align:center}.page-module___8aEwW__viewAllBtn{background:0 0;border:2px solid;border-radius:.75rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.page-module___8aEwW__viewAllBtn:hover{background:#ffb8001a;transform:translateY(-2px)}.page-module___8aEwW__cta{background:linear-gradient(180deg,var(--color-secondary)0%,var(--color-secondary-dark)100%);padding:6rem 0;position:relative;overflow:hidden}.page-module___8aEwW__ctaGlow{background:radial-gradient(#ffb8001a 0%,#0000 60%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module___8aEwW__ctaContent{z-index:1;text-align:center;max-width:600px;margin:0 auto;position:relative}.page-module___8aEwW__ctaTitle{color:var(--color-white);margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.page-module___8aEwW__ctaSubtitle{color:var(--color-gray-400);margin-bottom:2rem;font-size:1.125rem}.page-module___8aEwW__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-module___8aEwW__ctaPrimaryBtn{color:var(--color-secondary);border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.page-module___8aEwW__ctaPrimaryBtn:hover{color:var(--color-secondary);transform:translateY(-3px);box-shadow:0 12px 35px #ffb80059}.page-module___8aEwW__ctaWhatsappBtn{color:var(--color-white);background:#25d366;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.page-module___8aEwW__ctaWhatsappBtn:hover{color:var(--color-white);background:#1daa52;transform:translateY(-3px)}@media (max-width:1024px){.page-module___8aEwW__featuresGrid,.page-module___8aEwW__carsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module___8aEwW__heroTitle{font-size:2.25rem}.page-module___8aEwW__heroSubtitle{font-size:1rem}.page-module___8aEwW__heroStats{flex-wrap:wrap;gap:1.5rem;padding:1.5rem}.page-module___8aEwW__statDivider{display:none}.page-module___8aEwW__featuresGrid,.page-module___8aEwW__carsGrid{grid-template-columns:1fr}.page-module___8aEwW__sectionTitle,.page-module___8aEwW__ctaTitle{font-size:2rem}.page-module___8aEwW__features,.page-module___8aEwW__fleet,.page-module___8aEwW__cta{padding:4rem 0}}@keyframes page-module___8aEwW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.page-module___8aEwW__skeletonPage{background:linear-gradient(#0a1628 0%,#0d1d32 100%);min-height:100vh;overflow:hidden}.page-module___8aEwW__skeletonPage [class*=skeleton]{background:linear-gradient(90deg,#ffffff08 0%,#ffffff14 50%,#ffffff08 100%) 0 0/200% 100%;border-radius:.5rem;animation:1.8s ease-in-out infinite page-module___8aEwW__shimmer}.page-module___8aEwW__skeletonHeader{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:fixed;top:0;left:0;right:0;background:#0a1628f2!important}.page-module___8aEwW__skeletonLogo{width:140px;height:38px}.page-module___8aEwW__skeletonNav{gap:2rem;display:flex}.page-module___8aEwW__skeletonNavItem{width:80px;height:20px}.page-module___8aEwW__skeletonHero{flex-direction:column;justify-content:center;gap:3rem;min-height:100vh;padding:120px 2rem 4rem;display:flex;position:relative}.page-module___8aEwW__skeletonHero:before{content:"";pointer-events:none;background:radial-gradient(#ffb8000d 0%,#0000 60%);position:absolute;inset:0}.page-module___8aEwW__skeletonHeroContent{flex-direction:column;gap:1rem;max-width:700px;display:flex}.page-module___8aEwW__skeletonTag{border-radius:2rem;width:160px;height:36px;margin-bottom:.5rem}.page-module___8aEwW__skeletonTitle{border-radius:.5rem;width:100%;max-width:600px;height:52px}.page-module___8aEwW__skeletonTitleSmall{border-radius:.5rem;width:400px;max-width:80%;height:52px}.page-module___8aEwW__skeletonSubtitle{border-radius:.5rem;width:100%;max-width:500px;height:24px}.page-module___8aEwW__skeletonButtons{gap:1rem;margin-top:1.5rem;display:flex}.page-module___8aEwW__skeletonButton{background-size:200% 100%;border-radius:.75rem;width:180px;height:52px;animation:1.8s ease-in-out infinite page-module___8aEwW__shimmer;background:linear-gradient(90deg,#ffb80026 0%,#ffb80040 50%,#ffb80026 100%)!important}.page-module___8aEwW__skeletonButtonSecondary{background-size:200% 100%;border-radius:.75rem;width:160px;height:52px;animation:1.8s ease-in-out infinite page-module___8aEwW__shimmer;background:linear-gradient(90deg,#25d36626 0%,#25d36640 50%,#25d36626 100%)!important}.page-module___8aEwW__skeletonStats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff0d;border-radius:1rem;align-items:center;gap:2rem;width:fit-content;padding:1.5rem 2rem;display:flex;background:#ffffff05!important}.page-module___8aEwW__skeletonStat{border-radius:.5rem;width:80px;height:50px}.page-module___8aEwW__skeletonStatDivider{width:1px;height:40px;background:#ffffff14!important;animation:none!important}.page-module___8aEwW__skeletonFeatures{padding:5rem 2rem;background:linear-gradient(#0a1628 0%,#0d1d32 100%)!important}.page-module___8aEwW__skeletonSectionHeader{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.page-module___8aEwW__skeletonSectionTitle{border-radius:.5rem;width:280px;height:40px}.page-module___8aEwW__skeletonSectionSubtitle{border-radius:.5rem;width:400px;max-width:100%;height:24px}.page-module___8aEwW__skeletonFeaturesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.page-module___8aEwW__skeletonFeatureCard{border:1px solid #ffffff0d;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex;background:#ffffff05!important}.page-module___8aEwW__skeletonFeatureIcon{border-radius:1rem;width:60px;height:60px}.page-module___8aEwW__skeletonFeatureTitle{width:120px;height:24px}.page-module___8aEwW__skeletonFeatureText{width:100%;height:40px}.page-module___8aEwW__skeletonFleet{padding:5rem 2rem;background:#0a1628!important}.page-module___8aEwW__skeletonCarsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.page-module___8aEwW__skeletonCarCard{border:1px solid #ffffff0d;border-radius:1rem;overflow:hidden;background:#ffffff05!important}.page-module___8aEwW__skeletonCarImage{border-radius:0;width:100%;height:200px}.page-module___8aEwW__skeletonCarInfo{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.page-module___8aEwW__skeletonCarTitle{width:70%;height:26px}.page-module___8aEwW__skeletonCarSpecs{width:100%;height:20px}.page-module___8aEwW__skeletonCarPrice{width:40%;height:28px;margin-top:.5rem}@media (max-width:1024px){.page-module___8aEwW__skeletonFeaturesGrid,.page-module___8aEwW__skeletonCarsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module___8aEwW__skeletonHeader{padding:1rem}.page-module___8aEwW__skeletonNav{display:none}.page-module___8aEwW__skeletonHero{padding:100px 1rem 3rem}.page-module___8aEwW__skeletonTitle,.page-module___8aEwW__skeletonTitleSmall{height:36px}.page-module___8aEwW__skeletonButtons{flex-direction:column}.page-module___8aEwW__skeletonButton,.page-module___8aEwW__skeletonButtonSecondary{width:100%}.page-module___8aEwW__skeletonFeaturesGrid,.page-module___8aEwW__skeletonCarsGrid{grid-template-columns:1fr}.page-module___8aEwW__skeletonFeatures,.page-module___8aEwW__skeletonFleet{padding:3rem 1rem}}.page-module___8aEwW__noTenantPage{background:linear-gradient(135deg,#0a1628 0%,#0d1d32 50%,#0a1628 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__noTenantPage:before{content:"";pointer-events:none;background:radial-gradient(#ffb80014 0%,#0000 60%);position:absolute;inset:0}.page-module___8aEwW__noTenantPage:after{content:"";background:radial-gradient(circle at 20% 30%,#ffb80008 0%,#0000 25%),radial-gradient(circle at 80% 70%,#ffb80008 0%,#0000 25%);width:200%;height:200%;animation:20s ease-in-out infinite page-module___8aEwW__floatBg;position:absolute;top:-50%;left:-50%}@keyframes page-module___8aEwW__floatBg{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-2%,2%)rotate(1deg)}}.page-module___8aEwW__noTenantContent{z-index:1;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:2rem;max-width:600px;padding:3rem;position:relative}.page-module___8aEwW__noTenantLogo{background:#ffb8001a;border-radius:2rem;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:2rem;animation:3s ease-in-out infinite page-module___8aEwW__pulse;display:inline-flex}@keyframes page-module___8aEwW__pulse{0%,to{transform:scale(1);box-shadow:0 0 #ffb80033}50%{transform:scale(1.02);box-shadow:0 0 40px 10px #ffb8001a}}.page-module___8aEwW__noTenantTitle{background:linear-gradient(135deg,#ffb800 0%,#ffc933 50%,#ffb800 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800}.page-module___8aEwW__noTenantSubtitle{color:var(--color-gray-300,#94a3b8);margin-bottom:2rem;font-size:1.125rem}.page-module___8aEwW__noTenantDivider{background:linear-gradient(90deg,#0000,#ffb80080,#0000);width:80px;height:2px;margin:0 auto 2rem}.page-module___8aEwW__noTenantInfo{color:var(--color-gray-400,#64748b);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.page-module___8aEwW__noTenantInfo code{color:#ffb800;background:#ffb80026;border:1px solid #ffb80040;border-radius:.375rem;padding:.25rem .5rem;font-family:Fira Code,Consolas,monospace;font-size:.85rem;display:inline-block}.page-module___8aEwW__noTenantBtn{color:#0a1628;background:linear-gradient(135deg,#ffb800 0%,#fc3 100%);border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 25px #ffb80040}.page-module___8aEwW__noTenantBtn:hover{color:#0a1628;transform:translateY(-3px);box-shadow:0 12px 35px #ffb80059}@media (max-width:768px){.page-module___8aEwW__noTenantContent{border-radius:1.5rem;margin:1rem;padding:2rem 1.5rem}.page-module___8aEwW__noTenantLogo{width:100px;height:100px}.page-module___8aEwW__noTenantLogo svg{width:60px;height:60px}}
.CustomDropdown-module__dK8bIG__dropdown{width:100%;max-width:100%;position:relative}.CustomDropdown-module__dK8bIG__trigger{width:100%;color:var(--color-white);cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.625rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.95rem;transition:all .2s;display:flex}.CustomDropdown-module__dK8bIG__trigger:hover{background:#ffffff14;border-color:#ffffff26}.CustomDropdown-module__dK8bIG__trigger:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #ffb80026}.CustomDropdown-module__dK8bIG__triggerOpen{border-color:var(--color-primary);box-shadow:0 0 0 3px #ffb80026}.CustomDropdown-module__dK8bIG__triggerDisabled{opacity:.5;cursor:not-allowed}.CustomDropdown-module__dK8bIG__triggerDisabled:hover{background:#ffffff0d;border-color:#ffffff1a}.CustomDropdown-module__dK8bIG__triggerPlaceholder{color:var(--color-gray-500)}.CustomDropdown-module__dK8bIG__triggerValue{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.CustomDropdown-module__dK8bIG__triggerIcon{width:18px;height:18px;color:var(--color-gray-400);flex-shrink:0;margin-left:.5rem;transition:transform .2s}.CustomDropdown-module__dK8bIG__triggerIconOpen{transform:rotate(180deg)}.CustomDropdown-module__dK8bIG__menu{z-index:1000;opacity:0;visibility:hidden;background:linear-gradient(145deg,#1e3250fa 0%,#0f1e37fa 100%);border:1px solid #ffffff1f;border-radius:.625rem;width:max-content;min-width:100%;max-width:min(300px,90vw);max-height:280px;transition:all .2s;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden auto;transform:translateY(-8px);box-shadow:0 10px 40px #00000080,0 0 0 1px #ffffff0d}.CustomDropdown-module__dK8bIG__menuOpen{opacity:1;visibility:visible;transform:translateY(0)}.CustomDropdown-module__dK8bIG__menu::-webkit-scrollbar{width:6px}.CustomDropdown-module__dK8bIG__menu::-webkit-scrollbar-track{background:#0003}.CustomDropdown-module__dK8bIG__menu::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.CustomDropdown-module__dK8bIG__menu::-webkit-scrollbar-thumb:hover{background:#ffffff40}.CustomDropdown-module__dK8bIG__option{color:var(--color-gray-300);cursor:pointer;border-bottom:1px solid #ffffff0a;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;transition:all .15s;display:flex}.CustomDropdown-module__dK8bIG__option:last-child{border-bottom:none}.CustomDropdown-module__dK8bIG__option:hover{color:var(--color-white);background:#ffb8001a}.CustomDropdown-module__dK8bIG__optionSelected{color:var(--color-primary);background:#ffb80026}.CustomDropdown-module__dK8bIG__optionSelected:hover{background:#ffb80033}.CustomDropdown-module__dK8bIG__optionFocused{color:var(--color-white);background:#ffffff14}.CustomDropdown-module__dK8bIG__optionDisabled{opacity:.4;cursor:not-allowed}.CustomDropdown-module__dK8bIG__optionDisabled:hover{color:var(--color-gray-300);background:0 0}.CustomDropdown-module__dK8bIG__checkIcon{width:16px;height:16px;color:var(--color-primary);margin-left:auto}.CustomDropdown-module__dK8bIG__dropdownFilter{width:auto;display:inline-block}.CustomDropdown-module__dK8bIG__dropdownFilter .CustomDropdown-module__dK8bIG__trigger{border-radius:.5rem;width:auto;min-width:150px;padding:.625rem .875rem;font-size:.9rem}.CustomDropdown-module__dK8bIG__dropdownFilter .CustomDropdown-module__dK8bIG__menu{width:max-content;min-width:150px}.CustomDropdown-module__dK8bIG__dropdownFilter .CustomDropdown-module__dK8bIG__option{white-space:nowrap;padding:.625rem .875rem;font-size:.9rem}.CustomDropdown-module__dK8bIG__dropdownCompact{width:auto;display:inline-block}.CustomDropdown-module__dK8bIG__dropdownCompact .CustomDropdown-module__dK8bIG__trigger{background:0 0;border:none;gap:.25rem;width:auto;padding:.5rem .75rem;font-size:.85rem}.CustomDropdown-module__dK8bIG__dropdownCompact .CustomDropdown-module__dK8bIG__trigger:focus{box-shadow:none}.CustomDropdown-module__dK8bIG__dropdownCompact .CustomDropdown-module__dK8bIG__triggerIcon{width:14px;height:14px}.CustomDropdown-module__dK8bIG__dropdownCompact .CustomDropdown-module__dK8bIG__menu{width:max-content;min-width:80px}.CustomDropdown-module__dK8bIG__dropdownCompact .CustomDropdown-module__dK8bIG__option{white-space:nowrap;padding:.5rem .75rem;font-size:.85rem}
