@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@400;500;700;800&display=swap";.section{padding:5rem 0;background-color:var(--surface-alt)}.section-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.section-subtitle{color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.875rem;margin-bottom:1rem;display:block}.section-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text-main);position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background-color:var(--secondary);border-radius:2px}.section-desc{font-size:1.125rem;color:var(--text-muted);margin-top:1.5rem}.destinations-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:0 1rem}@media(min-width:768px){.destinations-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.destinations-grid{grid-template-columns:repeat(3,1fr)}}.dest-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column}.dest-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.dest-image-wrapper{position:relative;height:300px;overflow:hidden}.dest-image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.dest-card:hover .dest-image{transform:scale(1.1)}.image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);opacity:.6;transition:opacity .3s ease}.dest-card:hover .image-overlay{opacity:.4}.dest-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.dest-title{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-main)}.dest-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;flex-grow:1}.dest-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.dest-price{font-weight:700;color:var(--primary);font-size:1.25rem}.dest-price span{font-size:.875rem;color:var(--text-muted);font-weight:400}.footer{background-color:var(--text-main);color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:1rem;display:inline-block;font-family:var(--font-heading)}.footer-desc{color:var(--text-muted);line-height:1.6;max-width:300px}.footer-heading{font-size:1.125rem;margin-bottom:1.5rem;font-family:var(--font-heading)}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-muted);transition:color .2s ease}.footer-links a:hover{color:var(--primary-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:var(--text-muted);font-size:.875rem}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.social-icon:hover{background:var(--primary);color:#fff}.tour-page{background-color:var(--background);min-height:100vh;padding-bottom:4rem}.tour-hero{position:relative;height:60vh;min-height:400px;width:100%}.tour-hero-img{width:100%;height:100%;object-fit:cover}.tour-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent)}.tour-hero-content{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;padding-bottom:3rem;color:#fff}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;margin-bottom:1.5rem;font-weight:500;background:#0000004d;padding:.5rem 1rem;border-radius:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.back-link:hover{background:#fff3}.tour-badge{display:inline-block;background:var(--secondary);color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem}.tour-title{font-size:3rem;font-weight:800;text-shadow:0 4px 6px rgba(0,0,0,.3)}.tour-content-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:-3rem;position:relative;z-index:10}@media(min-width:1024px){.tour-content-grid{grid-template-columns:2fr 1fr}}.tour-main{background:#fff;border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-lg)}.tour-stats{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--surface-alt)}.stat-item{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-main)}.text-secondary{color:var(--secondary)}.text-primary{color:var(--primary)}.text-lg{font-size:1.125rem;line-height:1.7;color:var(--text-muted)}.mt-4{margin-top:1rem}.text-muted{color:var(--text-muted)}.tour-highlights{margin-top:2rem;background:var(--surface-alt);padding:1.5rem;border-radius:var(--radius-md)}.tour-highlights h3{margin-bottom:1rem}.tour-highlights ul{list-style:none}.tour-highlights li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-weight:500}.booking-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:sticky;top:100px}.price-tag{margin-bottom:1.5rem}.price-tag .label{display:block;font-size:.875rem;color:var(--text-muted);margin-bottom:.25rem}.price-tag .amount{font-size:2rem;font-weight:800;color:var(--primary)}.divider{border:0;border-top:1px solid var(--surface-alt);margin:1.5rem 0}.w-full{width:100%}.micro-text{font-size:.75rem;color:var(--text-muted);margin-top:1rem;text-align:center;line-height:1.4}:root{--primary: #0f766e;--primary-light: #14b8a6;--primary-dark: #115e59;--secondary: #f59e0b;--secondary-light: #fbbf24;--accent: #0ea5e9;--background: #f8fafc;--surface: #ffffff;--surface-alt: #f1f5f9;--text-main: #0f172a;--text-muted: #64748b;--text-light: #f8fafc;--text-white: #ffffff;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1.5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-gleam: 0 0 20px rgba(20, 184, 166, .3);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--nav-height: 80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--text-main);font-weight:700}a{text-decoration:none;color:inherit;transition:all .2s ease}img{max-width:100%;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-center{text-align:center}.hidden{display:none}@media(min-width:768px){.md-flex{display:flex}.md-hidden{display:none}.md-text-left{text-align:left}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:var(--font-heading);font-size:1.125rem;border:none}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-gleam)}.btn-outline{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-outline:hover{background-color:#fff3}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all .3s ease;color:#fff}.navbar.scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:var(--shadow-sm);color:var(--text-main)}.nav-logo{font-size:1.5rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.025em}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{font-weight:500;font-size:.95rem;opacity:.9}.nav-link:hover{opacity:1;color:var(--primary-light)}.lang-switch{position:relative;cursor:pointer;font-weight:600;font-size:.9rem}.lang-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:.5rem 0;min-width:120px;color:var(--text-main);animation:fadeIn .2s ease}.lang-option{display:block;width:100%;padding:.5rem 1rem;text-align:left;background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--text-muted)}.lang-option:hover{background-color:var(--surface-alt);color:var(--primary)}.mobile-toggle{background:none;border:none;cursor:pointer;color:inherit}.hero{position:relative;height:100vh;min-height:600px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000000b3,#0000004d 50% 100%)}.hero-content{position:relative;z-index:10;padding-top:var(--nav-height);color:#fff}.badge{display:inline-block;padding:.25rem .75rem;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.hero-title{font-size:3rem;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto 2rem;line-height:1.6}@media(min-width:768px){.hero-title{font-size:4.5rem}.hero-subtitle{margin-left:0;font-size:1.25rem}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-col:column;align-items:center;color:#ffffffb3;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;animation:bounce 2s infinite}.scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,#fff,transparent);margin-top:.5rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-10px) translate(-50%)}60%{transform:translateY(-5px) translate(-50%)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
