.ThemeToggle-module__Z5gSZG__toggle{background:var(--glass);border:1px solid var(--glass-border);color:var(--accent-light);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .3s;display:flex}.ThemeToggle-module__Z5gSZG__toggle:hover{background:var(--accent-light);color:var(--black);border-color:#0000;transform:translateY(-2px);box-shadow:0 5px 15px #b8860b33}.ThemeToggle-module__Z5gSZG__placeholder{width:40px;height:40px}
.Header-module__ldgnoG__header{z-index:1000;background:0 0;width:100%;padding:1.5rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}.Header-module__ldgnoG__headerScrolled{background:var(--glass);-webkit-backdrop-filter:blur(25px);border-bottom:1px solid var(--glass-border);padding:.6rem 0;box-shadow:0 10px 30px #0000004d}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1500px;margin:0 auto;padding:0 4%;display:flex}.Header-module__ldgnoG__logo{z-index:1001;flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Header-module__ldgnoG__logoImg{object-fit:cover;border:2px solid var(--accent-light);background:#fff;border-radius:50%;width:80px;height:80px;transition:all .4s cubic-bezier(.16,1,.3,1)}.Header-module__ldgnoG__headerScrolled .Header-module__ldgnoG__logoImg{width:60px;height:60px}.Header-module__ldgnoG__nav{flex:1;justify-content:center;align-items:center;gap:3rem;display:flex}.Header-module__ldgnoG__navLink{color:#fff;text-shadow:0 2px 4px #0006;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .3s}.Header-module__ldgnoG__headerScrolled .Header-module__ldgnoG__navLink{color:var(--foreground);text-shadow:none}.Header-module__ldgnoG__navLink:hover{color:var(--accent-light)}.Header-module__ldgnoG__ctaGroup{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.Header-module__ldgnoG__socialIcons{align-items:center;gap:1.2rem;display:flex}.Header-module__ldgnoG__socialLink{color:#fff;opacity:.8;transition:all .3s}.Header-module__ldgnoG__headerScrolled .Header-module__ldgnoG__socialLink{color:var(--foreground)}.Header-module__ldgnoG__socialLink:hover{opacity:1;color:var(--accent-light);transform:translateY(-3px)}.Header-module__ldgnoG__ctaButton{background:var(--gold-gradient);color:#fff;border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.15rem;font-weight:800;text-decoration:none;animation:3s infinite Header-module__ldgnoG__pulseGlow;display:flex;box-shadow:0 8px 20px #b8860b4d}@keyframes Header-module__ldgnoG__pulseGlow{0%{box-shadow:0 0 #b8860b66}70%{box-shadow:0 0 0 15px #b8860b00}to{box-shadow:0 0 #b8860b00}}.Header-module__ldgnoG__menuToggle{cursor:pointer;z-index:2005;background:0 0;border:none;flex-direction:column;gap:6px;display:none}.Header-module__ldgnoG__menuToggle span{background:#fff;width:30px;height:3px;transition:transform .3s;display:block}.Header-module__ldgnoG__headerScrolled .Header-module__ldgnoG__menuToggle span{background:var(--foreground)}.Header-module__ldgnoG__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2000;opacity:0;visibility:hidden;pointer-events:none;background:#06142efa;justify-content:center;align-items:center;width:100%;height:100vh;transition:all .4s;display:flex;position:fixed;top:0;left:0}.Header-module__ldgnoG__mobileMenuVisible{opacity:1;visibility:visible;pointer-events:auto}.Header-module__ldgnoG__mobileNav{text-align:center;flex-direction:column;align-items:center;gap:2.5rem;display:flex}.Header-module__ldgnoG__mobileNavLink{color:#fff;font-size:2rem;font-weight:700;text-decoration:none}.Header-module__ldgnoG__mobileSocial{flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}@media (max-width:1200px){.Header-module__ldgnoG__nav{gap:1.5rem}.Header-module__ldgnoG__ctaButton{padding:.8rem 1.5rem;font-size:1rem}}@media (max-width:1080px){.Header-module__ldgnoG__nav,.Header-module__ldgnoG__socialIcons{display:none}.Header-module__ldgnoG__menuToggle{display:flex}}@media (max-width:768px){.Header-module__ldgnoG__ctaGroup .Header-module__ldgnoG__ctaButton{display:none}}
.Footer-module__Grjkva__footer{background-color:var(--background);border-top:1px solid var(--glass-border);padding:8rem 5% 4rem}.Footer-module__Grjkva__logoImgRound{object-fit:cover;border:2px solid var(--accent-light);background:#fff;border-radius:50%;width:80px;height:80px}.Footer-module__Grjkva__description{font-family:var(--font-body);color:var(--foreground);opacity:.8;max-width:450px;font-size:1.1rem;line-height:1.8}.Footer-module__Grjkva__social{gap:1.5rem;margin-top:1rem;display:flex}.Footer-module__Grjkva__socialLink{color:var(--accent-light);text-transform:uppercase;letter-spacing:2px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.Footer-module__Grjkva__socialLink:hover{color:var(--white);transform:translateY(-3px)}.Footer-module__Grjkva__colTitle{font-family:var(--font-heading);color:var(--foreground);margin-bottom:2rem;font-size:1.25rem}.Footer-module__Grjkva__linksCol,.Footer-module__Grjkva__contactCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__link{color:var(--foreground);opacity:.7;font-size:.95rem;text-decoration:none;transition:all .3s}.Footer-module__Grjkva__link:hover{color:var(--accent-light);opacity:1;padding-left:5px}.Footer-module__Grjkva__contactItem{color:var(--foreground);align-items:flex-start;gap:1rem;display:flex}.Footer-module__Grjkva__contactItem .Footer-module__Grjkva__contactLink{color:inherit;text-decoration:none;transition:all .3s}.Footer-module__Grjkva__contactItem .Footer-module__Grjkva__contactLink:hover{color:var(--accent-light);opacity:1}.Footer-module__Grjkva__contactItem .Footer-module__Grjkva__icon{color:var(--accent-light);flex-shrink:0}.Footer-module__Grjkva__contactItem .Footer-module__Grjkva__bottom{border-top:1px solid var(--glass-border);text-align:center;color:var(--foreground);opacity:.5;padding-top:2rem;font-size:.85rem}@media (max-width:1024px){.Footer-module__Grjkva__contactItem .Footer-module__Grjkva__grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:768px){.Footer-module__Grjkva__contactItem .Footer-module__Grjkva__footer{padding:4rem 5% 2rem}.Footer-module__Grjkva__contactItem .Footer-module__Grjkva__grid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__Grjkva__contactItem .Footer-module__Grjkva__description{max-width:100%}.Footer-module__Grjkva__contactItem .Footer-module__Grjkva__logoImg{height:50px}}
.Hero-module__JgYmMq__hero{background-color:#06142e;justify-content:center;align-items:center;width:100%;height:100vh;min-height:800px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroBackground{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__heroImage{object-fit:cover}.Hero-module__JgYmMq__overlay{z-index:2;background:radial-gradient(circle,#06142e66 0%,#06142ecc 100%);width:100%;height:100%;position:absolute;top:0;left:0}[data-theme=light] .Hero-module__JgYmMq__overlay{background:radial-gradient(circle,#fff3 0%,#fff9 100%)}.Hero-module__JgYmMq__container{z-index:10;justify-content:center;align-items:center;width:90%;max-width:1200px;display:flex;position:relative}.Hero-module__JgYmMq__glassCard{-webkit-backdrop-filter:blur(25px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:40px;max-width:850px;padding:4rem 3rem;animation:1.2s ease-out Hero-module__JgYmMq__fadeInUp;box-shadow:0 25px 50px -12px #00000080}[data-theme=light] .Hero-module__JgYmMq__glassCard{background:#fff9;border:1px solid #fff6;box-shadow:0 25px 50px -12px #0000001a}.Hero-module__JgYmMq__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:4px;color:var(--accent-light);margin-bottom:2rem;font-size:.9rem;font-weight:500;display:inline-block}.Hero-module__JgYmMq__headline{font-family:var(--font-heading);color:var(--white);margin-bottom:2rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1}[data-theme=light] .Hero-module__JgYmMq__headline{color:#06142e}.Hero-module__JgYmMq__goldText{background:var(--gold-gradient);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px #0003);-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__subheadline{font-family:var(--font-body);color:#ffffffe6;max-width:700px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,3vw,1.4rem);line-height:1.6}[data-theme=light] .Hero-module__JgYmMq__subheadline{color:#4a5568}.Hero-module__JgYmMq__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Hero-module__JgYmMq__primaryButton{background:var(--gold-gradient);color:#06142e;border-radius:50px;padding:1.2rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px #b8860b4d}.Hero-module__JgYmMq__primaryButton:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 15px 30px #b8860b66}.Hero-module__JgYmMq__secondaryButton{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:2px solid #ffffff4d;border-radius:50px;padding:1.2rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}[data-theme=light] .Hero-module__JgYmMq__secondaryButton{color:#06142e;border:2px solid #06142e}.Hero-module__JgYmMq__secondaryButton:hover{border-color:var(--white);background:#ffffff1a;transform:translateY(-3px)}@keyframes Hero-module__JgYmMq__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__JgYmMq__glassCard{padding:3rem 2rem}}@media (max-width:768px){.Hero-module__JgYmMq__hero{height:auto;padding:120px 0 80px}.Hero-module__JgYmMq__glassCard{padding:2.5rem 1.5rem}.Hero-module__JgYmMq__buttonGroup{flex-direction:column;width:100%}.Hero-module__JgYmMq__primaryButton,.Hero-module__JgYmMq__secondaryButton{text-align:center;width:100%}}
.Services-module__h5-agW__services{background-color:var(--background);text-align:center;padding:6rem 5%}.Services-module__h5-agW__header{margin-bottom:4rem}.Services-module__h5-agW__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:3px;color:var(--accent-light);margin-bottom:1rem;font-size:.8rem;display:block}.Services-module__h5-agW__title{font-family:var(--font-heading);color:var(--foreground);margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.2}.Services-module__h5-agW__gold{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Services-module__h5-agW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto 4rem;display:grid}.Services-module__h5-agW__card{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Services-module__h5-agW__card:hover{border-color:var(--accent-light);transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.Services-module__h5-agW__iconWrapper{width:64px;height:64px;color:var(--accent-light);background:#b8860b1a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .3s;display:flex}.Services-module__h5-agW__card:hover .Services-module__h5-agW__iconWrapper{background:var(--gold-gradient);color:var(--white);transform:scale(1.1)}.Services-module__h5-agW__cardTitle{font-family:var(--font-heading);color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.Services-module__h5-agW__cardDescription{font-family:var(--font-body);color:var(--foreground);opacity:.7;font-size:.95rem;line-height:1.6}.Services-module__h5-agW__cadasturLarge{background:var(--glass);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #b8860b4d;border-radius:40px;max-width:1000px;margin-top:5rem;margin-left:auto;margin-right:auto;padding:3rem 2rem;box-shadow:0 20px 50px #0003}.Services-module__h5-agW__cadasturContentMajor{justify-content:center;align-items:center;gap:3rem;display:flex}.Services-module__h5-agW__cadasturImgMajor{filter:drop-shadow(0 10px 30px #b8860b66);border-radius:12px;width:auto;height:180px;transition:transform .4s,filter .4s}.Services-module__h5-agW__cadasturImgMajor:hover{filter:drop-shadow(0 15px 40px #b8860b99);transform:scale(1.05)rotate(1deg)}.Services-module__h5-agW__cadasturTextMajor{text-align:left}.Services-module__h5-agW__cadasturTextMajor h4{font-family:var(--font-heading);color:var(--accent-light);margin-bottom:.8rem;font-size:2.2rem}.Services-module__h5-agW__cadasturTextMajor p{color:var(--foreground);opacity:.9;max-width:600px;font-size:1.25rem;line-height:1.6}@media (max-width:768px){.Services-module__h5-agW__services{padding:4rem 5%}.Services-module__h5-agW__cadasturLarge{margin-top:3rem;padding:3rem 1.5rem}.Services-module__h5-agW__cadasturContentMajor{text-align:center;flex-direction:column;gap:2rem}.Services-module__h5-agW__cadasturTextMajor{text-align:center}.Services-module__h5-agW__cadasturTextMajor h4{font-size:1.8rem}.Services-module__h5-agW__cadasturTextMajor p{font-size:1.1rem}.Services-module__h5-agW__cadasturImgMajor{height:140px}}
.PersonalizedPackages-module__18qRQa__section{background-color:var(--background);padding:8rem 5%}.PersonalizedPackages-module__18qRQa__container{max-width:1200px;margin:0 auto}.PersonalizedPackages-module__18qRQa__title{font-family:var(--font-heading);color:var(--foreground);text-align:center;margin-bottom:4rem;font-size:clamp(2.2rem,5vw,3.5rem)}.PersonalizedPackages-module__18qRQa__goldText{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.PersonalizedPackages-module__18qRQa__content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.PersonalizedPackages-module__18qRQa__textContent{flex-direction:column;gap:2.5rem;display:flex}.PersonalizedPackages-module__18qRQa__feature{gap:1.5rem;display:flex}.PersonalizedPackages-module__18qRQa__iconWrapper{width:48px;height:48px;color:var(--accent-light);background:#b8860b1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.PersonalizedPackages-module__18qRQa__featureTitle{font-family:var(--font-heading);color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem}.PersonalizedPackages-module__18qRQa__featureDesc{font-family:var(--font-body);color:var(--foreground);opacity:.7;font-size:.95rem;line-height:1.6}.PersonalizedPackages-module__18qRQa__visualContent{border-radius:30px;height:500px;position:relative;overflow:hidden;box-shadow:20px 20px 60px #0000000d}.PersonalizedPackages-module__18qRQa__visualContent img{object-fit:cover;transition:transform .8s}.PersonalizedPackages-module__18qRQa__visualContent:hover img{transform:scale(1.05)}@media (max-width:1024px){.PersonalizedPackages-module__18qRQa__content{gap:2rem}}@media (max-width:768px){.PersonalizedPackages-module__18qRQa__section{padding:5rem 5%}.PersonalizedPackages-module__18qRQa__content{grid-template-columns:1fr}.PersonalizedPackages-module__18qRQa__visualContent{order:-1;height:350px}.PersonalizedPackages-module__18qRQa__feature{text-align:center;flex-direction:column;align-items:center;gap:1rem}}
.Destinations-module__tdh6wG__section{background-color:var(--background);padding:8rem 5%}.Destinations-module__tdh6wG__container{max-width:1200px;margin:0 auto}.Destinations-module__tdh6wG__header{text-align:center;margin-bottom:5rem}.Destinations-module__tdh6wG__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:3px;color:var(--accent-light);margin-bottom:1rem;font-size:.8rem;display:block}.Destinations-module__tdh6wG__title{font-family:var(--font-heading);color:var(--foreground);font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.2}.Destinations-module__tdh6wG__gold{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Destinations-module__tdh6wG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Destinations-module__tdh6wG__card{color:#fff;border-radius:30px;flex-direction:column;justify-content:flex-end;height:450px;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.Destinations-module__tdh6wG__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Destinations-module__tdh6wG__image{object-fit:cover;transition:transform .8s}.Destinations-module__tdh6wG__overlay{z-index:2;background:linear-gradient(#06142e33 40%,#06142ee6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Destinations-module__tdh6wG__content{z-index:3;padding:2.5rem;transition:transform .5s;position:relative;transform:translateY(20px)}.Destinations-module__tdh6wG__continentName{font-family:var(--font-heading);text-shadow:0 2px 10px #0000004d;margin-bottom:1rem;font-size:2rem}.Destinations-module__tdh6wG__destList{opacity:0;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;transition:all .5s .1s;display:flex;transform:translateY(10px)}.Destinations-module__tdh6wG__destTag{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;padding:.3rem .8rem;font-size:.75rem}.Destinations-module__tdh6wG__cta{color:var(--accent-light);opacity:0;font-size:.85rem;font-weight:600;transition:all .5s .2s;transform:translateY(10px)}.Destinations-module__tdh6wG__card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #06142e4d}.Destinations-module__tdh6wG__card:hover .Destinations-module__tdh6wG__image{transform:scale(1.1)}.Destinations-module__tdh6wG__card:hover .Destinations-module__tdh6wG__content{transform:translateY(0)}.Destinations-module__tdh6wG__card:hover .Destinations-module__tdh6wG__destList,.Destinations-module__tdh6wG__card:hover .Destinations-module__tdh6wG__cta{opacity:1;transform:translateY(0)}@media (max-width:1024px){.Destinations-module__tdh6wG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Destinations-module__tdh6wG__section{padding:5rem 5%}.Destinations-module__tdh6wG__grid{gap:1.5rem;grid-template-columns:1fr!important}.Destinations-module__tdh6wG__card{height:380px}.Destinations-module__tdh6wG__destList,.Destinations-module__tdh6wG__cta{opacity:1;transform:translateY(0)}.Destinations-module__tdh6wG__content{transform:translateY(0)}}
.Testimonials-module__5wb8fq__section{background-color:var(--background);padding:8rem 5%}.Testimonials-module__5wb8fq__container{max-width:1200px;margin:0 auto}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:5rem}.Testimonials-module__5wb8fq__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:3px;color:var(--accent-light);margin-bottom:1rem;font-size:.8rem;display:block}.Testimonials-module__5wb8fq__title{font-family:var(--font-heading);color:var(--foreground);font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.2}.Testimonials-module__5wb8fq__gold{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Testimonials-module__5wb8fq__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Testimonials-module__5wb8fq__card{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;flex-direction:column;justify-content:space-between;padding:3rem 2rem;transition:all .4s;display:flex}.Testimonials-module__5wb8fq__card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.Testimonials-module__5wb8fq__stars{color:var(--accent-light);margin-bottom:1.5rem;font-size:1.25rem}.Testimonials-module__5wb8fq__quote{font-family:var(--font-body);color:var(--foreground);opacity:.9;margin-bottom:2.5rem;font-size:1rem;font-style:italic;line-height:1.7}.Testimonials-module__5wb8fq__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__5wb8fq__avatar{border:2px solid #b8860b33;border-radius:50%;width:60px;height:60px;position:relative;overflow:hidden}.Testimonials-module__5wb8fq__info h4{font-family:var(--font-heading);color:var(--foreground);margin-bottom:.2rem;font-size:1.1rem}.Testimonials-module__5wb8fq__info span{font-family:var(--font-body);color:var(--foreground);opacity:.6;font-size:.85rem}@media (max-width:1024px){.Testimonials-module__5wb8fq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Testimonials-module__5wb8fq__section{padding:5rem 5%}.Testimonials-module__5wb8fq__grid{grid-template-columns:1fr}.Testimonials-module__5wb8fq__card{padding:2rem 1.5rem}.Testimonials-module__5wb8fq__title{font-size:2.2rem}}
.SimpleHero-module___tqKqq__hero{background-image:url(https://images.unsplash.com/photo-1436491865332-7a61a109c0f3?q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;height:50vh;min-height:400px;margin-top:80px;display:flex;position:relative}.SimpleHero-module___tqKqq__overlay{background:linear-gradient(#06142ecc,#06142ef2);width:100%;height:100%;position:absolute;top:0;left:0}.SimpleHero-module___tqKqq__container{z-index:10;width:90%;max-width:1400px;position:relative}.SimpleHero-module___tqKqq__content{text-align:center}.SimpleHero-module___tqKqq__breadcrumb{font-family:var(--font-body);color:var(--accent-light);letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;display:block}.SimpleHero-module___tqKqq__title{font-family:var(--font-heading);color:#fff;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem)}.SimpleHero-module___tqKqq__subtitle{font-family:var(--font-body);color:#fff;opacity:.8;max-width:700px;margin:0 auto;font-size:1.2rem}@media (max-width:768px){.SimpleHero-module___tqKqq__hero{height:40vh;min-height:300px}}
.SocialProof-module__Z4Tylq__section{background-color:var(--background);padding:8rem 5%}.SocialProof-module__Z4Tylq__container{max-width:1200px;margin:0 auto}.SocialProof-module__Z4Tylq__header{text-align:center;margin-bottom:5rem}.SocialProof-module__Z4Tylq__logoText{font-family:var(--font-heading);color:var(--foreground);letter-spacing:4px;opacity:.8;margin-bottom:1.5rem;font-size:1.5rem;display:block}.SocialProof-module__Z4Tylq__title{font-family:var(--font-heading);color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.5rem)}.SocialProof-module__Z4Tylq__gold{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.SocialProof-module__Z4Tylq__instagramTag{font-family:var(--font-body);color:var(--accent-light);font-size:1.1rem;font-weight:500}.SocialProof-module__Z4Tylq__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.SocialProof-module__Z4Tylq__post{aspect-ratio:1;cursor:pointer;border-radius:20px;position:relative;overflow:hidden}.SocialProof-module__Z4Tylq__post img{object-fit:cover;transition:transform .6s}.SocialProof-module__Z4Tylq__post:hover img{transform:scale(1.1)}.SocialProof-module__Z4Tylq__overlay{color:#fff;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3;background:#06142e99;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.SocialProof-module__Z4Tylq__post:hover .SocialProof-module__Z4Tylq__overlay{opacity:1}@media (max-width:1024px){.SocialProof-module__Z4Tylq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.SocialProof-module__Z4Tylq__section{padding:5rem 5%}.SocialProof-module__Z4Tylq__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.SocialProof-module__Z4Tylq__post{border-radius:12px}.SocialProof-module__Z4Tylq__title{font-size:2.2rem}}
.AboutSection-module__EBwypG__section{background-color:var(--background);padding:8rem 5%}.AboutSection-module__EBwypG__container{max-width:1400px;margin:0 auto}.AboutSection-module__EBwypG__topContent{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;margin-bottom:8rem;display:grid}.AboutSection-module__EBwypG__label{font-family:var(--font-body);color:var(--accent-light);text-transform:uppercase;letter-spacing:3px;margin-bottom:1.5rem;font-size:.9rem;display:block}.AboutSection-module__EBwypG__title{font-family:var(--font-heading);color:var(--foreground);margin-bottom:2rem;font-size:3.5rem}.AboutSection-module__EBwypG__gold{color:var(--accent-light)}.AboutSection-module__EBwypG__description{color:var(--foreground);opacity:.8;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.7}.AboutSection-module__EBwypG__imageBlock{border-radius:30px;height:600px;position:relative;overflow:hidden}.AboutSection-module__EBwypG__mainImage{object-fit:cover;width:100%;height:100%}.AboutSection-module__EBwypG__imageOverlay{z-index:1;background:linear-gradient(90deg,#06142e66,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.AboutSection-module__EBwypG__valuesGrid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.AboutSection-module__EBwypG__valueCard{background:var(--glass);border:1px solid var(--glass-border);border-radius:30px;padding:3rem;transition:all .3s}.AboutSection-module__EBwypG__valueCard:hover{border-color:var(--accent-light);transform:translateY(-10px)}.AboutSection-module__EBwypG__icon{margin-bottom:1.5rem;font-size:2.5rem;display:block}.AboutSection-module__EBwypG__valueCard h3{font-family:var(--font-heading);color:var(--accent-light);margin-bottom:1rem;font-size:1.8rem}.AboutSection-module__EBwypG__valueCard p{color:var(--foreground);opacity:.7;line-height:1.6}@media (max-width:1024px){.AboutSection-module__EBwypG__topContent{grid-template-columns:1fr;gap:4rem}.AboutSection-module__EBwypG__imageBlock{order:-1;height:400px}}@media (max-width:768px){.AboutSection-module__EBwypG__valuesGrid{grid-template-columns:1fr}.AboutSection-module__EBwypG__title{font-size:2.5rem}}
.ContactForm-module__fw3Taq__section{background-color:var(--background);padding:8rem 5%}.ContactForm-module__fw3Taq__container{max-width:1400px;margin:0 auto}.ContactForm-module__fw3Taq__grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;display:grid}.ContactForm-module__fw3Taq__label{font-family:var(--font-body);color:var(--accent-light);text-transform:uppercase;letter-spacing:3px;margin-bottom:1.5rem;font-size:.9rem;display:block}.ContactForm-module__fw3Taq__title{font-family:var(--font-heading);color:var(--foreground);margin-bottom:2rem;font-size:3.5rem}.ContactForm-module__fw3Taq__gold{color:var(--accent-light)}.ContactForm-module__fw3Taq__description{color:var(--foreground);opacity:.8;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.ContactForm-module__fw3Taq__contactDetails{flex-direction:column;gap:2rem;display:flex}.ContactForm-module__fw3Taq__contactItem{align-items:flex-start;gap:1.5rem;display:flex}.ContactForm-module__fw3Taq__icon{background:var(--glass);border:1px solid var(--glass-border);border-radius:12px;padding:1rem;font-size:1.5rem}.ContactForm-module__fw3Taq__contactItem h5{color:var(--accent-light);margin-bottom:.3rem;font-size:1.1rem}.ContactForm-module__fw3Taq__contactItem p{color:var(--foreground);opacity:.7}.ContactForm-module__fw3Taq__form{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;padding:3.5rem}.ContactForm-module__fw3Taq__formGroup{margin-bottom:1.5rem}.ContactForm-module__fw3Taq__row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.ContactForm-module__fw3Taq__input,.ContactForm-module__fw3Taq__textarea{color:#fff;width:100%;font-family:var(--font-body);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:1.2rem 1.5rem;font-size:1rem;transition:all .3s}.ContactForm-module__fw3Taq__input:focus,.ContactForm-module__fw3Taq__textarea:focus{border-color:var(--accent-light);background:#ffffff1a;outline:none}.ContactForm-module__fw3Taq__submitBtn{background:var(--gold-gradient);color:#fff;cursor:pointer;border:none;border-radius:15px;width:100%;margin-top:1rem;padding:1.2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.ContactForm-module__fw3Taq__submitBtn:hover{transform:translateY(-5px);box-shadow:0 10px 30px #b8860b66}@media (max-width:1024px){.ContactForm-module__fw3Taq__grid{grid-template-columns:1fr;gap:4rem}}@media (max-width:768px){.ContactForm-module__fw3Taq__title{font-size:2.5rem}.ContactForm-module__fw3Taq__form{padding:2rem}.ContactForm-module__fw3Taq__row{grid-template-columns:1fr}}
.DestinationsGrid-module__oxpOqG__section{background-color:var(--background);padding:8rem 5%}.DestinationsGrid-module__oxpOqG__container{max-width:1400px;margin:0 auto}.DestinationsGrid-module__oxpOqG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.DestinationsGrid-module__oxpOqG__card{border-radius:20px;height:450px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.DestinationsGrid-module__oxpOqG__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.DestinationsGrid-module__oxpOqG__info{background:linear-gradient(#0000,#06142ef2);flex-direction:column;gap:.5rem;width:100%;padding:2.5rem;transition:transform .4s;display:flex;position:absolute;bottom:0;left:0;transform:translateY(40px)}.DestinationsGrid-module__oxpOqG__card:hover .DestinationsGrid-module__oxpOqG__info{transform:translateY(0)}.DestinationsGrid-module__oxpOqG__card:hover .DestinationsGrid-module__oxpOqG__image{transform:scale(1.1)}.DestinationsGrid-module__oxpOqG__region{color:var(--accent-light);text-transform:uppercase;letter-spacing:2px;font-size:.85rem}.DestinationsGrid-module__oxpOqG__name{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:2rem}.DestinationsGrid-module__oxpOqG__btn{background:var(--gold-gradient);color:#fff;opacity:0;border-radius:50px;width:fit-content;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .4s}.DestinationsGrid-module__oxpOqG__card:hover .DestinationsGrid-module__oxpOqG__btn{opacity:1}@media (max-width:768px){.DestinationsGrid-module__oxpOqG__grid{grid-template-columns:1fr}.DestinationsGrid-module__oxpOqG__info{transform:translateY(0)}.DestinationsGrid-module__oxpOqG__btn{opacity:1}}
.InstagramFeed-module__hK3jKa__section{background-color:var(--background);padding:8rem 5%;overflow:hidden}.InstagramFeed-module__hK3jKa__container{max-width:1400px;margin:0 auto}.InstagramFeed-module__hK3jKa__header{text-align:center;margin-bottom:4rem}.InstagramFeed-module__hK3jKa__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:3px;color:var(--accent-light);margin-bottom:1rem;font-size:.9rem;display:block}.InstagramFeed-module__hK3jKa__title{font-family:var(--font-heading);color:var(--foreground);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.InstagramFeed-module__hK3jKa__handle{color:var(--accent-light);font-weight:300}.InstagramFeed-module__hK3jKa__subtitle{color:var(--foreground);opacity:.7;max-width:600px;margin:0 auto;font-size:1.1rem}.InstagramFeed-module__hK3jKa__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.InstagramFeed-module__hK3jKa__postCard{aspect-ratio:1;cursor:pointer;border-radius:20px;position:relative;overflow:hidden}.InstagramFeed-module__hK3jKa__imageWrapper{width:100%;height:100%;position:relative}.InstagramFeed-module__hK3jKa__image{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.InstagramFeed-module__hK3jKa__overlay{opacity:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.InstagramFeed-module__hK3jKa__postCard:hover .InstagramFeed-module__hK3jKa__image{transform:scale(1.1)}.InstagramFeed-module__hK3jKa__postCard:hover .InstagramFeed-module__hK3jKa__overlay{opacity:1}.InstagramFeed-module__hK3jKa__stats{color:#fff;gap:1.5rem;font-size:1.1rem;font-weight:600;display:flex}.InstagramFeed-module__hK3jKa__footer{justify-content:center;display:flex}.InstagramFeed-module__hK3jKa__followButton{background:var(--gold-gradient);color:#fff;letter-spacing:1px;border-radius:50px;padding:1.2rem 3rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 10px 30px #b8860b4d}.InstagramFeed-module__hK3jKa__followButton:hover{transform:translateY(-5px);box-shadow:0 15px 40px #b8860b80}@media (max-width:1024px){.InstagramFeed-module__hK3jKa__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.InstagramFeed-module__hK3jKa__section{padding:5rem 5%}.InstagramFeed-module__hK3jKa__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.InstagramFeed-module__hK3jKa__title{font-size:2rem}}
.ServicesDetail-module__1h31Ma__section{background-color:var(--background);padding:8rem 5%}.ServicesDetail-module__1h31Ma__container{flex-direction:column;gap:10rem;max-width:1400px;margin:0 auto;display:flex}.ServicesDetail-module__1h31Ma__serviceRow{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.ServicesDetail-module__1h31Ma__reverse{direction:rtl}.ServicesDetail-module__1h31Ma__reverse .ServicesDetail-module__1h31Ma__textContent{direction:ltr}.ServicesDetail-module__1h31Ma__textContent{flex-direction:column;gap:1.5rem;display:flex}.ServicesDetail-module__1h31Ma__title{font-family:var(--font-heading);color:var(--accent-light);font-size:3rem}.ServicesDetail-module__1h31Ma__desc{color:var(--foreground);opacity:.9;font-size:1.25rem;line-height:1.6}.ServicesDetail-module__1h31Ma__detailsList{flex-direction:column;gap:.8rem;padding:0;list-style:none;display:flex}.ServicesDetail-module__1h31Ma__detailsList li{color:var(--foreground);opacity:.8;padding-left:1.5rem;position:relative}.ServicesDetail-module__1h31Ma__detailsList li:before{content:"→";color:var(--accent-light);position:absolute;left:0}.ServicesDetail-module__1h31Ma__cta{background:var(--gold-gradient);color:#fff;border-radius:50px;width:fit-content;margin-top:1rem;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .3s}.ServicesDetail-module__1h31Ma__cta:hover{transform:translate(10px);box-shadow:0 10px 30px #b8860b4d}.ServicesDetail-module__1h31Ma__imageContent{border-radius:30px;height:500px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.ServicesDetail-module__1h31Ma__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.ServicesDetail-module__1h31Ma__serviceRow:hover .ServicesDetail-module__1h31Ma__image{transform:scale(1.05)}@media (max-width:1024px){.ServicesDetail-module__1h31Ma__serviceRow{grid-template-columns:1fr;gap:3rem;direction:ltr!important}.ServicesDetail-module__1h31Ma__imageContent{height:350px}}@media (max-width:768px){.ServicesDetail-module__1h31Ma__title{font-size:2.2rem}}
