*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1.5rem 0}.header.scrolled{background:rgba(15,23,42,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}.nav-container{max-width:1400px;margin:0 auto;justify-content:space-between;padding:0 2rem}.logo,.nav-container{display:flex;align-items:center}.logo{font-size:2rem;font-weight:800;color:white;text-decoration:none;gap:.8rem;letter-spacing:-.02em;transition:all .3s ease}.logo:hover{transform:scale(1.05)}.logo-img{height:50px;width:auto;filter:drop-shadow(0 0 10px rgba(96,165,250,.5));transition:all .3s ease}.logo:hover .logo-img{filter:drop-shadow(0 0 15px rgba(96,165,250,.8))}.nav-links{display:flex;list-style:none;gap:3rem;align-items:center}.nav-links a{color:white;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-links a:hover{color:#60A5FA;transform:translateY(-2px)}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#60A5FA,#3B82F6);transition:width .3s ease}.nav-links a:hover:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;color:white;font-size:1.8rem;cursor:pointer}.hero{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{object-fit:cover;z-index:-2}.hero-overlay,.hero-video{position:absolute;top:0;left:0;width:100%;height:100%}.hero-overlay{background:linear-gradient(135deg,rgba(15,23,42,.8),rgba(30,41,59,.6),rgba(59,130,246,.3));z-index:-1}.hero-content{text-align:center;color:white;max-width:1000px;padding:0 2rem;animation:fadeInUp 1.2s ease-out}.hero-content h1{font-size:clamp(3rem,10vw,6rem);font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 20px rgba(0,0,0,.5);letter-spacing:-.02em;background:linear-gradient(135deg,#ffffff,#60A5FA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{font-size:clamp(1.3rem,4vw,2rem);margin-bottom:3rem;opacity:.95;font-weight:300;letter-spacing:.02em}.cta-button{display:inline-block;background:linear-gradient(135deg,#3B82F6,#1D4ED8,#1E40AF);color:white;padding:1.5rem 3.5rem;border-radius:60px;text-decoration:none;font-weight:600;font-size:1.2rem;transition:all .4s ease;box-shadow:0 20px 60px rgba(59,130,246,.4);border:2px solid rgba(255,255,255,.2);backdrop-filter:blur(10px)}.cta-button:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 30px 80px rgba(59,130,246,.6);background:linear-gradient(135deg,#60A5FA,#3B82F6,#2563EB)}.section{padding:8rem 0;opacity:0;transform:translateY(80px);transition:all 1s ease}.section.visible{opacity:1;transform:translateY(0)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:6rem}.section-header h2{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:2rem;color:#1E293B;letter-spacing:-.02em;position:relative}.section-header h2:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#3B82F6,#60A5FA);border-radius:2px}.section-header p{font-size:1.4rem;color:#64748B;max-width:700px;margin:0 auto;font-weight:300}.adventures{background:#F5F0E1;position:relative;padding:8rem 0}.adventures-content{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;align-items:start}.adventure-large{display:flex;flex-direction:column;gap:1.5rem}.adventure-image-large{width:100%;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.adventure-image-large img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.adventure-image-large:hover img{transform:scale(1.05)}.adventure-large p{font-size:1.1rem;color:#333;line-height:1.6;font-weight:400}.adventure-small{display:flex;flex-direction:column;gap:1.5rem}.adventure-image-small{width:100%;height:300px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.adventure-image-small img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.adventure-image-small:hover img{transform:scale(1.05)}.adventure-small p{font-size:1.1rem;color:#333;line-height:1.6;font-weight:400}.adventures-text{display:flex;flex-direction:column;gap:2rem;padding-top:1rem}.adventures-text h2{font-family:Playfair Display,serif;font-size:4rem;font-weight:300;color:#333;line-height:1.1;margin:0;letter-spacing:-.02em}.adventures-text p{font-size:1.1rem;color:#555;line-height:1.7;font-weight:400;margin:0}.experiences-link{font-size:1.2rem;font-weight:600;color:#333;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease;align-self:flex-start}.experiences-link:hover{color:#3B82F6}.destinations{background:#1E293B;color:white;position:relative;overflow:hidden}.destinations:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.3) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(96,165,250,.2) 0,transparent 50%)}.destinations-content{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;align-items:start;position:relative;z-index:1}.destination-large{display:flex;flex-direction:column;gap:1.5rem}.destination-image-large{width:100%;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.destination-image-large img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.destination-image-large:hover img{transform:scale(1.05)}.destination-large p{font-size:1.1rem;color:#E2E8F0;line-height:1.6;font-weight:400}.destination-small{display:flex;flex-direction:column;gap:1.5rem}.destination-image-small{width:100%;height:300px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.destination-image-small img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.destination-image-small:hover img{transform:scale(1.05)}.destination-small p{font-size:1.1rem;color:#E2E8F0;line-height:1.6;font-weight:400}.destinations-text{display:flex;flex-direction:column;gap:2rem;padding-top:1rem}.destinations-text h2{font-family:Playfair Display,serif;font-size:4rem;font-weight:300;color:white;line-height:1.1;margin:0;letter-spacing:-.02em}.destinations-text p{font-size:1.1rem;color:#CBD5E1;line-height:1.7;font-weight:400;margin:0}.destinations-link{font-size:1.2rem;font-weight:600;color:white;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease;align-self:flex-start}.destinations-link:hover{color:#60A5FA}.group-travel{background:linear-gradient(135deg,#F1F5F9,#E2E8F0);position:relative}.features-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature-item{text-align:center;padding:3rem 2rem;background:white;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.08);transition:all .4s ease;border:1px solid rgba(59,130,246,.1);position:relative;overflow:hidden}.feature-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#3B82F6,#60A5FA);transform:scaleX(0);transition:transform .4s ease}.feature-item:hover:before{transform:scaleX(1)}.feature-item:hover{transform:translateY(-10px);box-shadow:0 30px 80px rgba(59,130,246,.15)}.feature-icon{width:100px;height:100px;background:linear-gradient(135deg,#3B82F6,#60A5FA);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:white;margin:0 auto 2rem;box-shadow:0 15px 40px rgba(59,130,246,.3)}.feature-item h3{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#1E293B}.feature-item p{color:#64748B;font-size:1.1rem;line-height:1.7}.about{background:white;position:relative}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.about-logo{margin-bottom:2rem}.about-logo-img{height:80px;width:auto;filter:drop-shadow(0 0 15px rgba(59,130,246,.3));transition:all .3s ease}.about-logo:hover .about-logo-img{filter:drop-shadow(0 0 20px rgba(59,130,246,.5));transform:scale(1.05)}.about-text h3{font-size:2.5rem;font-weight:800;margin-bottom:2rem;color:#1E293B;letter-spacing:-.02em}.about-text p{color:#64748B;margin-bottom:3rem;font-size:1.2rem;line-height:1.8}.about-features{list-style:none;display:grid;gap:1.5rem}.about-features li{display:flex;align-items:center;gap:1.5rem;color:#1E293B;font-weight:500;font-size:1.1rem;padding:1rem;background:linear-gradient(135deg,#F8FAFC,#F1F5F9);border-radius:12px;transition:all .3s ease}.about-features li:hover{transform:translateX(10px);background:linear-gradient(135deg,#EBF8FF,#DBEAFE)}.about-features i{color:#10B981;font-size:1.5rem;width:24px}.about-image{position:relative;border-radius:24px;overflow:hidden;height:600px;box-shadow:0 30px 80px rgba(0,0,0,.15)}.about-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.about-image:hover img{transform:scale(1.05)}.contact{background:linear-gradient(135deg,#1E293B,#334155);color:white;position:relative}.contact:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,rgba(59,130,246,.2) 0,transparent 50%)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;position:relative;z-index:1;align-items:start}.contact-text h2{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:300;color:white;line-height:1.2;margin-bottom:2rem;letter-spacing:-.02em}.contact-text p{font-size:1.2rem;color:#CBD5E1;line-height:1.7;margin-bottom:3rem}.contact-cta{display:flex;gap:1.5rem;flex-wrap:wrap}.contact-btn{display:inline-flex;align-items:center;gap:.8rem;padding:1.2rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.contact-btn.primary{background:linear-gradient(135deg,#3B82F6,#1D4ED8);color:white;box-shadow:0 10px 30px rgba(59,130,246,.3)}.contact-btn.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(59,130,246,.4);background:linear-gradient(135deg,#60A5FA,#3B82F6)}.contact-btn.secondary{background:transparent;color:white;border-color:rgba(255,255,255,.3);backdrop-filter:blur(10px)}.contact-btn.secondary:hover{transform:translateY(-3px);background:rgba(255,255,255,.1);border-color:#60A5FA}.contact-info{display:grid;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.contact-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.15);box-shadow:0 20px 40px rgba(0,0,0,.2)}.contact-icon{width:60px;height:60px;background:linear-gradient(135deg,#3B82F6,#60A5FA);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:white;flex-shrink:0;box-shadow:0 10px 30px rgba(59,130,246,.3)}.contact-details h3{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;color:white}.contact-details p{font-size:1.1rem;color:#E2E8F0;margin-bottom:.8rem;font-weight:500}.contact-details a{color:#60A5FA;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease}.contact-details a:hover{color:#93C5FD}.contact-details span{color:#94A3B8;font-size:.95rem;font-style:italic}.footer{background:#0F172A;color:white;padding:6rem 0 3rem;position:relative}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:3rem}.footer-logo{margin-bottom:2rem}.footer-logo-img{height:60px;width:auto;filter:drop-shadow(0 0 10px rgba(96,165,250,.3));transition:all .3s ease}.footer-logo:hover .footer-logo-img{filter:drop-shadow(0 0 15px rgba(96,165,250,.6));transform:scale(1.05)}.footer-section h3{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#60A5FA}.footer-section a,.footer-section p{color:#CBD5E1;text-decoration:none;line-height:2;font-size:1.1rem;transition:color .3s ease}.footer-section a:hover{color:#60A5FA}.social-links{display:flex;gap:1.5rem;margin-top:2rem}.social-links a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#1E293B,#334155);border-radius:50%;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.social-links a:hover{background:linear-gradient(135deg,#3B82F6,#60A5FA);transform:translateY(-5px);box-shadow:0 10px 30px rgba(59,130,246,.3)}.footer-bottom{border-top:1px solid #334155;padding-top:3rem;text-align:center;color:#94A3B8;font-size:1.1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);color:white;animation:bounce 2s infinite;font-size:2rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-15px)}60%{transform:translateX(-50%) translateY(-8px)}}@media (max-width:1200px){.container,.nav-container{padding:0 1.5rem}.adventures-content,.destinations-content{grid-template-columns:1fr 1fr;gap:2rem}.adventures-text,.destinations-text{grid-column:1/-1;text-align:center;margin-top:2rem}}@media (max-width:768px){.nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:rgba(15,23,42,.98);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;transition:right .4s ease;gap:2rem;z-index:1001}.nav-links.active{right:0}.mobile-menu-btn{display:block;z-index:1002}.container,.nav-container{padding:0 1rem}.about-content,.contact-content{grid-template-columns:1fr;gap:3rem}.contact-text h2{font-size:2.5rem}.contact-cta{flex-direction:column;align-items:stretch}.contact-btn{justify-content:center;text-align:center}.adventures-content,.destinations-content{grid-template-columns:1fr;gap:2rem}.adventures-text h2,.destinations-text h2{font-size:2.5rem}.adventure-list,.destination-grid,.features-container{grid-template-columns:1fr}.adventure-item{flex-direction:column;text-align:center}.section{padding:4rem 0}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.hero-content{padding:0 1rem}.cta-button{padding:1.2rem 2.5rem;font-size:1.1rem}.section-header h2{font-size:2.5rem}.section-header p{font-size:1.1rem}.about-text h3{font-size:2rem}.about-text p{font-size:1.1rem}.about-logo-img{height:60px}.footer-logo-img{height:50px}.logo-img{height:40px}.contact-item{padding:1.5rem}.contact-icon{width:50px;height:50px}.contact-details h3,.contact-icon{font-size:1.2rem}.contact-details p{font-size:1rem}.feature-item{padding:2rem 1.5rem}.feature-icon{width:80px;height:80px;font-size:2rem}.feature-item h3{font-size:1.5rem}.feature-item p{font-size:1rem}}@media (max-width:480px){.container,.nav-container{padding:0 .75rem}.hero-content h1{font-size:2rem}.cta-button,.hero-content p{font-size:1rem}.cta-button{padding:1rem 2rem}.adventures-text h2,.destinations-text h2,.section-header h2{font-size:2rem}.about-text h3{font-size:1.8rem}.contact-text h2{font-size:2rem}.contact-btn{padding:1rem 1.5rem;font-size:1rem}.adventure-image-large,.destination-image-large{height:300px}.adventure-image-small,.destination-image-small{height:250px}.about-image{height:400px}.section{padding:3rem 0}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.social-links{justify-content:center}}html{scroll-behavior:smooth}@media (max-width:768px){.hero{height:100vh;min-height:600px}.hero-video{object-position:center center}.scroll-indicator{bottom:2rem;font-size:1.5rem}.adventure-large p,.adventure-small p,.destination-large p,.destination-small p{font-size:1rem;line-height:1.5}.about-features li{padding:.8rem;font-size:1rem}.about-features i{font-size:1.2rem;width:20px}.footer-section h3{font-size:1.5rem}.footer-section a,.footer-section p{font-size:1rem}.social-links a{width:45px;height:45px}}@media (max-width:480px){.hero{min-height:500px}.hero-content{max-width:100%}.adventure-large p,.adventure-small p,.destination-large p,.destination-small p{font-size:.95rem}.about-features{gap:1rem}.about-features li{padding:.6rem;font-size:.95rem}.contact-item{padding:1rem;gap:1rem}.contact-icon{width:45px;height:45px;font-size:1rem}.contact-details h3{font-size:1.1rem}.contact-details a,.contact-details p{font-size:.9rem}.feature-item{padding:1.5rem 1rem}.feature-icon{width:70px;height:70px;font-size:1.8rem}.feature-item h3{font-size:1.3rem}.feature-item p{font-size:.95rem}}.loaded{animation:none}