.Navbar-module__cJzEcG__header{z-index:1000;background-color:var(--bg-color);will-change:transform, top, width;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:100px;width:95%;max-width:1400px;padding-bottom:.5rem;transition:top .4s cubic-bezier(.16,1,.3,1),width .4s cubic-bezier(.16,1,.3,1),border-radius .4s cubic-bezier(.16,1,.3,1),background-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000001a}.Navbar-module__cJzEcG__scrolled{background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:100px;width:90%;top:.75rem;box-shadow:0 8px 32px #00000014}@media (min-width:992px){.Navbar-module__cJzEcG__scrolled{background-color:var(--bg-color);opacity:.9;-webkit-backdrop-filter:blur(12px)}}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__container{height:65px}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__logoImg{height:40px}.Navbar-module__cJzEcG__navbar{padding:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;height:80px;padding:0 2rem;transition:height .4s;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;display:flex}.Navbar-module__cJzEcG__logoLink{align-items:center;gap:1.5rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:auto;height:50px;transition:height .4s}.Navbar-module__cJzEcG__logoSeparator{background-color:var(--border-color);width:1px;height:30px}.Navbar-module__cJzEcG__navLinksWrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__miniNavDesktop{border-top:1px solid var(--border-color);justify-content:center;align-items:center;gap:2rem;width:100%;margin-top:.35rem;padding-top:.35rem;display:flex}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:clamp(.75rem,1.8vw,1.75rem);display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-color);font-size:.95rem;font-weight:700;font-family:var(--font-body);white-space:nowrap;padding-bottom:.2rem;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:#0ea5e9;border-radius:2px;width:0;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navLink:hover{color:#0ea5e9}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__activeNavLink{color:#0ea5e9}.Navbar-module__cJzEcG__activeNavLink:after{width:100%}.Navbar-module__cJzEcG__desktopActions{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__btnPrimary{color:#fff;background:#0f172a;border:2px solid #0000;border-radius:50px;align-items:center;padding:.75rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.Navbar-module__cJzEcG__btnPrimary:hover{background:#0ea5e9;transform:translateY(-2px)}.Navbar-module__cJzEcG__activeBtn{color:#fff;background:#0ea5e9}.Navbar-module__cJzEcG__mobileRightActions{align-items:center;gap:.5rem;display:none}.Navbar-module__cJzEcG__mobileThemeWrapper{align-items:center;display:flex}.Navbar-module__cJzEcG__hamburgerBtn{background:var(--bg-color);border:1px solid var(--border-color);cursor:pointer;z-index:1010;border-radius:12px;width:40px;height:40px;display:none;position:relative}.Navbar-module__cJzEcG__bar{background:var(--primary);border-radius:2px;width:20px;height:2px;transition:all .3s;position:absolute;left:10px}.Navbar-module__cJzEcG__bar:first-child{top:14px}.Navbar-module__cJzEcG__bar:nth-child(2){width:14px;top:19px}.Navbar-module__cJzEcG__bar:nth-child(3){top:24px}.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__bar:first-child{width:20px;transform:translateY(5px)rotate(45deg)}.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__bar:nth-child(2){opacity:0}.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__bar:nth-child(3){width:20px;transform:translateY(-5px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenuOverlay{z-index:950;background:#0f172ab3;animation:.3s Navbar-module__cJzEcG__fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes Navbar-module__cJzEcG__fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width:991px){.Navbar-module__cJzEcG__header{width:92%;transition:all .3s;top:.8rem}.Navbar-module__cJzEcG__container{padding:0 1.25rem;height:60px!important}.Navbar-module__cJzEcG__logoImg{height:38px}.Navbar-module__cJzEcG__headerOpen{background-color:var(--bg-color)!important;border-bottom:none!important;border-radius:20px 20px 0 0!important;box-shadow:0 10px 40px #0000001a!important}.Navbar-module__cJzEcG__navLinksWrapper{background:var(--bg-color);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:-1;border-top:none;border-radius:0 0 20px 20px;flex-direction:column;width:calc(100% + 2px);padding:.5rem 1.2rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:-1px;transform:translateY(0);box-shadow:0 15px 40px #0000001f}.Navbar-module__cJzEcG__mobileOpen{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cJzEcG__navLinks{background:0 0;flex-direction:column;gap:.5rem;width:100%}.Navbar-module__cJzEcG__navLink{text-align:left;border-radius:12px;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700}.Navbar-module__cJzEcG__navLink:after{display:none}.Navbar-module__cJzEcG__navLink:hover{background:var(--section-bg);box-shadow:none}.Navbar-module__cJzEcG__activeNavLink{background:var(--section-bg);box-shadow:none;color:var(--primary)}.Navbar-module__cJzEcG__mobileRightActions{display:flex}.Navbar-module__cJzEcG__hamburgerBtn{display:block}.Navbar-module__cJzEcG__desktopActions{display:none}.Navbar-module__cJzEcG__mobileActions{border-top:1px solid #0000000d;flex-direction:column;gap:.8rem;width:100%;margin-top:1rem;padding-top:1rem;display:flex}.Navbar-module__cJzEcG__mobileActions .Navbar-module__cJzEcG__btnPrimary{justify-content:center}}@media screen and (max-width:480px){.Navbar-module__cJzEcG__brandName{font-size:1.1rem}.Navbar-module__cJzEcG__container{padding:0 1rem}}.Navbar-module__cJzEcG__miniNavMobile{display:none}.Navbar-module__cJzEcG__miniContainer{scrollbar-width:none;justify-content:center;align-items:center;gap:2.5rem;width:100%;max-width:800px;margin:0 auto;padding:0 1.5rem;display:flex;overflow-x:auto}.Navbar-module__cJzEcG__miniContainer::-webkit-scrollbar{display:none}.Navbar-module__cJzEcG__miniLink{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding-bottom:2px;font-size:.78rem;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__cJzEcG__miniLink:hover,.Navbar-module__cJzEcG__activeMiniLink{color:#0ea5e9}.Navbar-module__cJzEcG__activeMiniLink:after{content:"";background:#0ea5e9;border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}@media screen and (max-width:991px){.Navbar-module__cJzEcG__header{border-radius:20px}.Navbar-module__cJzEcG__miniNavDesktop{display:none}.Navbar-module__cJzEcG__miniNavMobile{border-top:1px solid var(--border-color);padding:.3rem 0 .1rem;display:block}.Navbar-module__cJzEcG__miniContainer{-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:1rem;padding:0 1.2rem}.Navbar-module__cJzEcG__miniLink{letter-spacing:.02em;padding:.2rem 0;font-size:.65rem}}
.TourPackages-module__04ZUiG__pillarMain{background-color:var(--section-bg);min-height:100vh;color:var(--text-color)}.TourPackages-module__04ZUiG__hero{color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:440px;padding-top:clamp(175px,20vh,210px);padding-bottom:3.5rem;display:flex;position:relative;overflow:hidden}.TourPackages-module__04ZUiG__heroBg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.TourPackages-module__04ZUiG__heroOverlay{z-index:2;background:linear-gradient(#0003,#0009);position:absolute;top:0;bottom:0;left:0;right:0}.TourPackages-module__04ZUiG__heroContent{z-index:10;text-align:center;max-width:900px;padding:0 1.25rem;position:relative}.TourPackages-module__04ZUiG__heroTitle{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;margin-bottom:.75rem;font-size:clamp(1.8rem,4.5vw,2.6rem);font-weight:900;line-height:1.2}.TourPackages-module__04ZUiG__heroSubtitle{font-family:var(--font-hero-desc);opacity:.95;color:#ffffffe6;max-width:650px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.5}.TourPackages-module__04ZUiG__searchContainer{background:var(--bg-color);border-radius:12px;align-items:center;gap:8px;max-width:600px;margin:0 auto;padding:8px;display:flex;box-shadow:0 10px 25px #0000001a}.TourPackages-module__04ZUiG__searchInput{color:var(--text-color);border:none;outline:none;flex:1;padding:12px 16px;font-size:.95rem}.TourPackages-module__04ZUiG__searchBtn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;padding:12px 24px;font-weight:700;transition:background .2s}.TourPackages-module__04ZUiG__searchBtn:hover{background:#0284c7}.TourPackages-module__04ZUiG__mobileFilterBtn{background:var(--bg-color);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;border-radius:50px;align-items:center;gap:8px;margin:1rem 1rem 0;padding:10px 16px;font-weight:700;display:none;box-shadow:0 4px 12px #0000000d}.TourPackages-module__04ZUiG__mainContent{gap:2.5rem;max-width:1300px;margin:0 auto;padding:2rem 1.5rem;display:flex}.TourPackages-module__04ZUiG__sidebar{flex-shrink:0;width:280px}.TourPackages-module__04ZUiG__stickySidebar{max-height:calc(100vh - 120px);padding-right:4px;position:sticky;top:90px;overflow-y:auto}.TourPackages-module__04ZUiG__stickySidebar::-webkit-scrollbar{width:4px}.TourPackages-module__04ZUiG__stickySidebar::-webkit-scrollbar-track{background:0 0}.TourPackages-module__04ZUiG__stickySidebar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.TourPackages-module__04ZUiG__stickySidebar::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.TourPackages-module__04ZUiG__sidebarSection{background:var(--bg-color);border:1px solid #f1f5f9;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 4px 15px #00000008}.TourPackages-module__04ZUiG__sidebarTitle{color:var(--text-color);margin-bottom:1.25rem;font-size:1rem;font-weight:800}.TourPackages-module__04ZUiG__sidebarSearch{gap:8px;display:flex}.TourPackages-module__04ZUiG__sidebarInput{border:1px solid var(--border-color);border-radius:8px;outline:none;flex:1;width:100%;padding:8px 12px;font-size:.9rem}.TourPackages-module__04ZUiG__sidebarSearchBtn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;padding:8px 12px}.TourPackages-module__04ZUiG__sidebarList{margin:0;padding:0;list-style:none}.TourPackages-module__04ZUiG__sidebarItem{margin-bottom:.75rem}.TourPackages-module__04ZUiG__sidebarLink{color:var(--text-muted);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.TourPackages-module__04ZUiG__sidebarLink:hover,.TourPackages-module__04ZUiG__sidebarLink.TourPackages-module__04ZUiG__active{background:var(--section-bg);color:#0ea5e9}.TourPackages-module__04ZUiG__sidebarLink.TourPackages-module__04ZUiG__active{border-left:3px solid #0ea5e9;border-radius:4px 8px 8px 4px;font-weight:700}.TourPackages-module__04ZUiG__sidebarCount{background:var(--section-bg);color:var(--text-muted);border-radius:10px;padding:2px 8px;font-size:.75rem}.TourPackages-module__04ZUiG__explorationArea{flex:1;min-width:0}.TourPackages-module__04ZUiG__carouselContainer,.TourPackages-module__04ZUiG__styleGrid,.TourPackages-module__04ZUiG__inBetweenPromo{margin-bottom:4rem}@media (max-width:768px){.TourPackages-module__04ZUiG__carouselContainer,.TourPackages-module__04ZUiG__styleGrid,.TourPackages-module__04ZUiG__inBetweenPromo{margin-bottom:2.5rem}}.TourPackages-module__04ZUiG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.TourPackages-module__04ZUiG__sectionTitle{color:var(--text-color);letter-spacing:-.02em;font-size:1.6rem;font-weight:800}@media (max-width:768px){.TourPackages-module__04ZUiG__sectionTitle{font-size:1.2rem}}.TourPackages-module__04ZUiG__viewAll{color:#0ea5e9;font-size:.9rem;font-weight:700;text-decoration:none}.TourPackages-module__04ZUiG__carouselContainer{position:relative}.TourPackages-module__04ZUiG__carousel{scrollbar-width:none;-ms-overflow-style:none;gap:1.25rem;padding-bottom:1rem;display:flex;overflow-x:auto}.TourPackages-module__04ZUiG__carousel::-webkit-scrollbar{display:none}.TourPackages-module__04ZUiG__carouselItem{flex:0 0 280px}.TourPackages-module__04ZUiG__trustBanner{background:var(--bg-color);border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;gap:2rem;margin-bottom:2.5rem;padding:1rem;display:flex;box-shadow:0 4px 12px #00000005}.TourPackages-module__04ZUiG__trustItem{color:var(--text-muted);align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.TourPackages-module__04ZUiG__trustIcon{color:#0ea5e9;font-size:1.1rem}.TourPackages-module__04ZUiG__styleGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.TourPackages-module__04ZUiG__styleCard{border-radius:12px;justify-content:center;align-items:center;height:120px;text-decoration:none;transition:transform .2s;display:flex;position:relative;overflow:hidden}.TourPackages-module__04ZUiG__styleCard:hover{transform:translateY(-4px)}.TourPackages-module__04ZUiG__styleImg{object-fit:cover;z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.TourPackages-module__04ZUiG__styleOverlay{z-index:2;background:#0000004d;position:absolute;top:0;bottom:0;left:0;right:0}.TourPackages-module__04ZUiG__styleLabel{z-index:3;color:#fff;text-align:center;font-size:.95rem;font-weight:800;position:relative}.TourPackages-module__04ZUiG__seoPillarEnhanced{background:var(--section-bg);border:1px solid var(--border-color);border-radius:20px;margin-top:4rem;padding:3rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000005}.TourPackages-module__04ZUiG__seoPillarEnhanced:before{content:"";background:linear-gradient(90deg,#0ea5e9,#38bdf8);width:100%;height:4px;position:absolute;top:0;left:0}@media (max-width:768px){.TourPackages-module__04ZUiG__seoPillarEnhanced{margin-top:2rem;padding:1.5rem}}.TourPackages-module__04ZUiG__seoEnhancedTitle{color:var(--text-color);letter-spacing:-.02em;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:1.8rem;font-weight:800;display:flex}.TourPackages-module__04ZUiG__seoEnhancedContent{color:var(--text-muted);white-space:pre-line;font-size:1.05rem;line-height:1.8}.TourPackages-module__04ZUiG__seoEnhancedContent p{margin-bottom:1.25rem}.TourPackages-module__04ZUiG__seoEnhancedContent a{color:#0ea5e9;border-bottom:1px solid #0000;font-weight:500;text-decoration:none;transition:all .2s}.TourPackages-module__04ZUiG__seoEnhancedContent a:hover{color:#0284c7;border-bottom-color:#0284c7}.TourPackages-module__04ZUiG__mobileStickyNav{z-index:50;background:var(--bg-color);padding:12px 0;display:none;position:relative;box-shadow:0 4px 12px #00000014}.TourPackages-module__04ZUiG__chipScroll{scrollbar-width:none;gap:8px;padding:0 1rem;display:flex;overflow-x:auto}.TourPackages-module__04ZUiG__chipScroll::-webkit-scrollbar{display:none}.TourPackages-module__04ZUiG__chip{white-space:nowrap;background:var(--section-bg);color:var(--text-muted);border:1px solid var(--border-color);border-radius:50px;padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none}.TourPackages-module__04ZUiG__chip.TourPackages-module__04ZUiG__active{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.TourPackages-module__04ZUiG__mobileOnly{display:none}@media (max-width:991px){.TourPackages-module__04ZUiG__mobileOnly{display:block}.TourPackages-module__04ZUiG__sidebar{z-index:1000;background:var(--bg-color);width:85%;height:100%;transition:left .3s;display:block;position:fixed;top:0;left:-100%;box-shadow:10px 0 30px #0000001a}.TourPackages-module__04ZUiG__sidebarOpen{left:0}.TourPackages-module__04ZUiG__stickySidebar{height:100%;max-height:100%;padding:1.5rem 0 0;overflow-y:auto}.TourPackages-module__04ZUiG__sidebarSection{box-shadow:none;border:none;border-bottom:1px solid #f1f5f9;border-radius:0;margin-bottom:0}.TourPackages-module__04ZUiG__mobileFilterBtn{display:flex}.TourPackages-module__04ZUiG__drawerBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#00000080;position:fixed;top:0;bottom:0;left:0;right:0}.TourPackages-module__04ZUiG__drawerHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.TourPackages-module__04ZUiG__drawerHeader h3{margin:0;font-size:1.2rem;font-weight:800}.TourPackages-module__04ZUiG__closeBtn{background:var(--section-bg);cursor:pointer;width:32px;height:32px;color:var(--text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.TourPackages-module__04ZUiG__mobileStickyNav{display:block}.TourPackages-module__04ZUiG__mainContent{flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}.TourPackages-module__04ZUiG__mobileFilterBtn{margin:0 .5rem 1rem;display:flex}.TourPackages-module__04ZUiG__trustBanner{flex-wrap:wrap;justify-content:flex-start;gap:1rem}}@media (max-width:768px){.TourPackages-module__04ZUiG__hero{height:auto;min-height:auto;padding-top:140px;padding-bottom:3rem}}.TourPackages-module__04ZUiG__tourGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;display:grid}.TourPackages-module__04ZUiG__tourGrid a{flex:1!important;width:100%!important}@media (max-width:1200px){.TourPackages-module__04ZUiG__tourGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.TourPackages-module__04ZUiG__tourGrid{grid-template-columns:repeat(3,1fr);gap:8px}}@media (max-width:600px){.TourPackages-module__04ZUiG__mainContent{padding:1rem 4px}.TourPackages-module__04ZUiG__carousel{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.TourPackages-module__04ZUiG__tourGrid{grid-template-columns:repeat(3,1fr);gap:4px}}.TourPackages-module__04ZUiG__aboutSection{background:var(--card-bg,#fff);border:1px solid var(--border-color,#00000014);border-radius:16px;margin:2rem 0 3.5rem;padding:2.25rem 2rem;box-shadow:0 4px 20px #00000008}.TourPackages-module__04ZUiG__aboutBadge{color:#0284c7;background:#0ea5e91a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.85rem;font-weight:700;display:inline-flex}.TourPackages-module__04ZUiG__aboutTitle{font-family:var(--font-display,inherit);color:var(--text-color,#0f172a);margin-bottom:1rem;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:800;line-height:1.3}.TourPackages-module__04ZUiG__aboutLead{color:var(--text-color,#334155);text-align:left;margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.TourPackages-module__04ZUiG__aboutText{color:var(--text-muted,#64748b);text-align:left;margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.TourPackages-module__04ZUiG__howToChooseSection{background:var(--section-bg,#f8fafc);border-left:4px solid #0284c7;border-radius:12px;margin:1.5rem 0 2rem;padding:1.5rem 1.75rem}.TourPackages-module__04ZUiG__howToChooseTitle{color:var(--text-color,#0f172a);margin-bottom:.6rem;font-size:1.2rem;font-weight:700;line-height:1.4}.TourPackages-module__04ZUiG__howToChooseLead{color:var(--text-muted,#64748b);margin-bottom:.85rem;font-size:.95rem;line-height:1.6}.TourPackages-module__04ZUiG__howToChooseList{flex-direction:column;gap:.65rem;margin:0;padding-left:0;list-style:none;display:flex}.TourPackages-module__04ZUiG__howToChooseItem{color:var(--text-color,#334155);padding-left:1.5rem;font-size:.92rem;line-height:1.6;position:relative}.TourPackages-module__04ZUiG__howToChooseItem:before{content:"✓";color:#0284c7;font-size:.95rem;font-weight:800;position:absolute;top:0;left:0}.TourPackages-module__04ZUiG__howToChooseLink{color:var(--accent,#0284c7);text-underline-offset:2px;font-weight:600;text-decoration:underline}.TourPackages-module__04ZUiG__aboutGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.TourPackages-module__04ZUiG__aboutCard{background:var(--section-bg,#f8fafc);border:1px solid var(--border-color,#00000014);border-radius:12px;align-items:flex-start;gap:.75rem;padding:1.25rem 1rem;display:flex}.TourPackages-module__04ZUiG__aboutCardIcon{flex-shrink:0;font-size:1.6rem;line-height:1}.TourPackages-module__04ZUiG__aboutCardTitle{color:var(--text-color,#0f172a);margin-bottom:.35rem;font-size:.95rem;font-weight:700}.TourPackages-module__04ZUiG__aboutCardDesc{color:var(--text-muted,#64748b);font-size:.85rem;line-height:1.5}.TourPackages-module__04ZUiG__carouselSubtitle{color:var(--text-muted,#64748b);max-width:780px;margin-top:.35rem;font-size:.92rem;line-height:1.5}.TourPackages-module__04ZUiG__comparisonSection{background:var(--card-bg,#fff);border:1px solid var(--border-color,#00000014);border-radius:16px;margin:3.5rem 0 2rem;padding:2.25rem 2rem;box-shadow:0 4px 20px #00000008}.TourPackages-module__04ZUiG__comparisonHeader{text-align:center;max-width:700px;margin:0 auto 2rem}.TourPackages-module__04ZUiG__comparisonTitle{font-family:var(--font-display,inherit);color:var(--text-color,#0f172a);margin-bottom:.5rem;font-size:clamp(1.3rem,2.3vw,1.8rem);font-weight:800}.TourPackages-module__04ZUiG__comparisonSubtitle{color:var(--text-muted,#64748b);font-size:.95rem;line-height:1.6}.TourPackages-module__04ZUiG__scrollHint{color:#0284c7;background:#0ea5e91a;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .85rem;font-size:.82rem;font-weight:600;display:inline-flex}@media (min-width:769px){.TourPackages-module__04ZUiG__scrollHint{display:none}}.TourPackages-module__04ZUiG__comparisonTableWrap{-webkit-overflow-scrolling:touch;border:1px solid var(--border-color,#00000014);border-radius:12px;overflow-x:auto}.TourPackages-module__04ZUiG__comparisonTable{border-collapse:collapse;text-align:left;width:100%;min-width:620px;font-size:.92rem}.TourPackages-module__04ZUiG__comparisonTable th{background:var(--section-bg,#f1f5f9);color:var(--text-color,#0f172a);border-bottom:2px solid var(--border-color,#0000001a);padding:1rem 1.25rem;font-weight:700}.TourPackages-module__04ZUiG__comparisonTable td{border-bottom:1px solid var(--border-color,#0000000f);color:var(--text-color,#334155);padding:1rem 1.25rem}.TourPackages-module__04ZUiG__comparisonTable tr:hover td{background:#0ea5e90d}.TourPackages-module__04ZUiG__featuredCol{font-weight:600;color:#0284c7!important;background:#0ea5e91a!important}.TourPackages-module__04ZUiG__comparisonCta{text-align:center;background:var(--section-bg,#f8fafc);border:1px solid var(--border-color,#0000000d);color:var(--text-color,#334155);border-radius:10px;margin-top:1.5rem;padding:1.25rem;font-size:.95rem}.TourPackages-module__04ZUiG__comparisonLink{color:#0284c7;text-underline-offset:3px;font-weight:700;text-decoration:underline}.TourPackages-module__04ZUiG__scrollHintContainer{text-align:center;margin-bottom:.5rem}.TourPackages-module__04ZUiG__noFlightSection{background:var(--card-bg,#fff);border:1px solid var(--border-color,#00000014);border-radius:16px;margin:3.5rem 0 2rem;padding:2.25rem 2rem;box-shadow:0 4px 20px #00000008}.TourPackages-module__04ZUiG__noFlightBadge{color:#0284c7;background:#0ea5e91a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.85rem;font-weight:700;display:inline-flex}.TourPackages-module__04ZUiG__noFlightTitle{font-family:var(--font-display,inherit);color:var(--text-color,#0f172a);margin-bottom:1rem;font-size:clamp(1.3rem,2.2vw,1.75rem);font-weight:800;line-height:1.3}.TourPackages-module__04ZUiG__noFlightLead{color:var(--text-color,#334155);text-align:left;margin-bottom:.75rem;font-size:1rem;line-height:1.7}.TourPackages-module__04ZUiG__noFlightText{color:var(--text-muted,#64748b);text-align:left;margin:0;font-size:.95rem;line-height:1.7}.TourPackages-module__04ZUiG__reciprocalBanner{color:#fff;text-align:center;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);border-radius:16px;margin:3.5rem 0 2rem;padding:2.5rem 2rem;box-shadow:0 10px 25px #0284c733}.TourPackages-module__04ZUiG__reciprocalTitle{color:#fff;margin-bottom:.75rem;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:800}.TourPackages-module__04ZUiG__reciprocalDesc{opacity:.95;color:#f0f9ff;max-width:640px;margin:0 auto 1.5rem;font-size:.98rem;line-height:1.6}.TourPackages-module__04ZUiG__reciprocalBtn{color:#0369a1;background:#fff;border-radius:9999px;padding:.85rem 1.85rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 14px #0000001a}.TourPackages-module__04ZUiG__reciprocalBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000002e}.TourPackages-module__04ZUiG__faqWrapper{margin-top:3.5rem}@media (max-width:768px){.TourPackages-module__04ZUiG__aboutSection,.TourPackages-module__04ZUiG__comparisonSection,.TourPackages-module__04ZUiG__noFlightSection,.TourPackages-module__04ZUiG__reciprocalBanner{padding:1.5rem 1.25rem}}.TourPackages-module__04ZUiG__durationSection{margin:3rem 0}.TourPackages-module__04ZUiG__durationGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.TourPackages-module__04ZUiG__durationCard{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e2e8f0);color:inherit;border-radius:14px;align-items:flex-start;gap:1.2rem;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 4px 12px #00000008}.TourPackages-module__04ZUiG__durationCard:hover{border-color:#0ea5e9;transform:translateY(-3px);box-shadow:0 10px 22px #00000014}.TourPackages-module__04ZUiG__durationIcon{background:#f0f9ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:2rem;display:flex}.TourPackages-module__04ZUiG__durationContent{flex:1}.TourPackages-module__04ZUiG__durationTitle{color:var(--text-color,#0f172a);margin-bottom:.25rem;font-size:1.12rem;font-weight:800}.TourPackages-module__04ZUiG__durationTime{color:#0ea5e9;background:#e0f2fe;border-radius:6px;margin-bottom:.5rem;padding:2px 8px;font-size:.78rem;font-weight:700;display:inline-block}.TourPackages-module__04ZUiG__durationDesc{color:var(--text-muted,#64748b);margin:0;font-size:.88rem;line-height:1.5}.TourPackages-module__04ZUiG__halfDayPromoBanner{color:#fff;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 1.75rem;display:flex;box-shadow:0 4px 15px #0284c72e}.TourPackages-module__04ZUiG__halfDayPromoText h3{color:#fff;margin-bottom:.35rem;font-size:1.18rem;font-weight:800}.TourPackages-module__04ZUiG__halfDayPromoText p{color:#f0f9ff;max-width:640px;margin:0;font-size:.92rem;line-height:1.5}.TourPackages-module__04ZUiG__halfDayPromoBtn{color:#0369a1;white-space:nowrap;background:#fff;border-radius:9999px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 2px 8px #0000001a}.TourPackages-module__04ZUiG__halfDayPromoBtn:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000026}
.DestinationAttractions-module__WroWZW__attractionsContainer{margin:3.5rem 0 2rem;padding-top:1rem}.DestinationAttractions-module__WroWZW__sectionHeader{text-align:left;margin-bottom:2rem}.DestinationAttractions-module__WroWZW__sectionTitle{font-family:var(--font-display,inherit);color:var(--text-color,#0f172a);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.DestinationAttractions-module__WroWZW__sectionSubtitle{color:var(--text-muted,#64748b);max-width:720px;font-size:1rem;line-height:1.6}.DestinationAttractions-module__WroWZW__attractionsGrid{flex-direction:column;gap:2rem;display:flex}.DestinationAttractions-module__WroWZW__attractionCard{background:var(--bg-color,#fff);border:1px solid #e2e8f0e6;border-radius:16px;padding:2rem;scroll-margin-top:100px;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 4px 20px #0000000a}.DestinationAttractions-module__WroWZW__attractionCard:hover{border-color:#0284c74d;box-shadow:0 8px 30px #0284c714}.DestinationAttractions-module__WroWZW__cardTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.DestinationAttractions-module__WroWZW__attractionBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.DestinationAttractions-module__WroWZW__badgePrimary{color:#0284c7;background:#0284c71a;border:1px solid #0284c740}.DestinationAttractions-module__WroWZW__badgeSecondary{color:#059669;background:#10b9811a;border:1px solid #10b98140}.DestinationAttractions-module__WroWZW__anchorLink{color:var(--text-muted,#64748b);align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.DestinationAttractions-module__WroWZW__anchorLink:hover{color:#0284c7}.DestinationAttractions-module__WroWZW__attractionName{color:var(--text-color,#0f172a);margin-bottom:1rem;font-size:clamp(1.25rem,2.2vw,1.65rem);font-weight:800;line-height:1.3}.DestinationAttractions-module__WroWZW__metaInfoRow{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}.DestinationAttractions-module__WroWZW__metaBox{background:#f1f5f999;border:1px solid #e2e8f0cc;border-radius:10px;align-items:flex-start;gap:.65rem;padding:.75rem 1rem;display:flex}.DestinationAttractions-module__WroWZW__metaIcon{flex-shrink:0;margin-top:.1rem;font-size:1.15rem;line-height:1}.DestinationAttractions-module__WroWZW__metaContent{flex-direction:column;display:flex}.DestinationAttractions-module__WroWZW__metaLabel{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem;font-size:.75rem;font-weight:700}.DestinationAttractions-module__WroWZW__metaValue{color:var(--text-color,#1e293b);font-size:.9rem;font-weight:600;line-height:1.4}.DestinationAttractions-module__WroWZW__attractionDescription{color:#334155;text-align:justify;margin-bottom:1.5rem;font-size:.95rem;line-height:1.75}.DestinationAttractions-module__WroWZW__highlightsBox{background:#f8fafc;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.DestinationAttractions-module__WroWZW__highlightsTitle{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:flex}.DestinationAttractions-module__WroWZW__highlightsList{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.DestinationAttractions-module__WroWZW__highlightItem{color:#475569;align-items:center;gap:.5rem;font-size:.88rem;line-height:1.4;display:flex}.DestinationAttractions-module__WroWZW__checkIcon{color:#10b981;flex-shrink:0;font-size:.95rem;font-weight:800}.DestinationAttractions-module__WroWZW__ctaRow{border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.85rem;padding-top:1.25rem;display:flex}.DestinationAttractions-module__WroWZW__ctaBtn{color:#fff;background:#0284c7;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.DestinationAttractions-module__WroWZW__ctaBtn:hover{background:#0369a1;transform:translateY(-1px)}@media (max-width:768px){.DestinationAttractions-module__WroWZW__attractionCard{padding:1.5rem 1.25rem}.DestinationAttractions-module__WroWZW__metaInfoRow,.DestinationAttractions-module__WroWZW__highlightsList{grid-template-columns:1fr}}
.FAQ-module__V8_xEa__faqSection{background-color:var(--section-bg);padding:5rem 1.5rem}.FAQ-module__V8_xEa__container{max-width:900px;margin:0 auto}.FAQ-module__V8_xEa__header{text-align:center;margin-bottom:3.5rem}.FAQ-module__V8_xEa__title{font-family:var(--font-inter);color:var(--text-color);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.FAQ-module__V8_xEa__subtitle{color:var(--text-muted);font-size:1.125rem}.FAQ-module__V8_xEa__faqList{flex-direction:column;gap:1.25rem;display:flex}.FAQ-module__V8_xEa__faqItem{background:var(--bg-color);border:1px solid var(--border-color);border-radius:12px;transition:all .3s;overflow:hidden}.FAQ-module__V8_xEa__faqItem:hover{border-color:#0284c7;box-shadow:0 4px 12px #0000000d}.FAQ-module__V8_xEa__details[open] .FAQ-module__V8_xEa__faqItem{border-color:#0284c7}.FAQ-module__V8_xEa__summary{cursor:pointer;color:var(--text-color);justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;list-style:none;display:flex}.FAQ-module__V8_xEa__summary::-webkit-details-marker{display:none}.FAQ-module__V8_xEa__icon{color:#0284c7;flex-shrink:0;width:20px;height:20px;transition:transform .3s}.FAQ-module__V8_xEa__details[open] .FAQ-module__V8_xEa__icon{transform:rotate(180deg)}.FAQ-module__V8_xEa__answer{color:var(--text-muted);padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.6}@media (max-width:768px){.FAQ-module__V8_xEa__faqSection{padding:3.5rem 1rem}.FAQ-module__V8_xEa__title{font-size:1.75rem}.FAQ-module__V8_xEa__summary{padding:1.25rem;font-size:1rem}}
.HomepageModules-module__OR7KyG__intro_section{background:var(--bg-color,#fff);border-bottom:1px solid var(--border-color,#0000000f);padding:3rem 1.25rem 2rem}.HomepageModules-module__OR7KyG__intro_container{text-align:center;max-width:980px;margin:0 auto}.HomepageModules-module__OR7KyG__intro_badge{color:#0284c7;background:#0ea5e91a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .85rem;font-size:.85rem;font-weight:700;display:inline-flex}.HomepageModules-module__OR7KyG__intro_heading{font-family:var(--font-display,inherit);color:var(--text-color,#0f172a);margin-bottom:1.25rem;font-size:clamp(1.4rem,3vw,2.1rem);font-weight:800;line-height:1.3}.HomepageModules-module__OR7KyG__intro_lead{color:var(--text-color,#334155);text-align:justify;margin-bottom:1rem;font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.7}.HomepageModules-module__OR7KyG__intro_body{color:var(--text-muted,#64748b);text-align:justify;margin-bottom:1.75rem;font-size:.96rem;line-height:1.7}.HomepageModules-module__OR7KyG__intro_link{color:#0284c7;text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:color .2s}.HomepageModules-module__OR7KyG__intro_link:hover{color:#0369a1}.HomepageModules-module__OR7KyG__intro_features{border-top:1px dashed var(--border-color,#0000001a);flex-wrap:wrap;justify-content:center;gap:1.25rem;padding-top:1rem;display:flex}.HomepageModules-module__OR7KyG__intro_featureItem{color:var(--text-color,#334155);align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.HomepageModules-module__OR7KyG__intro_featureIcon{font-size:1.1rem}.HomepageModules-module__OR7KyG__hero{background:#0f172a;flex-direction:column;justify-content:center;min-height:520px;padding-top:100px;display:flex;position:relative;overflow:hidden}.HomepageModules-module__OR7KyG__hero_bgWrapper{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.HomepageModules-module__OR7KyG__hero_bgWrapper picture{width:100%;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.HomepageModules-module__OR7KyG__hero_bgImage{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block}.HomepageModules-module__OR7KyG__hero_overlay{background:linear-gradient(105deg,#0f172ad1 0%,#0f172aa6 55%,#0f172a4d 100%);position:absolute;top:0;bottom:0;left:0;right:0}.HomepageModules-module__OR7KyG__hero_content{z-index:2;grid-template-columns:1fr 380px;align-items:center;gap:2.5rem;width:100%;max-width:1280px;margin:0 auto;padding:60px 1.5rem 80px;display:grid;position:relative}.HomepageModules-module__OR7KyG__hero_textBlock{color:#fff}.HomepageModules-module__OR7KyG__hero_labelChip{color:#7dd3fc;letter-spacing:.05em;background:#0ea5e940;border:1px solid #0ea5e980;border-radius:20px;align-items:center;gap:6px;margin-bottom:1rem;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.HomepageModules-module__OR7KyG__hero_heading{color:#fff;font-size:2.6rem;font-weight:900;line-height:1.15;font-family:var(--font-heading);letter-spacing:-.01em;margin:0 0 .5rem}.HomepageModules-module__OR7KyG__hero_headingAccent{color:#38bdf8}.HomepageModules-module__OR7KyG__hero_sub{color:#ffffffc7;margin:0 0 1rem;font-size:1rem;line-height:1.5}.HomepageModules-module__OR7KyG__hero_subLink{color:#7dd3fc;text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:color .2s}.HomepageModules-module__OR7KyG__hero_subLink:hover{color:#38bdf8}.HomepageModules-module__OR7KyG__hero_trustRow{color:#fffc;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:1.4rem;font-size:.82rem;font-weight:500;display:flex}.HomepageModules-module__OR7KyG__hero_trustDivider{color:#ffffff59}.HomepageModules-module__OR7KyG__hero_ctaRow{flex-wrap:wrap;gap:12px;margin-bottom:1.5rem;display:flex}.HomepageModules-module__OR7KyG__hero_ctaPrimary{color:#fff;background:#0ea5e9;border-radius:8px;align-items:center;gap:6px;padding:12px 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex;box-shadow:0 4px 16px #0ea5e966}.HomepageModules-module__OR7KyG__hero_ctaPrimary:hover{background:#0284c7;transform:translateY(-2px)}.HomepageModules-module__OR7KyG__hero_ctaSecondary{color:#fff;background:#ffffff2e;border:1.5px solid #ffffff80;border-radius:8px;align-items:center;gap:6px;padding:12px 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.HomepageModules-module__OR7KyG__hero_ctaSecondary:hover{background:#ffffff38;transform:translateY(-2px)}.HomepageModules-module__OR7KyG__hero_chipsLabel{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:.72rem;font-weight:600}.HomepageModules-module__OR7KyG__hero_chips{flex-wrap:wrap;gap:8px;display:flex}.HomepageModules-module__OR7KyG__hero_chip{color:#ffffffe0;background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;padding:5px 14px;font-size:.78rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s;display:inline-block}.HomepageModules-module__OR7KyG__hero_chip:hover{color:#fff;background:#fff3;border-color:#ffffff80}.HomepageModules-module__OR7KyG__hero_searchCard{background:var(--bg-color);border-radius:16px;padding:24px 20px;box-shadow:0 16px 48px #0003}.HomepageModules-module__OR7KyG__hero_searchTitle{color:var(--text-color);font-size:1rem;font-weight:800;font-family:var(--font-heading);margin-bottom:16px}.HomepageModules-module__OR7KyG__hero_searchForm{flex-direction:column;gap:10px;display:flex}.HomepageModules-module__OR7KyG__hero_searchField{background:var(--section-bg);border:1.5px solid var(--border-color);border-radius:8px;align-items:center;gap:8px;padding:10px 12px;transition:border-color .2s;display:flex}.HomepageModules-module__OR7KyG__hero_searchField:focus-within{border-color:#0ea5e9}.HomepageModules-module__OR7KyG__hero_fieldIcon{flex-shrink:0;font-size:1rem}.HomepageModules-module__OR7KyG__hero_fieldInput,.HomepageModules-module__OR7KyG__hero_fieldSelect{color:var(--text-color);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:.88rem}.HomepageModules-module__OR7KyG__hero_searchBtn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;width:100%;margin-top:4px;padding:12px;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .2s}.HomepageModules-module__OR7KyG__hero_searchBtn:hover{background:#0284c7}.HomepageModules-module__OR7KyG__hero_searchHint{text-align:center;color:#94a3b8;margin-top:10px;font-size:.72rem}.HomepageModules-module__OR7KyG__hero_wave{z-index:3;width:100%;line-height:0;position:absolute;bottom:-2px;left:0}.HomepageModules-module__OR7KyG__hero_wave svg{width:100%;height:50px;display:block}@media (max-width:1024px){.HomepageModules-module__OR7KyG__hero_content{grid-template-columns:1fr;padding:50px 1.5rem 70px}.HomepageModules-module__OR7KyG__hero_searchCard{max-width:480px}}@media (max-width:768px){.HomepageModules-module__OR7KyG__hero{min-height:420px;padding-top:135px}.HomepageModules-module__OR7KyG__hero_content{padding:30px 1rem 60px}.HomepageModules-module__OR7KyG__hero_heading{font-size:1.8rem}.HomepageModules-module__OR7KyG__hero_ctaRow{flex-direction:column;gap:10px}.HomepageModules-module__OR7KyG__hero_ctaPrimary,.HomepageModules-module__OR7KyG__hero_ctaSecondary{justify-content:center;width:100%;padding:13px 20px}}@media (max-width:480px){.HomepageModules-module__OR7KyG__hero_heading{font-size:1.55rem}.HomepageModules-module__OR7KyG__hero_searchCard{display:none}}.HomepageModules-module__OR7KyG__nav_wrapper{background:var(--bg-color);border-bottom:1px solid var(--border-color);z-index:40;transition:background-color .3s,box-shadow .3s;top:90px}.HomepageModules-module__OR7KyG__nav_container{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:4px;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;overflow-x:auto}.HomepageModules-module__OR7KyG__nav_container::-webkit-scrollbar{display:none}.HomepageModules-module__OR7KyG__nav_tab{color:var(--text-muted);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2.5px solid #0000;flex-shrink:0;padding:14px 18px;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.HomepageModules-module__OR7KyG__nav_tab:hover{color:#0ea5e9}.HomepageModules-module__OR7KyG__nav_activeTab{color:#0ea5e9;border-bottom-color:#0ea5e9;font-weight:700}@media (max-width:768px){.HomepageModules-module__OR7KyG__nav_wrapper{top:70px}.HomepageModules-module__OR7KyG__nav_tab{padding:12px 14px;font-size:.82rem}}.HomepageModules-module__OR7KyG__trust_strip{background:var(--section-bg);border-bottom:1px solid var(--border-color);padding:14px 0}.HomepageModules-module__OR7KyG__trust_inner{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.HomepageModules-module__OR7KyG__trust_item{align-items:center;gap:10px;display:flex}.HomepageModules-module__OR7KyG__trust_icon{font-size:1.3rem}.HomepageModules-module__OR7KyG__trust_text{flex-direction:column;display:flex}.HomepageModules-module__OR7KyG__trust_value{color:#0369a1;font-size:.88rem;font-weight:800;line-height:1.1}.HomepageModules-module__OR7KyG__trust_label{color:var(--text-muted);font-size:.72rem;line-height:1.2}@media (max-width:640px){.HomepageModules-module__OR7KyG__trust_inner{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:1rem 1.5rem;padding-bottom:4px;overflow-x:auto}.HomepageModules-module__OR7KyG__trust_inner::-webkit-scrollbar{display:none}.HomepageModules-module__OR7KyG__trust_item{flex-shrink:0}}.HomepageModules-module__OR7KyG__carousel_section{background:var(--section-bg);padding:3rem 0}.HomepageModules-module__OR7KyG__carousel_sectionAlt{background:var(--bg-color)}.HomepageModules-module__OR7KyG__carousel_container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.HomepageModules-module__OR7KyG__carousel_header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.HomepageModules-module__OR7KyG__carousel_title{color:var(--text-color);font-size:1.4rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.01em;margin:0 0 4px}.HomepageModules-module__OR7KyG__carousel_subtitle{color:var(--text-muted);margin:0;font-size:.85rem}.HomepageModules-module__OR7KyG__carousel_viewAll{color:#0ea5e9;white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;font-size:.85rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.HomepageModules-module__OR7KyG__carousel_viewAll:hover{opacity:.75}.HomepageModules-module__OR7KyG__carousel_wrapper{position:relative}.HomepageModules-module__OR7KyG__carousel_track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.HomepageModules-module__OR7KyG__carousel_track::-webkit-scrollbar{display:none}.HomepageModules-module__OR7KyG__carousel_nav{background:var(--bg-color);border:1.5px solid var(--border-color);width:40px;height:40px;color:var(--text-color);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.4rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.HomepageModules-module__OR7KyG__carousel_nav:hover{color:#fff;background:#0ea5e9;border-color:#0ea5e9;transform:translateY(-50%)scale(1.05)}.HomepageModules-module__OR7KyG__carousel_prev{left:-20px}.HomepageModules-module__OR7KyG__carousel_next{right:-20px}@media (max-width:1024px){.HomepageModules-module__OR7KyG__carousel_prev{left:0}.HomepageModules-module__OR7KyG__carousel_next{right:0}}@media (max-width:768px){.HomepageModules-module__OR7KyG__carousel_section{padding:2rem 0}.HomepageModules-module__OR7KyG__carousel_title{font-size:1.2rem}.HomepageModules-module__OR7KyG__carousel_nav{display:none}.HomepageModules-module__OR7KyG__carousel_header{margin-bottom:1rem}}.HomepageModules-module__OR7KyG__activity_section{background-color:var(--bg-color);padding:3rem 0}.HomepageModules-module__OR7KyG__activity_container{width:95%;max-width:1400px;margin:0 auto}.HomepageModules-module__OR7KyG__activity_header{text-align:center;margin-bottom:2.5rem}.HomepageModules-module__OR7KyG__activity_title{font-family:var(--font-heading);color:var(--text-color);letter-spacing:.1em;margin:0;font-size:2.2rem;font-weight:800}.HomepageModules-module__OR7KyG__activity_greenText{color:#065f46}.HomepageModules-module__OR7KyG__activity_carouselWrapper{width:100%;position:relative}.HomepageModules-module__OR7KyG__activity_scrollContainer{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:30px;padding:0 10px 4rem;display:flex;overflow-x:auto}.HomepageModules-module__OR7KyG__activity_scrollContainer::-webkit-scrollbar{display:none}.HomepageModules-module__OR7KyG__activity_navButton{color:#fff;cursor:pointer;z-index:100;background-color:#333;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;padding:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:40%;transform:translateY(-50%);box-shadow:0 4px 12px #0003}.HomepageModules-module__OR7KyG__activity_navButton svg{stroke-width:4px;width:18px;height:18px}.HomepageModules-module__OR7KyG__activity_prevButton{left:-25px}.HomepageModules-module__OR7KyG__activity_nextButton{right:-25px}.HomepageModules-module__OR7KyG__activity_navButton:hover:not(:disabled){background-color:#1a1a1a;transform:translateY(-50%)scale(1.1)}.HomepageModules-module__OR7KyG__activity_card{aspect-ratio:3/4;scroll-snap-align:start;border-radius:40px;flex:0 0 calc(33.333% - 20px);transition:transform .3s;display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.HomepageModules-module__OR7KyG__activity_card:hover{transform:translateY(-10px)}.HomepageModules-module__OR7KyG__activity_cardImageWrapper{width:100%;height:100%;position:relative}.HomepageModules-module__OR7KyG__activity_actualImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.HomepageModules-module__OR7KyG__activity_overlay{z-index:1;background:linear-gradient(#0000 40%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HomepageModules-module__OR7KyG__activity_cardContent{z-index:10;text-align:center;color:#fff;width:100%;padding:1.5rem;position:absolute;bottom:0;left:0}.HomepageModules-module__OR7KyG__activity_cardTitle{font-family:var(--font-heading);color:#4ade80;text-shadow:0 2px 10px #00000080;letter-spacing:.02em;margin-bottom:.2rem;font-size:1.25rem;font-weight:900}.HomepageModules-module__OR7KyG__activity_priceInfo{font-family:var(--font-ui);justify-content:center;align-items:baseline;gap:.4rem;margin-bottom:1rem;display:flex}.HomepageModules-module__OR7KyG__activity_fromText{opacity:.9;font-size:.65rem;font-weight:700}.HomepageModules-module__OR7KyG__activity_price{color:#fff;font-size:1.2rem;font-weight:900}.HomepageModules-module__OR7KyG__activity_perPax{opacity:.9;font-size:.65rem;font-weight:700}.HomepageModules-module__OR7KyG__activity_exploreMore{font-family:var(--font-ui);letter-spacing:.05em;border-top:1px solid #fff6;justify-content:center;align-items:center;gap:.5rem;width:75%;margin:0 auto;padding-top:.8rem;font-size:.8rem;font-weight:800;display:flex}.HomepageModules-module__OR7KyG__activity_arrowCircle{width:20px;height:20px;color:var(--text-color);background-color:#4ade80;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}@media screen and (max-width:1200px){.HomepageModules-module__OR7KyG__activity_prevButton{left:0}.HomepageModules-module__OR7KyG__activity_nextButton{right:0}}@media screen and (max-width:1024px){.HomepageModules-module__OR7KyG__activity_navButton{display:none}.HomepageModules-module__OR7KyG__activity_card{flex:0 0 calc(50% - 15px)}}@media screen and (max-width:768px){.HomepageModules-module__OR7KyG__activity_title{font-size:1.6rem}.HomepageModules-module__OR7KyG__activity_cardTitle{font-size:1.15rem}.HomepageModules-module__OR7KyG__activity_card{flex:0 0 100%}}.HomepageModules-module__OR7KyG__transfer_section{background:var(--bg-color);padding:3rem 0}.HomepageModules-module__OR7KyG__transfer_container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.HomepageModules-module__OR7KyG__transfer_header{margin-bottom:1.5rem}.HomepageModules-module__OR7KyG__transfer_title{color:var(--text-color);font-size:1.4rem;font-weight:800;font-family:var(--font-heading);margin:0 0 4px}.HomepageModules-module__OR7KyG__transfer_subtitle{color:var(--text-muted);margin:0;font-size:.85rem}.HomepageModules-module__OR7KyG__transfer_grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.HomepageModules-module__OR7KyG__transfer_card{border:1.5px solid var(--border-color);color:inherit;background:var(--bg-color);border-radius:14px;flex-direction:column;padding:20px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.HomepageModules-module__OR7KyG__transfer_card:hover{border-color:#0ea5e9;transform:translateY(-3px);box-shadow:0 8px 24px #0ea5e91a}.HomepageModules-module__OR7KyG__transfer_cardIcon{margin-bottom:10px;font-size:2rem}.HomepageModules-module__OR7KyG__transfer_cardTitle{color:var(--text-color);font-size:1rem;font-weight:800;font-family:var(--font-heading);margin:0 0 6px}.HomepageModules-module__OR7KyG__transfer_cardDesc{color:var(--text-muted);flex:1;margin:0 0 auto;font-size:.82rem;line-height:1.5}.HomepageModules-module__OR7KyG__transfer_cardFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;display:flex}.HomepageModules-module__OR7KyG__transfer_price,.HomepageModules-module__OR7KyG__transfer_cta{color:#0ea5e9;font-size:.78rem;font-weight:700}@media (max-width:768px){.HomepageModules-module__OR7KyG__transfer_grid{grid-template-columns:1fr;gap:12px}}@media (max-width:480px){.HomepageModules-module__OR7KyG__transfer_section{padding:2rem 0}}.HomepageModules-module__OR7KyG__reviews_section{background:var(--bg-color);padding:3rem 0}.HomepageModules-module__OR7KyG__reviews_container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.HomepageModules-module__OR7KyG__reviews_header{flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.HomepageModules-module__OR7KyG__reviews_ratingBlock{flex-shrink:0;align-items:center;gap:12px;display:flex}.HomepageModules-module__OR7KyG__reviews_googleBadge{color:#fff;background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;font-weight:900;display:flex}.HomepageModules-module__OR7KyG__reviews_ratingScore{color:var(--text-color);font-size:1.8rem;font-weight:900;line-height:1}.HomepageModules-module__OR7KyG__reviews_stars{color:#f59e0b;letter-spacing:1px;margin:2px 0;font-size:.9rem}.HomepageModules-module__OR7KyG__reviews_ratingCount{color:var(--text-muted);font-size:.75rem}.HomepageModules-module__OR7KyG__reviews_headerText{flex:1}.HomepageModules-module__OR7KyG__reviews_title{color:var(--text-color);font-size:1.4rem;font-weight:800;font-family:var(--font-heading);margin:0 0 4px}.HomepageModules-module__OR7KyG__reviews_subtitle{color:var(--text-muted);margin:0;font-size:.85rem}.HomepageModules-module__OR7KyG__reviews_grid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:16px;padding:10px 4px 2rem;display:flex;overflow-x:auto}.HomepageModules-module__OR7KyG__reviews_grid::-webkit-scrollbar{display:none}.HomepageModules-module__OR7KyG__reviews_card{scroll-snap-align:start;background:var(--section-bg);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;flex:0 0 320px;gap:12px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.HomepageModules-module__OR7KyG__reviews_card:hover{border-color:#0ea5e9;transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.HomepageModules-module__OR7KyG__reviews_cardHeader{align-items:center;gap:10px;display:flex}.HomepageModules-module__OR7KyG__reviews_avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:800;display:flex}.HomepageModules-module__OR7KyG__reviews_nameBlock{flex:1;min-width:0}.HomepageModules-module__OR7KyG__reviews_name{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.HomepageModules-module__OR7KyG__reviews_date{color:#94a3b8;font-size:.72rem}.HomepageModules-module__OR7KyG__reviews_sourceBadge{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;font-weight:900;display:flex}.HomepageModules-module__OR7KyG__reviews_sourceBadge[data-source=google]{color:#4285f4;background:#e8f0fe}.HomepageModules-module__OR7KyG__reviews_sourceBadge[data-source=tripadvisor]{color:#00aa6c;background:#e6f9f0}.HomepageModules-module__OR7KyG__reviews_text{color:var(--text-muted);-webkit-line-clamp:6;line-clamp:6;text-align:justify;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-style:italic;line-height:1.6;display:-webkit-box;overflow:hidden}.HomepageModules-module__OR7KyG__reviews_footer{text-align:center}.HomepageModules-module__OR7KyG__reviews_viewAllBtn{border:1.5px solid var(--border-color);color:var(--text-muted);border-radius:8px;align-items:center;gap:6px;padding:11px 24px;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.HomepageModules-module__OR7KyG__reviews_viewAllBtn:hover{color:#0ea5e9;border-color:#0ea5e9}@media (max-width:768px){.HomepageModules-module__OR7KyG__reviews_card{flex:0 0 280px;padding:16px}}@media (max-width:480px){.HomepageModules-module__OR7KyG__reviews_card{flex:0 0 260px}.HomepageModules-module__OR7KyG__reviews_header{gap:1rem;margin-bottom:1.5rem}.HomepageModules-module__OR7KyG__reviews_title{font-size:1.2rem}}.HomepageModules-module__OR7KyG__blog_section{background:var(--section-bg);padding:3rem 0 2.5rem}.HomepageModules-module__OR7KyG__blog_container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.HomepageModules-module__OR7KyG__blog_header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.HomepageModules-module__OR7KyG__blog_title{color:var(--text-color);font-size:1.4rem;font-weight:800;font-family:var(--font-heading);margin:0 0 4px}.HomepageModules-module__OR7KyG__blog_subtitle{color:var(--text-muted);margin:0;font-size:.85rem}.HomepageModules-module__OR7KyG__blog_headerReadMore{color:#0ea5e9;border:1.5px solid var(--border-color);white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.HomepageModules-module__OR7KyG__blog_headerReadMore:hover{background:var(--section-bg);border-color:#0ea5e9;transform:translateY(-1px)}.HomepageModules-module__OR7KyG__blog_headerReadMore span{transition:transform .2s}.HomepageModules-module__OR7KyG__blog_headerReadMore:hover span{transform:translate(4px)}.HomepageModules-module__OR7KyG__blog_grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.HomepageModules-module__OR7KyG__blog_card{background:var(--bg-color);color:inherit;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.HomepageModules-module__OR7KyG__blog_card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.HomepageModules-module__OR7KyG__blog_imageWrapper{aspect-ratio:16/10;flex-shrink:0;width:100%;position:relative;overflow:hidden}.HomepageModules-module__OR7KyG__blog_image{object-fit:cover;transition:transform .4s}.HomepageModules-module__OR7KyG__blog_card:hover .HomepageModules-module__OR7KyG__blog_image{transform:scale(1.05)}.HomepageModules-module__OR7KyG__blog_content{flex-direction:column;flex:1;gap:6px;padding:12px;display:flex}.HomepageModules-module__OR7KyG__blog_cardTitle{color:var(--text-color);-webkit-line-clamp:2;line-clamp:2;font-size:1rem;font-weight:700;line-height:1.4;font-family:var(--font-heading);-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.HomepageModules-module__OR7KyG__blog_cardDate{color:var(--text-muted);margin-top:4px;font-size:.75rem}.HomepageModules-module__OR7KyG__blog_cardLink{color:#0ea5e9;align-items:center;gap:4px;margin-top:12px;font-size:.82rem;font-weight:700;transition:gap .2s;display:flex}.HomepageModules-module__OR7KyG__blog_card:hover .HomepageModules-module__OR7KyG__blog_cardLink{gap:8px}.HomepageModules-module__OR7KyG__blog_cardLink span{font-size:1.1rem;line-height:1}@media (max-width:1024px){.HomepageModules-module__OR7KyG__blog_grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.HomepageModules-module__OR7KyG__blog_grid{grid-template-columns:repeat(2,1fr);gap:12px}.HomepageModules-module__OR7KyG__blog_imageWrapper{aspect-ratio:16/9}.HomepageModules-module__OR7KyG__blog_header{flex-direction:column;align-items:flex-start;gap:1rem}.HomepageModules-module__OR7KyG__blog_headerReadMore{justify-content:center;width:100%}.HomepageModules-module__OR7KyG__blog_section{padding:2rem 0}}@media (max-width:380px){.HomepageModules-module__OR7KyG__blog_grid{grid-template-columns:1fr}}@media (max-width:768px){.HomepageModules-module__OR7KyG__blog_container,.HomepageModules-module__OR7KyG__carousel_container,.HomepageModules-module__OR7KyG__reviews_container,.HomepageModules-module__OR7KyG__transfer_container{padding:0 1rem}}.HomepageModules-module__OR7KyG__whychoose_section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f1f3a 100%);padding:4.5rem 0;position:relative;overflow:hidden}.HomepageModules-module__OR7KyG__whychoose_section:before{content:"";pointer-events:none;background:radial-gradient(circle,#0ea5e91f 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;right:-100px}.HomepageModules-module__OR7KyG__whychoose_section:after{content:"";pointer-events:none;background:radial-gradient(circle,#38bdf814 0%,#0000 70%);width:350px;height:350px;position:absolute;bottom:-80px;left:-80px}.HomepageModules-module__OR7KyG__whychoose_container{z-index:1;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.HomepageModules-module__OR7KyG__whychoose_header{text-align:center;margin-bottom:3rem}.HomepageModules-module__OR7KyG__whychoose_title{color:#fff;font-size:1.85rem;font-weight:900;font-family:var(--font-heading);letter-spacing:-.02em;margin:0 0 .75rem;line-height:1.2}.HomepageModules-module__OR7KyG__whychoose_subtitle{color:#ffffffa6;max-width:640px;margin:0 auto;font-size:1rem;line-height:1.6}.HomepageModules-module__OR7KyG__whychoose_grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.HomepageModules-module__OR7KyG__whychoose_card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:1.75rem 1.5rem;transition:background .25s,transform .2s,border-color .25s}.HomepageModules-module__OR7KyG__whychoose_card:hover{background:#0ea5e91a;border-color:#0ea5e959;transform:translateY(-4px)}.HomepageModules-module__OR7KyG__whychoose_icon{margin-bottom:.75rem;font-size:2rem;display:block}.HomepageModules-module__OR7KyG__whychoose_cardTitle{color:#e2e8f0;font-size:1.05rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.01em;margin:0 0 .6rem}.HomepageModules-module__OR7KyG__whychoose_cardBody{color:#fff9;margin:0;font-size:.875rem;line-height:1.65}.HomepageModules-module__OR7KyG__whychoose_cta{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0ea5e91a;border:1px solid #0ea5e940;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.5rem;display:flex}.HomepageModules-module__OR7KyG__whychoose_ctaText{color:#fffc;max-width:520px;margin:0;font-size:1rem;line-height:1.55}.HomepageModules-module__OR7KyG__whychoose_ctaButtons{flex-wrap:wrap;flex-shrink:0;gap:12px;display:flex}.HomepageModules-module__OR7KyG__whychoose_ctaPrimary{color:#fff;white-space:nowrap;background:#0ea5e9;border-radius:8px;align-items:center;padding:12px 22px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex;box-shadow:0 4px 16px #0ea5e966}.HomepageModules-module__OR7KyG__whychoose_ctaPrimary:hover{background:#0284c7;transform:translateY(-2px)}.HomepageModules-module__OR7KyG__whychoose_ctaSecondary{color:#fff;white-space:nowrap;background:#ffffff1a;border:1.5px solid #ffffff4d;border-radius:8px;align-items:center;padding:12px 22px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.HomepageModules-module__OR7KyG__whychoose_ctaSecondary:hover{background:#ffffff2e;transform:translateY(-2px)}@media (max-width:1024px){.HomepageModules-module__OR7KyG__whychoose_grid{grid-template-columns:repeat(2,1fr)}.HomepageModules-module__OR7KyG__whychoose_cta{text-align:center;flex-direction:column;padding:2rem 1.5rem}.HomepageModules-module__OR7KyG__whychoose_ctaText{max-width:100%}.HomepageModules-module__OR7KyG__whychoose_ctaButtons{justify-content:center}}@media (max-width:640px){.HomepageModules-module__OR7KyG__whychoose_section{padding:3rem 0}.HomepageModules-module__OR7KyG__whychoose_grid{grid-template-columns:1fr;gap:1rem}.HomepageModules-module__OR7KyG__whychoose_title{font-size:1.45rem}.HomepageModules-module__OR7KyG__whychoose_ctaButtons{flex-direction:column;width:100%}.HomepageModules-module__OR7KyG__whychoose_ctaPrimary,.HomepageModules-module__OR7KyG__whychoose_ctaSecondary{justify-content:center;width:100%}}.HomepageModules-module__OR7KyG__islandtour_section{background:var(--bg-color);padding:4.5rem 0;position:relative}.HomepageModules-module__OR7KyG__islandtour_container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.HomepageModules-module__OR7KyG__islandtour_header{text-align:center;margin-bottom:2.5rem}.HomepageModules-module__OR7KyG__islandtour_badge{color:#0369a1;letter-spacing:.05em;background:#e0f2fe;border-radius:20px;align-items:center;gap:6px;margin-bottom:1rem;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.HomepageModules-module__OR7KyG__islandtour_title{color:var(--text-color);font-size:1.85rem;font-weight:900;font-family:var(--font-heading);letter-spacing:-.02em;margin:0 0 .75rem;line-height:1.2}.HomepageModules-module__OR7KyG__islandtour_subtitle{color:var(--text-muted);max-width:720px;margin:0 auto;font-size:1rem;line-height:1.65}.HomepageModules-module__OR7KyG__islandtour_body{grid-template-columns:1fr 380px;align-items:start;gap:3.5rem;display:grid}.HomepageModules-module__OR7KyG__islandtour_text{flex-direction:column;gap:1.1rem;display:flex}.HomepageModules-module__OR7KyG__islandtour_text p{color:var(--text-muted);margin:0;font-size:.97rem;line-height:1.75}.HomepageModules-module__OR7KyG__islandtour_link{color:#0ea5e9;border-bottom:1.5px solid #0ea5e94d;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s}.HomepageModules-module__OR7KyG__islandtour_link:hover{color:#0284c7;border-color:#0284c7}.HomepageModules-module__OR7KyG__islandtour_linkRow{flex-wrap:wrap;gap:12px;padding-top:.5rem;display:flex}.HomepageModules-module__OR7KyG__islandtour_ctaLink{background:var(--section-bg);color:#0369a1;white-space:nowrap;border:1.5px solid #bae6fd;border-radius:8px;align-items:center;padding:10px 18px;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;display:inline-flex}.HomepageModules-module__OR7KyG__islandtour_ctaLink:hover{background:#e0f2fe;border-color:#0ea5e9;transform:translateY(-2px)}.HomepageModules-module__OR7KyG__islandtour_highlights{gap:1.25rem;display:grid}.HomepageModules-module__OR7KyG__islandtour_highlight{background:var(--bg-color);border:1px solid var(--border-color);border-radius:16px;align-items:flex-start;gap:16px;padding:1.25rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 15px #00000008}.HomepageModules-module__OR7KyG__islandtour_highlight:hover{border-color:#bae6fd;transform:translateY(-5px);box-shadow:0 10px 25px #0ea5e91a}.HomepageModules-module__OR7KyG__islandtour_highlightIcon{background:var(--section-bg);color:#0ea5e9;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.75rem;line-height:1;display:flex}.HomepageModules-module__OR7KyG__islandtour_highlightLabel{color:var(--text-color);margin-bottom:4px;font-size:.95rem;font-weight:800}.HomepageModules-module__OR7KyG__islandtour_highlightSub{color:var(--text-muted);font-size:.8rem;line-height:1.4}.HomepageModules-module__OR7KyG__islandtour_note{color:var(--text-color);background:#0ea5e90d;border-left:4px solid #0ea5e9;border-radius:0 8px 8px 0;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.9rem;line-height:1.6}@media (max-width:1024px){.HomepageModules-module__OR7KyG__islandtour_body{grid-template-columns:1fr;gap:2rem}.HomepageModules-module__OR7KyG__islandtour_highlights{grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:640px){.HomepageModules-module__OR7KyG__islandtour_section{padding:3rem 0}.HomepageModules-module__OR7KyG__islandtour_title{font-size:1.45rem}.HomepageModules-module__OR7KyG__islandtour_highlights{grid-template-columns:1fr}.HomepageModules-module__OR7KyG__islandtour_linkRow{flex-direction:column}.HomepageModules-module__OR7KyG__islandtour_ctaLink{text-align:center;justify-content:center}}.HomepageModules-module__OR7KyG__quicklinks_section{background:var(--section-bg);border-top:1px solid var(--border-color);padding:3rem 0}.HomepageModules-module__OR7KyG__quicklinks_container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.HomepageModules-module__OR7KyG__quicklinks_title{color:var(--text-color);text-align:center;font-size:1.5rem;font-weight:900;font-family:var(--font-heading);letter-spacing:-.02em;margin:0 0 .5rem}.HomepageModules-module__OR7KyG__quicklinks_subtitle{text-align:center;color:var(--text-muted);margin:0 0 2rem;font-size:.95rem;line-height:1.6}.HomepageModules-module__OR7KyG__quicklinks_grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.HomepageModules-module__OR7KyG__quicklinks_card{background:var(--bg-color);border:1px solid var(--border-color);color:inherit;border-radius:14px;align-items:flex-start;gap:.85rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.HomepageModules-module__OR7KyG__quicklinks_card:hover{background:var(--section-bg);border-color:#bae6fd;transform:translateY(-3px);box-shadow:0 6px 20px #0284c71a}.HomepageModules-module__OR7KyG__quicklinks_icon{flex-shrink:0;font-size:1.5rem;line-height:1.3}.HomepageModules-module__OR7KyG__quicklinks_label{color:var(--text-color);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.HomepageModules-module__OR7KyG__quicklinks_desc{color:var(--text-muted);font-size:.82rem;line-height:1.5}@media (max-width:1024px){.HomepageModules-module__OR7KyG__quicklinks_grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.HomepageModules-module__OR7KyG__quicklinks_grid{grid-template-columns:1fr}.HomepageModules-module__OR7KyG__quicklinks_section{padding:2.5rem 0}}
.BestSellerPackages-module__icpI9a__section{background-color:var(--section-bg);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin:2rem 0;padding:2rem 0}.BestSellerPackages-module__icpI9a__container{max-width:1250px;margin:0 auto;padding:0 1.25rem}.BestSellerPackages-module__icpI9a__header{justify-content:space-between;align-items:flex-end;margin-bottom:1.25rem;display:flex}.BestSellerPackages-module__icpI9a__titleGroup{flex-direction:column;gap:.25rem;display:flex}.BestSellerPackages-module__icpI9a__subtitle{color:#0ea5e9;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800}.BestSellerPackages-module__icpI9a__title{color:var(--text-color);margin:0;font-size:1.5rem;font-weight:800}.BestSellerPackages-module__icpI9a__viewAll{color:var(--text-muted);align-items:center;gap:6px;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.BestSellerPackages-module__icpI9a__viewAll:hover{color:#0ea5e9}.BestSellerPackages-module__icpI9a__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.BestSellerPackages-module__icpI9a__cardWrapper{justify-content:center;display:flex}.BestSellerPackages-module__icpI9a__cardWrapper>a{flex:auto!important;width:100%!important;min-width:0!important;box-shadow:0 4px 12px #0000000d!important}@media (max-width:1100px){.BestSellerPackages-module__icpI9a__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.BestSellerPackages-module__icpI9a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:550px){.BestSellerPackages-module__icpI9a__grid{scroll-snap-type:x mandatory;gap:1rem;margin:0 -1.25rem;padding:0 1.25rem 1.25rem;display:flex;overflow-x:auto}.BestSellerPackages-module__icpI9a__cardWrapper{scroll-snap-align:start;flex:0 0 260px!important}}
.Footer-module__S6Hkya__ctaSection{z-index:20;margin-top:3rem;margin-bottom:-110px;padding:0 1rem;position:relative}.Footer-module__S6Hkya__ctaBannerWrapper{max-width:1100px;margin:0 auto}.Footer-module__S6Hkya__ctaBanner{background-blend-mode:normal, luminosity;text-align:center;background-color:#0f172a;background-image:linear-gradient(#000000a6,#000000d9),url(/images/fleet/pura-ulun-danu-bratan-misty-morning-bali.webp);background-position:50% 60%;background-size:cover;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:5.5rem 2rem;display:flex;box-shadow:0 25px 50px -12px #00000080}.Footer-module__S6Hkya__ctaTitle{color:#fde047;text-shadow:0 4px 12px #0009;letter-spacing:.02em;max-width:850px;margin:0;font-family:Franklin Gothic Demi Cond,Franklin Gothic Medium Cond,Arial Narrow,sans-serif-condensed,sans-serif;font-size:2.8rem;font-style:italic;font-weight:600;line-height:1.2}.Footer-module__S6Hkya__ctaSubtext{color:#f8fafc;max-width:750px;margin:0;font-family:Poppins,sans-serif;font-size:1.15rem;line-height:1.6}.Footer-module__S6Hkya__ctaButton{color:#fff;font-size:1rem;font-weight:700;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.12em;background-color:#0ea5e9;border-radius:50px;padding:1.1rem 3rem;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block;box-shadow:0 10px 30px #0ea5e94d}.Footer-module__S6Hkya__ctaButton:hover{background-color:#0284c7;transform:translateY(-2px)}.Footer-module__S6Hkya__footer{color:#f8fafc;background-color:#0a0f1e;padding:160px 0 1rem;position:relative}.Footer-module__S6Hkya__container{max-width:1400px;margin:0 auto;padding:0 1rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__brandHeader{align-items:center;gap:0;margin-bottom:1rem;display:flex}.Footer-module__S6Hkya__footerLogo{object-fit:contain;width:auto;height:75px;margin-right:-15px}.Footer-module__S6Hkya__brandTitle{color:#fff;font-size:1.6rem;font-weight:700;font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase}.Footer-module__S6Hkya__brandDesc{color:#94a3b8;margin-bottom:.85rem;font-size:.92rem;line-height:1.7}.Footer-module__S6Hkya__brandOfficial{color:var(--text-muted);border-top:1px solid #ffffff12;margin-top:.5rem;padding-top:.75rem;font-size:.82rem;line-height:1.5}.Footer-module__S6Hkya__brandOfficialLink{color:#93c5fd;font-weight:600;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__brandOfficialLink:hover{color:#fff}.Footer-module__S6Hkya__socialWrap{border-top:1px solid #ffffff12;margin-top:1.25rem;padding-top:1rem}.Footer-module__S6Hkya__socialLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:.6rem;font-size:.75rem;font-weight:700}.Footer-module__S6Hkya__socialLink{color:#e1306c;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Footer-module__S6Hkya__socialLink:hover{color:#ff6b9d;transform:translate(2px)}.Footer-module__S6Hkya__socialLink svg{flex-shrink:0}.Footer-module__S6Hkya__sectionTitle{color:#fff;font-size:.9rem;font-weight:700;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.8rem}.Footer-module__S6Hkya__linksSection ul{padding:0;list-style:none}.Footer-module__S6Hkya__linksSection li{margin-bottom:.8rem}.Footer-module__S6Hkya__linksSection a{color:#cbd5e1;font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__linksSection a:hover{color:var(--secondary)}.Footer-module__S6Hkya__contactBrandAddr{color:#e2e8f0;letter-spacing:.03em;margin-bottom:.25rem;font-size:.82rem;font-weight:700;display:block}.Footer-module__S6Hkya__contactItem{color:#94a3b8;align-items:flex-start;gap:.5rem;margin-bottom:.85rem;font-size:.9rem;line-height:1.55;display:flex}.Footer-module__S6Hkya__contactLink{color:inherit;text-decoration:none;transition:all .2s}.Footer-module__S6Hkya__contactLink:hover{color:var(--secondary)}.Footer-module__S6Hkya__bottomBar{color:#94a3b8;border-top:1px solid #ffffff1a;padding:1.5rem 0;font-size:.85rem}.Footer-module__S6Hkya__bottomBarContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Footer-module__S6Hkya__copyrightLink{color:#cbd5e1;font-weight:600;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__copyrightLink:hover{color:#fff}.Footer-module__S6Hkya__trustBadgesFooter{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.Footer-module__S6Hkya__trustBadgeItem{color:#cbd5e1;align-items:center;gap:.3rem;font-size:.8rem;font-weight:500;display:inline-flex}.Footer-module__S6Hkya__partnerLink{align-items:center;gap:.35rem;text-decoration:none;transition:transform .2s;display:inline-flex}.Footer-module__S6Hkya__partnerLink:hover{transform:translateY(-2px)}.Footer-module__S6Hkya__partnerLabel{color:var(--text-muted);letter-spacing:.02em;font-size:.75rem;font-weight:600}.Footer-module__S6Hkya__partnerIcon{width:auto;height:18px;transition:transform .2s}.Footer-module__S6Hkya__textLogoVector{font-family:var(--font-display);color:#72b844;letter-spacing:-.02em;font-size:1.1rem;font-weight:800;transition:transform .2s}.Footer-module__S6Hkya__textLogoVector:hover{transform:translateY(-2px)}.Footer-module__S6Hkya__textLogoGYG{font-family:var(--font-ui);color:#ff5100;letter-spacing:-.01em;font-size:1rem;font-weight:700;transition:transform .2s}.Footer-module__S6Hkya__textLogoGYG:hover{transform:translateY(-2px)}@media screen and (max-width:1100px){.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr}.Footer-module__S6Hkya__grid>:last-child{grid-column:1/-1}}@media screen and (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__grid>:first-child{grid-column:1/-1}.Footer-module__S6Hkya__ctaSection{margin-bottom:-80px}.Footer-module__S6Hkya__footer{padding-top:110px}.Footer-module__S6Hkya__ctaTitle{font-size:1.4rem}.Footer-module__S6Hkya__ctaBanner{padding:3rem 1.5rem}.Footer-module__S6Hkya__bottomBarContent{text-align:center;flex-direction:column;justify-content:center;gap:1.25rem}}@media (max-width:576px){.Footer-module__S6Hkya__ctaSection{margin-top:1.5rem;margin-bottom:0}.Footer-module__S6Hkya__footer{text-align:left;padding-top:2.5rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__S6Hkya__brandHeader{text-align:center;justify-content:center}.Footer-module__S6Hkya__brandDesc{text-align:center;max-width:320px;margin:0 auto}.Footer-module__S6Hkya__sectionTitle{margin-bottom:1.2rem}.Footer-module__S6Hkya__contactItem{justify-content:flex-start}.Footer-module__S6Hkya__ctaTitle{font-size:1.25rem}.Footer-module__S6Hkya__ctaButton{text-align:center;width:100%;padding:.8rem 1.5rem;font-size:1rem}}
.PackageCard-module__Ckv9wG__card{background:var(--bg-color);border:1px solid var(--border-color);width:260px;color:inherit;scroll-snap-align:start;border-radius:14px;flex-direction:column;flex:0 0 260px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.PackageCard-module__Ckv9wG__card:hover{border-color:#0ea5e9;transform:translateY(-4px);box-shadow:0 8px 24px #00000024}.PackageCard-module__Ckv9wG__cardSm{flex:0 0 210px;width:210px}.PackageCard-module__Ckv9wG__imageWrapper{flex-shrink:0;width:100%;height:170px;position:relative;overflow:hidden}.PackageCard-module__Ckv9wG__cardSm .PackageCard-module__Ckv9wG__imageWrapper{height:140px}.PackageCard-module__Ckv9wG__image{object-fit:cover;transition:transform .4s}.PackageCard-module__Ckv9wG__card:hover .PackageCard-module__Ckv9wG__image{transform:scale(1.05)}.PackageCard-module__Ckv9wG__badge{color:#fff;letter-spacing:.04em;z-index:2;background:#0369a1;border-radius:20px;padding:2px 8px;font-size:.68rem;font-weight:700;position:absolute;top:10px;left:10px}.PackageCard-module__Ckv9wG__body{flex-direction:column;flex:1;gap:6px;padding:12px 14px 14px;display:flex}.PackageCard-module__Ckv9wG__title{color:var(--text-color);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.PackageCard-module__Ckv9wG__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:4px 6px;font-size:.75rem;display:flex}.PackageCard-module__Ckv9wG__ratingGroup{align-items:center;gap:5px;display:inline-flex}.PackageCard-module__Ckv9wG__ratingText{color:var(--text-color);white-space:nowrap;font-size:.73rem;font-weight:600}.PackageCard-module__Ckv9wG__cardSm .PackageCard-module__Ckv9wG__ratingText{font-size:.68rem}.PackageCard-module__Ckv9wG__rating{color:#b45309;font-weight:600}.PackageCard-module__Ckv9wG__dot{color:#cbd5e1}.PackageCard-module__Ckv9wG__duration{color:var(--text-muted);white-space:nowrap}.PackageCard-module__Ckv9wG__footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:8px;display:flex}.PackageCard-module__Ckv9wG__priceBlock{flex-direction:column;gap:0;display:flex}.PackageCard-module__Ckv9wG__from{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem}.PackageCard-module__Ckv9wG__priceRow{flex-wrap:wrap;align-items:baseline;gap:4px;display:flex}.PackageCard-module__Ckv9wG__approxCurrency{color:var(--text-muted);letter-spacing:-.01em;font-size:.65rem;font-weight:500}.PackageCard-module__Ckv9wG__price{color:#0369a1;font-size:.9rem;font-weight:800;line-height:1.2}.PackageCard-module__Ckv9wG__perPax{color:var(--text-muted);font-size:.65rem}.PackageCard-module__Ckv9wG__cta{color:#0369a1;white-space:nowrap;border:1.5px solid #0369a1;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700;transition:background .2s,color .2s}.PackageCard-module__Ckv9wG__card:hover .PackageCard-module__Ckv9wG__cta{color:#fff;background:#0369a1}@media (max-width:600px){.PackageCard-module__Ckv9wG__body{gap:2px;padding:8px 6px}.PackageCard-module__Ckv9wG__title{font-size:.7rem}.PackageCard-module__Ckv9wG__meta{font-size:.65rem}.PackageCard-module__Ckv9wG__imageWrapper{height:100px}.PackageCard-module__Ckv9wG__price{font-size:.7rem}.PackageCard-module__Ckv9wG__approxCurrency,.PackageCard-module__Ckv9wG__from,.PackageCard-module__Ckv9wG__perPax{font-size:.55rem}.PackageCard-module__Ckv9wG__cta{display:none}.PackageCard-module__Ckv9wG__footer{padding-top:4px}.PackageCard-module__Ckv9wG__badge{padding:1px 6px;font-size:.55rem;top:6px;left:6px}}.PackageCard-module__Ckv9wG__groupNote{color:var(--accent,#16a34a);opacity:.85;font-size:.65rem;font-weight:500;display:inline-block}
.blog-module__JsT-Oq__mainWrapper{background-color:var(--section-bg);min-height:100vh;color:var(--text-color);font-family:var(--font-body)}.blog-module__JsT-Oq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.blog-module__JsT-Oq__container{padding:0 1rem}}.blog-module__JsT-Oq__heroSection{flex-direction:column;justify-content:flex-start;align-items:center;min-height:450px;padding-top:clamp(170px,18vh,200px);padding-bottom:2.5rem;display:flex;position:relative;overflow:hidden}.blog-module__JsT-Oq__heroBg{z-index:1}.blog-module__JsT-Oq__heroOverlay{z-index:2;background:linear-gradient(#0f172a66,#0f172ab3);position:absolute;top:0;bottom:0;left:0;right:0}.blog-module__JsT-Oq__heroContentWrapper{z-index:10;width:100%;position:relative}.blog-module__JsT-Oq__heroContainer{text-align:center;color:#fff;max-width:800px;margin:50px auto 0;padding:0 1.5rem}.blog-module__JsT-Oq__heroTag{color:#fff;text-transform:uppercase;letter-spacing:.1em;background:#0ea5e9cc;border-radius:20px;margin-bottom:1rem;padding:4px 14px;font-size:.85rem;font-weight:700;display:inline-block}.blog-module__JsT-Oq__heroTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;text-shadow:0 2px 10px #0003;margin-bottom:1.5rem;font-size:clamp(2.2rem,6vw,4rem);font-weight:900;line-height:1.1}.blog-module__JsT-Oq__heroSubtitle{color:#ffffffe6;max-width:650px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.blog-module__JsT-Oq__categoryScrollerWrapper{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-top:none;border-bottom:none;margin-top:3rem}.blog-module__JsT-Oq__categoryScroller{scrollbar-width:none;gap:.75rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;overflow-x:auto}.blog-module__JsT-Oq__categoryScroller::-webkit-scrollbar{display:none}.blog-module__JsT-Oq__categoryChip{white-space:nowrap;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:all .2s}.blog-module__JsT-Oq__categoryChip:hover{background:#0ea5e9;border-color:#0ea5e9;transform:translateY(-1px)}.blog-module__JsT-Oq__contentSection{padding:4rem 0}.blog-module__JsT-Oq__featuredSection{width:100%;margin-bottom:3.5rem}.blog-module__JsT-Oq__blogLayout{grid-template-columns:1fr 320px;align-items:start;gap:2.5rem;display:grid}@media (max-width:1024px){.blog-module__JsT-Oq__blogLayout{grid-template-columns:1fr}}.blog-module__JsT-Oq__mainColumn{flex-direction:column;gap:2rem;display:flex}.blog-module__JsT-Oq__featuredCard{background:var(--bg-color);border:1px solid var(--border-color);border-radius:24px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 30px #0000000d}.blog-module__JsT-Oq__featuredCard:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000001a}.blog-module__JsT-Oq__featuredImageWrapper{width:100%;height:500px;position:relative}.blog-module__JsT-Oq__featuredImage{object-fit:cover;transition:transform .6s}.blog-module__JsT-Oq__featuredCard:hover .blog-module__JsT-Oq__featuredImage{transform:scale(1.03)}.blog-module__JsT-Oq__featuredContent{padding:3rem}.blog-module__JsT-Oq__metaDate{color:#0ea5e9;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:700}.blog-module__JsT-Oq__featuredTitle{font-family:var(--font-heading);color:var(--text-color);margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.2}.blog-module__JsT-Oq__featuredExcerpt{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.blog-module__JsT-Oq__readMoreCta{color:#0ea5e9;font-size:1rem;font-weight:800}.blog-module__JsT-Oq__articleList{flex-direction:column;gap:1.5rem;display:flex}.blog-module__JsT-Oq__listCard{background:var(--bg-color);border:1px solid var(--border-color);border-radius:20px;grid-template-columns:300px 1fr;text-decoration:none;transition:all .2s;display:grid;overflow:hidden;box-shadow:0 2px 15px #00000008}.blog-module__JsT-Oq__listCard:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000000f}.blog-module__JsT-Oq__listCardImageWrapper{width:100%;height:100%;min-height:220px;position:relative}.blog-module__JsT-Oq__listCardImage{object-fit:cover;transition:transform .5s}.blog-module__JsT-Oq__listCard:hover .blog-module__JsT-Oq__listCardImage{transform:scale(1.05)}.blog-module__JsT-Oq__listCardContent{flex-direction:column;justify-content:center;padding:1.5rem 2rem;display:flex}.blog-module__JsT-Oq__listCardTitle{font-family:var(--font-heading);color:var(--text-color);margin-bottom:.75rem;font-size:1.35rem;font-weight:800;line-height:1.3}.blog-module__JsT-Oq__listCardExcerpt{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;text-align:justify;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__readMoreLink{color:#0ea5e9;font-size:.9rem;font-weight:700}@media (max-width:768px){.blog-module__JsT-Oq__featuredSection{margin-bottom:1.5rem}.blog-module__JsT-Oq__featuredCard{border-radius:20px;box-shadow:0 2px 15px #00000008}.blog-module__JsT-Oq__featuredImageWrapper{height:200px}.blog-module__JsT-Oq__featuredContent{padding:1.5rem}.blog-module__JsT-Oq__featuredTitle{margin-bottom:.75rem;font-size:1.35rem}.blog-module__JsT-Oq__featuredExcerpt{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.95rem;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__readMoreCta{font-size:.9rem}.blog-module__JsT-Oq__listCard{grid-template-columns:1fr}.blog-module__JsT-Oq__listCardImageWrapper{height:200px;min-height:auto}.blog-module__JsT-Oq__listCardContent{padding:1.5rem}.blog-module__JsT-Oq__contentSection{padding:2rem 0}}.blog-module__JsT-Oq__stickySidebar{flex-direction:column;gap:2rem;display:flex;position:sticky;top:100px}.blog-module__JsT-Oq__sidebarWidget{background:var(--bg-color);border:1px solid var(--border-color);border-radius:20px;padding:1.5rem;box-shadow:0 2px 10px #00000005}.blog-module__JsT-Oq__widgetTitle{color:var(--text-color);border-bottom:2px solid var(--border-color);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:900}.blog-module__JsT-Oq__compactList{flex-direction:column;gap:1rem;display:flex}.blog-module__JsT-Oq__compactCard{grid-template-columns:70px 1fr;align-items:center;gap:12px;text-decoration:none;display:grid}.blog-module__JsT-Oq__compactImageWrapper{border-radius:12px;width:70px;height:70px;position:relative;overflow:hidden}.blog-module__JsT-Oq__compactTitle{color:var(--text-color);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:.85rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__metaDateSmall{color:var(--text-muted);font-size:.7rem}.blog-module__JsT-Oq__simpleList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.blog-module__JsT-Oq__simpleLink{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none}.blog-module__JsT-Oq__simpleLink:hover{color:#0ea5e9}.blog-module__JsT-Oq__sidebarPromo{border-radius:20px;align-items:flex-end;height:250px;padding:1.5rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.blog-module__JsT-Oq__promoOverlay{z-index:2;background:linear-gradient(#0000001a,#000c);position:absolute;top:0;bottom:0;left:0;right:0}.blog-module__JsT-Oq__promoContent{z-index:3;width:100%;position:relative}.blog-module__JsT-Oq__promoContent h4{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.blog-module__JsT-Oq__promoBtn{color:#fff;background:#0ea5e9;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:700;display:inline-block}.blog-module__JsT-Oq__tagCloud{flex-wrap:wrap;gap:8px;display:flex}.blog-module__JsT-Oq__tag{background:var(--section-bg);color:var(--text-muted);border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:600;text-decoration:none}.blog-module__JsT-Oq__tag:hover{color:#fff;background:#0ea5e9}.blog-module__JsT-Oq__trustSection{background:var(--bg-color);border-top:1px solid var(--border-color);padding:4rem 0}.blog-module__JsT-Oq__trustTitle{text-align:center;color:var(--text-color);margin-bottom:2.5rem;font-size:1.8rem;font-weight:900}.blog-module__JsT-Oq__trustGrid{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.blog-module__JsT-Oq__trustItem{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-color);border-radius:50px;align-items:center;gap:10px;padding:12px 20px;font-size:.9rem;font-weight:700;display:flex}.blog-module__JsT-Oq__seoHubSection{background:var(--section-bg);padding:4rem 0}.blog-module__JsT-Oq__seoHubTitle{color:var(--text-color);text-align:center;margin-bottom:2.5rem;font-size:1.8rem;font-weight:900}.blog-module__JsT-Oq__seoHubGrid{background:var(--bg-color);border:1px solid var(--border-color);border-radius:24px;grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem;display:grid;box-shadow:0 4px 20px #00000005}.blog-module__JsT-Oq__seoHubColumn h4{color:#0ea5e9;margin-bottom:1.25rem;font-size:1.1rem;font-weight:900}.blog-module__JsT-Oq__seoHubColumn ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.blog-module__JsT-Oq__seoHubColumn a{color:var(--text-muted);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.blog-module__JsT-Oq__seoHubColumn a:hover{color:#0ea5e9}@media (max-width:768px){.blog-module__JsT-Oq__seoHubGrid{grid-template-columns:1fr;padding:1.5rem}}.blog-module__JsT-Oq__finalCtaSection{text-align:center;padding:5rem 1.5rem;position:relative;overflow:hidden}.blog-module__JsT-Oq__finalCtaOverlay{z-index:2;background:linear-gradient(#0f172acc,#0f172ae6);position:absolute;top:0;bottom:0;left:0;right:0}.blog-module__JsT-Oq__finalCtaContent{z-index:3;color:#fff;max-width:600px;margin:0 auto;position:relative}.blog-module__JsT-Oq__finalCtaContent h2{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900}.blog-module__JsT-Oq__finalCtaContent p{color:#fffc;margin-bottom:2rem;font-size:1.1rem}.blog-module__JsT-Oq__finalCtaBtn{color:#fff;background:#0ea5e9;border-radius:50px;padding:14px 32px;font-size:1.1rem;font-weight:800;text-decoration:none;display:inline-block}
.PromoBanner-module__z1S5EW__section{background:linear-gradient(135deg,#081a17 0%,#0c2d27 35%,#103c34 65%,#09201c 100%);border-top:1px solid #d4af3733;border-bottom:1px solid #d4af3726;padding:3.5rem 0;position:relative;overflow:hidden}.PromoBanner-module__z1S5EW__goldStripe{z-index:2;background:linear-gradient(90deg,#b8860b 0%,#d4af37 25%,#f7e7a9 50%,#d4af37 75%,#b8860b 100%);height:4px;position:absolute;top:0;left:0;right:0;box-shadow:0 0 12px #d4af3766}.PromoBanner-module__z1S5EW__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af371f 0%,#0d322b00 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-60px}.PromoBanner-module__z1S5EW__section:after{content:"";pointer-events:none;background:radial-gradient(circle,#144e4340 0%,#081a1700 70%);border-radius:50%;width:360px;height:360px;position:absolute;bottom:-140px;left:5%}.PromoBanner-module__z1S5EW__particles{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.PromoBanner-module__z1S5EW__particle{left:var(--x,50%);width:var(--size,6px);height:var(--size,6px);animation:5s ease-in infinite PromoBanner-module__z1S5EW__floatUp;animation-delay:var(--delay,0s);background:#f7e7a966;border-radius:50%;position:absolute;bottom:-10px;box-shadow:0 0 8px #d4af3780}.PromoBanner-module__z1S5EW__particle:nth-child(2n){background:#d4af374d}@keyframes PromoBanner-module__z1S5EW__floatUp{0%{opacity:.7;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-130px)scale(.2)}}.PromoBanner-module__z1S5EW__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.PromoBanner-module__z1S5EW__inner{grid-template-columns:1fr 280px;align-items:center;gap:3rem;display:grid}.PromoBanner-module__z1S5EW__content{color:#fff}.PromoBanner-module__z1S5EW__badge{color:#f7e7a9;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#d4af371f;border:1px solid #d4af3759;border-radius:30px;align-items:center;gap:8px;margin-bottom:1.1rem;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 2px 10px #0003}.PromoBanner-module__z1S5EW__badgeSparkle{font-size:.95rem;line-height:1}.PromoBanner-module__z1S5EW__title{color:#fff;font-size:2.15rem;font-weight:900;line-height:1.25;font-family:var(--font-heading);letter-spacing:-.02em;margin:0 0 .85rem}.PromoBanner-module__z1S5EW__highlightGold{background:linear-gradient(135deg,#fff3c4 0%,#f7e7a9 30%,#d4af37 80%,#c5a059 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #d4af374d;-webkit-background-clip:text;display:inline-block}.PromoBanner-module__z1S5EW__desc{color:#f0f5f3d9;max-width:540px;margin:0 0 1.5rem;font-size:.95rem;line-height:1.68}.PromoBanner-module__z1S5EW__desc strong{color:#f7e7a9;font-weight:700}.PromoBanner-module__z1S5EW__promoCodeBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#09201ca6;border:1.5px dashed #d4af3773;border-radius:12px;align-items:center;gap:14px;margin-bottom:1.6rem;padding:10px 18px;display:inline-flex;box-shadow:0 4px 15px #00000040}.PromoBanner-module__z1S5EW__promoCodeLabel{text-transform:uppercase;letter-spacing:.1em;color:#f7e7a9b3;font-size:.72rem;font-weight:700}.PromoBanner-module__z1S5EW__promoCodeValue{align-items:center;gap:10px;display:flex}.PromoBanner-module__z1S5EW__codeDots{letter-spacing:.08em;color:#f7e7a9;font-size:.95rem;font-weight:800;font-family:var(--font-mono,monospace)}.PromoBanner-module__z1S5EW__codeLock{color:#081a17;white-space:nowrap;letter-spacing:.02em;background:linear-gradient(135deg,#f7e7a9 0%,#d4af37 100%);border-radius:6px;padding:3px 10px;font-size:.75rem;font-weight:700}.PromoBanner-module__z1S5EW__actions{flex-wrap:wrap;gap:14px;margin-bottom:1.1rem;display:flex}.PromoBanner-module__z1S5EW__ctaPrimary{color:#09201c;background:linear-gradient(135deg,#fbf7e8 0%,#e8d08d 50%,#d4af37 100%);border-radius:10px;align-items:center;gap:8px;padding:14px 26px;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 20px #d4af3759,0 2px 6px #0000004d}.PromoBanner-module__z1S5EW__ctaPrimary:hover{color:#051412;background:linear-gradient(135deg,#fff 0%,#faecc1 50%,#dfba41 100%);transform:translateY(-2px);box-shadow:0 8px 28px #d4af3780,0 4px 10px #00000059}.PromoBanner-module__z1S5EW__ctaIcon{transition:transform .2s}.PromoBanner-module__z1S5EW__ctaPrimary:hover .PromoBanner-module__z1S5EW__ctaIcon{transform:translate(3px)}.PromoBanner-module__z1S5EW__ctaSecondary{color:#f7e7a9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0f;border:1.5px solid #d4af3759;border-radius:10px;align-items:center;gap:8px;padding:14px 22px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.PromoBanner-module__z1S5EW__ctaSecondary:hover{color:#fff;background:#d4af3724;border-color:#d4af3799;transform:translateY(-2px)}.PromoBanner-module__z1S5EW__note{color:#f0f5f399;margin:0;font-size:.78rem;line-height:1.5}.PromoBanner-module__z1S5EW__visual{justify-content:center;display:flex}.PromoBanner-module__z1S5EW__visualCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;color:#fff;background:linear-gradient(145deg,#0e2e27bf 0%,#081916d9 100%);border:1px solid #d4af3759;border-radius:22px;width:250px;padding:30px 24px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 16px 36px #00000073,0 0 24px #d4af371a}.PromoBanner-module__z1S5EW__visualCard:hover{transform:translateY(-4px);box-shadow:0 20px 42px #00000080,0 0 32px #d4af3733}.PromoBanner-module__z1S5EW__visualCard:before{content:"";background:linear-gradient(90deg,#0000,#d4af37,#f7e7a9,#d4af37,#0000);height:3px;position:absolute;top:0;left:0;right:0}.PromoBanner-module__z1S5EW__cardShimmer{pointer-events:none;background:linear-gradient(45deg,#0000 45%,#ffffff0d 50%,#0000 55%);width:200%;height:200%;animation:6s infinite PromoBanner-module__z1S5EW__cardSheen;position:absolute;top:-50%;left:-50%}@keyframes PromoBanner-module__z1S5EW__cardSheen{0%{transform:translate(-30%,-30%)}50%{transform:translate(30%,30%)}to{transform:translate(-30%,-30%)}}.PromoBanner-module__z1S5EW__visualBadge{color:#f7e7a9;letter-spacing:.12em;background:#d4af3726;border:1px solid #d4af3766;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 12px;font-size:.68rem;font-weight:800;display:inline-flex}.PromoBanner-module__z1S5EW__crownIcon{font-size:.85rem}.PromoBanner-module__z1S5EW__visualLabel{text-transform:uppercase;letter-spacing:.08em;color:#f0f5f3a6;margin-bottom:6px;font-size:.72rem}.PromoBanner-module__z1S5EW__visualAmount{font-size:2.1rem;font-weight:900;line-height:1.1;font-family:var(--font-heading);justify-content:center;align-items:baseline;gap:6px;margin-bottom:4px;display:flex}.PromoBanner-module__z1S5EW__amountPrefix{color:#f7e7a9;font-size:1.15rem;font-weight:700}.PromoBanner-module__z1S5EW__amountNumber{color:#fff;text-shadow:0 0 16px #d4af3766}.PromoBanner-module__z1S5EW__visualSub{color:#f0f5f3bf;margin-bottom:14px;font-size:.76rem}.PromoBanner-module__z1S5EW__divider{background:linear-gradient(90deg,#0000,#d4af3759,#0000);height:1px;margin:0 0 14px}.PromoBanner-module__z1S5EW__visualChips{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.PromoBanner-module__z1S5EW__visualChips span{color:#f0f5f3e6;text-align:left;background:#ffffff0a;border:1px solid #d4af372e;border-radius:8px;padding:5px 10px;font-size:.72rem;display:block}.PromoBanner-module__z1S5EW__visualFooter{color:#d4af37;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}@media (max-width:900px){.PromoBanner-module__z1S5EW__inner{grid-template-columns:1fr;gap:2rem}.PromoBanner-module__z1S5EW__visual{justify-content:flex-start;display:flex}.PromoBanner-module__z1S5EW__visualCard{width:100%;max-width:320px}}@media (max-width:640px){.PromoBanner-module__z1S5EW__section{padding:2.5rem 0}.PromoBanner-module__z1S5EW__title{font-size:1.65rem}.PromoBanner-module__z1S5EW__promoCodeBox{flex-direction:column;align-items:flex-start;gap:6px;width:100%}.PromoBanner-module__z1S5EW__actions{flex-direction:column;width:100%}.PromoBanner-module__z1S5EW__ctaPrimary,.PromoBanner-module__z1S5EW__ctaSecondary{justify-content:center;width:100%}.PromoBanner-module__z1S5EW__visual{display:none}}
.SEOExploreLinks-module__zYZu1a__seoHub{background:var(--bg-color);border-top:1px solid #f1f5f9;padding:4rem 0 5rem}.SEOExploreLinks-module__zYZu1a__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.SEOExploreLinks-module__zYZu1a__hubTitle{color:var(--text-color);font-size:1.75rem;font-weight:900;font-family:var(--font-poppins,sans-serif);letter-spacing:-.02em;margin:0 0 2.5rem}.SEOExploreLinks-module__zYZu1a__desktopLayout{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.SEOExploreLinks-module__zYZu1a__categoryCol{flex-direction:column;display:flex}.SEOExploreLinks-module__zYZu1a__categoryTitle{color:#0ea5e9;text-transform:uppercase;letter-spacing:.08em;border-bottom:2px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:.95rem;font-weight:800}.SEOExploreLinks-module__zYZu1a__mobileLayout{display:none}.SEOExploreLinks-module__zYZu1a__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.SEOExploreLinks-module__zYZu1a__seoLink{color:var(--text-muted);align-items:flex-start;gap:8px;font-size:.9rem;line-height:1.5;text-decoration:none;transition:all .2s;display:flex}.SEOExploreLinks-module__zYZu1a__seoLink:hover{color:#0ea5e9;transform:translate(3px)}.SEOExploreLinks-module__zYZu1a__seoLink:hover:before{color:#0ea5e9}.SEOExploreLinks-module__zYZu1a__seoLink.SEOExploreLinks-module__zYZu1a__highlight{color:var(--text-color);font-weight:700}@media (max-width:1024px){.SEOExploreLinks-module__zYZu1a__desktopLayout{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:768px){.SEOExploreLinks-module__zYZu1a__seoHub{padding:3rem 0}.SEOExploreLinks-module__zYZu1a__hubTitle{text-align:center;margin-bottom:2rem;font-size:1.4rem}.SEOExploreLinks-module__zYZu1a__desktopLayout{display:none}.SEOExploreLinks-module__zYZu1a__mobileLayout{display:block}.SEOExploreLinks-module__zYZu1a__tabNav{scrollbar-width:none;background:var(--section-bg);border:1px solid var(--border-color);border-radius:12px;gap:8px;margin-bottom:2rem;padding:4px;display:flex;overflow-x:auto}.SEOExploreLinks-module__zYZu1a__tabNav::-webkit-scrollbar{display:none}.SEOExploreLinks-module__zYZu1a__tabBtn{cursor:pointer;color:var(--text-muted);white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:10px 18px;font-size:.85rem;font-weight:700;transition:all .2s}.SEOExploreLinks-module__zYZu1a__tabBtn.SEOExploreLinks-module__zYZu1a__active{background:var(--bg-color);color:#0ea5e9;box-shadow:0 4px 12px #0000000d}.SEOExploreLinks-module__zYZu1a__linkGrid{animation:.3s SEOExploreLinks-module__zYZu1a__fadeIn}.SEOExploreLinks-module__zYZu1a__linkList{grid-template-columns:repeat(2,1fr);gap:1rem 1.5rem;display:grid}.SEOExploreLinks-module__zYZu1a__seoLink{font-size:.85rem}}@media (max-width:500px){.SEOExploreLinks-module__zYZu1a__linkList{grid-template-columns:1fr;gap:.75rem}.SEOExploreLinks-module__zYZu1a__seoLink{background:var(--section-bg);border:1px solid #f1f5f9;border-radius:8px;padding:8px 12px}.SEOExploreLinks-module__zYZu1a__seoLink:before{display:none}}@keyframes SEOExploreLinks-module__zYZu1a__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.contact-module__Z9DBjW__main{background-color:var(--section-bg);min-height:100vh;color:var(--text-color);font-family:var(--font-poppins);padding-top:clamp(170px,18vh,200px)}.contact-module__Z9DBjW__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);padding:4rem 1.5rem}.contact-module__Z9DBjW__hero h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.contact-module__Z9DBjW__accent{color:#fbbf24}.contact-module__Z9DBjW__tagline{color:#ffffffd9;max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.6}.contact-module__Z9DBjW__content{padding:3.5rem 1.5rem}.contact-module__Z9DBjW__container{max-width:1200px;margin:0 auto}.contact-module__Z9DBjW__grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:4rem;display:grid}.contact-module__Z9DBjW__contactInfo h2{margin-bottom:1.5rem;font-size:2.2rem;font-weight:700}.contact-module__Z9DBjW__brandParagraph{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.contact-module__Z9DBjW__contactCard{background:var(--bg-color);border-radius:24px;flex-direction:column;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 20px 40px #0000000d}.contact-module__Z9DBjW__method{align-items:flex-start;gap:1.5rem;display:flex}.contact-module__Z9DBjW__icon{background:var(--section-bg);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;display:flex}.contact-module__Z9DBjW__method h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.contact-module__Z9DBjW__method a,.contact-module__Z9DBjW__method p{color:#0284c7;font-size:1.05rem;font-weight:500;line-height:1.5;text-decoration:none}.contact-module__Z9DBjW__social{margin-top:3rem}.contact-module__Z9DBjW__social h3{margin-bottom:1rem;font-size:1.2rem}.contact-module__Z9DBjW__instaLink{color:#e1306c;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s;display:flex}.contact-module__Z9DBjW__instaLink:hover{transform:translate(5px)}.contact-module__Z9DBjW__ctaCard{background:var(--bg-color);text-align:center;border-radius:32px;padding:3.5rem 2.5rem;position:sticky;top:120px;box-shadow:0 30px 60px #00000014}.contact-module__Z9DBjW__ctaCard h3{margin-bottom:1rem;font-size:1.8rem}.contact-module__Z9DBjW__ctaCard p{color:var(--text-muted);margin-bottom:2.5rem;line-height:1.6}.contact-module__Z9DBjW__whatsappBtn{color:#fff;background:#25d366;border-radius:100px;padding:1.25rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:block;box-shadow:0 10px 20px #25d36633}.contact-module__Z9DBjW__whatsappBtn:hover{background:#128c7e;transform:translateY(-3px);box-shadow:0 15px 30px #25d3664d}.contact-module__Z9DBjW__trustIcons{border-top:1px solid #f1f5f9;margin-top:2.5rem;padding-top:2rem}.contact-module__Z9DBjW__trustIcons span{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.8rem;display:block}.contact-module__Z9DBjW__logos{color:#cbd5e1;justify-content:center;gap:1.5rem;font-size:.9rem;font-weight:700;display:flex}@media (max-width:968px){.contact-module__Z9DBjW__grid{grid-template-columns:1fr;gap:3rem}.contact-module__Z9DBjW__ctaCard{position:static}}
.layout-legal-module__z7gTOa__main{min-height:100vh}.layout-legal-module__z7gTOa__hero{flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:340px;padding-top:clamp(160px,18vh,190px);padding-bottom:2.5rem;display:flex;position:relative;overflow:hidden}.layout-legal-module__z7gTOa__heroBg{filter:grayscale(40%);z-index:0;background:url(/images/fleet/bali-rice-terrace-mount-agung-scenic-view.webp) 50%/cover no-repeat;position:absolute;top:0;bottom:0;left:0;right:0}.layout-legal-module__z7gTOa__heroOverlay{z-index:1;background:linear-gradient(#0f172acc,#0f172af2);position:absolute;top:0;bottom:0;left:0;right:0}.layout-legal-module__z7gTOa__heroContent{z-index:2;text-align:center;padding:0 1.5rem;position:relative}.layout-legal-module__z7gTOa__heroSubtitle{color:#4ade80;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:block}.layout-legal-module__z7gTOa__heroTitle{color:#fff;letter-spacing:-.02em;margin:0;font-size:3rem;font-weight:900}.layout-legal-module__z7gTOa__waveMask{z-index:3;width:100%;line-height:0;position:absolute;bottom:-1px;left:0}.layout-legal-module__z7gTOa__container{max-width:900px;margin:0 auto;padding:3rem 1.5rem 5rem}.layout-legal-module__z7gTOa__lastUpdated{color:var(--text-muted);margin-bottom:2rem;font-size:.85rem;display:block}.layout-legal-module__z7gTOa__highlights{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.layout-legal-module__z7gTOa__highlightBox{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;display:flex}.layout-legal-module__z7gTOa__highlightIcon{font-size:1rem}.layout-legal-module__z7gTOa__highlightText{color:#065f46;font-size:.85rem;font-weight:700}.layout-legal-module__z7gTOa__content{line-height:1.8}.layout-legal-module__z7gTOa__section{border-bottom:1px solid #f1f5f9;margin-bottom:2.5rem;padding-bottom:2rem}.layout-legal-module__z7gTOa__section:last-child{border-bottom:none}.layout-legal-module__z7gTOa__section h2{color:var(--text-color);margin-bottom:.75rem;font-size:1.4rem;font-weight:800}.layout-legal-module__z7gTOa__section p{color:var(--text-muted);margin-bottom:.75rem}.layout-legal-module__z7gTOa__section ul{color:var(--text-muted);padding-left:1.5rem}.layout-legal-module__z7gTOa__section ul li{margin-bottom:.5rem}@media (max-width:640px){.layout-legal-module__z7gTOa__hero{padding-top:140px}.layout-legal-module__z7gTOa__heroTitle{font-size:2rem}.layout-legal-module__z7gTOa__highlights{flex-direction:column}}
