.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:var(--space-sm) 0;transition:background .4s ease,backdrop-filter .4s ease,box-shadow .4s ease}.navbar--scrolled{background:#0a0e1ad9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 2px 24px #0000004d}.navbar__inner{max-width:1200px;margin:0 auto;padding:0 var(--space-md);display:flex;align-items:center;justify-content:space-between}.navbar__actions{display:flex;align-items:center;gap:var(--space-md)}.navbar__logo{display:flex;align-items:center;gap:.6rem;color:var(--gold);font-family:var(--font-heading);font-size:1.35rem;font-weight:600;letter-spacing:.02em;transition:opacity .3s ease}.navbar__logo:hover{opacity:.85}.navbar__logo-img{height:40px;width:auto;object-fit:contain}.navbar__logo-text{color:var(--text-light)}.navbar__links{display:flex;align-items:center;gap:var(--space-lg);list-style:none}.navbar__links a{color:var(--text-light);font-size:.9rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;transition:color .3s ease;position:relative}.navbar__links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s var(--ease-out-expo)}.navbar__links a:hover{color:var(--gold-light)}.navbar__links a:hover:after{width:100%}.navbar__cta{background:var(--gold);color:var(--bg-hero)!important;padding:.55rem 1.4rem;border-radius:6px;font-weight:600;letter-spacing:.03em;transition:background .3s ease,transform .3s ease!important}.navbar__cta:after{display:none!important}.navbar__cta:hover{background:var(--gold-light);color:var(--bg-hero)!important;transform:translateY(-1px)}@media(max-width:768px){.navbar__actions,.navbar__links{gap:var(--space-sm)}.navbar__links a{font-size:.8rem}.navbar__logo{font-size:1.1rem}.navbar__customer-btn{padding:.45rem .9rem;font-size:.72rem}}@media(max-width:480px){.navbar__links li:not(:last-child){display:none}}.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--bg-hero)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,var(--bg-hero-glow) 0%,var(--bg-hero) 80%);opacity:.8}.hero__canvas-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;will-change:opacity,transform,filter}.hero__canvas{width:100%;height:100%;display:block}.hero__fast-loader{position:absolute;top:90px;right:var(--space-md);z-index:50;display:flex;align-items:center;gap:.5rem;background:#0a0e1a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.4rem .8rem;border-radius:50px;border:1px solid rgba(255,255,255,.05)}.hero__fast-loader span{font-family:var(--font-body);font-size:.7rem;color:var(--text-muted);letter-spacing:.05em}.hero__fast-loader-ring{width:12px;height:12px;border:2px solid rgba(201,168,76,.3);border-top-color:var(--gold);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hero__content{position:relative;z-index:5;text-align:center;max-width:800px;padding:0 var(--space-md);will-change:transform,opacity,filter;opacity:0}.app .hero__content{pointer-events:auto}.hero__headline{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,5rem);font-weight:700;color:var(--text-light);line-height:1.1;margin-bottom:var(--space-md);letter-spacing:-.01em}.hero__headline-accent{color:var(--gold);display:inline-block}.hero__subhead{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.3rem);color:var(--text-muted);font-weight:300;max-width:600px;margin:0 auto var(--space-xl);line-height:1.6}.hero__cta-group{display:flex;justify-content:center}.hero__cta{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.4rem;font-family:var(--font-body);font-size:.95rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--bg-hero);background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);border-radius:8px;transition:transform .4s var(--ease-out-expo),box-shadow .4s ease}.hero__cta-arrow{transition:transform .3s ease}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c9a84c59}.hero__cta:hover .hero__cta-arrow{transform:translate(4px)}@media(max-width:768px){.hero__headline{font-size:2.2rem}}.packages{padding:var(--space-2xl) 0;background:var(--white)}.packages__top{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr) auto;gap:var(--space-lg);align-items:start;margin-bottom:var(--space-xl)}.packages__label{font-family:var(--font-script, "Dancing Script", cursive);font-size:1.25rem;color:var(--gold);display:block;margin-bottom:.35rem}.packages__title{font-size:clamp(1.35rem,2.8vw,1.9rem);color:var(--brand-navy, #0a1628);font-weight:700;line-height:1.2}.packages__desc{font-size:.92rem;color:var(--text-muted);line-height:1.65;max-width:520px}.packages__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background:var(--brand-orange, #e67e22);color:var(--white)!important;font-size:.78rem;font-weight:700;letter-spacing:.04em;border-radius:8px;white-space:nowrap;transition:filter .2s ease,transform .2s ease}.packages__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.packages__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-md)}.packages__card{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 10px 36px #00000014;border:1px solid rgba(0,0,0,.04)}.packages__card--link{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.packages__card--link:hover{transform:translateY(-4px);box-shadow:0 16px 44px #0000001f}.packages__card--link:focus-visible{outline:2px solid var(--brand-orange, #e67e22);outline-offset:3px}.packages__card-image{height:200px;background-size:cover;background-position:center}.packages__card-body{padding:var(--space-md)}.packages__card-title{font-size:1.1rem;color:var(--brand-navy, #0a1628);margin-bottom:.5rem}.packages__card-desc{font-size:.88rem;color:var(--text-muted);line-height:1.55;margin-bottom:var(--space-xs)}.packages__card-days{font-size:.82rem;font-weight:600;color:var(--brand-orange, #e67e22);margin-bottom:var(--space-sm)}.packages__card-line{height:1px;background:#e8e4dc;margin:var(--space-sm) 0}.packages__card-price{font-size:.88rem;color:var(--brand-navy, #0a1628);margin-bottom:var(--space-sm)}.packages__card-price strong{font-weight:700}.packages__card-book{font-size:.85rem;font-weight:700;color:var(--brand-orange, #e67e22)!important;display:inline-flex;align-items:center;gap:.35rem}.packages__card-book:hover{gap:.55rem}@media(max-width:1024px){.packages__top{grid-template-columns:1fr}.packages__cta{justify-self:start}.packages__grid{grid-template-columns:1fr}}.why-choose{overflow:hidden}.why-choose__inner{display:flex;min-height:520px}.why-choose__image{flex:0 0 42%;min-height:400px;background-size:cover;background-position:center}.why-choose__content{flex:1;background:var(--brand-navy, #0a1628);color:var(--text-light);padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column;justify-content:center}.why-choose__label{font-family:var(--font-script, "Dancing Script", cursive);font-size:1.35rem;color:var(--gold);margin-bottom:.5rem}.why-choose__title{font-size:clamp(1.4rem,2.5vw,1.85rem);margin-bottom:var(--space-sm);line-height:1.25}.why-choose__intro{font-size:.92rem;color:#f5f0e8d9;line-height:1.65;margin-bottom:var(--space-lg);max-width:640px}.why-choose__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}.why-choose__item{display:flex;gap:.75rem;align-items:flex-start}.why-choose__item-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:var(--brand-orange, #e67e22);display:flex;align-items:center;justify-content:center;font-size:1.15rem;line-height:1}.why-choose__item-title{font-size:.95rem;font-weight:700;margin-bottom:.35rem;color:var(--text-light)}.why-choose__item-desc{font-size:.8rem;line-height:1.5;color:#f5f0e8bf}@media(max-width:900px){.why-choose__inner{flex-direction:column}.why-choose__image{flex:none;min-height:280px}.why-choose__grid{grid-template-columns:1fr}}.process{padding:var(--space-2xl) 0;background:var(--white)}.process__header{text-align:center;max-width:820px;margin:0 auto var(--space-xl)}.process__label{font-family:var(--font-script, "Dancing Script", cursive);font-size:1.35rem;color:var(--gold);display:block;margin-bottom:.5rem}.process__title{font-size:clamp(1.5rem,3vw,2rem);color:var(--brand-navy, #0a1628);margin-bottom:var(--space-sm);font-weight:700}.process__desc{color:var(--text-muted);font-size:.95rem;line-height:1.7}.process__steps{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:.5rem .25rem;margin-bottom:var(--space-xl)}.process__step-wrap{display:flex;align-items:flex-start;flex:0 1 auto}.process__arrow{width:48px;height:4px;margin-top:3.5rem;background:repeating-linear-gradient(90deg,#c5c5c5,#c5c5c5 6px,transparent 6px,transparent 12px);border-radius:2px;flex-shrink:0}.process__step{position:relative;text-align:center;max-width:220px;padding:0 var(--space-xs)}.process__step-badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:var(--brand-navy, #0a1628);color:var(--white);font-size:.7rem;font-weight:700;padding:.2rem .45rem;border-radius:4px;z-index:1}.process__step-icon{width:88px;height:88px;margin:0 auto var(--space-sm);background:var(--brand-orange, #e67e22);border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #e67e2240}.process__step-icon-emoji{font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center;filter:grayscale(0)}.process__step-title{font-size:1rem;color:var(--brand-navy, #0a1628);margin-bottom:.5rem;font-weight:700}.process__step-text{font-size:.82rem;color:var(--text-muted);line-height:1.55}.process__partners{margin-top:var(--space-lg)}.process__partners-line{height:1px;background:#e0dcd4;margin-bottom:var(--space-md)}.process__partners-list{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-lg);list-style:none;opacity:.45;font-weight:600;font-size:.95rem;color:var(--text-muted);letter-spacing:.02em}@media(max-width:1024px){.process__arrow{display:none}.process__steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-lg)}.process__step-wrap{flex-direction:column}}@media(max-width:600px){.process__steps{grid-template-columns:1fr}}.about-details{padding:var(--space-2xl) 0;background:var(--cream)}.about-details__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:start}.about-details__label{font-family:var(--font-script, "Dancing Script", cursive);font-size:1.35rem;color:var(--brand-orange, #e67e22);display:block;margin-bottom:.5rem}.about-details__title{font-size:clamp(1.35rem,2.5vw,1.85rem);color:var(--brand-navy, #0a1628);font-weight:700;line-height:1.25;margin-bottom:var(--space-sm)}.about-details__title-accent{display:block}.about-details__text{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin-bottom:var(--space-sm)}.about-details__features{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-lg)}.about-details__feature{display:flex;gap:var(--space-sm);align-items:flex-start}.about-details__feature-icon{width:48px;height:48px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--white)}.about-details__feature--orange .about-details__feature-icon{background:var(--brand-orange, #e67e22)}.about-details__feature--navy .about-details__feature-icon{background:var(--brand-navy, #0a1628)}.about-details__feature-title{font-size:1rem;color:var(--brand-navy, #0a1628);margin-bottom:.35rem}.about-details__feature-desc{font-size:.88rem;color:var(--text-muted);line-height:1.55}.about-details__card{background:var(--white);border-radius:16px;padding:var(--space-lg);box-shadow:0 12px 40px #00000014}.about-details__form-title{font-size:1.25rem;color:var(--brand-navy, #0a1628);margin-bottom:.35rem}.about-details__form-sub{font-size:.9rem;color:var(--text-muted);margin-bottom:var(--space-md)}.about-details__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.about-details__field{display:flex;flex-direction:column;gap:.35rem}.about-details__field-label{font-size:.78rem;font-weight:600;color:var(--brand-navy, #0a1628)}.about-details__req{color:#c0392b}.about-details__field input{border:1px solid #ddd8cc;border-radius:8px;padding:.65rem .75rem;font-size:.9rem;background:#f9f7f2}.about-details__field input:focus{outline:none;border-color:var(--brand-navy, #0a1628)}.about-details__helper{font-size:.72rem;color:var(--text-muted)}.about-details__submit{width:100%;margin-top:var(--space-md);padding:.85rem;background:#1e5a8a;color:var(--white);font-weight:700;font-size:.85rem;letter-spacing:.06em;border-radius:4px}.about-details__submit:disabled{opacity:.7}.about-details__status{margin-top:var(--space-sm);font-size:.88rem}.about-details__status--success{color:#2f8f58}.about-details__status--error{color:#c0392b}@media(max-width:900px){.about-details__grid,.about-details__form-grid{grid-template-columns:1fr}}.cta-section{padding:var(--space-2xl) 0;background:linear-gradient(135deg,#0a1628,#1a2a44);color:var(--text-light);text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(204,176,98,.1),transparent);pointer-events:none}.cta-section__content{max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-section__title{font-size:clamp(1.8rem,4vw,2.8rem);font-family:var(--font-heading);color:var(--white);margin-bottom:var(--space-md);line-height:1.2}.cta-section__subtitle{font-size:1.1rem;color:var(--text-muted);margin-bottom:var(--space-xl);line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.cta-section__button{display:inline-flex;align-items:center;gap:.75rem;padding:1.15rem 2.5rem;background:var(--gold);color:#1f1f1f;text-decoration:none;font-weight:700;font-size:1.05rem;border-radius:999px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;box-shadow:0 10px 25px #ccb06240}.cta-section__button:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 35px #ccb06259}.cta-section__button-icon{font-size:1.2rem;transition:transform .3s ease}.cta-section__button:hover .cta-section__button-icon{transform:translate(4px)}@media(max-width:768px){.cta-section{padding:var(--space-xl) var(--space-md)}}.testimonials{padding:var(--space-2xl) 0;background:var(--surface-bg, #f4f5f1)}.testimonials__header{text-align:center;margin-bottom:var(--space-xl)}.testimonials__label{font-family:var(--font-script, "Dancing Script", cursive);font-size:1.25rem;color:var(--gold);display:block;margin-bottom:.35rem}.testimonials__title{font-size:clamp(1.35rem,2.8vw,1.9rem);color:var(--brand-navy, #0a1628);font-weight:700;line-height:1.2;margin-bottom:var(--space-sm)}.testimonials__desc{font-size:.92rem;color:var(--text-muted);line-height:1.65;max-width:600px;margin:0 auto}.testimonials__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-lg)}.testimonials__card{background:var(--white);padding:var(--space-xl);border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;justify-content:space-between;position:relative}.testimonials__card:before{content:'"';position:absolute;top:-15px;left:20px;font-size:4rem;color:var(--gold);font-family:var(--font-serif, "Playfair Display", serif);opacity:.2;line-height:1}.testimonials__card-text{font-size:.95rem;color:var(--brand-navy, #0a1628);line-height:1.6;margin-bottom:var(--space-md);font-style:italic;position:relative;z-index:1}.testimonials__card-author{font-size:.85rem;font-weight:600;color:var(--brand-orange, #e67e22);text-align:right}@media(max-width:900px){.testimonials__grid{grid-template-columns:1fr;gap:var(--space-md)}}.destinations{padding:var(--space-2xl) 0;background:var(--white)}.destinations__top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--space-xl)}.destinations__label{font-family:var(--font-script, "Dancing Script", cursive);font-size:1.25rem;color:var(--gold);display:block;margin-bottom:.35rem}.destinations__title{font-size:clamp(1.35rem,2.8vw,1.9rem);color:var(--brand-navy, #0a1628);font-weight:700;line-height:1.2}.destinations__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--space-md)}.destinations__card{height:250px;border-radius:12px;overflow:hidden;position:relative;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:var(--space-md);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.destinations__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.destinations__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000c,#0000 60%)}.destinations__card-content{position:relative;z-index:1}.destinations__card-title{color:var(--white);font-size:1.2rem;margin-bottom:.2rem}.destinations__card-tours{color:var(--gold);font-size:.85rem;font-weight:600}.gallery-section{padding:80px 0;background-color:var(--color-bg-light, #f9f9f9)}.gallery__header{text-align:center;margin-bottom:50px}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.gallery__item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease;aspect-ratio:4/3}.gallery__item:hover{transform:translateY(-10px)}.gallery__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery__item:hover .gallery__img{transform:scale(1.1)}@media(max-width:768px){.gallery-section{padding:60px 0}.gallery__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}}.footer{padding:var(--space-xl) 0 var(--space-md);background:var(--bg-hero);color:var(--text-light)}.footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:1px solid rgba(255,255,255,.06)}.footer__logo{display:flex;align-items:center;gap:.8rem;margin-bottom:var(--space-sm)}.footer__logo-img{height:48px;width:auto;object-fit:contain}.footer__logo-text{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--text-light);margin:0}.footer__tagline{font-size:.9rem;color:var(--text-muted);line-height:1.7;font-weight:300}.footer__heading{font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:var(--space-sm)}.footer__links ul,.footer__contact ul{list-style:none}.footer__links li,.footer__contact li{margin-bottom:.65rem;font-size:.9rem;color:var(--text-muted);font-weight:300}.footer__links a{transition:color .3s ease}.footer__links a:hover{color:var(--gold-light)}.footer__bottom{padding-top:var(--space-md);text-align:center}.footer__bottom p{font-size:.8rem;color:#ffffff40;letter-spacing:.03em}@media(max-width:768px){.footer__form{grid-template-columns:1fr}.footer__form-field:nth-child(4),.footer__form-submit,.footer__form-status{grid-column:auto}.footer__inner{grid-template-columns:1fr;gap:var(--space-lg)}}.app{min-height:100vh;position:relative}:root{--bg-hero: #0a0e1a;--bg-hero-accent: #111833;--bg-hero-glow: #1a2550;--gold: #c9a84c;--gold-light: #e8d5a3;--gold-dim: rgba(201, 168, 76, .15);--cream: #faf6ee;--cream-dark: #f0ead6;--text-light: #f5f0e8;--text-muted: #a8a4a0;--text-dark: #1a1a2e;--white: #ffffff;--brand-navy: #0a1628;--brand-orange: #e67e22;--font-script: "Dancing Script", cursive;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--transition-smooth: .6s var(--ease-out-expo)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-dark);background:var(--cream);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}.section-container{max-width:1200px;margin:0 auto;padding:0 var(--space-md)}
