@import "https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&display=swap";
:root{--background:#000;--foreground:#fff;--accent:#ffb700;--accent-secondary:#ffd200;--glass-bg:#ffffff0d;--glass-border:#ffffff14;--glass-hover:#ffffff1a;--muted:#a1a1aa;--nav-height:64px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.011em;font-family:Exo,sans-serif;font-size:15px;font-weight:400;line-height:1.6;overflow-x:hidden}@media (max-width:768px){html,body{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}body{background-image:url(https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1200&q=80);background-position:50%;background-size:cover;background-attachment:fixed}body:before{content:"";z-index:-1;background:linear-gradient(#00000080,#000000d9);position:fixed;inset:0}}.grad-bg{background:radial-gradient(circle at 0 0,#121212,#000 70%)}.grad-text{background:linear-gradient(135deg, var(--accent), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.grad-btn{background:linear-gradient(135deg, var(--accent), var(--accent-secondary));color:#000;cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #ffb70033}.grad-btn:hover{transform:translateY(-1px);box-shadow:0 8px 25px #ffb70066}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:16px}@media (max-width:768px){.glass{-webkit-backdrop-filter:blur(80px)saturate(3.5);background:#ffffff08;border:1px solid #ffffff26;box-shadow:0 12px 64px #0009}}.glass-nav{-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--glass-border);z-index:1000;background:#030508a6;width:100%;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeIn}.container{max-width:1400px;margin:0 auto;padding:0 40px}@media (max-width:768px){.container{padding:0 20px}}.hero-grid{min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height);grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}a{color:inherit;text-decoration:none}
.Navbar-module__cJzEcG__navbar{height:var(--nav-height);-webkit-backdrop-filter:blur(24px);z-index:1000;background:#03050873;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:0 40px;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__mobileActionsLeft{display:none}@media (max-width:768px){.Navbar-module__cJzEcG__mobileActionsLeft{flex:1;justify-content:flex-start;display:flex}}.Navbar-module__cJzEcG__logoGroup{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__logo{color:#fff;align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImg{background:#000;border:1px solid #fff3;border-radius:50%;width:auto;height:32px;transition:all .4s cubic-bezier(.16,1,.3,1)}.Navbar-module__cJzEcG__navLinks{gap:32px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navLink{color:var(--muted);cursor:pointer;align-items:center;gap:4px;padding:8px 0;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navActive{color:#fff}.Navbar-module__cJzEcG__navItem{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__navChevron{opacity:.5;transition:transform .3s}.Navbar-module__cJzEcG__actions{align-items:center;gap:20px;display:flex}.Navbar-module__cJzEcG__socialIcons{gap:16px;display:flex}.Navbar-module__cJzEcG__socialIcon{color:#fff;opacity:.8;cursor:pointer;transition:all .3s}@media (max-width:768px){.Navbar-module__cJzEcG__socialIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;width:32px;height:32px;padding:6px}}.Navbar-module__cJzEcG__socialIcon:hover{color:var(--accent);opacity:1;transform:translateY(-2px)}.Navbar-module__cJzEcG__mobileMenuBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:none}.Navbar-module__cJzEcG__mobileMenuBtn:hover{border-color:var(--accent);background:#ffffff1a}@media (max-width:768px){.Navbar-module__cJzEcG__navbar{-webkit-backdrop-filter:none;background:0 0;border:none;height:auto;padding:20px 24px}.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__partnerBtn{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{color:#fff;cursor:pointer;background:0 0;border:none;width:auto;padding:10px;display:flex}.Navbar-module__cJzEcG__logoGroup{z-index:10;flex:1;justify-content:flex-start;position:relative}.Navbar-module__cJzEcG__actions{flex:2;justify-content:flex-end;gap:16px}.Navbar-module__cJzEcG__logoImg{border:1px solid #fff6;height:48px;box-shadow:0 10px 30px #00000080}.Navbar-module__cJzEcG__signInBtn{display:none!important}}.Navbar-module__cJzEcG__megaMenu{-webkit-backdrop-filter:blur(40px)saturate(1.8);z-index:1001;background:#0a0a0ad9;border:1px solid #ffffff1a;border-radius:24px;width:580px;margin-top:12px;padding:24px;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 40px 100px #0009}.Navbar-module__cJzEcG__megaGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.Navbar-module__cJzEcG__megaItem{border:1px solid #0000;border-radius:16px;align-items:flex-start;gap:16px;padding:16px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Navbar-module__cJzEcG__megaItem:hover{background:#ffffff08;border-color:#ffb70033;transform:translateY(-2px)}.Navbar-module__cJzEcG__megaIcon{width:44px;height:44px;color:var(--accent);background:#ffb7001a;border:1px solid #ffb7001a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.Navbar-module__cJzEcG__megaItem:hover .Navbar-module__cJzEcG__megaIcon{background:var(--accent);color:#000;box-shadow:0 0 20px #ffb7004d}.Navbar-module__cJzEcG__megaLabel{color:#fff;letter-spacing:-.3px;margin-bottom:4px;font-size:15px;font-weight:700}.Navbar-module__cJzEcG__megaDesc{color:var(--muted);font-size:12px;font-weight:400;line-height:1.5}.Navbar-module__cJzEcG__tourMegaMenu{background:var(--accent);z-index:1001;color:#000;border-radius:20px;width:900px;max-width:95vw;margin-top:12px;padding:24px;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 40px 80px #0006}.Navbar-module__cJzEcG__tourMegaGrid{grid-template-columns:repeat(5,1fr);gap:24px;display:grid}.Navbar-module__cJzEcG__tourColHeader{text-transform:uppercase;color:#00000080;letter-spacing:1px;margin-bottom:12px;font-size:13px;font-weight:800}.Navbar-module__cJzEcG__tourLinkList{flex-direction:column;gap:6px;display:flex}.Navbar-module__cJzEcG__tourLink{color:#000;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s}.Navbar-module__cJzEcG__tourLink:hover{opacity:.6}.Navbar-module__cJzEcG__accountWrapper{position:relative}.Navbar-module__cJzEcG__accountCard{cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Navbar-module__cJzEcG__userIcon{color:#fff}.Navbar-module__cJzEcG__dropdown{background:#0a0a0a;border:1px solid #ffffff1a;border-radius:20px;width:250px;padding:16px;position:absolute;top:60px;right:0;box-shadow:0 30px 60px #00000080}.Navbar-module__cJzEcG__dropdownName{margin-bottom:4px;font-weight:800}.Navbar-module__cJzEcG__dropdownEmail{color:var(--muted);margin-bottom:16px;font-size:12px}.Navbar-module__cJzEcG__dropdownLink,.Navbar-module__cJzEcG__logoutAction{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px;font-size:14px;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__cJzEcG__dropdownLink:hover,.Navbar-module__cJzEcG__logoutAction:hover{background:#ffffff0d}.Navbar-module__cJzEcG__mobileMenuOverlay{z-index:2000;background:#050505;flex-direction:column;padding:20px;display:flex;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileMenuHeader{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.Navbar-module__cJzEcG__closeBtn{color:#666;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:700;display:flex}.Navbar-module__cJzEcG__mobileNavLinks{flex-direction:column;flex:1;gap:16px;display:flex}.Navbar-module__cJzEcG__mobileNavLink{color:#aaa;letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:10px;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module__cJzEcG__mobileNavLink svg{color:var(--accent);width:16px;height:16px}.Navbar-module__cJzEcG__mobileNavGroup{flex-direction:column;display:flex}.Navbar-module__cJzEcG__mobileSubMenu{background:#ffffff05;border-radius:12px;flex-direction:column;gap:20px;margin-top:4px;margin-bottom:8px;padding:16px 0 16px 26px;display:flex}.Navbar-module__cJzEcG__mobileRegionGroup{flex-direction:column;display:flex}.Navbar-module__cJzEcG__mobileRegionLabel{color:#888;text-transform:uppercase;letter-spacing:1px;align-items:center;padding:8px 0;font-size:12px;font-weight:800;display:flex}.Navbar-module__cJzEcG__mobileRegionLinks{border-left:1px solid #ffb70033;flex-direction:column;gap:12px;margin-left:4px;padding:8px 0 16px 16px;display:flex}.Navbar-module__cJzEcG__mobileNestedLink{color:#fff;font-size:14px;font-weight:500;text-decoration:none}.Navbar-module__cJzEcG__mobileSubItem{align-items:flex-start;gap:14px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__mobileSubIcon{color:var(--accent);background:#ffb7001a;border-radius:10px;justify-content:center;align-items:center;padding:8px;display:flex}.Navbar-module__cJzEcG__mobileSubLabel{color:#fff;margin-bottom:2px;font-size:14px;font-weight:700}.Navbar-module__cJzEcG__mobileSubDesc{color:#666;font-size:11px;line-height:1.4}.Navbar-module__cJzEcG__mobileMenuFooter{border-top:1px solid #ffffff1a;padding-top:40px}.Navbar-module__cJzEcG__mobileAuthBtn{text-align:center;width:100%;padding:16px;font-size:16px;display:block}
.MobileNav-module__N8twRW__mobileNav{z-index:9999;background:0 0;padding:10px 10px 20px;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .5s;display:none;position:fixed;bottom:0;left:0;right:0}.MobileNav-module__N8twRW__isHidden{opacity:0;pointer-events:none;transition:transform .8s,opacity 5s;transform:translateY(120%)}@media (max-width:768px){.MobileNav-module__N8twRW__mobileNav{display:block}}.MobileNav-module__N8twRW__navContainer{-webkit-backdrop-filter:blur(25px)saturate(1.8);background:#0a0a0a66;border:1px solid #ffffff1a;border-radius:40px;justify-content:space-around;align-items:center;max-width:500px;margin:0 auto;padding:8px 12px;display:flex;position:relative;box-shadow:0 40px 100px #0009}.MobileNav-module__N8twRW__navLink{color:#888;flex-direction:column;flex:1;align-items:center;gap:4px;text-decoration:none;transition:all .3s;display:flex;position:relative}.MobileNav-module__N8twRW__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.MobileNav-module__N8twRW__active{color:var(--accent);transform:translateY(-4px)}.MobileNav-module__N8twRW__activeIndicator{z-index:-1;background:#ffb70033;border:1px solid #ffb7004d;border-radius:50%;position:absolute;inset:0}.MobileNav-module__N8twRW__label{text-transform:uppercase;letter-spacing:.5px;opacity:.8;font-size:10px;font-weight:700;transition:all .3s}.MobileNav-module__N8twRW__active .MobileNav-module__N8twRW__label{opacity:1;color:var(--accent)}.MobileNav-module__N8twRW__mobileNav:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(#0000,#000c);height:120px;position:absolute;bottom:0;left:0;right:0}
.Footer-module__S6Hkya__footer{-webkit-backdrop-filter:blur(40px);z-index:10;background:#0006;border-top:1px solid #ffffff0d;margin-top:80px;padding:80px 0 40px;position:relative}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:80px;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:24px;display:flex}.Footer-module__S6Hkya__logo{color:#fff;letter-spacing:2px;align-items:center;gap:12px;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoImg{border:1px solid #fff3;border-radius:50%;width:auto;height:32px;transition:all .4s cubic-bezier(.16,1,.3,1)}.Footer-module__S6Hkya__logoText{text-transform:uppercase;letter-spacing:2px;color:#fff;font-size:1.1rem;font-weight:800}@media (max-width:768px){.Footer-module__S6Hkya__logoImg{border:1px solid #fff6;height:48px;box-shadow:0 10px 30px #00000080}}.Footer-module__S6Hkya__brandDesc{color:var(--muted);font-size:14px;line-height:1.6}.Footer-module__S6Hkya__socials{gap:16px;display:flex}.Footer-module__S6Hkya__socialLink{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:var(--accent);color:#000;transform:translateY(-4px);box-shadow:0 10px 20px #ffb70033}.Footer-module__S6Hkya__colTitle{text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:24px;font-size:14px;font-weight:800}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__linkList a{color:var(--muted);font-size:14px;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__linkList a:hover{color:var(--accent)}.Footer-module__S6Hkya__contactCol{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__contactItem{color:var(--muted);align-items:center;gap:12px;font-size:14px;display:flex}.Footer-module__S6Hkya__contactItem svg{color:var(--accent)}.Footer-module__S6Hkya__bottom{color:var(--muted);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:40px;font-size:13px;display:flex}.Footer-module__S6Hkya__payments{gap:12px;display:flex}.Footer-module__S6Hkya__paymentIcon{color:#ffffff4d;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700}@media (max-width:1024px){.Footer-module__S6Hkya__footer{display:none}.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.Footer-module__S6Hkya__grid{text-align:center;grid-template-columns:1fr;gap:40px}.Footer-module__S6Hkya__logo,.Footer-module__S6Hkya__socials,.Footer-module__S6Hkya__contactItem{justify-content:center}.Footer-module__S6Hkya__bottom{flex-direction:column;gap:20px}}
