@font-face{font-family:Gotham;src:url(../Gotham%20Regular.ttf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.book-flight-form-section{padding:80px 0;background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--muted) / .2))}.book-flight-form-container{max-width:800px;margin:0 auto}.book-flight-form-header{text-align:center;margin-bottom:3rem}.book-flight-form-title{font-size:2.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.book-flight-form-subtitle{font-size:1.125rem;color:hsl(var(--foreground) / .7);line-height:1.6;max-width:600px;margin:0 auto}.book-flight-form{background:var(--gradient-card);border:1px solid hsl(var(--accent) / .2);border-radius:var(--radius);box-shadow:var(--shadow-premium);overflow:hidden;padding:2.5rem}.form-section{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid hsl(var(--accent) / .1)}.form-section:last-of-type{border-bottom:none;margin-bottom:0}.form-section-title{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid hsl(var(--primary));position:relative}.form-section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)))}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;background:hsl(var(--background));border:2px solid hsl(var(--accent) / .2);border-radius:8px;color:hsl(var(--foreground));font-size:1rem;transition:all .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.form-input::placeholder,.form-textarea::placeholder{color:hsl(var(--foreground) / .5)}.form-select{cursor:pointer;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 .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-textarea{resize:vertical;min-height:120px}.form-row .form-group:only-child{grid-column:1 / -1}.trip-type-buttons{display:flex;gap:.5rem;margin-top:.5rem}.trip-type-btn{flex:1;padding:.75rem 1rem;background:transparent;border:2px solid hsl(var(--accent));border-radius:var(--radius);color:hsl(var(--foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition-luxury);text-align:center;font-family:var(--font-family)}.trip-type-btn:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.trip-type-btn.active{background:hsl(var(--accent));border-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.multi-city-section{margin-top:1rem;padding:1.5rem;background:hsl(var(--muted) / .3);border-radius:8px;border:1px solid hsl(var(--accent) / .2)}.multi-city-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.multi-city-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0}.add-flight-btn{padding:.5rem 1rem;background:transparent;border:2px solid hsl(var(--accent));border-radius:var(--radius);color:hsl(var(--foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition-luxury);font-family:var(--font-family)}.add-flight-btn:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.multi-city-flight{margin-bottom:1.5rem;padding:1rem;background:hsl(var(--background));border-radius:6px;border:1px solid hsl(var(--accent) / .1)}.multi-city-flight:last-child{margin-bottom:0}.flight-segment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.segment-title{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin:0}.remove-flight-btn{padding:.25rem .75rem;background:transparent;border:2px solid hsl(var(--destructive));border-radius:var(--radius);color:hsl(var(--destructive));font-size:.75rem;font-weight:500;cursor:pointer;transition:var(--transition-luxury);font-family:var(--font-family)}.remove-flight-btn:hover{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.airport-input-group,.airport-input-container{position:relative}.airport-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.form-status{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:var(--radius);text-align:center;font-weight:500;animation:slideIn .3s ease}.form-status.success{background-color:hsl(var(--success) / .1);color:hsl(var(--success));border:1px solid hsl(var(--success) / .3)}.form-status.error{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border:1px solid hsl(var(--destructive) / .3)}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-submit{margin-top:2rem;text-align:center}.form-submit button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1024px){.book-flight-form{padding:2rem}.book-flight-form-container{max-width:100%}}@media (max-width: 768px){.book-flight-form-section{padding:60px 0}.book-flight-form{padding:1.5rem}.book-flight-form-title{font-size:2rem}.form-row{grid-template-columns:1fr;gap:1rem}.trip-type-buttons{flex-direction:column;gap:.75rem}.trip-type-btn{padding:1rem;font-size:1rem}.multi-city-header{flex-direction:column;gap:1rem;align-items:stretch}.flight-segment-header{flex-direction:column;gap:.5rem;align-items:stretch}.airport-suggestions{max-height:200px}.suggestion-item{padding:10px 12px}.airport-code{min-width:35px;font-size:.7rem;padding:3px 6px}.airport-name{font-size:.8rem}.airport-location{font-size:.7rem}}@media (max-width: 480px){.book-flight-form-section{padding:40px 0}.book-flight-form{padding:1rem}.book-flight-form-title{font-size:1.75rem}.book-flight-form-subtitle{font-size:1rem}.form-section-title{font-size:1.25rem}}.contact-section{background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--muted) / .2))}.contact-info-section{margin-bottom:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.book-flight-section{max-width:800px;margin:0 auto}.contact-info-header{margin-bottom:2rem}.contact-info-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:2rem}.contact-info-subtitle{color:hsl(var(--foreground) / .7);font-size:1.125rem;line-height:1.6}.contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-info-card{background:hsl(var(--card) / .5);border:1px solid hsl(var(--accent) / .1);border-radius:var(--radius);padding:1.5rem;transition:all .3s ease}.contact-info-card:hover{border-color:hsl(var(--accent) / .2);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.contact-info-card a:hover,a.contact-info-card:hover{border-color:hsl(var(--accent) / .4);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.contact-info-icon-container{display:flex;align-items:flex-start;gap:1rem}.contact-info-icon-container>div:first-child{padding:.5rem;background:var(--gradient-gold);border-radius:.5rem;box-shadow:var(--shadow-gold);color:hsl(var(--secondary-foreground));flex-shrink:0}.contact-info-content{flex:1}.contact-info-item-title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem}.contact-info-item-main{color:hsl(var(--foreground) / .9);font-weight:500;margin-bottom:.25rem}.contact-info-item-subtitle{font-size:.875rem;color:hsl(var(--foreground) / .6);font-family:Times New Roman}.contact-premium-card{background:hsl(var(--accent) / .05);border:1px solid hsl(var(--accent) / .2);border-radius:var(--radius);padding:1.5rem;text-align:center}.contact-premium-title{font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.contact-premium-text{font-size:.875rem;color:hsl(var(--foreground) / .7);line-height:1.5}.send-request-btn{display:flex;justify-content:center;align-items:center;width:100%}@media (max-width: 1024px){.contact-info-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.contact-info-grid{grid-template-columns:1fr}.contact-info-section{margin-bottom:3rem}.contact-info-header{margin-bottom:1.5rem}.contact-info-title{font-size:1.25rem;margin-bottom:1rem}.contact-info-subtitle{font-size:1rem}}@media (max-width: 480px){.contact-info-card{padding:1rem}.contact-info-icon-container{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.contact-info-content{text-align:center}}.footer{background-color:hsl(var(--primary));border-top:1px solid hsl(var(--accent) / .2);color:#fff}.footer-content{padding:4rem 0}.footer-content .grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-brand{min-width:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-right:10%}.footer-brand-logo{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-logo-icon{padding:.5rem;background:var(--gradient-gold);border-radius:.5rem;box-shadow:var(--shadow-gold);color:hsl(var(--secondary-foreground))}.footer-logo-text{font-size:1.5rem;font-weight:700;background:var(--gradient-gold);background-clip:text;-webkit-background-clip:text;color:transparent}.footer-description{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem;justify-content:center;align-items:center}.social-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background:transparent;color:#ffffffb3;border-radius:var(--radius);transition:all .3s ease;cursor:pointer;font-family:var(--font-family)}.social-btn:hover{background:hsl(var(--accent) / .1);color:hsl(var(--accent))}.footer-section{display:flex;flex-direction:column;flex:1;min-width:200px}.footer-section-title{font-weight:700;color:#fff;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:hsl(var(--accent))}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;color:#ffffffb3;font-size:.875rem;font-family:var(--font-family);transition:all .3s ease}a.footer-contact-item:hover{color:hsl(var(--accent));transform:translate(4px)}.footer-contact-item-number{display:flex;align-items:center;gap:.75rem;color:#ffffffb3;font-size:.875rem;font-family:Times New Roman;transition:all .3s ease}.footer-contact-item-number:hover{color:hsl(var(--accent));transform:translate(4px)}.footer-contact-item svg{color:hsl(var(--accent))}.footer-bottom{border-top:1px solid hsl(var(--accent) / .2);margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media (min-width: 768px){.footer-bottom{flex-direction:row}}.footer-copyright{color:#fff9;font-size:.875rem}.footer-center-logo{display:flex;align-items:center;justify-content:center;flex:1}.footer-air-charter-logo{max-height:40px;width:auto;opacity:.8;transition:opacity .3s ease}.footer-air-charter-logo:hover{opacity:1}.footer-legal{display:flex;gap:1.5rem}.footer-legal-link{color:#fff9;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-legal-link:hover{color:hsl(var(--accent))}@media (max-width: 768px){.footer-content{padding:2rem 0}.footer-content .grid{flex-direction:column;gap:2rem}.footer-brand{margin-bottom:1rem;align-items:center;justify-content:center;text-align:center}.footer-section{min-width:auto}.footer-bottom{flex-direction:column;gap:1.5rem}.footer-center-logo{order:2}.footer-copyright{order:1}.footer-legal{order:3}.footer-air-charter-logo{max-height:35px}}.about-section{background-color:hsl(var(--muted) / .1);padding-top:100px;padding-bottom:80px;min-height:calc(100vh - 180px)}.about-badge{display:inline-block;background:hsl(var(--accent) / .1);color:hsl(var(--accent));border:1px solid hsl(var(--accent) / .2);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.about-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (min-width: 768px){.about-title{font-size:3rem}}.about-content{font-size:1.125rem;color:hsl(var(--foreground) / .7);line-height:1.7}.about-content p{margin-bottom:1.5rem}.about-content p:last-child{margin-bottom:0}.achievement-card{background:var(--gradient-card);border:1px solid hsl(var(--accent) / .2);border-radius:var(--radius);padding:1.5rem;text-align:center;transition:all .5s ease;box-shadow:var(--shadow-premium);overflow:hidden;position:relative}.achievement-card:hover{border-color:hsl(var(--accent) / .4);box-shadow:var(--shadow-premium);transform:translateY(-5px)}.achievement-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.achievement-card:hover:before{left:100%}.achievement-icon-container{display:inline-flex;padding:.75rem;background:hsl(var(--accent) / .1);border-radius:.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;color:hsl(var(--accent));transition:all .3s ease}.achievement-card:hover .achievement-icon-container{background:var(--gradient-gold);color:hsl(var(--secondary-foreground));box-shadow:var(--shadow-gold);transform:scale(1.1)}.achievement-title{font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem;font-size:.875rem;line-height:1.2;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.achievement-check{color:hsl(var(--success));flex-shrink:0}.achievement-card:hover .achievement-title{color:hsl(var(--accent))}.achievement-description{font-size:.75rem;color:hsl(var(--foreground) / .6);line-height:1.4}.stats-section{margin-top:5rem;padding-top:4rem;border-top:1px solid hsl(var(--accent) / .2)}.stat-number-large{font-size:2.25rem;font-weight:700;background:var(--gradient-gold);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:.5rem}@media (min-width: 768px){.stat-number-large{font-size:3rem}}.services-section{background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--muted) / .2));padding:4rem 0}.image-carousel-slide{width:100%;aspect-ratio:16 / 9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-premium);transition:transform .3s ease}.image-carousel-slide:hover{transform:scale(1.02)}.carousel-image{width:100%;height:100%;object-fit:cover;display:block}.services-carousel-container{position:relative;padding:0 3rem;margin:0 -2rem;overflow:visible;contain:layout style paint;min-height:400px}.services-swiper{padding:1rem 0;overflow:visible;touch-action:pan-x}.services-swiper .swiper-slide{height:auto;min-height:400px;opacity:1;filter:none;transform:none;transition:all .3s ease}.services-swiper .swiper-button-next,.services-swiper .swiper-button-prev{width:3rem;height:3rem;background:hsl(var(--background) / .9);border:1px solid hsl(var(--accent) / .2);border-radius:50%;color:hsl(var(--accent));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.services-swiper .swiper-button-next:hover,.services-swiper .swiper-button-prev:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}.services-swiper .swiper-button-next:after,.services-swiper .swiper-button-prev:after{font-size:1rem;font-weight:700}.services-swiper .swiper-pagination{bottom:-2rem}.services-swiper .swiper-pagination-bullet{width:.75rem;height:.75rem;background:hsl(var(--accent) / .3);opacity:1;transition:all .3s ease}.services-swiper .swiper-pagination-bullet-active{background:hsl(var(--accent));transform:scale(1.2)}@media (max-width: 1024px){.services-carousel-container{padding:0 1rem}.services-swiper .swiper-button-next,.services-swiper .swiper-button-prev{width:2.5rem;height:2.5rem}}@media (max-width: 768px){.services-carousel-container{padding:0 .5rem}.services-swiper .swiper-button-next,.services-swiper .swiper-button-prev{display:none}.services-swiper .swiper-slide{opacity:1;filter:none;transform:none}}.services-swiper:hover{cursor:grab}.services-swiper:active{cursor:grabbing}.services-swiper.swiper-autoplay-paused{cursor:pointer}.services-swiper .swiper-wrapper{overflow:visible}.services-swiper .swiper-slide{pointer-events:auto}.services-carousel-container,.services-swiper{isolation:isolate}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:3rem;height:3rem;background:hsl(var(--background) / .95);border:2px solid hsl(var(--accent) / .3);border-radius:50%;color:hsl(var(--accent));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 12px hsl(var(--accent) / .1)}.carousel-nav-btn:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent));transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px hsl(var(--accent) / .3)}.carousel-nav-btn:active{transform:translateY(-50%) scale(.95)}.carousel-nav-prev{left:1rem}.carousel-nav-next{right:1rem}@media (max-width: 1024px){.carousel-nav-btn{width:2.5rem;height:2.5rem}.carousel-nav-prev{left:.5rem}.carousel-nav-next{right:.5rem}}@media (max-width: 768px){.carousel-nav-btn{display:none}}.services-detailed-grid{display:grid;gap:3rem;margin-bottom:4rem}.service-detailed-card{background:hsl(var(--primary));border:1px solid hsl(var(--accent) / .3);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-premium);transition:all .5s ease}.service-detailed-card:hover{border-color:hsl(var(--accent) / .5);transform:translateY(-5px);box-shadow:var(--shadow-premium)}.service-detailed-header{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:center;padding:2rem;background:linear-gradient(135deg,hsl(var(--accent) / .1),hsl(var(--accent) / .05))}.service-detailed-image{position:relative;border-radius:var(--radius);overflow:hidden;height:200px}.service-detailed-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-detailed-overlay{position:absolute;inset:0;background:linear-gradient(135deg,hsl(var(--accent) / .8),hsl(var(--accent) / .6));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.service-detailed-card:hover .service-detailed-overlay{opacity:1}.service-detailed-card:hover .service-detailed-img{transform:scale(1.1)}.service-detailed-icon{color:#fff;background:hsl(var(--accent) / .2);padding:1rem;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-detailed-info{color:#fff}.service-detailed-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#fff}.service-detailed-description{font-size:1.125rem;line-height:1.6;color:#fffc}.service-detailed-content{padding:2rem;color:#fff}.service-detailed-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:hsl(var(--accent) / .1);border-radius:var(--radius)}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.stat-item svg{color:hsl(var(--accent))}.stat-value{font-size:1.5rem;font-weight:700;color:hsl(var(--accent))}.stat-label{font-size:.875rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.service-detailed-features{margin-bottom:2rem}.features-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--accent))}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.feature-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:hsl(var(--accent) / .1);border-radius:.25rem;font-size:.875rem}.feature-item svg{color:hsl(var(--success));flex-shrink:0}.service-detailed-benefits{margin-bottom:2rem}.benefits-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--accent))}.benefits-list{list-style:none;padding:0;margin:0}.benefit-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:#fffc}.benefit-item svg{color:hsl(var(--success));flex-shrink:0}.service-detailed-description-full{background:hsl(var(--accent) / .1);padding:1.5rem;border-radius:var(--radius);border-left:4px solid hsl(var(--accent))}.service-detailed-description-full p{margin:0;line-height:1.6;color:#fffc}.services-cta{background:linear-gradient(135deg,hsl(var(--accent) / .1),hsl(var(--accent) / .05));border:1px solid hsl(var(--accent) / .3);border-radius:var(--radius);padding:3rem;text-align:center;margin-top:3rem}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--foreground))}.cta-description{font-size:1.125rem;color:hsl(var(--foreground) / .7);margin-bottom:2rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{display:flex;align-items:center;gap:.5rem}@media (max-width: 1024px){.service-detailed-header{grid-template-columns:1fr;gap:1.5rem}.service-detailed-image{height:150px}.features-grid{grid-template-columns:1fr}.service-detailed-stats{grid-template-columns:1fr;gap:1rem}}@media (max-width: 768px){.service-detailed-header,.service-detailed-content{padding:1.5rem}.services-cta{padding:2rem}.cta-title{font-size:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.services-page{padding-top:0}.services-page .hero{position:relative;min-height:90vh;width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.services-page .hero-background{position:absolute;inset:0;width:100vw;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;filter:grayscale(100%)}.services-page .hero-background:after{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}.services-page .hero-content-wrapper{position:relative;z-index:20;width:100%;min-height:90vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:10rem 2rem 4rem}.services-page .hero-title{font-size:2.5rem;font-weight:300;line-height:1.2;text-align:center;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0;margin-top:4rem}.services-page .hero-cta-button{background:transparent;border:1px solid white;color:#fff;padding:.875rem 2rem;font-size:1rem;font-weight:400;font-family:var(--font-family);text-transform:none;letter-spacing:normal;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.services-page .hero-cta-button:hover{background:#ffffff1a;border-color:#fffc}@media (min-width: 768px){.services-page .hero-title{font-size:3.5rem}.services-page .hero-cta-button{padding:1rem 2.5rem;font-size:1.125rem}}@media (max-width: 768px){.services-page .hero-title{font-size:2rem}.services-page .hero-content-wrapper{padding:4rem 1.5rem 3rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.charter-page{padding-top:0}.charter-hero{position:relative;padding:8rem 0;overflow:hidden;min-height:600px;display:flex;align-items:center}.charter-hero-background{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;filter:grayscale(100%);z-index:0}.charter-hero-background:after{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.hero-content{position:relative;z-index:1;text-align:center;max-width:1000px;color:#fff;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:hsl(var(--accent) / .2);border:1px solid hsl(var(--accent) / .3);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;margin-bottom:2rem;color:hsl(var(--accent));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-title-main{display:block;color:#fff}.hero-title-sub{display:block;background:var(--gradient-gold);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-description{font-size:1.25rem;line-height:1.6;color:#fffc;margin-bottom:2.5rem}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-cta .btn{width:180px}.charter-benefits{padding:5rem 0;background:hsl(var(--background))}.benefits-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--foreground))}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-card{background:hsl(var(--primary));border:1px solid hsl(var(--accent) / .3);border-radius:var(--radius);padding:2rem;text-align:center;transition:all .3s ease;color:#fff}.benefit-card:hover{border-color:hsl(var(--accent) / .5);transform:translateY(-5px);box-shadow:var(--shadow-premium)}.benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:hsl(var(--accent) / .2);border-radius:50%;margin-bottom:1.5rem;color:hsl(var(--accent))}.benefit-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.benefit-description{color:#fffc;line-height:1.5}.charter-process{padding:5rem 0;background:hsl(var(--muted) / .2)}.process-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:hsl(var(--foreground))}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.process-step{display:flex;gap:1.5rem;align-items:flex-start;background:hsl(var(--primary));border:1px solid hsl(var(--accent) / .3);border-radius:var(--radius);padding:2rem;transition:all .3s ease}.process-step:hover{border-color:hsl(var(--accent) / .5);transform:translateY(-3px);box-shadow:var(--shadow-premium)}.step-number{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:hsl(var(--accent));color:hsl(var(--accent-foreground));border-radius:50%;font-weight:700;font-size:1.125rem;flex-shrink:0}.step-content{color:#fff}.step-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff}.step-subtitle{font-size:1rem;color:hsl(var(--accent));margin-bottom:.75rem;font-weight:500}.step-description{color:#fffc;line-height:1.5}.charter-destinations{padding:4rem 0;background:hsl(var(--background))}.destinations-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:hsl(var(--foreground))}.destinations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.destination-item{background:hsl(var(--primary));color:#fff;padding:1rem;text-align:center;border-radius:var(--radius);font-weight:500;transition:all .3s ease;border:1px solid hsl(var(--accent) / .3)}.destination-item:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground));transform:translateY(-2px)}.charter-offices{padding:5rem 0;background:hsl(var(--muted) / .2)}.offices-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:hsl(var(--foreground))}.offices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.office-card{background:hsl(var(--primary));border:1px solid hsl(var(--accent) / .3);border-radius:var(--radius);padding:2rem;color:#fff;transition:all .3s ease}.office-card:hover{border-color:hsl(var(--accent) / .5);transform:translateY(-3px);box-shadow:var(--shadow-premium)}.office-city{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--accent))}.office-location{display:flex;align-items:center;gap:.5rem;color:#fffc;margin-bottom:1rem;font-size:.875rem}.office-address p{margin:0;color:#ffffffb3;line-height:1.4}.contact-item{display:flex;align-items:center;gap:.5rem;color:#fffc;font-size:.875rem}.contact-item svg{color:hsl(var(--accent));flex-shrink:0}.charter-final-cta{padding:5rem 0;background:linear-gradient(135deg,hsl(var(--accent) / .1),hsl(var(--accent) / .05))}.final-cta-content{text-align:center;max-width:600px;margin:0 auto}.charter-final-cta .final-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:hsl(var(--accent))!important;line-height:1.2}.charter-final-cta .final-cta-description{font-size:1.125rem;color:hsl(var(--accent))!important;margin-bottom:2.5rem;line-height:1.6}.btn-xl{padding:1rem 2rem;font-size:1.125rem;line-height:1.75rem;width:250px}@media (max-width: 768px){.btn-xl{padding:.875rem 1.75rem;font-size:1rem;line-height:1.5rem;width:200px}}@media (max-width: 480px){.btn-xl{padding:.75rem 1.5rem;font-size:.875rem;line-height:1.25rem;width:180px}}@media (max-width: 1024px){.hero-title{font-size:3rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.process-steps{grid-template-columns:1fr}}@media (max-width: 768px){.charter-page{padding-top:100px}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-cta{flex-direction:column;align-items:center}.hero-cta .btn{width:100%;max-width:300px}.hero-cta .btn-lg{width:150px}.benefits-title,.process-title,.destinations-title,.offices-title,.final-cta-title{font-size:2rem}.process-step{flex-direction:column;text-align:center}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.offices-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-title{font-size:2rem}.benefits-title,.process-title,.destinations-title,.offices-title,.final-cta-title{font-size:1.75rem}.benefit-card,.process-step,.office-card{padding:1.5rem}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.destination-item{padding:.75rem;font-size:.875rem}.hero-cta .btn-lg{width:120px}}.empty-legs-main{min-height:100vh;background-color:hsl(var(--background))}.empty-legs-hero{position:relative;padding:8rem 0 6rem;overflow:hidden;min-height:600px;display:flex;align-items:center;color:#fff}.empty-legs-hero-background{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;filter:grayscale(100%);z-index:0}.empty-legs-hero-background:after{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;text-align:center;width:100%}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-title-main{color:#fff}.hero-title-accent{color:hsl(var(--accent))}.hero-description{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-cta .btn{width:250px}.empty-legs-benefits{padding:6rem 0;background:hsl(var(--background))}.benefits-header{text-align:center;margin-bottom:4rem}.benefits-title{font-size:2.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1.5rem;line-height:1.2}.benefits-subtitle{font-size:1.125rem;color:hsl(var(--foreground) / .7);max-width:600px;margin:0 auto;line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.benefit-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:2rem;text-align:center;transition:all .3s ease;box-shadow:var(--shadow)}.benefit-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-premium);border-color:hsl(var(--accent) / .3)}.benefit-icon{width:64px;height:64px;background:hsl(var(--accent) / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:hsl(var(--accent))}.benefit-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.benefit-description{color:hsl(var(--foreground) / .7);line-height:1.6}.empty-legs-considerations{padding:6rem 0;background:hsl(var(--muted) / .1)}.considerations-content{max-width:1000px;margin:0 auto}.considerations-text{text-align:center;margin-bottom:4rem}.considerations-title{font-size:2.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1.5rem;line-height:1.2}.considerations-description{font-size:1.125rem;color:hsl(var(--foreground) / .7);line-height:1.6;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.considerations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.consideration-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:2rem;transition:all .3s ease;box-shadow:var(--shadow)}.consideration-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-premium)}.consideration-icon{width:48px;height:48px;background:hsl(var(--destructive) / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:hsl(var(--destructive))}.consideration-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.consideration-description{color:hsl(var(--foreground) / .7);line-height:1.6}.empty-legs-offices{padding:6rem 0;background:hsl(var(--background))}.offices-title{font-size:2.5rem;font-weight:600;color:hsl(var(--foreground));text-align:center;margin-bottom:4rem}.offices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.office-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:2rem;transition:all .3s ease;box-shadow:var(--shadow)}.office-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-premium);border-color:hsl(var(--accent) / .3)}.office-city{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.office-address{margin-bottom:1.5rem}.office-address p{color:hsl(var(--foreground) / .7);margin-bottom:.25rem}.office-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:hsl(var(--foreground) / .8)}.contact-item svg{color:hsl(var(--accent))}.empty-legs-final-cta{padding:6rem 0;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8));color:#fff;text-align:center}.final-cta-content{max-width:600px;margin:0 auto}.final-cta-title{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;color:#fff;line-height:1.2}.final-cta-description{font-size:1.125rem;color:#fffc;margin-bottom:2.5rem;line-height:1.6}@media (max-width: 1024px){.hero-title{font-size:3.5rem}.benefits-title,.considerations-title,.offices-title,.final-cta-title{font-size:2rem}}@media (max-width: 768px){.empty-legs-hero{padding:6rem 0 4rem}.hero-title{font-size:2.5rem;flex-direction:column;gap:.5rem}.hero-description{font-size:1.125rem}.hero-cta .btn{width:100%;max-width:300px}.empty-legs-benefits,.empty-legs-considerations,.empty-legs-offices,.empty-legs-final-cta{padding:4rem 0}.benefits-grid,.considerations-grid,.offices-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card,.consideration-card,.office-card{padding:1.5rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.benefits-title,.considerations-title,.offices-title,.final-cta-title{font-size:1.75rem}.benefit-card,.consideration-card,.office-card{padding:1.25rem}}.range-map-container{min-height:100vh;background-color:hsl(var(--background));padding-top:80px}.range-map-header{padding:2rem 0;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border))}.range-map-header-content{text-align:center}.range-map-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:hsl(var(--foreground))}.range-map-subtitle{font-size:1rem;color:hsl(var(--foreground) / .7);max-width:500px;margin:0 auto}.range-map-content{padding:1.5rem 0}.range-map-layout{display:grid;grid-template-columns:350px 1fr;gap:1.5rem;height:75vh}.range-map-controls{background:hsl(var(--background));border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-premium);border:1px solid hsl(var(--border));overflow-y:auto;max-height:100%}.control-section{margin-bottom:1.5rem}.control-section:last-child{margin-bottom:0}.control-section h3{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.departure-points{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.departure-btn{padding:.5rem .75rem;border:1px solid hsl(var(--border));border-radius:.25rem;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.75rem;cursor:pointer;transition:var(--transition-luxury);font-weight:500}.departure-btn:hover{border-color:hsl(var(--accent));background:hsl(var(--accent) / .05)}.departure-btn.active{background:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}.selected-aircraft{max-height:200px;overflow-y:auto}.selected-aircraft-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:hsl(var(--muted) / .3);border:1px solid hsl(var(--border));border-radius:.25rem;margin-bottom:.25rem}.aircraft-color-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.aircraft-name{flex:1;font-size:.75rem;color:hsl(var(--foreground));font-weight:500}.aircraft-range-display{font-size:.625rem;color:hsl(var(--foreground) / .6);font-weight:500}.remove-aircraft-btn{background:none;border:none;color:hsl(var(--destructive));cursor:pointer;padding:.25rem;border-radius:.25rem;transition:var(--transition-luxury);font-family:var(--font-family)}.remove-aircraft-btn:hover{background:hsl(var(--destructive) / .1)}.no-aircraft{color:hsl(var(--foreground) / .6);font-style:italic;text-align:center;padding:1rem}.add-aircraft-controls{display:flex;flex-direction:column;gap:1rem}.manufacturer-filter{width:100%}.search-container{position:relative;width:100%}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:hsl(var(--foreground) / .5);z-index:1}.search-input{padding-left:2.5rem!important}.aircraft-list{position:absolute;top:100%;left:0;right:0;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.25rem;box-shadow:var(--shadow-premium);max-height:400px;overflow-y:auto;z-index:1000}.aircraft-list-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;width:100%;background:none;border:none;color:hsl(var(--foreground));cursor:pointer;transition:var(--transition-luxury);text-align:left;font-size:.75rem}.aircraft-list-item:hover{background:hsl(var(--accent) / .05)}.aircraft-list-item svg{color:hsl(var(--accent));flex-shrink:0}.aircraft-list-item .aircraft-name{flex:1;font-size:.75rem}.aircraft-range{font-size:.625rem;color:hsl(var(--foreground) / .6);font-weight:500}.aircraft-manufacturer-group{border-bottom:1px solid hsl(var(--border) / .5)}.aircraft-manufacturer-group:last-child{border-bottom:none}.manufacturer-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border-bottom:1px solid hsl(var(--border) / .3);font-weight:600;font-size:.875rem;color:hsl(var(--foreground));position:sticky;top:0;z-index:10}.manufacturer-name{color:hsl(var(--accent));font-weight:700}.manufacturer-count{font-size:.75rem;color:hsl(var(--foreground) / .6);font-weight:500}.aircraft-list-empty{padding:2rem 1rem;text-align:center;color:hsl(var(--foreground) / .5);font-size:.875rem;font-style:italic}.aircraft-list-more{padding:.5rem .75rem;font-size:.625rem;color:hsl(var(--foreground) / .5);text-align:center;font-style:italic}.assumptions{background:hsl(var(--muted) / .2);border-radius:.25rem;padding:.75rem;border:1px solid hsl(var(--border))}.assumptions h4{font-size:.75rem;font-weight:600;margin-bottom:.25rem;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.05em}.assumptions p{font-size:.625rem;color:hsl(var(--foreground) / .6);line-height:1.3}.range-map-view{background:hsl(var(--background));border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-premium);border:1px solid hsl(var(--border));position:relative;z-index:1}.map-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;color:hsl(var(--foreground))}.map-error p{margin-bottom:1rem;color:hsl(var(--destructive))}.map-error button{padding:.5rem 1rem;background:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none;border-radius:var(--radius);cursor:pointer;font-weight:500;transition:var(--transition-luxury)}.map-error button:hover{background:hsl(var(--accent) / .9)}.range-popup{text-align:center}.range-popup h4{font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.range-popup p{font-size:.875rem;color:hsl(var(--foreground) / .8);margin-bottom:.25rem}.departure-popup{text-align:center}.departure-popup h4{font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground));font-size:.875rem}.departure-popup p{font-size:.75rem;color:hsl(var(--foreground) / .7);margin-bottom:.25rem}.departure-popup p:last-child{margin-bottom:0}.selected-airports-info{margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.selected-airport-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:hsl(var(--accent) / .1);border:1px solid hsl(var(--accent) / .3);border-radius:.25rem}.airport-code{background:hsl(var(--accent));color:hsl(var(--accent-foreground));padding:.25rem .5rem;border-radius:.25rem;font-weight:600;font-size:.75rem;min-width:2.5rem;text-align:center}.airport-name{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.125rem}.airport-country{font-size:.625rem;color:hsl(var(--foreground) / .6);text-transform:uppercase;letter-spacing:.05em}.airport-selection-controls{display:flex;flex-direction:column;gap:.75rem}.remove-airport-btn{background:none;border:none;color:hsl(var(--destructive));cursor:pointer;padding:.25rem;border-radius:.25rem;transition:var(--transition-luxury);font-family:var(--font-family);flex-shrink:0}.remove-airport-btn:hover{background:hsl(var(--destructive) / .1)}.add-airport-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:hsl(var(--accent) / .05);border:1px dashed hsl(var(--accent) / .3);border-radius:.25rem;color:hsl(var(--accent));cursor:pointer;transition:var(--transition-luxury);font-family:var(--font-family);font-size:.75rem;font-weight:500;width:100%;justify-content:center}.add-airport-btn:hover{background:hsl(var(--accent) / .1);border-color:hsl(var(--accent) / .5)}.add-airport-btn span:first-child{font-size:1rem;font-weight:700}.aircraft-selection-controls{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.airport-item-code{background:hsl(var(--accent) / .2);color:hsl(var(--accent));padding:.25rem .5rem;border-radius:.25rem;font-weight:600;font-size:.625rem;min-width:2rem;text-align:center;flex-shrink:0}.airport-item-details{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.airport-item-name{font-size:.75rem;font-weight:500;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.airport-item-country{font-size:.625rem;color:hsl(var(--foreground) / .6);text-transform:uppercase;letter-spacing:.05em}.airport-search-container{position:relative}.airport-search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.airport-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:1000;max-height:300px;overflow-y:auto;margin-top:4px}.suggestions-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:.875rem;font-weight:600;color:#374151}.close-suggestions{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.close-suggestions:hover{background:#e5e7eb;color:#374151}.suggestion-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.suggestion-item:hover{background:#f3f4f6}.suggestion-item:last-child{border-bottom:none}.airport-code{background:#3b82f6;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;min-width:40px;text-align:center;margin-right:12px}.airport-details{flex:1}.airport-name{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:2px}.airport-location{font-size:.75rem;color:#6b7280}@media (max-width: 1024px){.range-map-layout{grid-template-columns:1fr;height:auto}.range-map-controls{max-height:none;order:2}.range-map-view{height:60vh;order:1}}@media (max-width: 768px){.range-map-title{font-size:2rem}.range-map-subtitle{font-size:1rem}.range-map-controls{padding:1.5rem}.departure-points{grid-template-columns:1fr}.range-map-view{height:50vh}}.range-map-controls::-webkit-scrollbar,.selected-aircraft::-webkit-scrollbar,.aircraft-list::-webkit-scrollbar{width:6px}.range-map-controls::-webkit-scrollbar-track,.selected-aircraft::-webkit-scrollbar-track,.aircraft-list::-webkit-scrollbar-track{background:hsl(var(--muted));border-radius:3px}.range-map-controls::-webkit-scrollbar-thumb,.selected-aircraft::-webkit-scrollbar-thumb,.aircraft-list::-webkit-scrollbar-thumb{background:hsl(var(--accent));border-radius:3px}.range-map-controls::-webkit-scrollbar-thumb:hover,.selected-aircraft::-webkit-scrollbar-thumb:hover,.aircraft-list::-webkit-scrollbar-thumb:hover{background:hsl(var(--accent) / .8)}.w-full{width:100%}.leaflet-container{z-index:1!important}.leaflet-control-container{z-index:2!important}.leaflet-popup-pane{z-index:3!important}.leaflet-tooltip-pane{z-index:4!important}@media (max-width: 768px){.airport-suggestions{max-height:200px}.suggestion-item{padding:10px 12px}.airport-code{min-width:35px;font-size:.7rem;padding:3px 6px}.airport-name{font-size:.8rem}.airport-location{font-size:.7rem}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gradient-hero)}.not-found-content{text-align:center;max-width:32rem}.not-found-icon{margin-bottom:2rem;color:hsl(var(--accent))}.not-found-title{font-size:6rem;font-weight:700;color:hsl(var(--accent));margin-bottom:1rem;line-height:1}.not-found-subtitle{font-size:2rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.not-found-description{font-size:1.125rem;color:hsl(var(--foreground) / .7);margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){.not-found-title{font-size:4rem}.not-found-subtitle{font-size:1.5rem}.not-found-description{font-size:1rem}}.whatsapp-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;z-index:1000;transition:all .3s ease;cursor:pointer;text-decoration:none}.whatsapp-button:hover{background-color:#20ba5a;transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-button:active{transform:scale(.95)}.whatsapp-icon{width:32px;height:32px;color:#fff}@keyframes pulse{0%{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 20px #25d366cc}to{box-shadow:0 4px 12px #25d36666}}.whatsapp-button{animation:pulse 2s ease-in-out infinite}@media (max-width: 768px){.whatsapp-button{width:56px;height:56px;bottom:1.5rem;right:1.5rem}.whatsapp-icon{width:28px;height:28px}}@media (max-width: 480px){.whatsapp-button{width:50px;height:50px;bottom:1rem;right:1rem}.whatsapp-icon{width:24px;height:24px}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:hsl(var(--card));border-top:1px solid hsl(var(--border));box-shadow:0 -4px 20px #0000001a;z-index:999;transform:translateY(100%);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1);padding:1.5rem}.cookie-banner-show{transform:translateY(0);opacity:1}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-banner-text{flex:1;min-width:250px}.cookie-banner-description{font-family:var(--font-family);font-size:.875rem;line-height:1.5;color:hsl(var(--foreground) / .8);margin:0}.cookie-banner-actions{display:flex;gap:1rem;align-items:center;flex-shrink:0;flex-wrap:wrap}.cookie-banner-btn{white-space:nowrap}.cookie-banner-btn-reject{background:transparent!important;color:hsl(var(--muted-foreground))!important;border:2px solid hsl(0,0%,70%)!important}.cookie-banner-btn-reject:hover{background:hsl(var(--muted) / .5)!important;border-color:#999!important;color:hsl(var(--foreground))!important}@media (max-width: 768px){.cookie-banner{padding:1.25rem 1rem}.cookie-banner-content{flex-direction:column;align-items:stretch;gap:1.5rem}.cookie-banner-text{min-width:auto}.cookie-banner-description{font-size:.8125rem}.cookie-banner-actions{width:100%;justify-content:center}}@media (max-width: 480px){.cookie-banner{padding:1rem .75rem}.cookie-banner-description{font-size:.75rem}.cookie-banner-actions{width:100%;justify-content:center}}@media (max-width: 768px){.cookie-banner{padding-right:calc(1rem + 76px)}}@media (max-width: 480px){.cookie-banner{padding-right:calc(.75rem + 66px)}}@font-face{font-family:Gotham;src:url(../Gotham%20Regular.ttf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--font-family: "Gotham", Arial, sans-serif;--background: 0 0% 100%;--foreground: 248 55% 19%;--card: 0 0% 98%;--card-foreground: 248 55% 19%;--popover: 0 0% 98%;--popover-foreground: 248 55% 19%;--primary: 248 55% 19%;--primary-foreground: 0 0% 100%;--secondary: 39 55% 52%;--secondary-foreground: 248 55% 19%;--muted: 0 0% 96%;--muted-foreground: 220 2% 52%;--accent: 39 55% 52%;--accent-foreground: 248 55% 19%;--success: 142 76% 36%;--success-foreground: 0 0% 100%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 0 0% 90%;--input: 0 0% 96%;--ring: 39 55% 52%;--gradient-hero: linear-gradient(135deg, hsl(248 55% 19%), hsl(248 55% 25%));--gradient-gold: linear-gradient(135deg, hsl(39 55% 52%), hsl(39 45% 42%));--gradient-gold-blue: linear-gradient(135deg, hsl(248 55% 19%), hsl(39 45% 42%));--gradient-card: linear-gradient(145deg, hsl(0 0% 98%), hsl(0 0% 96%));--shadow-premium: 0 25px 50px -12px hsl(248 55% 19% / .1);--shadow-gold: 0 10px 30px -10px hsl(39 55% 52% / .3);--transition-luxury: all .4s cubic-bezier(.4, 0, .2, 1);--radius: .75rem}*{box-sizing:border-box;border-color:hsl(var(--border))}body{margin:0;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero .container{margin:0;padding-left:2rem;padding-right:1.5rem;width:100%}.page-container{margin-top:80px;padding-top:0}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.space-x-3>*+*{margin-left:.75rem}.space-x-8>*+*{margin-left:2rem}.hidden,.md\:flex{display:none}@media (min-width: 768px){.md\:flex,.hidden.md\:flex{display:flex}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-family:var(--font-family);font-weight:500;transition:var(--transition-luxury);cursor:pointer;border:none;text-decoration:none;font-size:.875rem;line-height:1.25rem;padding:.5rem 1rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;width:180px}@media (max-width: 1024px){.btn-lg{padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;width:150px}}@media (max-width: 768px){.btn-lg{padding:.5rem 1rem;font-size:.8rem;line-height:1.2rem;width:120px}}@media (max-width: 640px){.btn-lg{padding:.4rem .8rem;font-size:.75rem;line-height:1.1rem;width:50px}}@media (max-width: 480px){.btn-lg{padding:.375rem .75rem;font-size:.75rem;line-height:1rem;width:100px}}@media (max-width: 360px){.btn-lg{padding:.25rem .5rem;font-size:.7rem;line-height:.9rem;width:50px}}.btn-premium{background:var(--gradient-gold);color:hsl(var(--secondary-foreground));box-shadow:var(--shadow-gold)}.btn-premium:hover{transform:translateY(-2px);box-shadow:0 15px 40px -10px #eebd2b66}.btn-hero{background:transparent;color:hsl(var(--accent));border:2px solid hsl(var(--accent))}.btn-hero-blue{background:transparent;color:hsl(var(--foreground));border:2px solid hsl(var(--accent))}.btn-hero-blue:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-hero:hover{background:hsl(var(--accent));color:#fff}.btn-outline{background:transparent;color:hsl(var(--accent));border:2px solid hsl(var(--accent))}.btn-outline:hover{background:hsl(var(--accent));color:#fff}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsl(var(--primary));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border) / .5);transition:transform .3s ease-in-out}.header-content{padding:5px 0}@media (max-width: 1024px){.header-content{padding:3px 0}}@media (max-width: 768px){.header-content{padding:2px 0}.header .container{padding:0 1rem}}@media (max-width: 480px){.header-content{padding:1px 0}.header .container{padding:0 .75rem}.dropdown-menu{min-width:180px;left:-50%}}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:color .3s ease;z-index:1001;width:40px;height:40px;align-items:center;justify-content:center}.mobile-menu-btn:hover{color:hsl(var(--accent))}.desktop-book-btn{display:inline-flex}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:1001;animation:fadeIn .3s ease-out;pointer-events:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:hsl(var(--primary));z-index:1002;overflow-y:auto;animation:slideInLeft .3s ease-out;border-right:1px solid hsl(var(--border) / .5);display:block!important;visibility:visible!important;opacity:1!important;box-shadow:4px 0 20px #0000004d;pointer-events:auto}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.mobile-menu-content{display:flex;flex-direction:column;padding:1rem 0;gap:0;margin-top:70px;min-height:calc(100vh - 70px)}.mobile-menu-item{display:block;padding:1rem 1.5rem;color:#fff;text-decoration:none;font-family:var(--font-family);font-size:1.125rem;font-weight:500;border-bottom:1px solid hsl(var(--border) / .3);transition:all .3s ease;background:none;border-left:none;border-right:none;border-top:none;text-align:left;cursor:pointer;width:100%}.mobile-menu-item:hover{color:hsl(var(--accent));background:hsl(var(--accent) / .1);padding-left:2rem}.mobile-menu-item.mobile-book-btn{margin-top:1rem;background:transparent;border:1.5px solid hsl(var(--accent));color:hsl(var(--accent));border-radius:var(--radius);text-align:center;font-weight:600;margin:.75rem;width:90%}.mobile-menu-item.mobile-book-btn:hover{background:hsl(var(--accent));color:#fff;padding-left:1.5rem}.mobile-menu-dropdown{display:flex;flex-direction:column;padding-left:1rem;border-left:2px solid hsl(var(--accent) / .3)}@media (max-width: 768px){.desktop-book-btn{display:none!important}.mobile-menu-btn{display:flex!important;align-items:center;justify-content:center}.header nav.hidden{display:none!important}}.logo-container{display:flex;align-items:center}.logo-link{display:flex;align-items:center;text-decoration:none;color:inherit}.logo-icon{padding:.5rem;border-radius:.5rem}.nav-link{color:#fff;text-decoration:none;transition:color .3s ease;font-family:var(--font-family);font-size:1rem;font-weight:500}.nav-link:hover{color:hsl(var(--accent))}button.nav-link{background:none;border:none;cursor:pointer;color:#fff;text-decoration:none;transition:color .3s ease;font-family:var(--font-family);font-size:1rem;font-weight:500;padding:0}button.nav-link:hover{color:hsl(var(--accent))}.dropdown-container{position:relative;display:inline-block}.dropdown-trigger{background:none!important;border:none!important;cursor:pointer;padding:0!important}a.dropdown-trigger{background:none!important;border:none!important;cursor:pointer;padding:0!important;display:inline-block}.dropdown-menu{position:absolute;top:100%;left:0;background:hsl(var(--primary));border:1px solid hsl(var(--border) / .5);border-radius:var(--radius);box-shadow:var(--shadow-premium);min-width:220px;z-index:1001;padding:.5rem 0;margin-top:.5rem;opacity:1;transform:translateY(0);transition:all .2s ease-in-out}.dropdown-item{display:block;padding:.75rem 1rem;color:#fff;text-decoration:none;transition:all .3s ease;font-size:.9rem;cursor:pointer;border-radius:var(--radius);margin:.25rem .5rem}.dropdown-item:hover{background:hsl(var(--accent) / .2);color:hsl(var(--accent));transform:translate(4px)}.hero{position:relative;min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.hero-background{position:absolute;inset:0;width:100vw;height:100vh;object-fit:cover;object-position:center;z-index:0;filter:grayscale(30%)}.hero-background:after{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}.hero-content{position:relative;z-index:20;width:100%;min-height:100vh;display:flex;flex-direction:column}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:hsl(var(--card) / .5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid hsl(var(--accent) / .2);border-radius:9999px;padding:.5rem 1rem;margin-bottom:2rem}.hero-content-wrapper{position:relative;z-index:20;width:100%;min-height:90vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:10rem 2rem 4rem}.hero-title{font-size:2.5rem;font-weight:300;line-height:1.2;text-align:center;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0}.hero-cta-button{background:transparent;border:1px solid white;color:#fff;padding:.875rem 2rem;font-size:1rem;font-weight:400;font-family:var(--font-family);text-transform:none;letter-spacing:normal;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-cta-button:hover{background:#ffffff1a;border-color:#fffc}@media (min-width: 768px){.hero-title{font-size:3.5rem}.hero-cta-button{padding:1rem 2.5rem;font-size:1.125rem}}.hero-subtitle{font-size:.25rem;color:#fffffff4;margin-bottom:2rem;line-height:1.6;text-align:center}@media (min-width: 768px){.hero-subtitle{font-size:1.25rem}}.hero-content-cta{display:flex;flex-direction:column;align-items:center;position:absolute;top:38%;left:50%;transform:translate(-50%,-50%);z-index:35}@media (max-width: 768px){.hero-stats{position:relative;top:auto;left:auto;transform:none;margin:2rem 0;padding:1rem;grid-template-columns:1fr;gap:1rem}.hero-content-cta{position:relative;top:auto;left:auto;transform:none;margin:2rem 0}.hero-content-text{position:relative;bottom:auto;left:auto;transform:none;width:100%;max-width:none;padding:1rem;margin:2rem 0}.hero-content{flex-direction:column;justify-content:flex-start;padding:.5rem 0}}@media (max-width: 480px){.hero-stats{grid-template-columns:1fr;gap:.5rem;padding:.5rem}.hero-cta{flex-direction:column;gap:.5rem}.btn-lg{max-width:280px;padding:10px 20px;margin:5%}.hero-content-text{padding:.5rem}.hero-title{font-size:1.25rem;line-height:1.2}.hero-subtitle{font-size:.875rem}}.hero-content-text{display:flex;flex-direction:column;justify-content:center;flex:1;position:absolute;bottom:10%;left:50%;transform:translate(-50%);z-index:35;width:90%;max-width:1000px;padding:0 2rem;text-align:center}.hero-cta{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;justify-content:center;align-items:center}@media (min-width: 640px){.hero-cta{flex-direction:row}}.hero-stats{display:grid;align-items:center;justify-content:center;align-content:center;text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2rem;border-top:1px solid hsl(var(--accent) / .2);position:absolute;top:15%;left:50%;transform:translate(-50%);z-index:35}.stat-number{font-size:1.875rem;font-weight:700;color:hsl(var(--accent));margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#fff;text-transform:uppercase;letter-spacing:.05em}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.scroll-indicator-inner{width:1.5rem;height:2.5rem;border:2px solid hsl(var(--accent) / .4);border-radius:9999px;display:flex;justify-content:center}.scroll-indicator-dot{width:.25rem;height:.75rem;background:hsl(var(--accent));border-radius:9999px;margin-top:.5rem;animation:pulse 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.section{padding:4rem 0}.section-title{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:hsl(var(--foreground) / .8);text-align:center;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.card{background:var(--gradient-card);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-premium);border:1px solid hsl(var(--border))}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-8{margin-top:2rem}.p-6{padding:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}@media (max-width: 768px){.container{padding:0 1rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:1.875rem}}.max-w-3xl{max-width:48rem}.ml-3{margin-left:.75rem}.ml-2{margin-left:.5rem}.group:hover .group-hover\:translate-x-1{transform:translate(.25rem)}.gradient-text{background:var(--gradient-gold);background-clip:text;-webkit-background-clip:text;color:transparent}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid hsl(var(--input));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;transition:var(--transition-luxury)}.form-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.form-textarea{resize:vertical;min-height:6rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:hsl(var(--foreground) / .8);margin-bottom:.5rem}.btn-elegant{background:transparent;color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.btn-elegant:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}.lg\:grid-cols-2{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:6rem}}.items-start{align-items:flex-start}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-y-3>*+*{margin-top:.75rem}.pt-8{padding-top:2rem}.gap-24{gap:6rem}.text-foreground\/60{color:hsl(var(--foreground) / .6)}.text-foreground\/70{color:hsl(var(--foreground) / .7)}.text-foreground\/80{color:hsl(var(--foreground) / .8)}.text-foreground\/90{color:hsl(var(--foreground) / .9)}.bg-muted\/10{background-color:hsl(var(--muted) / .1)}.bg-card\/50{background-color:hsl(var(--card) / .5)}.bg-accent\/5{background-color:hsl(var(--accent) / .05)}.bg-accent\/10{background-color:hsl(var(--accent) / .1)}.border-accent\/10{border-color:hsl(var(--accent) / .1)}.border-accent\/20{border-color:hsl(var(--accent) / .2)}.border-accent\/40{border-color:hsl(var(--accent) / .4)}.hover\:border-accent\/20:hover{border-color:hsl(var(--accent) / .2)}.hover\:border-accent\/40:hover{border-color:hsl(var(--accent) / .4)}.hover\:bg-accent\/10:hover{background-color:hsl(var(--accent) / .1)}.hover\:text-accent:hover{color:hsl(var(--accent))}.transition-all{transition:all .3s ease}.transition-colors{transition:color .3s ease,background-color .3s ease,border-color .3s ease}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group:hover .group-hover\:bg-gradient-gold{background:var(--gradient-gold)}.group:hover .group-hover\:text-secondary-foreground{color:hsl(var(--secondary-foreground))}.group:hover .group-hover\:text-accent{color:hsl(var(--accent))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:variant-premium{background:var(--gradient-gold);color:hsl(var(--secondary-foreground));box-shadow:var(--shadow-gold)}.opacity-0,.group-hover\:opacity-100{opacity:0}.font-semibold{font-weight:600}.text-xs{font-size:.75rem;line-height:1rem}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.05em}.uppercase{text-transform:uppercase}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
