.Header-module__ldgnoG__header{z-index:1000;-webkit-backdrop-filter:blur(12px);transition:var(--transition-normal);background:#fffffff2;border-bottom:1px solid #0d2d4f14;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__header.Header-module__ldgnoG__scrolled{box-shadow:var(--shadow-md);background:#fffffffa}.Header-module__ldgnoG__headerInner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 20px;display:flex}.Header-module__ldgnoG__logo{color:var(--primary);letter-spacing:-.5px;align-items:center;gap:8px;font-size:1.5rem;font-weight:800;display:flex}.Header-module__ldgnoG__logoIcon{color:var(--accent);font-size:1.8rem}.Header-module__ldgnoG__logoHighlight{color:var(--accent)}.Header-module__ldgnoG__nav{align-items:center;gap:8px;display:flex}.Header-module__ldgnoG__navLink{color:var(--text-medium);border-radius:var(--radius-sm);transition:var(--transition-fast);padding:8px 16px;font-size:.95rem;font-weight:500;position:relative}.Header-module__ldgnoG__navLink:hover{color:var(--primary);background:#0d2d4f0d}.Header-module__ldgnoG__navLink.Header-module__ldgnoG__active{color:var(--primary);font-weight:600}.Header-module__ldgnoG__langSwitch{background:var(--bg-light);border-radius:var(--radius-md);align-items:center;gap:2px;margin-left:16px;padding:4px;display:flex}.Header-module__ldgnoG__langBtn{color:var(--text-medium);border-radius:var(--radius-sm);transition:var(--transition-fast);background:0 0;padding:6px 12px;font-size:.8rem;font-weight:600}.Header-module__ldgnoG__langBtn.Header-module__ldgnoG__activeLang{background:var(--primary);color:var(--text-white)}.Header-module__ldgnoG__langBtn:hover:not(.Header-module__ldgnoG__activeLang){background:#0d2d4f14}.Header-module__ldgnoG__hamburger{background:0 0;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__ldgnoG__hamburger span{background:var(--primary);width:24px;height:2px;transition:var(--transition-fast);border-radius:2px;display:block}.Header-module__ldgnoG__mobileMenu{background:var(--bg-white);box-shadow:var(--shadow-lg);z-index:999;flex-direction:column;gap:4px;padding:16px;animation:.3s Header-module__ldgnoG__fadeInUp;display:none;position:fixed;top:72px;left:0;right:0}.Header-module__ldgnoG__mobileMenu.Header-module__ldgnoG__open{display:flex}.Header-module__ldgnoG__mobileNavLink{color:var(--text-dark);border-radius:var(--radius-sm);transition:var(--transition-fast);padding:12px 16px;font-size:1rem;font-weight:500}.Header-module__ldgnoG__mobileNavLink:hover{background:var(--bg-light);color:var(--primary)}.Header-module__ldgnoG__mobileLangSwitch{gap:4px;margin-top:8px;padding:8px 16px;display:flex}@media (max-width:768px){.Header-module__ldgnoG__nav,.Header-module__ldgnoG__langSwitch{display:none}.Header-module__ldgnoG__hamburger{display:flex}}
.ReservationForm-module__9cFbYq__form{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-xl);background:#fffffff7;border:1px solid #fff6;padding:40px;animation:1s .2s both ReservationForm-module__9cFbYq__fadeInUp;position:relative;overflow:hidden;box-shadow:0 20px 60px #0003,0 0 0 1px #ffffff4d}.ReservationForm-module__9cFbYq__form:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent), var(--primary-light));height:4px;position:absolute;top:0;left:0;right:0}.ReservationForm-module__9cFbYq__formHeader{border-bottom:1px solid #0000000f;align-items:center;gap:12px;margin-bottom:28px;padding-bottom:20px;display:flex}.ReservationForm-module__9cFbYq__formIcon{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);width:44px;height:44px;color:var(--text-white);flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.ReservationForm-module__9cFbYq__formTitle{color:var(--primary);letter-spacing:-.3px;font-size:1.35rem;font-weight:800}.ReservationForm-module__9cFbYq__formSubtitle{color:var(--text-light);margin-top:2px;font-size:.8rem}.ReservationForm-module__9cFbYq__formGrid{grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.ReservationForm-module__9cFbYq__formGroup{flex-direction:column;gap:6px;display:flex}.ReservationForm-module__9cFbYq__formGroupFull{grid-column:1/-1}.ReservationForm-module__9cFbYq__formLabel{color:var(--primary);text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:4px;font-size:.75rem;font-weight:700;display:flex}.ReservationForm-module__9cFbYq__labelIcon{color:var(--accent);font-size:.85rem}.ReservationForm-module__9cFbYq__formInput,.ReservationForm-module__9cFbYq__formSelect{border-radius:var(--radius-md);color:var(--text-dark);transition:var(--transition-fast);background:#f8fafc;border:2px solid #e8edf2;width:100%;padding:13px 16px;font-size:.95rem}.ReservationForm-module__9cFbYq__formInput:focus,.ReservationForm-module__9cFbYq__formSelect:focus{border-color:var(--primary-light);background:var(--bg-white);box-shadow:0 0 0 4px #1a4a7a14}.ReservationForm-module__9cFbYq__formInput::placeholder{color:#a0aec0}.ReservationForm-module__9cFbYq__formSelect{cursor:pointer;appearance:none;background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230d2d4f' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.ReservationForm-module__9cFbYq__vehicleSelect{grid-column:1/-1}.ReservationForm-module__9cFbYq__divider{background:linear-gradient(90deg,#0000,#0d2d4f1a,#0000);height:1px;margin:8px 0}.ReservationForm-module__9cFbYq__submitBtn{background:linear-gradient(135deg, var(--accent) 0%, #c8941f 100%);width:100%;color:var(--text-white);border-radius:var(--radius-md);transition:var(--transition-normal);text-transform:none;letter-spacing:.3px;margin-top:12px;padding:17px;font-size:1.1rem;font-weight:800;position:relative;overflow:hidden;box-shadow:0 6px 20px #d4a84359}.ReservationForm-module__9cFbYq__submitBtn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.ReservationForm-module__9cFbYq__submitBtn:hover:after{left:100%}.ReservationForm-module__9cFbYq__submitBtn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #d4a84373}.ReservationForm-module__9cFbYq__submitBtn:active{transform:translateY(-1px)}.ReservationForm-module__9cFbYq__paymentNote{text-align:center;color:var(--text-light);border-radius:var(--radius-sm);background:#25d3660f;border:1px solid #25d3661a;justify-content:center;align-items:center;gap:6px;margin-top:14px;padding:10px;font-size:.78rem;display:flex}.ReservationForm-module__9cFbYq__paymentIcon{color:var(--whatsapp);font-size:1rem}@media (max-width:480px){.ReservationForm-module__9cFbYq__formGrid{grid-template-columns:1fr}.ReservationForm-module__9cFbYq__form{border-radius:var(--radius-lg);padding:24px}}
.Hero-module__JgYmMq__hero{background:linear-gradient(135deg,#0d2d4fd9 0%,#1a4a7ab3 50%,#0d2d4fd9 100%);align-items:center;min-height:100vh;padding-top:72px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroBg{z-index:0;position:absolute;inset:0}.Hero-module__JgYmMq__heroBg img{object-fit:cover;filter:blur(5px)brightness(.8)contrast(1.15);width:100%;height:100%;transform:scale(1.05)}.Hero-module__JgYmMq__heroOverlay{z-index:1;background:linear-gradient(135deg,#0d2d4fe0 0%,#0d2d4fa6 40%,#1a4a7a8c 70%,#0d2d4fbf 100%);position:absolute;inset:0}.Hero-module__JgYmMq__heroContent{z-index:2;grid-template-columns:1fr 500px;align-items:center;gap:50px;max-width:1300px;margin:0 auto;padding:60px 20px;display:grid;position:relative}.Hero-module__JgYmMq__heroText{animation:.8s Hero-module__JgYmMq__fadeInUp}.Hero-module__JgYmMq__heroTitle{color:var(--text-white);letter-spacing:-.5px;margin-bottom:16px;font-size:3rem;font-weight:800;line-height:1.15}.Hero-module__JgYmMq__heroTitleHighlight{color:var(--accent)}.Hero-module__JgYmMq__heroSubtitle{color:#fffc;margin-bottom:32px;font-size:1.15rem;line-height:1.6}.Hero-module__JgYmMq__whatsappBtn{background:var(--whatsapp);color:var(--text-white);border-radius:var(--radius-lg);transition:var(--transition-normal);align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #25d36659}.Hero-module__JgYmMq__whatsappBtn:hover{background:var(--whatsapp-hover);transform:translateY(-2px);box-shadow:0 6px 25px #25d36666}.Hero-module__JgYmMq__whatsappIcon{font-size:1.4rem}.Hero-module__JgYmMq__formMobile{display:none}@media (max-width:1024px){.Hero-module__JgYmMq__heroContent{grid-template-columns:1fr;gap:0}.Hero-module__JgYmMq__heroTitle{font-size:2.4rem}.Hero-module__JgYmMq__formDesktop{display:none}.Hero-module__JgYmMq__formMobile{z-index:10;background:0 0;margin-top:-220px;padding:0 20px 60px;display:block;position:relative}.Hero-module__JgYmMq__formMobileInner{max-width:600px;margin:0 auto}}@media (max-width:768px){.Hero-module__JgYmMq__hero{min-height:auto;padding-top:72px;padding-bottom:240px}.Hero-module__JgYmMq__heroContent{padding:40px 20px 0}.Hero-module__JgYmMq__heroTitle{font-size:2rem}.Hero-module__JgYmMq__heroSubtitle{font-size:1rem}}
.Services-module__h5-agW__services{background:var(--bg-white);padding:100px 0}@media (max-width:1024px){.Services-module__h5-agW__services{padding-top:40px}}.Services-module__h5-agW__servicesInner{max-width:1200px;margin:0 auto;padding:0 20px}.Services-module__h5-agW__servicesHeader{text-align:center;margin-bottom:60px}.Services-module__h5-agW__servicesTitle{color:var(--primary);margin-bottom:12px;font-size:2.2rem;font-weight:800}.Services-module__h5-agW__servicesSubtitle{color:var(--text-medium);max-width:500px;margin:0 auto;font-size:1.05rem}.Services-module__h5-agW__servicesGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.Services-module__h5-agW__serviceCard{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition-normal);cursor:pointer;border:1px solid #0000000f;position:relative;overflow:visible}.Services-module__h5-agW__serviceCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.Services-module__h5-agW__serviceImageWrapper{border-radius:var(--radius-lg) var(--radius-lg) 0 0;height:200px;position:relative;overflow:hidden}.Services-module__h5-agW__serviceImageWrapper img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.Services-module__h5-agW__serviceCard:hover .Services-module__h5-agW__serviceImageWrapper img{transform:scale(1.08)}.Services-module__h5-agW__serviceIconOverlay{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);border-radius:var(--radius-full);width:56px;height:56px;color:var(--text-white);box-shadow:var(--shadow-md);border:4px solid var(--bg-white);z-index:2;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:172px;left:50%;transform:translate(-50%)}.Services-module__h5-agW__serviceContent{text-align:center;padding:44px 24px 28px}.Services-module__h5-agW__serviceTitle{color:var(--primary);margin-bottom:10px;font-size:1.15rem;font-weight:700}.Services-module__h5-agW__serviceDesc{color:var(--text-medium);font-size:.9rem;line-height:1.6}@media (max-width:768px){.Services-module__h5-agW__servicesGrid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}
.About-module__S-Ka5a__about{background:var(--bg-light);padding:100px 0;position:relative;overflow:hidden}.About-module__S-Ka5a__about:before{content:"";border-radius:var(--radius-full);background:#0d2d4f08;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.About-module__S-Ka5a__aboutInner{max-width:1200px;margin:0 auto;padding:0 20px}.About-module__S-Ka5a__aboutHeader{margin-bottom:48px}.About-module__S-Ka5a__aboutLabel{color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;font-size:.85rem;font-weight:600}.About-module__S-Ka5a__aboutTitle{color:var(--primary);margin-bottom:8px;font-size:2.2rem;font-weight:800}.About-module__S-Ka5a__aboutDivider{background:linear-gradient(90deg, var(--accent), var(--accent-light));border-radius:2px;width:60px;height:4px;margin-top:16px}.About-module__S-Ka5a__aboutContent{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.About-module__S-Ka5a__aboutText h3{color:var(--primary);margin-bottom:16px;font-size:1.4rem;font-weight:700}.About-module__S-Ka5a__aboutText p{color:var(--text-medium);margin-bottom:20px;font-size:1rem;line-height:1.8}.About-module__S-Ka5a__aboutFeatures{flex-direction:column;gap:16px;margin-top:24px;display:flex}.About-module__S-Ka5a__aboutFeature{color:var(--text-dark);align-items:center;gap:14px;font-size:.95rem;font-weight:500;display:flex}.About-module__S-Ka5a__featureIcon{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);width:40px;height:40px;color:var(--text-white);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.About-module__S-Ka5a__aboutImageSection{position:relative}.About-module__S-Ka5a__aboutImage{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.About-module__S-Ka5a__aboutImage img{object-fit:cover;width:100%;height:400px}.About-module__S-Ka5a__quoteCard{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border-left:4px solid var(--accent);padding:24px 28px;position:absolute;bottom:-30px;left:-20px;right:40px}.About-module__S-Ka5a__quoteIcon{color:var(--accent);margin-bottom:8px;font-size:2rem;line-height:1}.About-module__S-Ka5a__quoteText{color:var(--text-medium);font-size:.9rem;font-style:italic;line-height:1.6}@media (max-width:768px){.About-module__S-Ka5a__aboutContent{grid-template-columns:1fr;gap:40px}.About-module__S-Ka5a__quoteCard{margin-top:20px;position:relative;bottom:auto;left:auto;right:auto}}
.Testimonials-module__5wb8fq__testimonials{background:var(--bg-white);padding:100px 0}.Testimonials-module__5wb8fq__testimonialsInner{max-width:1200px;margin:0 auto;padding:0 20px}.Testimonials-module__5wb8fq__testimonialsHeader{text-align:center;margin-bottom:56px}.Testimonials-module__5wb8fq__testimonialsTitle{color:var(--primary);margin-bottom:12px;font-size:2.2rem;font-weight:800}.Testimonials-module__5wb8fq__testimonialsSubtitle{color:var(--text-medium);font-size:1.05rem}.Testimonials-module__5wb8fq__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.Testimonials-module__5wb8fq__testimonialCard{background:var(--bg-light);border-radius:var(--radius-lg);transition:var(--transition-normal);border:1px solid #0000000a;padding:32px;position:relative}.Testimonials-module__5wb8fq__testimonialCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.Testimonials-module__5wb8fq__quoteIconBg{color:#0d2d4f0f;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:20px;right:24px}.Testimonials-module__5wb8fq__testimonialHeader{align-items:center;gap:14px;margin-bottom:20px;display:flex}.Testimonials-module__5wb8fq__testimonialAvatar{border-radius:var(--radius-full);border:3px solid var(--primary-light);flex-shrink:0;width:56px;height:56px;overflow:hidden}.Testimonials-module__5wb8fq__testimonialAvatar img{object-fit:cover;width:100%;height:100%}.Testimonials-module__5wb8fq__testimonialInfo h4{color:var(--primary);margin-bottom:2px;font-size:1rem;font-weight:700}.Testimonials-module__5wb8fq__testimonialInfo p{color:var(--text-light);font-size:.8rem}.Testimonials-module__5wb8fq__testimonialStars{color:var(--accent);gap:2px;margin-bottom:14px;font-size:1rem;display:flex}.Testimonials-module__5wb8fq__testimonialText{color:var(--text-medium);z-index:1;font-size:.95rem;font-style:italic;line-height:1.7;position:relative}@media (max-width:768px){.Testimonials-module__5wb8fq__testimonialsGrid{grid-template-columns:1fr;max-width:450px;margin:0 auto}}
.Stats-module__Lag95a__stats{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);padding:80px 0;position:relative;overflow:hidden}.Stats-module__Lag95a__stats:before{content:"";background:radial-gradient(circle,#ffffff08 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.Stats-module__Lag95a__statsInner{z-index:1;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.Stats-module__Lag95a__statsGrid{text-align:center;grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Stats-module__Lag95a__statItem{animation:.6s both Stats-module__Lag95a__countUp}.Stats-module__Lag95a__statItem:nth-child(2){animation-delay:.2s}.Stats-module__Lag95a__statItem:nth-child(3){animation-delay:.4s}.Stats-module__Lag95a__statNumber{color:var(--text-white);letter-spacing:-1px;margin-bottom:8px;font-size:3.5rem;font-weight:900;line-height:1}.Stats-module__Lag95a__statSuffix{color:var(--accent);font-size:2rem;font-weight:700}.Stats-module__Lag95a__statLabel{color:#ffffffbf;font-size:1rem;font-weight:500}.Stats-module__Lag95a__statDivider{background:var(--accent);border-radius:2px;width:40px;height:3px;margin:12px auto 0}@media (max-width:768px){.Stats-module__Lag95a__statsGrid{grid-template-columns:1fr;gap:40px}.Stats-module__Lag95a__statNumber{font-size:2.8rem}}
.Footer-module__Grjkva__footer{background:var(--primary-dark);color:#ffffffd9;padding:60px 0 0}.Footer-module__Grjkva__footerInner{max-width:1200px;margin:0 auto;padding:0 20px}.Footer-module__Grjkva__footerGrid{grid-template-columns:1.5fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.Footer-module__Grjkva__footerLogo{color:var(--text-white);align-items:center;gap:8px;margin-bottom:16px;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__Grjkva__footerLogoIcon{color:var(--accent);font-size:1.8rem}.Footer-module__Grjkva__footerLogoHighlight{color:var(--accent)}.Footer-module__Grjkva__footerDesc{color:#fff9;margin-bottom:20px;font-size:.9rem;line-height:1.7}.Footer-module__Grjkva__socialLinks{gap:12px;display:flex}.Footer-module__Grjkva__socialLink{border-radius:var(--radius-full);color:#ffffffb3;width:40px;height:40px;transition:var(--transition-fast);background:#ffffff14;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Footer-module__Grjkva__socialLink:hover{background:var(--accent);color:var(--text-white);transform:translateY(-3px)}.Footer-module__Grjkva__footerTitle{color:var(--text-white);margin-bottom:20px;padding-bottom:12px;font-size:1.1rem;font-weight:700;position:relative}.Footer-module__Grjkva__footerTitle:after{content:"";background:var(--accent);width:30px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__Grjkva__footerLinks{flex-direction:column;gap:10px;display:flex}.Footer-module__Grjkva__footerLink{color:#fff9;transition:var(--transition-fast);align-items:center;gap:8px;font-size:.9rem;display:flex}.Footer-module__Grjkva__footerLink:hover{color:var(--accent);padding-left:4px}.Footer-module__Grjkva__contactItem{color:#fff9;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:.9rem;display:flex}.Footer-module__Grjkva__contactIcon{color:var(--accent);flex-shrink:0;margin-top:2px;font-size:1.1rem}.Footer-module__Grjkva__footerBottom{text-align:center;border-top:1px solid #ffffff14;padding:20px 0}.Footer-module__Grjkva__footerCopyright{color:#fff6;font-size:.8rem}.Footer-module__Grjkva__whatsappFloat{z-index:999;border-radius:var(--radius-full);background:var(--whatsapp);width:60px;height:60px;color:var(--text-white);transition:var(--transition-normal);justify-content:center;align-items:center;font-size:1.8rem;animation:2s infinite Footer-module__Grjkva__pulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.Footer-module__Grjkva__whatsappFloat:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36680}@media (max-width:768px){.Footer-module__Grjkva__footerGrid{grid-template-columns:1fr;gap:32px}}
