.CarCard-module__dr18qq__card{cursor:pointer;background-color:#fff;border-radius:1rem;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.CarCard-module__dr18qq__card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.CarCard-module__dr18qq__card:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.CarCard-module__dr18qq__imageContainer{cursor:pointer;width:100%;height:0;padding-bottom:100%;position:relative;overflow:hidden}.CarCard-module__dr18qq__image{object-fit:cover;cursor:pointer;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.CarCard-module__dr18qq__card:hover .CarCard-module__dr18qq__image{transform:scale(1.05)}.CarCard-module__dr18qq__imagePlaceholder{text-align:center;color:#9ca3af;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CarCard-module__dr18qq__placeholderIcon{background-color:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto .5rem;display:flex}.CarCard-module__dr18qq__emoji{font-size:1.5rem}.CarCard-module__dr18qq__placeholderText{color:#6b7280;font-size:.875rem}.CarCard-module__dr18qq__imageIndicator{color:#fff;background-color:#000000b3;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;position:absolute;top:.75rem;right:.75rem}.CarCard-module__dr18qq__indicatorText{font-size:.75rem}.CarCard-module__dr18qq__content{flex-direction:column;flex:1;padding:1.25rem;display:flex}.CarCard-module__dr18qq__header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.CarCard-module__dr18qq__name{color:var(--color-text-primary);flex:1;margin:0 .75rem 0 0;font-size:1.125rem;font-weight:600;line-height:1.3}.CarCard-module__dr18qq__priceContainer{text-align:right;flex-shrink:0}.CarCard-module__dr18qq__price{color:var(--color-primary);font-size:1.25rem;font-weight:700;display:block}.CarCard-module__dr18qq__priceLabel{color:#6b7280;font-size:.75rem;display:block}.CarCard-module__dr18qq__ratingContainer{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.CarCard-module__dr18qq__rating{cursor:pointer;align-items:center;gap:.25rem;display:flex;position:relative}.CarCard-module__dr18qq__rating:hover .CarCard-module__dr18qq__tooltip{opacity:1;visibility:visible;transform:translateY(-100%)translate(-50%)}.CarCard-module__dr18qq__tooltip{background-color:var(--color-primary);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:10;pointer-events:none;border-radius:.25rem;margin-bottom:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:all .2s ease-in-out;position:absolute;bottom:-70%;left:50%;transform:translate(-50%);box-shadow:0 2px 4px #0000001a}.CarCard-module__dr18qq__tooltip:after{content:"";border:4px solid #0000;border-top-color:var(--color-primary);position:absolute;top:100%;left:50%;transform:translate(-50%)}.CarCard-module__dr18qq__starIcon{width:1rem;height:1rem;color:var(--color-text-secondary)}.CarCard-module__dr18qq__ratingValue{color:var(--color-text-secondary);font-size:.75rem;font-weight:300}.CarCard-module__dr18qq__progressBarContainer{border-radius:.125rem;gap:.125rem;width:100%;height:.25rem;margin-left:.5rem;display:flex}.CarCard-module__dr18qq__progressBarFill{opacity:.6;background:linear-gradient(90deg,#f97316 0%,#fb923c 25%,#22c55e 75%,#10b981 100%) 0 0/100% 100% no-repeat;border-radius:.125rem;height:100%;transition:width .3s ease-in-out}.CarCard-module__dr18qq__reviews{color:var(--color-text-secondary);font-size:.75rem}.CarCard-module__dr18qq__additionalInfo{flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;display:flex}.CarCard-module__dr18qq__infoItem{color:var(--color-text-secondary);align-items:center;gap:.25rem;font-size:.75rem;display:flex}.CarCard-module__dr18qq__infoIcon{width:.875rem;height:.875rem;color:var(--color-text-secondary);justify-content:center;align-items:center;display:flex}.CarCard-module__dr18qq__features{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.CarCard-module__dr18qq__feature{color:var(--color-text-secondary);background-color:#f3f4f6;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.CarCard-module__dr18qq__location{color:var(--color-text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.CarCard-module__dr18qq__locationIcon{width:1rem;height:1rem;color:var(--color-text-secondary)}.CarCard-module__dr18qq__checkAvailabilityButton{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;margin-top:auto;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.CarCard-module__dr18qq__checkAvailabilityButton:hover{background:linear-gradient(135deg, var(--color-primary-hover), var(--color-primary-dark));transform:translateY(-1px);box-shadow:0 8px 15px -3px #00000026}.CarCard-module__dr18qq__checkAvailabilityButton:active{transform:translateY(0)}.CarCard-module__dr18qq__buttonTextDesktop{display:block}.CarCard-module__dr18qq__buttonTextMobile{display:none}@media (max-width:767px){.CarCard-module__dr18qq__buttonTextDesktop{display:none}.CarCard-module__dr18qq__buttonTextMobile{display:block}.CarCard-module__dr18qq__name{font-size:.875rem}.CarCard-module__dr18qq__price{font-size:1rem}.CarCard-module__dr18qq__priceLabel{font-size:.625rem}.CarCard-module__dr18qq__additionalInfo{flex-direction:column;gap:.5rem;margin-bottom:.5rem}.CarCard-module__dr18qq__location{display:none}}.CarCard-module__dr18qq__ratingSegment{background-color:#e5e7eb;border-radius:.125rem;flex:1;height:100%;transition:background-color .3s ease-in-out;position:relative;overflow:hidden}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__filled{background-color:#0000}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__partial{background-color:#0000;position:relative;overflow:hidden}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__partial:after{content:"";height:100%;width:var(--partial-width,0%);z-index:2;background-color:#e5e7eb;transition:width .3s ease-in-out;position:absolute;top:0;right:0}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment1.CarCard-module__dr18qq__filled{opacity:.6;background:linear-gradient(90deg,#f97316 0%,#fb923c 100%)}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment2.CarCard-module__dr18qq__filled{opacity:.6;background:linear-gradient(90deg,#fb923c 0%,#fbbf24 100%)}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment3.CarCard-module__dr18qq__filled{opacity:.6;background:linear-gradient(90deg,#fbbf24 0%,#84cc16 100%)}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment4.CarCard-module__dr18qq__filled{opacity:.6;background:linear-gradient(90deg,#84cc16 0%,#22c55e 100%)}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment5.CarCard-module__dr18qq__filled{opacity:.6;background:linear-gradient(90deg,#22c55e 0%,#10b981 100%)}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment1.CarCard-module__dr18qq__partial{opacity:.6;background:linear-gradient(90deg,#f97316 0%,#fb923c 100%)}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment2.CarCard-module__dr18qq__partial{opacity:.6;background:linear-gradient(90deg,#fb923c 0%,#fbbf24 100%)}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment3.CarCard-module__dr18qq__partial{opacity:.6;background:linear-gradient(90deg,#fbbf24 0%,#84cc16 100%)}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment4.CarCard-module__dr18qq__partial{opacity:.6;background:linear-gradient(90deg,#84cc16 0%,#22c55e 100%)}.CarCard-module__dr18qq__ratingSegment.CarCard-module__dr18qq__segment5.CarCard-module__dr18qq__partial{opacity:.6;background:linear-gradient(90deg,#22c55e 0%,#10b981 100%)}@media (max-width:410px){.CarCard-module__dr18qq__checkAvailabilityButton{font-size:.75rem}.CarCard-module__dr18qq__price{font-size:.8rem}}
.HomePage-module__e0v9Gq__container{background-color:var(--color-bg-secondary);min-height:100vh}.HomePage-module__e0v9Gq__heroSection{opacity:0;background:#1f2937;min-height:300px;transition:opacity .8s,transform .8s;position:relative;overflow:hidden;transform:translateY(30px)}.HomePage-module__e0v9Gq__heroSection:before{content:"";z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.HomePage-module__e0v9Gq__heroSection:after{content:"";z-index:1;position:absolute;inset:0}.HomePage-module__e0v9Gq__heroSection.HomePage-module__e0v9Gq__visible{opacity:1;transform:translateY(0)}.HomePage-module__e0v9Gq__heroContent{z-index:2;max-width:50rem;margin-left:auto;margin-right:auto;padding:2.5rem 1rem;position:relative}@media (min-width:768px){.HomePage-module__e0v9Gq__heroContent{padding:3rem 2rem}}.HomePage-module__e0v9Gq__heroText{text-align:center}.HomePage-module__e0v9Gq__heroTitle{color:#fff;text-shadow:0 1px 3px #0000004d,0 2px 6px #0003;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2;animation:.8s .2s both HomePage-module__e0v9Gq__fadeInUp}@media (min-width:768px){.HomePage-module__e0v9Gq__heroTitle{font-size:2.5rem}}@media (min-width:1024px){.HomePage-module__e0v9Gq__heroTitle{font-size:2.5rem}}.HomePage-module__e0v9Gq__textGradient{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HomePage-module__e0v9Gq__heroSubtitle{color:#f9fafb;text-shadow:0 1px 2px #0000004d,0 2px 4px #0003;max-width:48rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;animation:.8s .4s both HomePage-module__e0v9Gq__fadeInUp}@media (min-width:768px){.HomePage-module__e0v9Gq__heroSubtitle{font-size:1.5rem}}.HomePage-module__e0v9Gq__heroButtons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;animation:.8s .6s both HomePage-module__e0v9Gq__fadeInUp;display:flex}@media (min-width:640px){.HomePage-module__e0v9Gq__heroButtons{flex-direction:row}}.HomePage-module__e0v9Gq__bookingSection{justify-content:center;align-items:center;animation:.8s .6s both HomePage-module__e0v9Gq__fadeInUp;display:flex}.HomePage-module__e0v9Gq__bookingButton{-webkit-backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:1.2rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a}.HomePage-module__e0v9Gq__bookingButton:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:1.2rem;position:absolute;inset:0}.HomePage-module__e0v9Gq__bookingTitle{color:#fff;white-space:nowrap;text-shadow:0 1px 3px #0003;z-index:1;font-family:Poppins,system-ui,sans-serif;font-size:1.125rem;font-weight:600;position:relative}@media (min-width:768px){.HomePage-module__e0v9Gq__bookingTitle{font-size:1.25rem}}.HomePage-module__e0v9Gq__bookingIcons{z-index:1;flex-direction:row;align-items:center;gap:.75rem;display:flex;position:relative}.HomePage-module__e0v9Gq__bookingIconLink{text-decoration:none;transition:transform .3s;display:inline-block}.HomePage-module__e0v9Gq__bookingIconLink:hover{text-decoration:none}.HomePage-module__e0v9Gq__bookingIcon{color:#fff;cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000001a}.HomePage-module__e0v9Gq__bookingIconLink:hover .HomePage-module__e0v9Gq__bookingIcon{transform:translateY(-4px)scale(1.1);box-shadow:0 8px 20px #0003}@media (max-width:639px){.HomePage-module__e0v9Gq__bookingButton{gap:.75rem;padding:.75rem 1.25rem}.HomePage-module__e0v9Gq__bookingTitle{font-size:1rem}.HomePage-module__e0v9Gq__bookingIcons{gap:.5rem}.HomePage-module__e0v9Gq__bookingIcon{width:2.5rem;height:2.5rem}}.HomePage-module__e0v9Gq__floatingElement{z-index:2;position:absolute}.HomePage-module__e0v9Gq__floatingElement1{animation:3s ease-in-out infinite HomePage-module__e0v9Gq__bounceGentle;top:5rem;left:2.5rem}.HomePage-module__e0v9Gq__floatingElement2{animation:3s ease-in-out 1s infinite HomePage-module__e0v9Gq__bounceGentle;bottom:5rem;right:2.5rem}.HomePage-module__e0v9Gq__floatingCircle1{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#22c55e33;border-radius:50%;width:5rem;height:5rem}.HomePage-module__e0v9Gq__floatingCircle2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#16a34a33;border-radius:50%;width:4rem;height:4rem}@keyframes HomePage-module__e0v9Gq__bounceGentle{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}@keyframes HomePage-module__e0v9Gq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HomePage-module__e0v9Gq__btnPrimary{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));color:#fff;cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Poppins,system-ui,sans-serif;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 6px #0000001a}.HomePage-module__e0v9Gq__btnPrimary:hover{background:linear-gradient(135deg, var(--color-primary-hover), var(--color-primary-dark));color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.HomePage-module__e0v9Gq__btnSecondary{color:var(--color-text-primary);cursor:pointer;background-color:#fff;border:2px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Poppins,system-ui,sans-serif;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.HomePage-module__e0v9Gq__btnSecondary:hover{background-color:var(--color-bg-secondary);border-color:var(--color-primary);color:var(--color-primary);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.HomePage-module__e0v9Gq__section{padding:3rem 0}.HomePage-module__e0v9Gq__sectionWithAnimation{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.HomePage-module__e0v9Gq__sectionVisible{opacity:1;transform:translateY(0)}@media (min-width:768px){.HomePage-module__e0v9Gq__section{padding:3rem 0}}.HomePage-module__e0v9Gq__sectionWhite{background-color:#fff}.HomePage-module__e0v9Gq__sectionGray{background-color:#f9fafb}.HomePage-module__e0v9Gq__sectionContent{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.HomePage-module__e0v9Gq__sectionContent{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.HomePage-module__e0v9Gq__sectionContent{padding-left:2rem;padding-right:2rem}}.HomePage-module__e0v9Gq__sectionHeader{text-align:center;margin-bottom:3rem}@media (min-width:768px){.HomePage-module__e0v9Gq__sectionHeader{margin-bottom:4rem}}.HomePage-module__e0v9Gq__sectionTitle{color:var(--color-text-primary);margin-bottom:1rem;font-family:Poppins,system-ui,sans-serif;font-size:2rem;font-weight:700;line-height:1.2}@media (min-width:768px){.HomePage-module__e0v9Gq__sectionTitle{font-size:2rem}}@media (min-width:1024px){.HomePage-module__e0v9Gq__sectionTitle{font-size:2rem}}.HomePage-module__e0v9Gq__sectionSubtitle{color:var(--color-text-secondary);max-width:48rem;margin-left:auto;margin-right:auto;font-family:Poppins,system-ui,sans-serif;font-size:1rem;line-height:1.6}@media (min-width:768px){.HomePage-module__e0v9Gq__sectionSubtitle{font-size:1.125rem}}.HomePage-module__e0v9Gq__servicesGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.HomePage-module__e0v9Gq__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HomePage-module__e0v9Gq__servicesGrid{grid-template-columns:repeat(3,1fr)}}.HomePage-module__e0v9Gq__serviceCard{color:inherit;text-align:center;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:2px solid #0000;border-radius:1.5rem;flex-direction:column;align-items:center;padding:2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s both HomePage-module__e0v9Gq__fadeInUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d}.HomePage-module__e0v9Gq__serviceCard:before{content:"";background:var(--service-gradient);height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.HomePage-module__e0v9Gq__serviceCard:hover:before{transform:scaleX(1)}.HomePage-module__e0v9Gq__serviceCard:hover{border-color:var(--service-color);color:inherit;text-decoration:none;transform:translateY(-8px);box-shadow:0 20px 40px -10px #00000026,0 8px 16px -4px #0000001a}.HomePage-module__e0v9Gq__serviceIcon{color:#fff;border-radius:1.25rem;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:1.5rem;transition:all .3s;display:flex;box-shadow:0 8px 20px #00000026}.HomePage-module__e0v9Gq__serviceCard:hover .HomePage-module__e0v9Gq__serviceIcon{transform:scale(1.1)rotate(5deg);box-shadow:0 12px 30px #0003}.HomePage-module__e0v9Gq__serviceTitle{color:var(--color-text-primary);margin-bottom:1rem;font-family:Poppins,system-ui,sans-serif;font-size:1.5rem;font-weight:700}.HomePage-module__e0v9Gq__serviceDescription{color:var(--color-text-secondary);flex:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.HomePage-module__e0v9Gq__serviceLink{color:var(--service-color);align-items:center;gap:.5rem;margin-top:auto;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.HomePage-module__e0v9Gq__serviceCard:hover .HomePage-module__e0v9Gq__serviceLink{gap:.75rem;transform:translate(4px)}.HomePage-module__e0v9Gq__featuresGrid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:640px){.HomePage-module__e0v9Gq__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HomePage-module__e0v9Gq__featuresGrid{grid-template-columns:repeat(3,1fr)}}.HomePage-module__e0v9Gq__featureCard{text-align:center;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #1f29371a;border-radius:1.25rem;padding:2rem;transition:all .3s;animation:.6s both HomePage-module__e0v9Gq__fadeInUp;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d}.HomePage-module__e0v9Gq__featureCard:hover{border-color:var(--color-primary);transform:translateY(-6px);box-shadow:0 20px 40px -10px #00000026,0 8px 16px -4px #0000001a}.HomePage-module__e0v9Gq__featureIcon{width:4rem;height:4rem;color:var(--color-primary);background:linear-gradient(135deg,#dcfce7 0%,#86efac 100%);border-radius:1rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .3s;display:flex}.HomePage-module__e0v9Gq__featureCard:hover .HomePage-module__e0v9Gq__featureIcon{background:linear-gradient(135deg,#86efac 0%,#4ade80 100%);transform:scale(1.1);box-shadow:0 8px 20px #14b8a64d}.HomePage-module__e0v9Gq__featureTitle{color:var(--color-text-primary);margin-bottom:.75rem;font-family:Poppins,system-ui,sans-serif;font-size:1.25rem;font-weight:600}.HomePage-module__e0v9Gq__featureDescription{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.6}.HomePage-module__e0v9Gq__locationSection{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 25%,#86efac 50%,#4ade80 75%,#22c55e 100%);position:relative;overflow:hidden}.HomePage-module__e0v9Gq__locationSection:before{content:"";z-index:0;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);position:absolute;inset:0}.HomePage-module__e0v9Gq__locationSection .HomePage-module__e0v9Gq__sectionContent{z-index:1;position:relative}.HomePage-module__e0v9Gq__ctaSection{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 25%,#86efac 50%,#4ade80 75%,#22c55e 100%);padding:5rem 0;position:relative;overflow:hidden}.HomePage-module__e0v9Gq__ctaSection:before{content:"";z-index:0;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);position:absolute;inset:0}.HomePage-module__e0v9Gq__ctaContent{text-align:center;z-index:1;max-width:56rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;position:relative}@media (min-width:640px){.HomePage-module__e0v9Gq__ctaContent{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.HomePage-module__e0v9Gq__ctaContent{padding-left:2rem;padding-right:2rem}}.HomePage-module__e0v9Gq__ctaTitle{color:#111827;margin-bottom:1.5rem;font-family:Poppins,system-ui,sans-serif;font-size:2rem;font-weight:700}@media (min-width:768px){.HomePage-module__e0v9Gq__ctaTitle{font-size:2.5rem}}@media (min-width:1024px){.HomePage-module__e0v9Gq__ctaTitle{font-size:3rem}}.HomePage-module__e0v9Gq__ctaSubtitle{color:#4b5563;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}@media (min-width:768px){.HomePage-module__e0v9Gq__ctaSubtitle{font-size:1.25rem}}.HomePage-module__e0v9Gq__ctaButtons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.HomePage-module__e0v9Gq__ctaButtons{flex-direction:row}}.HomePage-module__e0v9Gq__scootersScrollContainer{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent;width:100%;overflow:auto hidden}.HomePage-module__e0v9Gq__scootersScrollContainer::-webkit-scrollbar{height:8px}.HomePage-module__e0v9Gq__scootersScrollContainer::-webkit-scrollbar-track{background:0 0}.HomePage-module__e0v9Gq__scootersScrollContainer::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.HomePage-module__e0v9Gq__scootersScrollContainer::-webkit-scrollbar-thumb:hover{background:var(--color-primary-hover)}.HomePage-module__e0v9Gq__scootersScroll{flex-direction:row;gap:1.5rem;width:max-content;padding:1rem 0 0;display:flex}.HomePage-module__e0v9Gq__scooterPreviewCard{color:inherit;flex-direction:column;flex-shrink:0;width:200px;text-decoration:none;transition:all .3s;display:flex}.HomePage-module__e0v9Gq__scooterPreviewCard:hover{color:inherit;text-decoration:none;transform:translateY(-4px)}.HomePage-module__e0v9Gq__scooterPreviewImage{background:var(--color-bg-secondary);border-radius:1rem;width:200px;height:200px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.HomePage-module__e0v9Gq__scooterPreviewCard:hover .HomePage-module__e0v9Gq__scooterPreviewImage{box-shadow:0 8px 24px #00000026}.HomePage-module__e0v9Gq__scooterPreviewImage img,.HomePage-module__e0v9Gq__scooterPreviewImage span{width:100%;height:100%;display:block}.HomePage-module__e0v9Gq__scooterPreviewImage img{object-fit:cover}.HomePage-module__e0v9Gq__scooterPreviewBadge{text-transform:uppercase;letter-spacing:.02em;color:#fff;z-index:2;text-align:center;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:.5rem;max-width:calc(100% - 1rem);padding:.3rem .5rem;font-size:.65rem;font-weight:600;line-height:1.2;position:absolute;top:.5rem;right:.5rem;box-shadow:0 2px 6px #0003}.HomePage-module__e0v9Gq__scooterPreviewName{color:var(--color-text-secondary);text-align:center;margin-top:.75rem;margin-bottom:0;font-family:Poppins,system-ui,sans-serif;font-size:1rem;font-weight:400;transition:color .3s}.HomePage-module__e0v9Gq__scooterPreviewCard:hover .HomePage-module__e0v9Gq__scooterPreviewName{color:var(--color-primary)}@media (max-width:768px){.HomePage-module__e0v9Gq__scooterPreviewCard{width:160px}.HomePage-module__e0v9Gq__scooterPreviewImage{width:160px;height:160px}.HomePage-module__e0v9Gq__scootersScroll{gap:1rem}.HomePage-module__e0v9Gq__scooterPreviewName{font-size:.9rem}.HomePage-module__e0v9Gq__scooterPreviewBadge{padding:.25rem .4rem;font-size:.55rem;top:.4rem;right:.4rem}}.HomePage-module__e0v9Gq__carsSection{border-top:2px solid var(--color-border-primary);border-bottom:2px solid var(--color-border-primary);box-shadow:0 4px 12px #0000000d}.HomePage-module__e0v9Gq__carsScrollContainer{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent;width:100%;padding-bottom:.5rem;overflow:auto hidden}.HomePage-module__e0v9Gq__carsScrollContainer::-webkit-scrollbar{height:8px}.HomePage-module__e0v9Gq__carsScrollContainer::-webkit-scrollbar-track{background:0 0}.HomePage-module__e0v9Gq__carsScrollContainer::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.HomePage-module__e0v9Gq__carsScrollContainer::-webkit-scrollbar-thumb:hover{background:var(--color-primary-hover)}.HomePage-module__e0v9Gq__carsScroll{grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;padding:1rem 0;display:grid}@media (max-width:1024px){.HomePage-module__e0v9Gq__carsScroll{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.HomePage-module__e0v9Gq__carsScrollContainer{overflow-x:auto}.HomePage-module__e0v9Gq__carsScroll{flex-direction:row;grid-template-columns:none;width:max-content;display:flex}}.HomePage-module__e0v9Gq__carPreviewCard{color:inherit;border:1px solid var(--color-border-primary);background:var(--color-bg-primary);border-radius:1rem;flex-direction:column;flex-shrink:0;width:100%;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.HomePage-module__e0v9Gq__carPreviewCard:hover{color:inherit;text-decoration:none;transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.HomePage-module__e0v9Gq__carPreviewImage{background:var(--color-bg-secondary);width:100%;height:280px;transition:all .3s;position:relative;overflow:hidden}.HomePage-module__e0v9Gq__carPreviewCard:hover .HomePage-module__e0v9Gq__carPreviewImage{opacity:.95}.HomePage-module__e0v9Gq__carPreviewImage img,.HomePage-module__e0v9Gq__carPreviewImage span{width:100%;height:100%;display:block}.HomePage-module__e0v9Gq__carPreviewImage img{object-fit:cover}.HomePage-module__e0v9Gq__carPreviewInfo{text-align:left;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.HomePage-module__e0v9Gq__carPreviewName{color:var(--color-text-primary);text-align:left;margin:0;font-family:Poppins,system-ui,sans-serif;font-size:1rem;font-weight:600;transition:color .3s}.HomePage-module__e0v9Gq__carPreviewCard:hover .HomePage-module__e0v9Gq__carPreviewName{color:var(--color-primary)}.HomePage-module__e0v9Gq__carPreviewBottom{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.HomePage-module__e0v9Gq__carPreviewDescription{color:var(--color-text-secondary);text-transform:none;letter-spacing:normal;flex:1;font-family:Poppins,system-ui,sans-serif;font-size:.875rem;font-weight:400}.HomePage-module__e0v9Gq__carPreviewRating{flex-direction:row;flex-shrink:0;align-items:center;gap:2px;display:flex}.HomePage-module__e0v9Gq__starIcon{transition:all .2s}.HomePage-module__e0v9Gq__starFilled{color:#14b8a6}.HomePage-module__e0v9Gq__starEmpty{color:var(--color-border-primary)}@media (max-width:768px){.HomePage-module__e0v9Gq__carPreviewCard{width:220px}.HomePage-module__e0v9Gq__carPreviewImage{height:220px}.HomePage-module__e0v9Gq__carsScroll{gap:1rem}.HomePage-module__e0v9Gq__carPreviewName{font-size:.9rem}.HomePage-module__e0v9Gq__carPreviewDescription{font-size:.7rem}}.HomePage-module__e0v9Gq__gamesScrollContainer{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent;width:100%;padding-bottom:.5rem;overflow:auto hidden}.HomePage-module__e0v9Gq__gamesScrollContainer::-webkit-scrollbar{height:8px}.HomePage-module__e0v9Gq__gamesScrollContainer::-webkit-scrollbar-track{background:0 0}.HomePage-module__e0v9Gq__gamesScrollContainer::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.HomePage-module__e0v9Gq__gamesScrollContainer::-webkit-scrollbar-thumb:hover{background:var(--color-primary-hover)}.HomePage-module__e0v9Gq__gamesScroll{flex-direction:row;gap:1.5rem;width:max-content;padding:1rem 0;display:flex}@media (max-width:768px){.HomePage-module__e0v9Gq__gamesScroll{gap:1rem}.HomePage-module__e0v9Gq__gradientBg{min-height:500px}.HomePage-module__e0v9Gq__heroContent{padding:2.5rem 2rem}.HomePage-module__e0v9Gq__section{padding:2rem 0}.HomePage-module__e0v9Gq__serviceCard{padding:2rem}.HomePage-module__e0v9Gq__featureCard{padding:1.5rem}}@media (max-width:480px){.HomePage-module__e0v9Gq__heroTitle{font-size:1.75rem}.HomePage-module__e0v9Gq__heroSubtitle{font-size:1rem}.HomePage-module__e0v9Gq__sectionTitle{margin-bottom:.5rem;font-size:1.5rem}.HomePage-module__e0v9Gq__serviceCard{padding:1.5rem}.HomePage-module__e0v9Gq__serviceIcon{width:4rem;height:4rem}.HomePage-module__e0v9Gq__featureIcon{width:3.5rem;height:3.5rem}}
.Contacts-module__VIcb4G__contactsContainer{background-color:#fff;border:1px solid #1f29371a;border-radius:1.5rem;margin-top:2rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (max-width:767px){.Contacts-module__VIcb4G__contactsContainer{box-shadow:none;background-color:#0000;border:none;border-radius:0;margin-top:1rem;padding:0}}@media (min-width:768px){.Contacts-module__VIcb4G__contactsContainer{padding:2.5rem}}@media (min-width:1024px){.Contacts-module__VIcb4G__contactsContainer{padding:3rem}}.Contacts-module__VIcb4G__contactsGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.Contacts-module__VIcb4G__contactsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.Contacts-module__VIcb4G__contactsGrid{grid-template-columns:repeat(3,1fr);gap:2rem}}.Contacts-module__VIcb4G__contactCard{color:inherit;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:2px solid #0000;border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.Contacts-module__VIcb4G__contactCard:before{content:"";background:var(--contact-color);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Contacts-module__VIcb4G__contactCard:hover:before{transform:scaleX(1)}.Contacts-module__VIcb4G__contactCard:hover{border-color:var(--contact-color);color:inherit;text-decoration:none;transform:translateY(-4px);box-shadow:0 12px 25px #00000026}.Contacts-module__VIcb4G__contactIcon{background:linear-gradient(135deg, var(--contact-color), var(--contact-color));color:#fff;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:flex}.Contacts-module__VIcb4G__contactCard:hover .Contacts-module__VIcb4G__contactIcon{transform:scale(1.1);box-shadow:0 8px 20px #0003}.Contacts-module__VIcb4G__contactInfo{flex:1;min-width:0}.Contacts-module__VIcb4G__contactName{color:var(--color-text-primary);margin:0 0 .25rem;font-family:Poppins,system-ui,sans-serif;font-size:1.125rem;font-weight:600}.Contacts-module__VIcb4G__contactDescription{color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.4}.Contacts-module__VIcb4G__contactArrow{color:var(--contact-color);font-size:1.25rem;font-weight:600;transition:transform .3s}.Contacts-module__VIcb4G__contactCard:hover .Contacts-module__VIcb4G__contactArrow{transform:translate(4px)}.Contacts-module__VIcb4G__mapContainer{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (min-width:1024px){.Contacts-module__VIcb4G__mapContainer{grid-template-columns:2fr 1fr;align-items:stretch;gap:3rem}}.Contacts-module__VIcb4G__mapWrapper{background-color:#fff;border:1px solid #1f29371a;border-radius:1rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d}@media (min-width:1024px){.Contacts-module__VIcb4G__mapWrapper{height:100%}}.Contacts-module__VIcb4G__mapWrapper iframe{border-radius:1rem;flex:1;min-height:450px}@media (min-width:1024px){.Contacts-module__VIcb4G__mapWrapper iframe{height:100%;min-height:0}}.Contacts-module__VIcb4G__locationInfo{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:1024px){.Contacts-module__VIcb4G__locationInfo{justify-content:space-between;height:100%}}.Contacts-module__VIcb4G__locationCard{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #1f29371a;border-radius:1rem;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px #0000000d}.Contacts-module__VIcb4G__locationIcon{width:2rem;height:2rem;color:var(--color-primary);flex-shrink:0;margin-top:.25rem}.Contacts-module__VIcb4G__locationDetails{flex:1}.Contacts-module__VIcb4G__locationTitle{color:var(--color-text-primary);margin:0 0 .5rem;font-family:Poppins,system-ui,sans-serif;font-size:1.25rem;font-weight:700}.Contacts-module__VIcb4G__locationAddress{color:var(--color-text-secondary);margin:0 0 .5rem;font-size:1rem;font-weight:500}.Contacts-module__VIcb4G__locationDescription{color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.Contacts-module__VIcb4G__workingHours{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #1f29371a;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d}.Contacts-module__VIcb4G__hoursTitle{color:var(--color-text-primary);margin:0 0 1rem;font-family:Poppins,system-ui,sans-serif;font-size:1.125rem;font-weight:600}.Contacts-module__VIcb4G__hoursList{flex-direction:column;gap:.75rem;display:flex}.Contacts-module__VIcb4G__hoursItem{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.Contacts-module__VIcb4G__hoursItem:last-child{border-bottom:none}.Contacts-module__VIcb4G__hoursDay{color:var(--color-text-primary);font-size:.875rem;font-weight:500}.Contacts-module__VIcb4G__hoursTime{color:var(--color-primary);font-size:.875rem;font-weight:600}.Contacts-module__VIcb4G__ctaButtons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}@media (min-width:640px){.Contacts-module__VIcb4G__ctaButtons{flex-direction:row;gap:1.5rem}}.Contacts-module__VIcb4G__ctaButtons .Contacts-module__VIcb4G__btnPrimary,.Contacts-module__VIcb4G__ctaButtons .Contacts-module__VIcb4G__btnSecondary{justify-content:center;align-items:center;gap:.5rem;min-width:200px;text-decoration:none;display:flex}@media (max-width:480px){.Contacts-module__VIcb4G__contactCard{gap:.75rem;padding:1.25rem}.Contacts-module__VIcb4G__contactIcon{width:2.5rem;height:2.5rem}.Contacts-module__VIcb4G__contactName{font-size:1rem}.Contacts-module__VIcb4G__contactDescription{font-size:.8rem}.Contacts-module__VIcb4G__locationCard,.Contacts-module__VIcb4G__workingHours,.Contacts-module__VIcb4G__companyInfo{padding:1.25rem}.Contacts-module__VIcb4G__locationTitle{font-size:1.125rem}.Contacts-module__VIcb4G__hoursTitle,.Contacts-module__VIcb4G__companyTitle,.Contacts-module__VIcb4G__companyName{font-size:1rem}}@keyframes Contacts-module__VIcb4G__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Contacts-module__VIcb4G__contactCard{animation:.6s ease-out Contacts-module__VIcb4G__fadeInUp}.Contacts-module__VIcb4G__contactCard:first-child{animation-delay:.1s}.Contacts-module__VIcb4G__contactCard:nth-child(2){animation-delay:.2s}.Contacts-module__VIcb4G__contactCard:nth-child(3){animation-delay:.3s}.Contacts-module__VIcb4G__contactCard:nth-child(4){animation-delay:.4s}.Contacts-module__VIcb4G__contactCard:nth-child(5){animation-delay:.5s}.Contacts-module__VIcb4G__companyInfo{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #1f29371a;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d}.Contacts-module__VIcb4G__companyTitle{color:var(--color-text-primary);align-items:center;margin:0 0 1rem;font-size:1.125rem;font-weight:600;display:flex}.Contacts-module__VIcb4G__companyDetails{margin-top:.5rem}.Contacts-module__VIcb4G__companyName{color:var(--color-text-primary);margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.4}.Contacts-module__VIcb4G__companyAddress{color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.5}
.Playstation-module__-_T9ta__playstationContainer{background-color:#fff;border:1px solid #1f29371a;border-radius:1.5rem;margin-top:2rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Playstation-module__-_T9ta__bookingError{color:#dc2626;text-align:center;background:#ef444414;border:1px solid #ef444440;border-radius:.75rem;margin:0;padding:1rem;font-size:.95rem;font-weight:600}@media (max-width:767px){.Playstation-module__-_T9ta__playstationContainer{box-shadow:none;background-color:#0000;border:none;border-radius:0;margin-top:1rem;padding:0}}@media (min-width:768px){.Playstation-module__-_T9ta__playstationContainer{padding:2.5rem}}@media (min-width:1024px){.Playstation-module__-_T9ta__playstationContainer{padding:3rem}}.Playstation-module__-_T9ta__playstationContent{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:768px){.Playstation-module__-_T9ta__playstationContent{grid-template-columns:1fr 1fr;gap:3rem}}.Playstation-module__-_T9ta__playstationImage{order:0;justify-content:center;align-items:center;height:100%;display:flex}@media (min-width:768px){.Playstation-module__-_T9ta__playstationImage{order:0}}.Playstation-module__-_T9ta__consoleImage{border-radius:1rem;max-width:100%;height:auto;max-height:90%;transition:transform .3s;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d}.Playstation-module__-_T9ta__consoleImage:hover{transform:scale(1.05)}@media (max-width:768px){.Playstation-module__-_T9ta__consoleImage{max-height:100%}}.Playstation-module__-_T9ta__playstationInfo{text-align:center;flex-direction:column;order:1;align-items:center;width:100%;margin-bottom:1rem;display:flex}@media (min-width:768px){.Playstation-module__-_T9ta__playstationInfo{text-align:left;order:1;align-items:flex-start}}.Playstation-module__-_T9ta__consoleLead{max-width:34rem;color:var(--color-text-primary);margin:0 0 .75rem;font-family:Poppins,system-ui,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.35}@media (min-width:768px){.Playstation-module__-_T9ta__consoleLead{font-size:1.5rem}}.Playstation-module__-_T9ta__includedList{border:1px solid var(--color-border-primary);background:var(--color-bg-secondary);border-radius:.875rem;flex-direction:column;width:100%;max-width:34rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex;overflow:hidden}.Playstation-module__-_T9ta__includedItem{color:var(--color-text-primary);text-align:left;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;font-size:.95rem;font-weight:500;line-height:1.5;display:flex}.Playstation-module__-_T9ta__includedItem+.Playstation-module__-_T9ta__includedItem{border-top:1px solid var(--color-border-primary)}.Playstation-module__-_T9ta__includedIcon{width:1.125rem;height:1.125rem;color:var(--color-primary-dark);flex:none;margin-top:.125rem}.Playstation-module__-_T9ta__bookingHint{width:100%;max-width:34rem;color:inherit;font:inherit;text-align:left;cursor:pointer;appearance:none;background:#14b8a60f;border:1px solid #14b8a638;border-radius:.875rem;align-items:flex-start;gap:1rem;padding:1.125rem 1.25rem;transition:border-color .2s,background-color .2s,box-shadow .2s;display:flex}.Playstation-module__-_T9ta__bookingHint:hover{background:#14b8a61a;border-color:#14b8a66b}.Playstation-module__-_T9ta__bookingHint:focus-visible{outline-offset:3px;outline:3px solid #14b8a640}.Playstation-module__-_T9ta__bookingHintIcon{background:var(--color-bg-primary);width:2.5rem;height:2.5rem;color:var(--color-primary-dark);border:1px solid #14b8a62e;border-radius:.625rem;flex:none;justify-content:center;align-items:center;display:flex}.Playstation-module__-_T9ta__bookingHintIcon svg{width:1.25rem;height:1.25rem}.Playstation-module__-_T9ta__bookingHintContent{min-width:0}.Playstation-module__-_T9ta__bookingHintTitle{color:var(--color-text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:700;line-height:1.35}.Playstation-module__-_T9ta__bookingHintText{color:var(--color-text-secondary);margin:0;font-size:.9rem;line-height:1.55}.Playstation-module__-_T9ta__advantagesGrid{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:1024px){.Playstation-module__-_T9ta__advantagesGrid{gap:.5rem}}.Playstation-module__-_T9ta__advantageSlide{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #1f29371a;border-radius:1.5rem;flex:calc(50% - .5rem);min-width:200px;max-width:calc(50% - .5rem);padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d}@media (max-width:399px){.Playstation-module__-_T9ta__advantageSlide{flex:0 0 100%;min-width:100%;max-width:100%;padding:1.25rem}}@media (min-width:400px){.Playstation-module__-_T9ta__advantageSlide{flex:calc(50% - .5rem);min-width:180px;max-width:calc(50% - .5rem);padding:1rem}}@media (min-width:768px){.Playstation-module__-_T9ta__advantageSlide{min-width:250px;max-width:calc(33.333% - .67rem);padding:1.5rem}}.Playstation-module__-_T9ta__advantageSlide:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}.Playstation-module__-_T9ta__advantageSlide:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #00000026,0 8px 16px -4px #0000001a}.Playstation-module__-_T9ta__advantageNumber{color:var(--color-primary);opacity:.6;margin-bottom:.5rem;font-family:Poppins,system-ui,sans-serif;font-size:3rem;font-weight:800;line-height:1}.Playstation-module__-_T9ta__advantageIcon{width:40px}.Playstation-module__-_T9ta__advantageTitle{color:var(--color-text-primary);margin:0 0 1rem;font-family:Poppins,system-ui,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}.Playstation-module__-_T9ta__advantageDescription{color:var(--color-text-primary);opacity:.8;margin:0;font-size:.95rem;font-weight:400;line-height:1.6}.Playstation-module__-_T9ta__gameSlide{text-align:center;background:#fff;border-radius:1rem;flex-direction:column;align-items:center;min-width:320px;margin:0 .5rem;padding:1rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000001a}.Playstation-module__-_T9ta__gameSlide:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.Playstation-module__-_T9ta__gameImageContainer{border-radius:.75rem;width:260px;height:220px;margin-bottom:1rem;position:relative;overflow:hidden;box-shadow:0 4px 8px #0000001a}.Playstation-module__-_T9ta__gameImage,.Playstation-module__-_T9ta__gameImageContainer span{width:100%;height:100%;display:block}.Playstation-module__-_T9ta__gameImage{object-fit:cover;border-radius:.75rem;transition:transform .3s}.Playstation-module__-_T9ta__gameSlide:hover .Playstation-module__-_T9ta__gameImage{transform:scale(1.05)}.Playstation-module__-_T9ta__comingSoonBadge{color:#fff;z-index:10;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:.5rem;right:.5rem;box-shadow:0 2px 4px #0003}.Playstation-module__-_T9ta__gameTitle{color:var(--color-text-primary);margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.3}.Playstation-module__-_T9ta__gameGenre{color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.4}@media (max-width:480px){.Playstation-module__-_T9ta__consoleLead{font-size:1.125rem}.Playstation-module__-_T9ta__includedItem{padding:.75rem .875rem;font-size:.875rem}.Playstation-module__-_T9ta__bookingHint{gap:.75rem;padding:.875rem}.Playstation-module__-_T9ta__bookingHintIcon{width:2.25rem;height:2.25rem}.Playstation-module__-_T9ta__advantageNumber{font-size:2rem}.Playstation-module__-_T9ta__advantageTitle{font-size:1rem}.Playstation-module__-_T9ta__advantageDescription{font-size:.8rem}.Playstation-module__-_T9ta__gameSlide{min-width:260px;padding:.75rem}.Playstation-module__-_T9ta__gameImageContainer{width:200px;height:170px}.Playstation-module__-_T9ta__gameTitle{font-size:.9rem}.Playstation-module__-_T9ta__gameGenre{font-size:.8rem}.Playstation-module__-_T9ta__comingSoonBadge{padding:.2rem .4rem;font-size:.7rem}}@media (min-width:768px){.Playstation-module__-_T9ta__gameSlide{min-width:360px;padding:1.5rem}.Playstation-module__-_T9ta__gameImageContainer{width:300px;height:240px}.Playstation-module__-_T9ta__gameTitle{font-size:1.125rem}.Playstation-module__-_T9ta__gameGenre{font-size:1rem}}
.DatePicker-module__o_mf1W__datePicker{position:relative}.DatePicker-module__o_mf1W__datePickerButton{text-align:left;border:1px solid var(--color-border-primary);background-color:var(--color-bg-primary);cursor:pointer;border-radius:.75rem;outline:none;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s;display:flex}.DatePicker-module__o_mf1W__datePickerButton:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #16a34a1a}.DatePicker-module__o_mf1W__datePickerButton:hover{border-color:var(--color-border-secondary)}.DatePicker-module__o_mf1W__selectedText,.DatePicker-module__o_mf1W__placeholderText{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.DatePicker-module__o_mf1W__selectedText{color:var(--color-text-primary)}.DatePicker-module__o_mf1W__placeholderText{color:var(--color-text-muted)}.DatePicker-module__o_mf1W__calendarIcon{width:1.25rem;height:1.25rem;color:var(--color-text-muted);flex:none;margin-left:.375rem}.DatePicker-module__o_mf1W__calendar{background-color:var(--color-bg-primary);border:1px solid var(--color-border-primary);z-index:50;border-radius:.75rem;width:22rem;margin-top:.25rem;padding:1rem;position:absolute;top:100%;left:0;box-shadow:0 25px 50px -12px #00000040}@media (max-width:480px){.DatePicker-module__o_mf1W__calendar--left,.DatePicker-module__o_mf1W__calendar--right{width:22rem;max-width:calc(100vw - 2rem);left:85%;transform:translate(-50%)}}.DatePicker-module__o_mf1W__calendarHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.DatePicker-module__o_mf1W__navButton{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:background-color .3s}.DatePicker-module__o_mf1W__navButton:hover{background-color:var(--color-bg-tertiary)}.DatePicker-module__o_mf1W__navIcon{width:1.25rem;height:1.25rem}.DatePicker-module__o_mf1W__monthTitle{color:var(--color-text-primary);font-size:1.125rem;font-weight:600}.DatePicker-module__o_mf1W__dayNames{grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem;display:grid}.DatePicker-module__o_mf1W__dayName{text-align:center;color:var(--color-text-muted);padding:.5rem 0;font-size:.875rem;font-weight:500}.DatePicker-module__o_mf1W__calendarGrid{grid-template-columns:repeat(7,1fr);gap:.25rem;display:grid}.DatePicker-module__o_mf1W__dayButton{cursor:pointer;width:2.5rem;height:2.5rem;color:var(--color-text-secondary);background:0 0;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.DatePicker-module__o_mf1W__dayButton:hover{background-color:var(--color-bg-tertiary)}.DatePicker-module__o_mf1W__dayButtonEmpty{cursor:default}.DatePicker-module__o_mf1W__dayButtonToday{color:var(--color-primary-dark);background-color:#16a34a1a}.DatePicker-module__o_mf1W__dayButtonSelected{background-color:var(--color-primary);color:var(--color-bg-primary)}.DatePicker-module__o_mf1W__dayButtonSelected:hover{background-color:var(--color-primary-hover)}.DatePicker-module__o_mf1W__dayButtonDisabled{color:var(--color-border-secondary);cursor:not-allowed}.DatePicker-module__o_mf1W__dayButtonDisabled:hover{background-color:#0000}.DatePicker-module__o_mf1W__todaySection{border-top:1px solid var(--color-border-primary);margin-top:1rem;padding-top:1rem}.DatePicker-module__o_mf1W__todayButton{width:100%;color:var(--color-primary);cursor:pointer;background-color:#0000;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .3s}.DatePicker-module__o_mf1W__todayButton:hover{background-color:#16a34a0d}.DatePicker-module__o_mf1W__validationMessage{text-align:center;background-color:#ef44441a;border:1px solid #ef444433;border-radius:.5rem;margin-top:1rem;padding:.75rem}.DatePicker-module__o_mf1W__validationText{color:var(--color-error);font-size:.875rem;font-weight:500}@media (max-width:400px){.DatePicker-module__o_mf1W__calendar{width:18rem;max-width:calc(100vw - 1rem);padding:.75rem;left:50%;transform:translate(-50%)}.DatePicker-module__o_mf1W__dayButton{width:2rem;height:2rem;font-size:.75rem}.DatePicker-module__o_mf1W__monthTitle{font-size:1rem}}
.TimePicker-module__wNMzpW__timePicker{position:relative}.TimePicker-module__wNMzpW__timePickerButton{text-align:left;border:1px solid var(--color-border-primary);background-color:var(--color-bg-primary);cursor:pointer;border-radius:.75rem;outline:none;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s;display:flex}.TimePicker-module__wNMzpW__timePickerButton:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #16a34a1a}.TimePicker-module__wNMzpW__timePickerButton:hover{border-color:var(--color-border-secondary)}.TimePicker-module__wNMzpW__selectedText,.TimePicker-module__wNMzpW__placeholderText{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.TimePicker-module__wNMzpW__selectedText{color:var(--color-text-primary)}.TimePicker-module__wNMzpW__placeholderText{color:var(--color-text-muted)}.TimePicker-module__wNMzpW__clockIcon{width:1.25rem;height:1.25rem;color:var(--color-text-muted);flex:none;margin-left:.375rem;transition:transform .3s}.TimePicker-module__wNMzpW__chevronRotated{transform:rotate(180deg)}.TimePicker-module__wNMzpW__dropdown{background-color:var(--color-bg-primary);border:1px solid var(--color-border-primary);z-index:50;border-radius:.75rem;max-height:12rem;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (max-width:480px){.TimePicker-module__wNMzpW__dropdown{width:100%;left:0;right:0}}.TimePicker-module__wNMzpW__timeOption{text-align:left;cursor:pointer;width:100%;color:var(--color-text-secondary);background:0 0;border:none;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s;display:block}.TimePicker-module__wNMzpW__timeOption:hover{background-color:var(--color-bg-tertiary)}.TimePicker-module__wNMzpW__timeOption:first-child{border-radius:.75rem .75rem 0 0}.TimePicker-module__wNMzpW__timeOption:last-child{border-radius:0 0 .75rem .75rem}.TimePicker-module__wNMzpW__timeOptionSelected{background-color:var(--color-primary);color:var(--color-bg-primary)}.TimePicker-module__wNMzpW__timeOptionSelected:hover{background-color:var(--color-primary-hover)}
.LocationPicker-module__7zRI_a__locationPicker{position:relative}.LocationPicker-module__7zRI_a__locationPickerButton{text-align:left;border:1px solid var(--color-border-primary);background-color:var(--color-bg-primary);cursor:pointer;border-radius:.75rem;outline:none;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s;display:flex}.LocationPicker-module__7zRI_a__locationPickerButton:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #16a34a1a}.LocationPicker-module__7zRI_a__locationPickerButton:hover{border-color:var(--color-border-secondary)}.LocationPicker-module__7zRI_a__selectedText,.LocationPicker-module__7zRI_a__placeholderText{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.LocationPicker-module__7zRI_a__selectedText{color:var(--color-text-primary)}.LocationPicker-module__7zRI_a__placeholderText{color:var(--color-text-muted)}.LocationPicker-module__7zRI_a__mapIcon{width:1.25rem;height:1.25rem;color:var(--color-text-muted);flex:none;margin-left:.375rem;transition:transform .3s}.LocationPicker-module__7zRI_a__chevronRotated{transform:rotate(180deg)}.LocationPicker-module__7zRI_a__dropdown{background-color:var(--color-bg-primary);border:1px solid var(--color-border-primary);z-index:50;border-radius:.75rem;max-height:12rem;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (max-width:480px){.LocationPicker-module__7zRI_a__dropdown{width:100%;left:0;right:0}}.LocationPicker-module__7zRI_a__locationOption{text-align:left;cursor:pointer;width:100%;color:var(--color-text-secondary);background:0 0;border:none;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s;display:block}.LocationPicker-module__7zRI_a__locationOption:hover{background-color:var(--color-bg-tertiary)}.LocationPicker-module__7zRI_a__locationOption:first-child{border-radius:.75rem .75rem 0 0}.LocationPicker-module__7zRI_a__locationOption:last-child{border-radius:0 0 .75rem .75rem}.LocationPicker-module__7zRI_a__locationOptionSelected{background-color:var(--color-primary);color:var(--color-bg-primary)}.LocationPicker-module__7zRI_a__locationOptionSelected:hover{background-color:var(--color-primary-hover)}
.AddVehicleModal-module___ouavG__overlay{z-index:1000;touch-action:none;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#1f2937cc;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.AddVehicleModal-module___ouavG__modal{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.AddVehicleModal-module___ouavG__header{border-bottom:1px solid var(--color-border-primary);justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px 24px 0;display:flex}.AddVehicleModal-module___ouavG__title{color:var(--color-text-primary);margin:0;font-size:24px;font-weight:600}.AddVehicleModal-module___ouavG__closeBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s}.AddVehicleModal-module___ouavG__closeBtn:hover{background:var(--color-bg-tertiary);color:var(--color-text-secondary)}.AddVehicleModal-module___ouavG__form{padding:0 24px 24px}.AddVehicleModal-module___ouavG__formGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:24px;display:grid}.AddVehicleModal-module___ouavG__formGroup{flex-direction:column;display:flex}.AddVehicleModal-module___ouavG__label{color:var(--color-text-primary);margin-bottom:8px;font-size:14px;font-weight:500}.AddVehicleModal-module___ouavG__documentType{color:var(--color-text-muted);font-weight:400}.AddVehicleModal-module___ouavG__photoLimit{color:var(--color-text-muted);font-size:12px;font-weight:400}.AddVehicleModal-module___ouavG__input,.AddVehicleModal-module___ouavG__textarea{border:1px solid var(--color-border-primary);background:var(--color-bg-primary);color:var(--color-text-primary);border-radius:12px;padding:12px 16px;font-family:Poppins,system-ui,sans-serif;font-size:14px;transition:all .3s}.AddVehicleModal-module___ouavG__input:focus,.AddVehicleModal-module___ouavG__textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #14b8a633}.AddVehicleModal-module___ouavG__select{text-align:left;border:1px solid var(--color-border-primary);background-color:var(--color-bg-primary);width:100%;color:var(--color-text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border-radius:12px;outline:none;justify-content:space-between;align-items:center;padding:12px 40px 12px 16px;font-family:Poppins,system-ui,sans-serif;font-size:14px;transition:all .3s;display:flex}.AddVehicleModal-module___ouavG__select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #14b8a633}.AddVehicleModal-module___ouavG__select:hover{border-color:var(--color-border-secondary)}.AddVehicleModal-module___ouavG__bodyTypePicker{position:relative}.AddVehicleModal-module___ouavG__bodyTypeButton{text-align:left;border:1px solid var(--color-border-primary);background-color:var(--color-bg-primary);cursor:pointer;border-radius:12px;outline:none;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-family:Poppins,system-ui,sans-serif;font-size:14px;transition:all .3s;display:flex}.AddVehicleModal-module___ouavG__bodyTypeButton:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #14b8a633}.AddVehicleModal-module___ouavG__bodyTypeButton:hover{border-color:var(--color-border-secondary)}.AddVehicleModal-module___ouavG__selectedText{color:var(--color-text-primary)}.AddVehicleModal-module___ouavG__placeholderText{color:var(--color-text-muted)}.AddVehicleModal-module___ouavG__chevronIcon{width:1.25rem;height:1.25rem;color:var(--color-text-muted);transition:transform .3s}.AddVehicleModal-module___ouavG__chevronRotated{transform:rotate(180deg)}.AddVehicleModal-module___ouavG__bodyTypeDropdown{background-color:var(--color-bg-primary);border:1px solid var(--color-border-primary);z-index:50;border-radius:12px;max-height:12rem;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.AddVehicleModal-module___ouavG__bodyTypeOption{text-align:left;cursor:pointer;width:100%;color:var(--color-text-secondary);background:0 0;border:none;padding:12px 16px;font-family:Poppins,system-ui,sans-serif;font-size:14px;transition:background-color .2s;display:block}.AddVehicleModal-module___ouavG__bodyTypeOption:hover{background-color:var(--color-bg-tertiary)}.AddVehicleModal-module___ouavG__bodyTypeOption:first-child{border-radius:12px 12px 0 0}.AddVehicleModal-module___ouavG__bodyTypeOption:last-child{border-radius:0 0 12px 12px}.AddVehicleModal-module___ouavG__bodyTypeOptionSelected{background-color:var(--color-primary);color:var(--color-bg-primary)}.AddVehicleModal-module___ouavG__bodyTypeOptionSelected:hover{background-color:var(--color-primary-hover)}.AddVehicleModal-module___ouavG__textarea{resize:vertical;min-height:100px}.AddVehicleModal-module___ouavG__radioGroup{gap:20px;margin-top:8px;display:flex}.AddVehicleModal-module___ouavG__radioLabel{cursor:pointer;color:var(--color-text-primary);align-items:center;gap:8px;font-size:14px;display:flex}.AddVehicleModal-module___ouavG__radioLabel input[type=radio]{width:16px;height:16px;accent-color:var(--color-primary);margin:0}.AddVehicleModal-module___ouavG__fileUpload{position:relative}.AddVehicleModal-module___ouavG__fileInput{opacity:0;width:0;height:0;position:absolute}.AddVehicleModal-module___ouavG__fileLabel{border:1px dashed var(--color-border-secondary);cursor:pointer;background:var(--color-bg-secondary);color:var(--color-text-primary);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;transition:all .3s;display:flex}.AddVehicleModal-module___ouavG__fileLabel:hover{border-color:var(--color-primary);background:#14b8a60d}.AddVehicleModal-module___ouavG__error{color:var(--color-error);margin-top:4px;font-size:12px}.AddVehicleModal-module___ouavG__actions{border-top:1px solid var(--color-border-primary);justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;display:flex}.AddVehicleModal-module___ouavG__cancelBtn{border:1px solid var(--color-border-secondary);background:var(--color-bg-primary);color:var(--color-text-primary);cursor:pointer;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .3s}.AddVehicleModal-module___ouavG__cancelBtn:hover{background:var(--color-bg-secondary);border-color:var(--color-text-muted)}.AddVehicleModal-module___ouavG__submitBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.AddVehicleModal-module___ouavG__submitBtn:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.AddVehicleModal-module___ouavG__submitBtn:disabled{background:var(--color-text-muted);cursor:not-allowed;box-shadow:none;transform:none}.AddVehicleModal-module___ouavG__successNotification{border:1px solid var(--color-primary);color:var(--color-text-primary);background:#14b8a61a;border-radius:12px;align-items:center;gap:16px;margin:20px 24px;padding:20px;display:flex}.AddVehicleModal-module___ouavG__successNotification h3{color:var(--color-primary);margin:0 0 4px;font-size:16px;font-weight:600}.AddVehicleModal-module___ouavG__successNotification p{color:var(--color-text-secondary);margin:0;font-size:14px}.AddVehicleModal-module___ouavG__uploadedFile{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:8px;justify-content:space-between;align-items:center;margin-top:8px;padding:12px 16px;display:flex}.AddVehicleModal-module___ouavG__fileInfo{color:var(--color-text-primary);align-items:center;gap:8px;font-size:14px;display:flex}.AddVehicleModal-module___ouavG__removeFileBtn{background:var(--color-error);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:4px 6px;transition:all .2s}.AddVehicleModal-module___ouavG__removeFileBtn:hover{background:#dc2626;transform:scale(1.05)}.AddVehicleModal-module___ouavG__uploadedImages{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-top:12px;display:grid}.AddVehicleModal-module___ouavG__imagePreview{border:1px solid var(--color-border-primary);border-radius:8px;position:relative;overflow:hidden}.AddVehicleModal-module___ouavG__previewImage{object-fit:cover;width:100%;height:100px;display:block}.AddVehicleModal-module___ouavG__removeImageBtn{color:#fff;cursor:pointer;background:#ef4444e6;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;top:4px;right:4px}.AddVehicleModal-module___ouavG__removeImageBtn:hover{background:var(--color-error);transform:scale(1.1)}@media (max-width:768px){.AddVehicleModal-module___ouavG__modal{border-radius:0;max-height:100vh;margin:0}.AddVehicleModal-module___ouavG__formGrid{grid-template-columns:1fr}.AddVehicleModal-module___ouavG__actions{flex-direction:column}.AddVehicleModal-module___ouavG__cancelBtn,.AddVehicleModal-module___ouavG__submitBtn{width:100%}.AddVehicleModal-module___ouavG__uploadedImages{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.AddVehicleModal-module___ouavG__previewImage{height:80px}.AddVehicleModal-module___ouavG__bodyTypeDropdown{width:100%;left:0;right:0}}.AddVehicleModal-module___ouavG__pricingSection{border-top:1px solid var(--color-border-primary);margin-top:2rem;padding-top:2rem}.AddVehicleModal-module___ouavG__sectionHeader{margin-bottom:1.5rem}.AddVehicleModal-module___ouavG__sectionTitle{color:var(--color-text-primary);align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1.25rem;font-weight:600;display:flex}.AddVehicleModal-module___ouavG__sectionDescription{color:var(--color-text-secondary);margin:0;font-size:.9rem;line-height:1.5}.AddVehicleModal-module___ouavG__pricingPeriod{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:12px;margin-bottom:1rem;padding:1.5rem}.AddVehicleModal-module___ouavG__periodHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.AddVehicleModal-module___ouavG__periodTitle{color:var(--color-text-primary);margin:0;font-size:1.1rem;font-weight:600}.AddVehicleModal-module___ouavG__removePeriodBtn{background:var(--color-error);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.AddVehicleModal-module___ouavG__removePeriodBtn:hover{background:#dc2626;transform:scale(1.05)}.AddVehicleModal-module___ouavG__periodGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.AddVehicleModal-module___ouavG__priceInput{align-items:center;width:100%;display:flex;position:relative}.AddVehicleModal-module___ouavG__priceInput .AddVehicleModal-module___ouavG__input{width:100%;padding-right:2.5rem}.AddVehicleModal-module___ouavG__currency{color:var(--color-text-muted);pointer-events:none;z-index:1;font-weight:500;position:absolute;right:12px}.AddVehicleModal-module___ouavG__addPeriodBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px dashed var(--color-border-secondary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.AddVehicleModal-module___ouavG__addPeriodBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-1px)}.AddVehicleModal-module___ouavG__pricingError{background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-top:1rem;padding:1rem}.AddVehicleModal-module___ouavG__pricingError .AddVehicleModal-module___ouavG__error{color:var(--color-error);font-size:.9rem;font-weight:500}@media (max-width:768px){.AddVehicleModal-module___ouavG__periodGrid{grid-template-columns:1fr}.AddVehicleModal-module___ouavG__pricingPeriod{padding:1rem}.AddVehicleModal-module___ouavG__periodHeader{margin-bottom:1rem}}
.LanguageSwitcher-module__kcAi4G__container{position:relative}.LanguageSwitcher-module__kcAi4G__triggerButton{color:var(--color-header-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .3s;display:flex}.LanguageSwitcher-module__kcAi4G__triggerButton:hover{background-color:var(--color-header-border);color:var(--color-header-text)}.LanguageSwitcher-module__kcAi4G__globeIcon{width:1rem;height:1rem}.LanguageSwitcher-module__kcAi4G__languageCode{font-size:.875rem;font-weight:500;display:none}@media (min-width:640px){.LanguageSwitcher-module__kcAi4G__languageCode{display:block}}.LanguageSwitcher-module__kcAi4G__chevronIcon{width:1rem;height:1rem;transition:transform .3s}.LanguageSwitcher-module__kcAi4G__chevronRotated{transform:rotate(180deg)}.LanguageSwitcher-module__kcAi4G__dropdown{background-color:var(--color-header-bg);border:1px solid var(--color-header-border);z-index:50;border-radius:.75rem;width:12rem;margin-top:.5rem;position:absolute;right:0;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.LanguageSwitcher-module__kcAi4G__dropdownContent{padding:.5rem 0}.LanguageSwitcher-module__kcAi4G__languageOption{text-align:left;cursor:pointer;width:100%;color:var(--color-header-text-secondary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background-color .3s;display:flex}.LanguageSwitcher-module__kcAi4G__languageOption:hover{background-color:var(--color-header-border)}.LanguageSwitcher-module__kcAi4G__languageOptionActive{background-color:var(--color-header-border);color:var(--color-primary)}.LanguageSwitcher-module__kcAi4G__languageInfo{align-items:center;gap:.75rem;display:flex}.LanguageSwitcher-module__kcAi4G__flag{font-size:1.125rem}.LanguageSwitcher-module__kcAi4G__languageName{font-weight:500}.LanguageSwitcher-module__kcAi4G__checkIcon{width:1rem;height:1rem;color:var(--color-primary)}
.EditVehicleModal-module__kbiHzG__overlay{z-index:1000;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow:hidden}.EditVehicleModal-module__kbiHzG__modal{background:var(--color-bg-primary);border-radius:12px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.EditVehicleModal-module__kbiHzG__header{border-bottom:1px solid var(--color-border-primary);z-index:10;background:#fff;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex;position:sticky;top:0}.EditVehicleModal-module__kbiHzG__title{color:var(--color-text-primary);margin:0;font-size:1.25rem;font-weight:600}.EditVehicleModal-module__kbiHzG__closeBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:all .2s}.EditVehicleModal-module__kbiHzG__closeBtn:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.EditVehicleModal-module__kbiHzG__form{padding:1.5rem}.EditVehicleModal-module__kbiHzG__formGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.EditVehicleModal-module__kbiHzG__formGroup{flex-direction:column;gap:.5rem;display:flex}.EditVehicleModal-module__kbiHzG__label{color:var(--color-text-primary);align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;display:flex}.EditVehicleModal-module__kbiHzG__labelNote{color:var(--color-text-muted);font-size:.8rem;font-weight:400}.EditVehicleModal-module__kbiHzG__input,.EditVehicleModal-module__kbiHzG__textarea{border:1px solid var(--color-border-primary);background:#fff;border-radius:.75rem;padding:.75rem;font-family:Poppins,system-ui,sans-serif;font-size:.9rem;transition:all .2s}.EditVehicleModal-module__kbiHzG__input:focus,.EditVehicleModal-module__kbiHzG__textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #10b9811a}.EditVehicleModal-module__kbiHzG__textarea{resize:vertical;min-height:80px}.EditVehicleModal-module__kbiHzG__radioGroup{flex-wrap:wrap;gap:1rem;display:flex}.EditVehicleModal-module__kbiHzG__radioLabel{cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem;transition:all .2s;display:flex}.EditVehicleModal-module__kbiHzG__radioLabel:hover{background:var(--color-bg-secondary)}.EditVehicleModal-module__kbiHzG__radioLabel input[type=radio]{margin:0}.EditVehicleModal-module__kbiHzG__radioText{color:var(--color-text-primary);font-size:.9rem}.EditVehicleModal-module__kbiHzG__error{color:var(--color-error);margin-top:.25rem;font-size:.8rem}.EditVehicleModal-module__kbiHzG__fileUpload{margin-bottom:1rem}.EditVehicleModal-module__kbiHzG__fileInput{display:none}.EditVehicleModal-module__kbiHzG__fileLabel{border:1px dashed var(--color-border-secondary);cursor:pointer;background:var(--color-bg-secondary);color:var(--color-text-primary);border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.EditVehicleModal-module__kbiHzG__fileLabel:hover{border-color:var(--color-primary);background:#10b9810d}.EditVehicleModal-module__kbiHzG__uploadedFile{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:.75rem;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.75rem;display:flex}.EditVehicleModal-module__kbiHzG__fileInfo{color:var(--color-text-primary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.EditVehicleModal-module__kbiHzG__viewFileBtn{color:var(--color-primary);border-radius:.25rem;padding:.25rem .5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.EditVehicleModal-module__kbiHzG__viewFileBtn:hover{background:#10b9811a}.EditVehicleModal-module__kbiHzG__uploadedImages{margin-top:1rem}.EditVehicleModal-module__kbiHzG__imagesTitle{color:var(--color-text-primary);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.EditVehicleModal-module__kbiHzG__imageGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;display:grid}.EditVehicleModal-module__kbiHzG__imagePreview{aspect-ratio:1;border-radius:.5rem;position:relative;overflow:hidden}.EditVehicleModal-module__kbiHzG__previewImage{object-fit:cover;width:100%;height:100%}.EditVehicleModal-module__kbiHzG__removeImageBtn{color:#fff;cursor:pointer;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:.25rem;right:.25rem}.EditVehicleModal-module__kbiHzG__removeImageBtn:hover{background:var(--color-error);transform:scale(1.1)}.EditVehicleModal-module__kbiHzG__successNotification{color:var(--color-success);background:#10b9811a;border:1px solid #10b98133;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:1rem;font-weight:500;display:flex}.EditVehicleModal-module__kbiHzG__bodyTypePicker{width:100%;position:relative}.EditVehicleModal-module__kbiHzG__bodyTypeButton{border:1px solid var(--color-border-primary);cursor:pointer;background:#fff;border-radius:.5rem;justify-content:space-between;align-items:center;width:100%;padding:.75rem;font-size:.9rem;transition:all .2s;display:flex}.EditVehicleModal-module__kbiHzG__bodyTypeButton:hover{border-color:var(--color-primary)}.EditVehicleModal-module__kbiHzG__bodyTypeButton:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #10b9811a}.EditVehicleModal-module__kbiHzG__selectedText{color:var(--color-text-primary)}.EditVehicleModal-module__kbiHzG__placeholderText{color:var(--color-text-muted)}.EditVehicleModal-module__kbiHzG__chevronIcon{color:var(--color-text-muted);transition:transform .2s}.EditVehicleModal-module__kbiHzG__chevronRotated{transform:rotate(180deg)}.EditVehicleModal-module__kbiHzG__bodyTypeDropdown{border:1px solid var(--color-border-primary);z-index:20;background:#fff;border-radius:.5rem;max-height:200px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.EditVehicleModal-module__kbiHzG__bodyTypeOption{text-align:left;cursor:pointer;width:100%;color:var(--color-text-primary);background:#fff;border:none;padding:.75rem;font-size:.9rem;transition:all .2s}.EditVehicleModal-module__kbiHzG__bodyTypeOption:hover{background:var(--color-bg-secondary)}.EditVehicleModal-module__kbiHzG__bodyTypeOptionSelected{background:var(--color-primary);color:#fff}.EditVehicleModal-module__kbiHzG__pricingSection{border-top:1px solid var(--color-border-primary);margin-top:2rem;padding-top:2rem}.EditVehicleModal-module__kbiHzG__sectionHeader{margin-bottom:1.5rem}.EditVehicleModal-module__kbiHzG__sectionTitle{color:var(--color-text-primary);align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1.25rem;font-weight:600;display:flex}.EditVehicleModal-module__kbiHzG__sectionDescription{color:var(--color-text-secondary);margin:0;font-size:.9rem;line-height:1.5}.EditVehicleModal-module__kbiHzG__pricingPeriod{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:.5rem;margin-bottom:1rem;padding:1.5rem}.EditVehicleModal-module__kbiHzG__periodHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.EditVehicleModal-module__kbiHzG__periodTitle{color:var(--color-text-primary);margin:0;font-size:1.1rem;font-weight:600}.EditVehicleModal-module__kbiHzG__removePeriodBtn{background:var(--color-error);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.EditVehicleModal-module__kbiHzG__removePeriodBtn:hover{background:#dc2626;transform:scale(1.05)}.EditVehicleModal-module__kbiHzG__periodGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.EditVehicleModal-module__kbiHzG__priceInput{align-items:center;width:100%;display:flex;position:relative}.EditVehicleModal-module__kbiHzG__priceInput .EditVehicleModal-module__kbiHzG__input{width:100%;padding-right:2.5rem}.EditVehicleModal-module__kbiHzG__currency{color:var(--color-text-muted);pointer-events:none;z-index:1;font-weight:500;position:absolute;right:12px}.EditVehicleModal-module__kbiHzG__addPeriodBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px dashed var(--color-border-secondary);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.EditVehicleModal-module__kbiHzG__addPeriodBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-1px)}.EditVehicleModal-module__kbiHzG__pricingError{background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-top:1rem;padding:1rem}.EditVehicleModal-module__kbiHzG__pricingError .EditVehicleModal-module__kbiHzG__error{color:var(--color-error);font-size:.9rem;font-weight:500}.EditVehicleModal-module__kbiHzG__actions{border-top:1px solid var(--color-border-primary);justify-content:space-between;gap:1rem;width:100%;margin-top:2rem;padding-top:1.5rem;display:flex}.EditVehicleModal-module__kbiHzG__cancelBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-primary);cursor:pointer;border-radius:.5rem;flex:1;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.EditVehicleModal-module__kbiHzG__cancelBtn:hover{background:var(--color-text-muted);color:#fff}.EditVehicleModal-module__kbiHzG__submitBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;flex:1;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.EditVehicleModal-module__kbiHzG__submitBtn:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px)}.EditVehicleModal-module__kbiHzG__submitBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.EditVehicleModal-module__kbiHzG__overlay{padding:.5rem}.EditVehicleModal-module__kbiHzG__modal{max-height:95vh}.EditVehicleModal-module__kbiHzG__header{margin-bottom:1rem;padding:1rem 1rem .5rem}.EditVehicleModal-module__kbiHzG__formGrid{grid-template-columns:1fr}.EditVehicleModal-module__kbiHzG__radioGroup{flex-direction:column;gap:.5rem}.EditVehicleModal-module__kbiHzG__actions{flex-direction:column;gap:.75rem}.EditVehicleModal-module__kbiHzG__actions button{flex:none;width:100%}.EditVehicleModal-module__kbiHzG__periodGrid{grid-template-columns:1fr}.EditVehicleModal-module__kbiHzG__pricingPeriod{padding:1rem}.EditVehicleModal-module__kbiHzG__periodHeader{margin-bottom:1rem}.EditVehicleModal-module__kbiHzG__bodyTypeDropdown{width:100%;left:0;right:0}}.EditVehicleModal-module__kbiHzG__deleteBtn{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:8px;flex:1;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.EditVehicleModal-module__kbiHzG__deleteBtn:hover:not(:disabled){background:#d32f2f;transform:translateY(-1px)}.EditVehicleModal-module__kbiHzG__deleteBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.EditVehicleModal-module__kbiHzG__deleteConfirmOverlay{z-index:1001;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.EditVehicleModal-module__kbiHzG__deleteConfirmModal{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2rem;animation:.2s ease-out EditVehicleModal-module__kbiHzG__modalSlideIn;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes EditVehicleModal-module__kbiHzG__modalSlideIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.EditVehicleModal-module__kbiHzG__deleteConfirmTitle{color:var(--text-primary);text-align:center;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.EditVehicleModal-module__kbiHzG__deleteConfirmText{color:var(--text-secondary);text-align:center;margin:0 0 2rem;line-height:1.5}.EditVehicleModal-module__kbiHzG__deleteConfirmActions{justify-content:center;gap:1rem;display:flex}.EditVehicleModal-module__kbiHzG__confirmDeleteBtn{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.EditVehicleModal-module__kbiHzG__confirmDeleteBtn:hover:not(:disabled){background:#d32f2f;transform:translateY(-1px)}.EditVehicleModal-module__kbiHzG__confirmDeleteBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:480px){.EditVehicleModal-module__kbiHzG__deleteConfirmModal{margin:1rem;padding:1.5rem}.EditVehicleModal-module__kbiHzG__deleteConfirmActions{flex-direction:column}.EditVehicleModal-module__kbiHzG__deleteConfirmActions button{width:100%}}
.Header-module__hBw1pG__header{background-color:var(--color-header-bg);z-index:100;position:relative}.Header-module__hBw1pG__container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.Header-module__hBw1pG__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.Header-module__hBw1pG__container{padding-left:2rem;padding-right:2rem}}.Header-module__hBw1pG__topBar{border-bottom:.5px solid var(--color-header-border);justify-content:space-between;align-items:center;height:5rem;display:flex}.Header-module__hBw1pG__logoLink{color:inherit;text-decoration:none}.Header-module__hBw1pG__logoLink:hover{text-decoration:none}.Header-module__hBw1pG__logoContainer{cursor:pointer;align-items:center;gap:.75rem;transition:transform .2s;display:flex}.Header-module__hBw1pG__logoContainer:hover{transform:scale(1.02)}.Header-module__hBw1pG__logoImage{object-fit:contain;width:3rem;height:3rem}.Header-module__hBw1pG__logoText{flex-direction:column;gap:.125rem;display:flex}.Header-module__hBw1pG__companyName{color:var(--color-header-text);margin:0;font-family:Poppins,system-ui,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;transition:color .2s}.Header-module__hBw1pG__logoContainer:hover .Header-module__hBw1pG__companyName{color:var(--color-success)}.Header-module__hBw1pG__companySubtitle{color:var(--color-header-text-secondary);margin:0;font-size:.875rem;font-weight:400;line-height:1.2;transition:color .2s}.Header-module__hBw1pG__logoContainer:hover .Header-module__hBw1pG__companySubtitle{color:var(--color-text-muted)}@media (max-width:380px){.Header-module__hBw1pG__companyName{font-size:1.2rem}.Header-module__hBw1pG__companySubtitle{font-size:.74rem}}.Header-module__hBw1pG__desktopNav{align-items:center;gap:2rem;display:none}@media (min-width:890px){.Header-module__hBw1pG__desktopNav{display:flex}}.Header-module__hBw1pG__navLink{color:var(--color-header-text-secondary);font-weight:500;transition:color .3s}.Header-module__hBw1pG__navLink:hover{color:var(--color-primary)}.Header-module__hBw1pG__navLinkActive{font-weight:600;color:var(--color-primary)!important}.Header-module__hBw1pG__mobileTopControls{align-items:center;gap:.625rem;height:32px;display:none}.Header-module__hBw1pG__mobileLanguagePill{border:1px solid var(--color-header-border);background:var(--color-header-bg);height:32px;box-shadow:none;border-radius:999px;align-items:center;padding:.125rem;display:inline-flex;position:relative;top:1px}.Header-module__hBw1pG__mobileLanguageOption{color:#ffffff94;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:2rem;height:100%;padding:0 .5625rem;font-size:.75rem;font-weight:700;line-height:1;transition:all .2s;display:inline-flex}.Header-module__hBw1pG__mobileLanguageOptionActive{color:#fff;-webkit-backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;box-shadow:0 8px 32px #0000001a}.Header-module__hBw1pG__mobileLanguageFlag{filter:saturate(.55)brightness(.78);opacity:.78;border-radius:3px;width:1.22rem;height:auto;display:block}.Header-module__hBw1pG__mobileLanguageOptionActive .Header-module__hBw1pG__mobileLanguageFlag{filter:none;opacity:1}.Header-module__hBw1pG__mobileMenuButton{cursor:pointer;z-index:1100;background:0 0;border:none;flex-shrink:0;align-self:center;width:32px;height:32px;padding:0;display:none;position:relative}.Header-module__hBw1pG__mobileMenuButton span{background:var(--color-header-text);border-radius:3px;width:100%;height:3px;transition:all .3s;display:block;position:absolute;left:0}.Header-module__hBw1pG__mobileMenuButton span:first-child{top:6px}.Header-module__hBw1pG__mobileMenuButton span:nth-child(2){top:14px}.Header-module__hBw1pG__mobileMenuButton span:nth-child(3){top:22px}.Header-module__hBw1pG__mobileMenuButton.Header-module__hBw1pG__active span:first-child{top:14px;transform:rotate(45deg)}.Header-module__hBw1pG__mobileMenuButton.Header-module__hBw1pG__active span:nth-child(2){opacity:0}.Header-module__hBw1pG__mobileMenuButton.Header-module__hBw1pG__active span:nth-child(3){top:14px;transform:rotate(-45deg)}@media (max-width:889px){.Header-module__hBw1pG__mobileTopControls{display:inline-flex}.Header-module__hBw1pG__mobileMenuButton{display:block}}@media (max-width:480px){.Header-module__hBw1pG__mobileTopControls{gap:.5rem;height:28px}.Header-module__hBw1pG__mobileMenuButton{width:28px;height:28px}.Header-module__hBw1pG__mobileLanguagePill{height:28px}.Header-module__hBw1pG__mobileLanguageOption{min-width:1.75rem;padding:0 .5rem;font-size:.6875rem}.Header-module__hBw1pG__mobileLanguageFlag{width:1.12rem}}.Header-module__hBw1pG__mobileMenu{background-color:var(--color-header-bg);border-top:1px solid var(--color-header-border);z-index:1000;position:absolute;top:0;left:0;right:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (min-width:890px){.Header-module__hBw1pG__mobileMenu{display:none}}.Header-module__hBw1pG__mobileNav{flex-direction:column;gap:1rem;padding:1rem 1.5rem 1.5rem;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--color-header-text-secondary);padding:.5rem 0;font-weight:500;transition:color .3s;display:block}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--color-primary)}.Header-module__hBw1pG__mobileNavLinkActive{font-weight:600;color:var(--color-primary)!important}.Header-module__hBw1pG__languageSwitcherContainer{border-top:1px solid var(--color-header-border);padding-top:1rem}.Header-module__hBw1pG__mobileLanguageToggleContainer{border-top:1px solid var(--color-header-border);flex-direction:column;gap:.5rem;padding-top:1rem;display:inline-flex;position:relative}.Header-module__hBw1pG__mobileLanguageToggle{border:1px solid var(--color-header-border);color:var(--color-header-text-secondary);cursor:pointer;background-color:#0000;border-radius:.5rem;align-items:center;gap:.5rem;width:25%;padding:.5rem .75rem;font-weight:500;transition:all .3s;display:inline-flex}.Header-module__hBw1pG__mobileLanguageToggle:hover{background-color:var(--color-header-border);color:var(--color-header-text)}.Header-module__hBw1pG__mobileLanguageToggleActive{background-color:var(--color-header-border)!important;color:var(--color-header-text)!important}.Header-module__hBw1pG__mobileLanguageFlag{font-size:1rem;line-height:1}.Header-module__hBw1pG__mobileLanguageCode{text-transform:uppercase;font-size:.8125rem;font-weight:600}.Header-module__hBw1pG__mobileLanguageChevron{width:.875rem;height:.875rem;color:var(--color-header-text-secondary);transition:transform .3s}.Header-module__hBw1pG__mobileLanguageChevronRotated{transform:rotate(180deg)}.Header-module__hBw1pG__mobileLanguageToggleSecond{border:1px solid var(--color-header-border);color:var(--color-header-text-secondary);cursor:pointer;background-color:#0000;border-radius:.5rem;align-items:center;gap:.5rem;width:25%;padding:.5rem .75rem;font-weight:500;transition:all .3s;display:inline-flex}.Header-module__hBw1pG__mobileLanguageToggleSecond:hover{background-color:var(--color-header-border);color:var(--color-header-text)}.Header-module__hBw1pG__bookingForm{padding:1.5rem 0}.Header-module__hBw1pG__salesTitle{text-align:center;margin-bottom:1rem}.Header-module__hBw1pG__salesHeading{color:var(--color-header-text);margin-bottom:.5rem;font-family:Poppins,system-ui,sans-serif;font-size:1.5rem;font-weight:700}@media (min-width:768px){.Header-module__hBw1pG__salesHeading{font-size:1.875rem}}.Header-module__hBw1pG__salesSubtitle{color:var(--color-header-text-secondary);font-size:1.125rem}.Header-module__hBw1pG__searchForm{background-color:var(--color-bg-primary);border:1px solid var(--color-bg-tertiary);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.Header-module__hBw1pG__formGrid{grid-template-columns:repeat(1,1fr);align-items:end;gap:1rem;display:grid}@media (min-width:400px){.Header-module__hBw1pG__formGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:400px) and (max-width:639px){.Header-module__hBw1pG__formGrid{gap:.75rem}.Header-module__hBw1pG__fieldLabel{white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.Header-module__hBw1pG__inputField{padding:.625rem .75rem;font-size:.875rem}.Header-module__hBw1pG__searchButton{height:2.75rem;font-size:.875rem}.Header-module__hBw1pG__clearDatesButton{width:2.75rem;height:2.75rem}}@media (max-width:639px){.Header-module__hBw1pG__bookingForm .Header-module__hBw1pG__inputField{white-space:nowrap;min-width:0;height:2.75rem;padding:.625rem .5rem;font-size:.75rem;line-height:1.25rem}}@media (min-width:1200px){.Header-module__hBw1pG__formGrid{grid-template-columns:repeat(6,1fr)}}.Header-module__hBw1pG__formField{flex-direction:column;gap:.5rem;display:flex}.Header-module__hBw1pG__fieldLabel{color:var(--color-text-secondary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.Header-module__hBw1pG__labelIcon{color:var(--color-primary)}.Header-module__hBw1pG__inputField{border:1px solid var(--color-border-primary);border-radius:.75rem;outline:none;width:100%;padding:.75rem 1rem;transition:all .3s}.Header-module__hBw1pG__inputField:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #16a34a33}.Header-module__hBw1pG__hiddenLabel{color:var(--color-text-secondary);opacity:0;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.Header-module__hBw1pG__searchActions{align-items:stretch;gap:.5rem;width:100%;display:flex}.Header-module__hBw1pG__clearDatesButton{border:1px solid var(--color-border-primary);background-color:var(--color-bg-primary);width:3rem;height:3rem;color:var(--color-text-secondary);cursor:pointer;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Header-module__hBw1pG__clearDatesButton:hover:not(:disabled){color:var(--color-error);border-color:var(--color-error);background-color:#ef444414}.Header-module__hBw1pG__clearDatesButtonDisabled{color:var(--color-text-muted);cursor:not-allowed;opacity:.5}.Header-module__hBw1pG__searchButton{border:1px solid var(--color-border-primary);background-color:var(--color-primary);min-width:0;height:3rem;color:var(--color-bg-primary);cursor:pointer;border-radius:.75rem;flex:1;justify-content:center;align-items:center;transition:all .3s;display:flex;transform:scale(1)}.Header-module__hBw1pG__searchButton:hover:not(:disabled){background-color:var(--color-primary-hover);transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Header-module__hBw1pG__searchButtonDisabled{background-color:var(--color-text-muted);cursor:not-allowed}.Header-module__hBw1pG__loadingContainer{align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__spinner{border:2px solid var(--color-bg-primary);border-top:2px solid #0000;border-radius:50%;width:1.25rem;height:1.25rem;animation:1s linear infinite Header-module__hBw1pG__spin}@keyframes Header-module__hBw1pG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Header-module__hBw1pG__loadingText{font-size:.875rem;font-weight:500}
.Footer-module__S6Hkya__footer{background-color:var(--color-header-bg);border-top:1px solid var(--color-header-border);padding:2rem 0 1rem}.Footer-module__S6Hkya__container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.Footer-module__S6Hkya__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.Footer-module__S6Hkya__container{padding-left:2rem;padding-right:2rem}}.Footer-module__S6Hkya__footerContent{flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__footerContent{flex-direction:row;justify-content:space-between;align-items:center}}.Footer-module__S6Hkya__linksSection{width:100%}@media (min-width:768px){.Footer-module__S6Hkya__linksSection{width:auto}}.Footer-module__S6Hkya__footerNav{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__footerNav{justify-content:flex-start}}.Footer-module__S6Hkya__footerLink{color:var(--color-header-text-secondary);padding:.5rem 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__footerLink:hover{color:var(--color-primary);text-decoration:none}.Footer-module__S6Hkya__footerLinkActive{font-weight:600;color:var(--color-primary)!important}.Footer-module__S6Hkya__backToTopSection{justify-content:center;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__backToTopSection{justify-content:flex-end}}.Footer-module__S6Hkya__backToTopButton{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));color:#fff;cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0003}.Footer-module__S6Hkya__backToTopButton:hover{background:linear-gradient(135deg, var(--color-primary-hover), #166534);transform:translateY(-2px);box-shadow:0 8px 15px -3px #0000004d}.Footer-module__S6Hkya__backToTopButton:active{transform:translateY(0)}.Footer-module__S6Hkya__backToTopIcon{width:1.25rem;height:1.25rem}.Footer-module__S6Hkya__backToTopText{font-weight:600}.Footer-module__S6Hkya__copyright{text-align:center;border-top:1px solid var(--color-header-border);padding-top:1.5rem}.Footer-module__S6Hkya__copyrightText{color:#9ca3af;margin:0;font-size:.875rem}
.UnavailableDatesModal-module__PQ0hHq__backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.UnavailableDatesModal-module__PQ0hHq__modal{background:var(--color-bg-primary);border-radius:12px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.UnavailableDatesModal-module__PQ0hHq__header{border-bottom:1px solid var(--color-border-primary);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem 1.5rem 1rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__titleSection{align-items:center;gap:.75rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__icon{color:var(--color-primary);flex-shrink:0}.UnavailableDatesModal-module__PQ0hHq__title{color:var(--color-text-primary);margin:0;font-size:1.25rem;font-weight:600}.UnavailableDatesModal-module__PQ0hHq__closeBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:all .2s}.UnavailableDatesModal-module__PQ0hHq__closeBtn:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.UnavailableDatesModal-module__PQ0hHq__content{padding:0 1.5rem 1.5rem}.UnavailableDatesModal-module__PQ0hHq__vehicleInfo{background:var(--color-bg-secondary);border-radius:8px;margin-bottom:1.5rem;padding:1rem}.UnavailableDatesModal-module__PQ0hHq__vehicleTitle{color:var(--color-text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:600}.UnavailableDatesModal-module__PQ0hHq__vehicleDetails{color:var(--color-text-muted);margin:0;font-size:.9rem}.UnavailableDatesModal-module__PQ0hHq__form{flex-direction:column;gap:1.5rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__dateSection{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.UnavailableDatesModal-module__PQ0hHq__formGroup{flex-direction:column;gap:.5rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__label{color:var(--color-text-primary);font-size:.9rem;font-weight:500}.UnavailableDatesModal-module__PQ0hHq__error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem}.UnavailableDatesModal-module__PQ0hHq__errorText{color:#dc2626;font-size:.9rem;font-weight:500}.UnavailableDatesModal-module__PQ0hHq__success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.75rem}.UnavailableDatesModal-module__PQ0hHq__successText{color:#16a34a;font-size:.9rem;font-weight:500}.UnavailableDatesModal-module__PQ0hHq__actions{border-top:1px solid var(--color-border-primary);justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__cancelBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-primary);cursor:pointer;border-radius:8px;flex:1;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.UnavailableDatesModal-module__PQ0hHq__cancelBtn:hover:not(:disabled){background:var(--color-bg-hover);transform:translateY(-1px)}.UnavailableDatesModal-module__PQ0hHq__cancelBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.UnavailableDatesModal-module__PQ0hHq__submitBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.UnavailableDatesModal-module__PQ0hHq__submitBtn:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px)}.UnavailableDatesModal-module__PQ0hHq__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.UnavailableDatesModal-module__PQ0hHq__existingPeriods{margin-bottom:2rem}.UnavailableDatesModal-module__PQ0hHq__sectionTitle{color:var(--color-text-primary);margin:0 0 1rem;font-size:1.1rem;font-weight:600}.UnavailableDatesModal-module__PQ0hHq__loading,.UnavailableDatesModal-module__PQ0hHq__noPeriods{text-align:center;color:var(--color-text-muted);padding:2rem;font-style:italic}.UnavailableDatesModal-module__PQ0hHq__periodsList{flex-direction:column;gap:1rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__periodItem{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:8px;padding:1rem}.UnavailableDatesModal-module__PQ0hHq__periodDisplay{justify-content:space-between;align-items:center;gap:1rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__periodDates{flex-direction:column;gap:.25rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__periodDate{color:var(--color-text-primary);font-weight:500}.UnavailableDatesModal-module__PQ0hHq__periodCreated{color:var(--color-text-muted);font-size:.85rem}.UnavailableDatesModal-module__PQ0hHq__periodActions{gap:.5rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__editBtn,.UnavailableDatesModal-module__PQ0hHq__deleteBtn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.25rem;padding:.5rem;font-size:.85rem;transition:all .2s;display:flex}.UnavailableDatesModal-module__PQ0hHq__editBtn{background:var(--color-primary);color:#fff}.UnavailableDatesModal-module__PQ0hHq__editBtn:hover:not(:disabled){background:var(--color-primary-hover)}.UnavailableDatesModal-module__PQ0hHq__deleteBtn{color:#fff;background:#f44336}.UnavailableDatesModal-module__PQ0hHq__deleteBtn:hover:not(:disabled){background:#d32f2f}.UnavailableDatesModal-module__PQ0hHq__editBtn:disabled,.UnavailableDatesModal-module__PQ0hHq__deleteBtn:disabled{opacity:.6;cursor:not-allowed}.UnavailableDatesModal-module__PQ0hHq__editForm{flex-direction:column;gap:1rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__editDates{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.UnavailableDatesModal-module__PQ0hHq__editActions{justify-content:flex-end;gap:.5rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__saveBtn,.UnavailableDatesModal-module__PQ0hHq__cancelBtn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.85rem;transition:all .2s;display:flex}.UnavailableDatesModal-module__PQ0hHq__saveBtn{color:#fff;background:#4caf50}.UnavailableDatesModal-module__PQ0hHq__saveBtn:hover:not(:disabled){background:#45a049}.UnavailableDatesModal-module__PQ0hHq__cancelBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-primary)}.UnavailableDatesModal-module__PQ0hHq__cancelBtn:hover:not(:disabled){background:var(--color-bg-hover)}.UnavailableDatesModal-module__PQ0hHq__saveBtn:disabled,.UnavailableDatesModal-module__PQ0hHq__cancelBtn:disabled{opacity:.6;cursor:not-allowed}.UnavailableDatesModal-module__PQ0hHq__addPeriodSection{border-top:1px solid var(--color-border-primary);padding-top:1.5rem}.UnavailableDatesModal-module__PQ0hHq__addActions{justify-content:center;margin-top:1rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__modalActions{border-top:1px solid var(--color-border-primary);justify-content:center;margin-top:1.5rem;padding-top:1rem;display:flex}.UnavailableDatesModal-module__PQ0hHq__modalCloseBtn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-primary);cursor:pointer;border-radius:8px;padding:.75rem 2rem;font-size:.9rem;font-weight:500;transition:all .2s}.UnavailableDatesModal-module__PQ0hHq__modalCloseBtn:hover:not(:disabled){background:var(--color-bg-hover);transform:translateY(-1px)}.UnavailableDatesModal-module__PQ0hHq__modalCloseBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.UnavailableDatesModal-module__PQ0hHq__backdrop{padding:.5rem}.UnavailableDatesModal-module__PQ0hHq__modal{max-height:95vh}.UnavailableDatesModal-module__PQ0hHq__header{margin-bottom:1rem;padding:1rem 1rem .5rem}.UnavailableDatesModal-module__PQ0hHq__content{padding:0 1rem 1rem}.UnavailableDatesModal-module__PQ0hHq__dateSection,.UnavailableDatesModal-module__PQ0hHq__editDates{grid-template-columns:1fr;gap:1rem}.UnavailableDatesModal-module__PQ0hHq__periodDisplay{flex-direction:column;align-items:flex-start;gap:1rem}.UnavailableDatesModal-module__PQ0hHq__periodActions{justify-content:flex-end;width:100%}.UnavailableDatesModal-module__PQ0hHq__editActions{justify-content:center}}
