@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:wght@400;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}:root{--green:#1b6b3a;--green-dark:#145230;--green-deep:#0e3d28;--bg-dark:#131f1a;--bg-page:#f0f2f1;--gold:#c9a96e;--text:#1a2e27;--muted:#6b7e77;--white:#fff;--border:#d8deda;--radius:10px;--font-body:"Jost", sans-serif;--font-script:"Dancing Script", cursive;--font-serif:"Playfair Display", serif}body{font-family:var(--font-body);color:var(--text);background:var(--bg-page);-webkit-font-smoothing:antialiased;overflow-x:hidden}html{overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;font-family:inherit}.container{width:min(1260px,100% - 40px);margin:0 auto}.script{font-family:var(--font-script);color:var(--gold);font-size:1.65rem;line-height:1.3;display:block}.btn{background:linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);color:var(--white);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #1b6b3a33}.btn:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:hover:before{width:300px;height:300px}.btn:hover{background:linear-gradient(135deg, var(--green-dark) 0%, var(--green-deep) 100%);transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #1b6b3a4d}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:#ffffff1f;transform:none}.btn-outline-white{color:var(--white);letter-spacing:.08em;background:0 0;border:2px solid #ffffffbf}.btn-outline-white:hover{border-color:var(--white);background:#ffffff1a;transform:none}.btn-dark{background:var(--green-deep);color:var(--white)}.topbar{background:var(--green-dark);color:var(--white);z-index:100;padding-bottom:0;font-size:.87rem;position:relative}.topbar:after{content:"";pointer-events:none;z-index:100;background-image:url(/icon7.png);background-position:0 0;background-repeat:repeat-x;background-size:150px 100%;width:100%;height:18px;display:block;position:absolute;bottom:-8px;left:0;transform:scaleY(-1)}.topbar-inner{justify-content:space-between;align-items:center;gap:1.5rem;height:50px;display:flex}.topbar-social{align-items:center;gap:18px;display:flex}.topbar-social a{opacity:.85;justify-content:center;align-items:center;width:20px;height:20px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.topbar-social a svg{fill:#fff;width:18px;height:18px;transition:transform .3s}.topbar-social a:hover{opacity:1;transform:translateY(-2px)scale(1.15)}.topbar-social a:hover svg{transform:rotate(5deg)}.topbar-contact{align-items:center;gap:2rem;display:flex}.topbar-contact a{opacity:.92;letter-spacing:.01em;align-items:center;gap:7px;font-size:.84rem;display:flex}.topbar-contact a:hover{opacity:1}.tc-icon{opacity:.85;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.tc-icon svg{fill:#fff;width:14px;height:14px}.navbar-shell{z-index:99;min-height:86px;position:relative}.navbar-wrap{background:var(--white);transition:box-shadow .2s,transform .2s;position:relative;box-shadow:0 1px 4px #00000012}.navbar-shell.is-sticky .navbar-wrap{z-index:99;position:fixed;top:0;left:0;right:0;box-shadow:0 10px 24px #0000001f}.navbar-inner{justify-content:space-between;align-items:center;gap:1.5rem;height:86px;display:flex}.brand{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.brand-logo-img{object-fit:contain;flex-shrink:0;width:260px;height:auto;max-height:70px}.brand-text strong{font-family:var(--font-body);letter-spacing:.02em;color:var(--text);text-transform:uppercase;font-size:1.5rem;font-weight:900;line-height:1.05;display:block}.brand-text small{letter-spacing:.22em;color:var(--muted);text-transform:uppercase;margin-top:2px;font-size:.58rem;display:block}.main-nav{flex:1;justify-content:center;align-items:center;gap:0;display:flex}.main-nav li a{color:var(--text);white-space:nowrap;letter-spacing:.01em;padding:0 14px;font-size:.94rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:block;position:relative}.main-nav li a:after{content:"";background:linear-gradient(90deg, var(--green) 0%, var(--green-dark) 100%);transform-origin:0;height:2px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:-6px;left:14px;right:14px;transform:scaleX(0)}.main-nav li a:hover,.main-nav li a.active-link{color:var(--green);transform:translateY(-2px)}.main-nav li a:hover:after,.main-nav li a.active-link:after{transform:scaleX(1)}.menu-btn{background:linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);width:48px;height:46px;color:var(--white);cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:none;box-shadow:0 2px 8px #1b6b3a33}.menu-btn:hover{background:linear-gradient(135deg, var(--green-dark) 0%, var(--green-deep) 100%);background:var(--green-dark);transform:scale(1.05);box-shadow:0 4px 12px #1b6b3a4d}.menu-btn svg{stroke:#fff;fill:none;stroke-width:2.2px;stroke-linecap:round;width:20px;height:20px}.mobile-menu{display:none}.hero{flex-direction:column;min-height:620px;animation:.8s ease-out fade-in;display:flex;position:relative;overflow:hidden}.hero-slides{position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 1.2s;position:absolute;inset:0}.hero-slide.active{opacity:1}.hero-slide:after{content:"";background:linear-gradient(#06120c85 0%,#06120c73 55%,#06120cad 100%);position:absolute;inset:0}.hero-plane{z-index:3;pointer-events:none;opacity:.72;width:320px;height:auto;animation:6s ease-in-out infinite hero-deco-float;position:absolute;top:56px;left:50%;transform:translate(-50%)}@keyframes hero-deco-float{0%,to{transform:translate(-50%)translateY(0)rotate(-1deg)}50%{transform:translate(-50%)translateY(10px)rotate(1deg)}}@keyframes hero-deco-drift{0%,to{transform:translate(0,0)rotate(-2deg)}50%{transform:translate(10px,8px)rotate(1deg)}}@keyframes mobile-header-fade{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-logo-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes mobile-menu-button-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.06)}}@keyframes mobile-hero-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-search-float{0%,to{transform:translateY(0);box-shadow:0 18px 50px #0a1e141f}50%{transform:translateY(-4px);box-shadow:0 24px 60px #0a1e142e}}@keyframes mobile-nav-item-in{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes mobile-whatsapp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes mobile-fade-in{0%{opacity:0;transform:translateY(30px)}60%{opacity:.8;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-slide-in-left{0%{opacity:0;transform:translate(-40px)}70%{opacity:1;transform:translate(5px)}to{transform:translate(0)}}@keyframes mobile-slide-in-right{0%{opacity:0;transform:translate(40px)}70%{opacity:1;transform:translate(-5px)}to{transform:translate(0)}}@keyframes mobile-cta-slide-up{0%{opacity:0;transform:translateY(50px)scale(.95)}70%{opacity:1;transform:translateY(-8px)scale(1.02)}to{transform:translateY(0)scale(1)}}@keyframes mobile-scale-in{0%{opacity:0;transform:scale(.85)rotate(-2deg)}60%{opacity:1;transform:scale(1.05)rotate(1deg)}to{transform:scale(1)rotate(0)}}@keyframes mobile-hero-fade{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes mobile-bounce-in{0%{opacity:0;transform:translateY(50px)}50%{opacity:.8;transform:translateY(-12px)}75%{transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #1b6b3a66}50%{box-shadow:0 0 20px 8px #1b6b3a1a}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hero-arrows{z-index:5;gap:10px;display:flex;position:absolute;bottom:168px;right:40px}.hero-arrow{background:#ffffff26;border:1.5px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:background .2s;display:flex}.hero-arrow:hover{background:#ffffff4d}.hero-content{z-index:4;color:var(--white);text-align:center;padding:110px 0 72px;animation:1s ease-out .3s both fade-in-up;position:relative}.hero-content .script{color:var(--gold);margin-bottom:4px;font-size:2rem;display:block}.hero-content h1{font-family:var(--font-body);justify-content:center;align-items:baseline;gap:16px;margin-bottom:28px;font-size:clamp(3.4rem,5.5vw,6rem);font-weight:900;line-height:1;display:flex}.h1-typed{font-family:var(--font-script);color:var(--gold);min-width:2ch;font-size:clamp(3.6rem,6vw,6.5rem);font-weight:700;line-height:1;display:inline-block}.h1-cursor{background:var(--white);vertical-align:middle;width:3px;height:.75em;margin-left:2px;animation:1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.hero-points{flex-wrap:wrap;justify-content:center;gap:32px;animation:.8s ease-out .6s both fade-in-up;display:flex}.hero-points li{color:var(--white);align-items:center;gap:9px;font-size:1rem;font-weight:500;display:flex}.hero-check{background:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.search-bar-wrap{z-index:5;margin-top:-52px;margin-bottom:0;padding:0;animation:1s ease-out .5s both fade-in-up;position:relative}.search-bar{background:var(--white);border-radius:10px;grid-template-columns:1fr 1fr 1fr auto;min-height:104px;display:grid;overflow:hidden;box-shadow:0 20px 60px #0a1e1424}.sb-field{border-right:1px solid var(--border);cursor:pointer;flex-direction:column;justify-content:center;gap:4px;padding:0 28px;transition:background .3s,transform .2s;display:flex;position:relative}.sb-field:hover{background:#1b6b3a05;transform:translateY(-2px)}.sb-field:after{content:"";background:var(--green);height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.sb-field:hover:after{transform:scaleX(1)}.sb-field:last-of-type{border-right:none}.sb-label{color:var(--text);align-items:center;gap:6px;font-size:1rem;font-weight:700;display:flex}.sb-label svg,.sb-label .sb-icon{color:var(--green);font-size:1.1rem}.sb-value{color:var(--muted);align-items:center;gap:6px;font-size:.92rem;display:flex}.sb-chevron{color:var(--muted);margin-left:auto;font-size:.8rem}.sb-btn-wrap{align-items:center;padding:16px;display:flex}.sb-btn-wrap .btn{border-radius:8px;gap:10px;height:72px;padding:0 32px;font-size:1rem}.section{padding:96px 0}.section-label{text-align:center;margin-bottom:10px;animation:.6s ease-out both fade-in}.section-title{font-family:var(--font-body);color:var(--text);text-align:center;margin-bottom:48px;font-size:clamp(1.6rem,2.4vw,2.6rem);font-weight:800;line-height:1.2;animation:.7s ease-out both fade-in-up}.section-title.left{text-align:left}.packages-section{background:var(--bg-page)}.packages-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:40px;display:flex}.packages-header .section-title{text-align:left;flex:1;margin-bottom:0}.pkg-arrows{flex-shrink:0;align-items:center;gap:10px;padding-top:6px;display:flex}.pkg-arrow{border:2px solid var(--border);width:48px;height:48px;color:var(--text);cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f5f9f7 100%);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 2px 8px #0000000a}.pkg-arrow.active,.pkg-arrow:hover{background:linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);color:#fff;border-color:var(--green);transform:scale(1.08);box-shadow:0 4px 16px #1b6b3a33}.pkg-arrow-next{background:var(--green);color:#fff;border-color:var(--green);width:40px;height:40px}.pkg-arrow-next:hover{background:var(--green-dark)}.tour-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.tour-card{background:var(--white);border-radius:12px;transition:box-shadow .2s,transform .2s;animation:.6s ease-out both scale-in;position:relative;overflow:visible;box-shadow:0 4px 24px #0a1e1412}.tour-card:first-child{animation-delay:.1s}.tour-card:nth-child(2){animation-delay:.2s}.tour-card:nth-child(3){animation-delay:.3s}.tour-card:nth-child(4){animation-delay:.4s}.tour-card:nth-child(5){animation-delay:.5s}.tour-card:nth-child(6){animation-delay:.6s}.tour-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0a1e1421}.tour-card-image{position:relative}.tour-card-img{object-fit:cover;background:#d8e2dc;border-radius:12px 12px 0 0;width:100%;height:200px}.tour-badge{background:var(--white);border:1px solid var(--border);letter-spacing:.06em;text-transform:uppercase;color:var(--text);border-radius:4px 0 0 4px;padding:5px 14px;font-size:.72rem;font-weight:700;position:absolute;bottom:-14px;right:0;box-shadow:0 2px 8px #0a1e1414}.tour-badge-green{background:var(--green);color:#fff;border-color:var(--green)}.tour-card-body{padding:20px}.tour-route{color:var(--muted);align-items:flex-start;gap:6px;margin-bottom:8px;font-size:.82rem;display:flex}.tour-route svg,.tour-pin{color:var(--green);flex-shrink:0;margin-top:1px;font-size:.95rem}.tour-card h3{color:var(--text);margin-bottom:10px;font-size:1.08rem;font-weight:700;line-height:1.35}.tour-highlight{color:var(--muted);align-items:flex-start;gap:6px;margin-bottom:18px;font-size:.87rem;display:flex}.tour-highlight:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='%231b6b3a'%3E%3Cpath d='M0 0h5v5H3c0 2 1 4 3 5H3C1 8 0 5 0 3V0zm8 0h5v5h-2c0 2 1 4 3 5h-3C9 8 8 5 8 3V0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:16px;height:12px;margin-top:3px;display:inline-block}.tour-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:14px;display:flex}.tour-price{color:var(--muted);font-size:.9rem}.tour-price strong{color:var(--text);font-weight:700}.tour-arrow-btn{color:var(--green);cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f5f9f7 100%);border:2.5px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;padding:0;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 3px 12px #1b6b3a1a,inset 0 1px 2px #fffc}.tour-arrow-btn:before{content:"";background:linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);opacity:0;border-radius:50%;transition:opacity .4s cubic-bezier(.34,1.56,.64,1);position:absolute;inset:0}.tour-arrow-btn svg{z-index:1;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:relative}.tour-arrow-btn:hover:before{opacity:1}.tour-arrow-btn:hover svg{transform:translate(4px)scale(1.1)}.tour-arrow-btn:hover{color:var(--white);border-color:var(--green);transform:translate(4px)scale(1.05);box-shadow:0 6px 20px #1b6b3a40,inset 0 1px 2px #fff3}.about-section{background:var(--white);animation:.8s ease-out fade-in}.about-grid{grid-template-columns:44% 56%;align-items:center;gap:72px;display:grid}.about-left{position:relative}.about-photo-stack{width:100%;min-height:480px;position:relative}.about-img-back{aspect-ratio:3/4;object-fit:cover;z-index:1;border-radius:4px;width:60%;position:absolute;top:0;left:40px}.about-img-front{aspect-ratio:4/5;object-fit:cover;z-index:2;border-radius:4px;width:75%;position:absolute;top:90px;left:110px;box-shadow:0 12px 40px #00000029}.about-banner{z-index:3;background:var(--green);color:var(--white);letter-spacing:.1em;text-transform:uppercase;writing-mode:vertical-rl;white-space:nowrap;padding:20px 11px;font-size:.75rem;font-weight:700;position:absolute;top:100px;left:0;transform:rotate(180deg)}.about-exp{z-index:4;background:var(--white);text-align:center;border:none;min-width:130px;padding:18px 26px;position:absolute;bottom:0;left:40px;box-shadow:0 2px 18px #00000017}.about-exp strong{color:var(--green);font-size:3.2rem;font-weight:800;line-height:1;display:block}.about-exp span{color:var(--muted);font-size:.82rem;line-height:1.5}.about-tag{align-items:center;gap:8px;margin-bottom:14px;display:flex}.about-heading{font-family:var(--font-body);color:var(--text);margin-bottom:18px;font-size:clamp(1.5rem,2.2vw,2.2rem);font-weight:800;line-height:1.25}.about-body{color:var(--muted);text-align:justify;margin-bottom:30px;font-size:.96rem;line-height:1.85}.about-features{grid-template-columns:1fr 1fr;gap:24px 36px;margin-bottom:36px;display:grid}.about-feat{flex-direction:column;gap:8px;animation:.6s ease-out both slide-in-left;display:flex}.about-feat:nth-child(odd){animation-name:slide-in-left}.about-feat:nth-child(2n){animation-name:slide-in-right}.about-feat:first-child{animation-delay:.1s}.about-feat:nth-child(2){animation-delay:.2s}.about-feat:nth-child(3){animation-delay:.3s}.about-feat:nth-child(4){animation-delay:.4s}.about-feat-icon{align-items:flex-end;width:48px;height:48px;margin-bottom:4px;display:flex;position:relative}.about-feat-icon img{z-index:1;position:relative}.about-feat-dot{background:var(--gold);opacity:.75;z-index:0;border-radius:50%;width:18px;height:18px;position:absolute;top:0;right:-2px}.about-feat h3{color:var(--gold);font-size:.97rem;font-weight:700}.about-feat p{color:var(--muted);font-size:.87rem;line-height:1.65}.btn-dark{background:var(--green-dark);color:var(--white);letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:4px;align-items:center;gap:10px;padding:16px 40px;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.btn-dark:hover{background:var(--green-deep)}.why-section{background:var(--green);padding-bottom:0;animation:.8s ease-out fade-in;position:relative;overflow:hidden}.why-section:before{content:"";pointer-events:none;z-index:1;background-image:url(/icon7.png);background-position:0 0;background-repeat:repeat-x;background-size:150px 100%;height:30px;position:absolute;top:-15px;left:0;right:0}.why-section:after{content:"";pointer-events:none;z-index:1;background-image:url(/icon7.png);background-position:0 0;background-repeat:repeat-x;background-size:150px 100%;height:30px;position:absolute;bottom:-15px;left:0;right:0;transform:scaleY(-1)}.why-inner{padding:80px 0}.why-mountain{opacity:.8;flex-shrink:0;width:62px;height:50px;margin-top:4px}.why-top{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:44px;display:flex}.why-top h2{color:var(--white);margin-bottom:8px;font-size:clamp(1.6rem,2.5vw,2.5rem);font-weight:800;line-height:1.2}.why-sub{color:#ffffffb8;max-width:520px;font-size:.92rem;line-height:1.6}.why-heading-col{flex:1}.why-cards{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.why-card{background:var(--white);text-align:center;border:1.5px dashed #d5e0d9;border-radius:18px;flex-direction:column;align-items:center;gap:12px;padding:32px 24px 28px;transition:transform .3s,border-color .3s,background .3s;animation:.6s ease-out both scale-in;display:flex}.why-card:first-child{animation-delay:.1s}.why-card:nth-child(2){animation-delay:.2s}.why-card:nth-child(3){animation-delay:.3s}.why-card:nth-child(4){animation-delay:.4s}.why-card:hover{border-color:var(--gold);background:#c9a96e0a;transform:translateY(-6px)}.why-card-icon{background:0 0;border-radius:8px;justify-content:center;align-items:center;width:68px;height:68px;transition:transform .3s;display:flex}.why-card:hover .why-card-icon{transform:scale(1.12)}.why-card-icon img{object-fit:contain;filter:sepia()saturate(1.4)hue-rotate(10deg)brightness(.85);width:52px;height:52px}.why-card h3{color:var(--text);font-size:.97rem;font-weight:700;line-height:1.3}.dest-section{background:var(--bg-page)}.dest-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.dest-card{background:var(--white);border-radius:14px;grid-template-rows:200px auto;transition:transform .3s,box-shadow .3s;animation:.6s ease-out both scale-in;display:grid;overflow:hidden;box-shadow:0 4px 20px #0a1e1412}.dest-card:first-child{animation-delay:.1s}.dest-card:nth-child(2){animation-delay:.2s}.dest-card:nth-child(3){animation-delay:.3s}.dest-card:nth-child(4){animation-delay:.4s}.dest-card:nth-child(5){animation-delay:.5s}.dest-card:nth-child(6){animation-delay:.6s}.dest-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0a1e1426}.dest-img{object-fit:cover;background:#c8d8d0;width:100%;height:200px;transition:transform .4s}.dest-card:hover .dest-img{transform:scale(1.08)}.dest-body{padding:20px}.dest-body h3{margin-bottom:8px;font-size:1.05rem;font-weight:700}.dest-body p{color:var(--muted);font-size:.88rem;line-height:1.6}.testi-section{background:var(--bg-page)}.review-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:60px;display:grid}.review-card{background:#f5f0eb;border-radius:12px;padding:24px;transition:transform .3s,background .3s,box-shadow .3s;animation:.6s ease-out both fade-in-up}.review-card:first-child{animation-delay:.15s}.review-card:nth-child(2){animation-delay:.3s}.review-card:nth-child(3){animation-delay:.45s}.review-card:hover{background:#f0ebe5;transform:translateY(-6px);box-shadow:0 8px 28px #0a1e141a}.review-card h3{font-family:var(--font-script);color:var(--text);margin-bottom:10px;font-size:1.45rem;font-weight:700}.review-card p{color:var(--muted);margin-bottom:16px;font-size:.87rem;line-height:1.6}.review-card-footer{align-items:center;gap:10px;display:flex}.review-stars{color:#f5a623;font-size:.9rem}.review-score{font-size:.9rem;font-weight:700}.review-link{color:var(--gold);margin-left:auto;font-size:.84rem;font-weight:600}.review-link:hover{text-decoration:underline}.testi-detail{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3Cstyle%3E.land%7Bfill:%23d8e3de;stroke:%23b8c9bf;stroke-width:0.5;%7D%3C/style%3E%3C/defs%3E%3Cg opacity='0.15'%3E%3Cellipse class='land' cx='150' cy='80' rx='60' ry='50'/%3E%3Cellipse class='land' cx='180' cy='140' rx='45' ry='35'/%3E%3Cpath class='land' d='M 240 60 Q 280 50 320 65 L 330 90 Q 310 100 280 95 Q 260 90 240 80 Z'/%3E%3Cpath class='land' d='M 340 140 L 380 135 L 400 150 L 420 145 L 440 160 L 430 180 L 410 175 L 390 185 L 370 170 L 350 175 Z'/%3E%3Cellipse class='land' cx='500' cy='90' rx='70' ry='45'/%3E%3Cpath class='land' d='M 580 140 Q 620 135 650 145 L 660 165 Q 640 175 610 170 Q 590 165 580 155 Z'/%3E%3Cpath class='land' d='M 100 220 L 140 210 L 160 225 L 150 250 L 130 260 L 110 255 L 95 240 Z'/%3E%3Cpath class='land' d='M 180 240 Q 220 230 260 235 L 270 260 L 250 275 Q 210 280 180 270 Z'/%3E%3Cellipse class='land' cx='350' cy='260' rx='55' ry='40'/%3E%3Cpath class='land' d='M 440 220 L 490 215 L 520 230 L 530 255 L 510 270 L 470 275 L 445 260 Z'/%3E%3Cellipse class='land' cx='620' cy='250' rx='65' ry='50'/%3E%3Cpath class='land' d='M 150 320 Q 180 310 210 315 L 215 335 Q 190 345 165 340 Z'/%3E%3Cellipse class='land' cx='550' cy='330' rx='50' ry='35'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;grid-template-columns:42% 58%;align-items:center;gap:60px;padding:80px 0;display:grid;position:relative}.photo-stack{height:380px;position:relative}.photo-polar{background:var(--white);flex-direction:column;display:flex;position:absolute;box-shadow:0 8px 28px #0a1e141f}.photo-polar img{display:block}.polar-back{z-index:1;width:230px;height:260px;padding:10px 10px 40px;top:55px;left:85px;transform:rotate(8deg)}.polar-back img{object-fit:cover;background:#c0d4ca;width:100%;height:100%}.polar-front{z-index:2;width:240px;height:270px;padding:10px 10px 40px;top:30px;left:20px;transform:rotate(-12deg)}.polar-front img{object-fit:cover;background:#a8c4b8;width:100%;height:100%}.testi-right h3{margin-bottom:14px;font-size:clamp(1.4rem,2vw,2.1rem);font-weight:800;line-height:1.25}.testi-stars{color:var(--gold);margin-bottom:14px;font-size:1.2rem}.testi-text{color:var(--muted);margin-bottom:20px;font-size:.95rem;line-height:1.8}.testi-divider{background:var(--green);width:42px;height:3px;margin-bottom:16px}.testi-name{font-size:1rem;font-weight:700}.testi-nav{align-items:center;gap:10px;margin-top:22px;display:flex}.testi-dot{border:2px solid var(--border);cursor:pointer;background:#d8e2dc;border-radius:50%;width:36px;height:36px;transition:border-color .2s;overflow:hidden}.testi-dot.active{border-color:var(--green);width:40px;height:40px}.testi-dot img{object-fit:cover;width:100%;height:100%}.testi-quote-icon{color:var(--green);font-size:2rem;font-family:var(--font-serif);margin-left:auto;line-height:1}.testi-quote-box{background:var(--green);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;display:flex}.cta-section{background-position:50%;background-size:cover;padding:80px 0;position:relative}.cta-overlay{background:linear-gradient(90deg,#0a1812eb 0%,#0a1812bf 45%,#0a181259 75%,#0a18121a 100%);position:absolute;inset:0}.cta-inner{z-index:1;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.cta-left{flex:1}.cta-left .script{color:var(--gold);margin-bottom:10px}.cta-left h2{color:var(--white);font-size:clamp(1.5rem,2.3vw,2.5rem);font-weight:800;line-height:1.2}.cta-arrow{flex-shrink:0;width:90px}.blog-section{background:var(--bg-page)}.blog-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.blog-card{background:var(--white);border-radius:12px;transition:transform .3s,box-shadow .3s;animation:.6s ease-out both slide-up;overflow:hidden;box-shadow:0 4px 20px #0a1e1412}.blog-card:first-child{animation-delay:.1s}.blog-card:nth-child(2){animation-delay:.2s}.blog-card:nth-child(3){animation-delay:.3s}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0a1e1424}.blog-card-img{object-fit:cover;background:#d8e2dc;width:100%;height:220px;transition:transform .4s;position:relative}.blog-card:hover .blog-card-img{transform:scale(1.05)}.blog-tag{background:var(--green);color:var(--white);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:6px;padding:6px 14px;font-size:.72rem;font-weight:700;display:flex;position:absolute;bottom:0;left:0}.blog-body{padding:20px}.blog-date{color:var(--muted);align-items:center;gap:6px;margin-bottom:10px;font-size:.82rem;display:flex}.blog-body h3{color:var(--text);margin-bottom:14px;font-size:1.02rem;font-weight:700;line-height:1.4}.read-more{letter-spacing:.08em;text-transform:uppercase;color:var(--text);align-items:center;gap:8px;font-size:.8rem;font-weight:800;transition:all .3s;display:flex}.read-more-dash{background:currentColor;flex-shrink:0;width:28px;height:1.5px;transition:width .3s;display:inline-block}.read-more-line{background:var(--text);width:34px;height:1.5px;transition:all .3s;display:inline-block}.read-more:hover{color:var(--green);transform:translate(4px)}.read-more:hover .read-more-line{background:var(--green);width:42px}.read-more:hover .read-more-dash{width:34px}.footer{background:var(--bg-dark);color:var(--white)}.footer-cta-wrapper{z-index:10;margin-bottom:-92px;position:relative;transform:translateY(-50%)}.footer-cta{background:linear-gradient(135deg, var(--green-deep), var(--green));border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:40px 48px;animation:.7s ease-out both scale-in;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #1b6b3a4d}.footer-cta-left{align-items:center;gap:24px;display:flex}.footer-cta-icon{flex-shrink:0;justify-content:center;align-items:center;width:74px;display:inline-flex;position:relative}.footer-cta-icon:after{content:"";background:#ffffff47;border-radius:999px;height:3px;position:absolute;bottom:-7px;left:8px;right:8px}.footer-cta-icon img{transform-origin:bottom;filter:drop-shadow(0 6px 12px #0000002e);width:100%;height:auto;animation:3.2s ease-in-out infinite footer-car-drive;display:block}.footer-cta h3{color:var(--white);font-size:clamp(1.5rem,2.2vw,2.2rem);font-weight:800;line-height:1.15}.footer-cta p{color:#ffffffbf;margin-top:4px;font-size:.9rem}.footer-cta-plane{opacity:.25;font-size:1.8rem;position:absolute;top:18px;right:180px;transform:rotate(-30deg)}@keyframes footer-car-drive{0%,to{transform:translate(-6px)translateY(0)rotate(-1deg)}20%{transform:translate(2px)translateY(-1px)rotate(0)}45%{transform:translate(10px)translateY(1px)rotate(.8deg)}65%{transform:translate(14px)translateY(-1px)rotate(.3deg)}85%{transform:translate(4px)translateY(0)rotate(-.6deg)}}@media (prefers-reduced-motion:reduce){.footer-cta-icon img{animation:none}}.footer-body{padding:26px 0 48px}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:48px;padding-top:20px;padding-bottom:40px;display:grid}.footer-brand{flex-direction:column;gap:16px;display:flex}.footer-brand-logo{align-items:center;gap:10px;display:flex}.footer-logo-img{object-fit:contain;flex-shrink:0;width:160px;height:auto}.footer-brand p{color:#ffffffa6;font-size:.88rem;line-height:1.7}.footer-social{gap:16px;display:flex}.footer-social a{background:#ffffff0d;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.78rem;font-weight:700;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex}.footer-social a:hover{background:var(--green);border-color:var(--green);transform:translateY(-4px)scale(1.1);box-shadow:0 6px 16px #1b6b3a4d}.footer-col h4{color:var(--white);margin-bottom:20px;font-size:1rem;font-weight:700;animation:.6s ease-out both fade-in}.footer-col ul{flex-direction:column;gap:12px;display:flex}.footer-col ul li{animation:.5s ease-out both slide-in-left}.footer-col ul li:first-child{animation-delay:.1s}.footer-col ul li:nth-child(2){animation-delay:.15s}.footer-col ul li:nth-child(3){animation-delay:.2s}.footer-col ul li:nth-child(4){animation-delay:.25s}.footer-col ul li:nth-child(5){animation-delay:.3s}.footer-col ul li a{color:#ffffffa6;font-size:.88rem;transition:all .3s;display:inline-block}.footer-col ul li a:hover{color:var(--white);transform:translate(4px)}.footer-contact-item{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.fci-icon{width:30px;height:30px;color:var(--gold);background:#ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;transition:all .3s;display:flex}.footer-contact-item:hover .fci-icon{background:#c9a96e33;transform:scale(1.1)}.fci-text small{color:#ffffff80;margin-bottom:2px;font-size:.76rem;display:block}.fci-text strong{font-size:.9rem;font-weight:600}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:22px;display:flex}.footer-bottom p{color:#ffffff73;font-size:.82rem}.footer-bottom a{color:var(--gold)}.footer-bottom a:hover{text-decoration:underline}.tours-page-hero{text-align:center;min-height:280px;color:var(--white);background-image:url(/hero-tour-packages.png);background-position:50% 40%;background-size:auto 130%;justify-content:center;align-items:center;animation:.8s ease-out fade-in;display:flex;position:relative}.tours-page-hero-overlay{background:#08140e9e;position:absolute;inset:0}.tours-hero-arc{z-index:1;pointer-events:none;width:180px;animation:6.5s ease-in-out infinite hero-deco-drift;position:absolute;top:16px;left:60px}.tours-page-hero-content{z-index:1;flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.tours-page-hero-content h1{color:var(--white);margin:0;font-size:clamp(2.8rem,5vw,5rem);font-weight:800}.tours-body{background:var(--bg-page)}.tours-layout{grid-template-columns:300px 1fr;align-items:start;gap:32px;display:grid}.tours-sidebar{background:var(--white);border-radius:14px;padding:28px 24px 32px;position:sticky;top:90px;box-shadow:0 2px 16px #0a1e140f}.tours-sidebar h3{color:var(--text);align-items:center;gap:10px;margin-bottom:24px;font-size:1.05rem;font-weight:700;display:flex}.tours-sidebar-bar{background:var(--green);border-radius:3px;flex-shrink:0;width:4px;height:18px;display:inline-block}.tours-filter-group{margin-bottom:20px}.tours-filter-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:7px;margin-bottom:8px;font-size:.82rem;font-weight:600;display:flex}.tours-select-wrap{align-items:center;display:flex;position:relative}.tours-select-wrap select{appearance:none;background:var(--white);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;border-radius:8px;outline:none;padding:10px 36px 10px 14px;font-family:inherit;font-size:.92rem;font-weight:600;transition:border-color .2s}.tours-select-wrap select:focus{border-color:var(--green)}.tours-select-wrap svg{pointer-events:none;color:var(--muted);position:absolute;right:12px}.tours-price-slider{width:100%;accent-color:var(--green);cursor:pointer;margin-bottom:8px}.tours-price-label{color:var(--muted);font-size:.88rem}.tours-apply-btn{justify-content:center;width:100%;margin-top:8px}.tours-results{flex-direction:column;gap:24px;display:flex}.tours-results-bar{background:var(--white);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 20px;font-size:.92rem;display:flex;box-shadow:0 2px 12px #0a1e140d}.tours-results-bar .gold{color:var(--gold);font-weight:700}.tours-sort-wrap{align-items:center;display:flex;position:relative}.tours-sort-select{appearance:none;background:var(--white);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:6px;outline:none;padding:6px 32px 6px 12px;font-family:inherit;font-size:.88rem}.tours-sort-select:focus{border-color:var(--green)}.tours-sort-wrap svg{pointer-events:none;color:var(--muted);position:absolute;right:10px}.tours-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.tour-highlights{flex-direction:column;gap:6px;margin-bottom:16px;padding-top:2px;display:flex}.tour-highlights li{color:var(--muted);align-items:flex-start;gap:7px;font-size:.86rem;line-height:1.45;display:flex}.tour-highlights li svg{color:var(--green);flex-shrink:0;margin-top:2px}.tours-pagination{justify-content:center;gap:8px;padding-top:4px;display:flex}.tours-page-btn{border:1.5px solid var(--border);background:var(--white);width:38px;height:38px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.tours-page-btn.active{background:var(--green);color:var(--white);border-color:var(--green)}.tours-page-btn:hover:not(.active){border-color:var(--green);color:var(--green)}.tours-empty{color:var(--muted);text-align:center;padding:48px 0;font-size:.95rem}.contact-page-hero{text-align:center;min-height:380px;color:var(--white);background-image:url(/hero-contact.png);background-position:50% 45%;background-size:auto 130%;justify-content:center;align-items:center;animation:.8s ease-out fade-in;display:flex;position:relative;overflow:hidden}.contact-page-hero-overlay{background:linear-gradient(90deg,#081c12d9 0%,#08160e85 45%,#14280a38 100%);position:absolute;inset:0}.contact-hero-arc{opacity:.75;z-index:1;width:150px;height:150px;animation:6.5s ease-in-out infinite hero-deco-drift;position:absolute;top:24px;left:36px}.contact-page-hero-content{z-index:2;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.contact-page-hero-content h1{color:#fff;text-shadow:0 2px 24px #00000059;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,5.5rem);font-style:italic;font-weight:800;line-height:1}.contact-info-section{background:var(--bg-page);padding:56px 0 48px}.contact-info-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.contact-info-card{background:var(--white);border:1px solid var(--border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:36px 28px 32px;animation:.6s ease-out both scale-in;display:flex}.contact-info-card:first-child{animation-delay:.15s}.contact-info-card:nth-child(2){animation-delay:.3s}.contact-info-card:nth-child(3){animation-delay:.45s}.contact-info-icon{border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:4px;display:flex}.contact-info-card h4{color:var(--green);margin:0;font-size:1rem;font-weight:700}.contact-info-card p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}.contact-safaris-section{background:var(--white);padding:72px 0 80px}.contact-safaris-intro{text-align:center;max-width:680px;color:var(--muted);margin:0 auto 48px;font-size:1.05rem;line-height:1.7}.contact-safaris-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.contact-safari-card{background:var(--white);border:1.5px solid var(--border);cursor:pointer;text-align:left;border-radius:14px;flex-direction:column;padding:0;transition:all .3s;animation:.6s ease-out both scale-in;display:flex;overflow:hidden}.contact-safari-card:first-child{animation-delay:.1s}.contact-safari-card:nth-child(2){animation-delay:.2s}.contact-safari-card:nth-child(3){animation-delay:.3s}.contact-safari-card:nth-child(4){animation-delay:.4s}.contact-safari-card:nth-child(5){animation-delay:.5s}.contact-safari-card:nth-child(6){animation-delay:.6s}.contact-safari-card:nth-child(7){animation-delay:.7s}.contact-safari-card:nth-child(8){animation-delay:.8s}.contact-safari-card:nth-child(9){animation-delay:.9s}.contact-safari-card:hover{border-color:var(--green);transform:translateY(-4px);box-shadow:0 8px 28px #1b6b3a26}.contact-safari-img-wrap{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.contact-safari-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.contact-safari-card:hover .contact-safari-img{transform:scale(1.08)}.contact-safari-badge{background:var(--white);color:var(--text);letter-spacing:.03em;text-transform:uppercase;border-radius:6px;padding:5px 12px;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px}.contact-safari-body{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.contact-safari-body h3{color:var(--text);margin:0;font-size:1.08rem;font-weight:700;line-height:1.3}.contact-safari-route{color:var(--muted);align-items:center;gap:6px;font-size:.82rem;display:flex}.contact-safari-route svg{color:var(--green);flex-shrink:0}.contact-safari-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex}.contact-safari-days{color:var(--muted);font-size:.85rem}.contact-safari-price{color:var(--text);font-size:.88rem}.contact-safari-price strong{color:var(--green);font-size:1.15rem;font-weight:800}.contact-safari-cta{background:var(--green);color:var(--white);border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:12px;font-size:.92rem;font-weight:700;transition:background .2s;display:flex}.contact-safari-card:hover .contact-safari-cta{background:var(--green-dark)}.contact-safari-cta svg{transition:transform .2s}.contact-safari-card:hover .contact-safari-cta svg{transform:translate(3px)}.selected-tour-banner{border:2px solid var(--green);background:linear-gradient(135deg,#e8f5e9 0%,#f1f8f4 100%);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:16px 20px;animation:.4s ease-out scale-in;display:flex}.selected-tour-info{color:var(--text);flex:1;align-items:center;gap:12px;font-size:.92rem;display:flex}.selected-tour-info strong{color:var(--green-dark)}.selected-tour-meta{color:var(--muted);font-size:.85rem}.selected-tour-clear{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.selected-tour-clear:hover{color:var(--text);background:#0000000d}.contact-body-section{background:var(--bg-page);padding:0 0 72px}.contact-body-grid{grid-template-columns:1fr 1.3fr;align-items:start;gap:36px;display:grid}.contact-section-title{color:var(--text);margin:0 0 20px;font-size:1.7rem;font-weight:800}.contact-map-col{flex-direction:column;display:flex}.contact-map-wrap{border:1px solid var(--border);border-radius:10px;flex:1;min-height:480px;animation:.7s ease-out .2s both slide-in-left;overflow:hidden}.contact-map-wrap iframe{height:100%;min-height:480px;display:block}.contact-form-col{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:36px 32px 40px;animation:.7s ease-out .3s both slide-in-right}.contact-form-intro{color:var(--muted);margin:0 0 20px;font-size:.88rem;line-height:1.75}.cf-step-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 12px;font-size:.82rem;font-weight:700}.cf-type-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px;display:grid}.cf-type-btn{background:var(--bg-page);border:2px solid var(--border);cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 14px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.cf-type-btn:hover{border-color:var(--green);background:#f0f7f3;transform:translateY(-2px)scale(1.02);box-shadow:0 4px 12px #1b6b3a1a}.cf-type-btn.active{border-color:var(--green);background:#e8f4ed;transform:scale(1.02);box-shadow:0 2px 8px #1b6b3a26}.cf-type-label{color:var(--text);font-size:.88rem;font-weight:700}.cf-type-desc{color:var(--muted);font-size:.76rem}.contact-form{flex-direction:column;gap:16px;margin-top:4px;display:flex}.cf-row{gap:16px;display:grid}.cf-row-2{grid-template-columns:1fr 1fr}.cf-field{flex-direction:column;gap:5px;display:flex}.cf-field label{text-transform:uppercase;letter-spacing:.07em;color:var(--green);font-size:.76rem;font-weight:700}.cf-field input,.cf-field select,.cf-field textarea{border:none;border-bottom:1.5px solid var(--border);width:100%;color:var(--text);resize:none;background:0 0;outline:none;padding:6px 0;font-family:inherit;font-size:.92rem;transition:border-color .2s}.cf-field input:focus,.cf-field select:focus,.cf-field textarea:focus{border-bottom-color:var(--green)}.cf-field input::placeholder,.cf-field textarea::placeholder{color:var(--muted);font-size:.88rem}.cf-field select{color:var(--muted);cursor:pointer}.cf-field select:not([value=""]){color:var(--text)}.cf-field-full{grid-column:span 2}.btn-contact-submit{background:var(--green);color:#fff;cursor:pointer;letter-spacing:.03em;border:none;border-radius:8px;align-items:center;gap:8px;width:fit-content;margin-top:6px;padding:14px 32px;font-size:.93rem;font-weight:700;transition:background .2s;display:inline-flex}.btn-contact-submit:hover{background:var(--green-dark)}.tour-detail-page{background:var(--bg-page);padding:28px 0 90px}.tour-panel{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:30px;scroll-margin-top:120px;box-shadow:0 18px 45px #0d1f170f}.tour-panel+.tour-panel{margin-top:28px}.tour-subnav{z-index:12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #d8dedae6;border-radius:999px;flex-wrap:wrap;gap:12px;margin-bottom:28px;padding:10px;display:flex;position:sticky;top:88px;box-shadow:0 16px 30px #111f1a14}.tour-subnav-link{min-width:122px;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,color .2s,box-shadow .2s;display:inline-flex}.tour-subnav-link svg{flex-shrink:0;width:20px;height:20px}.tour-subnav-link:hover,.tour-subnav-link.is-active{color:var(--white);background:var(--green);border-color:var(--green);transform:translateY(-1px);box-shadow:0 12px 24px #1b6b3a38}.tour-headline-row{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.tour-headline-row h1{color:var(--text);margin-bottom:12px;font-size:clamp(2.3rem,4vw,3.35rem);line-height:1.1}.tour-headline-meta{color:var(--muted);flex-wrap:wrap;gap:22px;font-size:.96rem;display:flex}.tour-headline-meta span{position:relative}.tour-headline-meta span+span:before{content:"";background:var(--gold);border-radius:999px;width:4px;height:4px;position:absolute;top:50%;left:-11px;transform:translateY(-50%)}.tour-starting-price{min-width:180px;padding-top:6px}.tour-starting-price span{color:var(--muted);margin-bottom:4px;font-size:.9rem;display:block}.tour-starting-price strong{color:var(--gold);font-size:clamp(2rem,3vw,2.8rem);line-height:1}.tour-overview-media{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:28px;display:grid}.tour-overview-media img,.tour-itinerary-image img,.tour-gallery-item img,.tour-activity-card img,.tour-related-item img{object-fit:cover;width:100%;height:100%;display:block}.tour-overview-media img{aspect-ratio:1/.86;border-radius:16px}.tour-overview-grid,.tour-prices-grid,.tour-book-layout{grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);align-items:start;gap:28px;display:grid}.tour-overview-main h2,.tour-section-intro h2,.tour-book-copy h2{color:var(--text);margin-bottom:12px;font-size:2rem}.tour-overview-main p,.tour-section-intro p,.tour-book-copy p,.tour-itinerary-copy p,.tour-faq-answer p,.tour-booking-intro{color:var(--muted);font-size:1rem;line-height:1.75}.tour-overview-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.tour-feature-pill{border:1px solid var(--border);color:var(--text);background:#f6f8f7;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex}.tour-feature-check{background:var(--green);width:24px;height:24px;color:var(--white);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:inline-flex}.tour-related-card,.tour-price-table-card,.tour-booking-card{background:var(--white);border:1px solid var(--border);border-radius:18px;padding:24px}.tour-related-card h3,.tour-list-card h3,.tour-price-table-card strong,.tour-booking-summary h4,.tour-booking-card h3,.tour-activity-card h3,.tour-itinerary-copy h3{color:var(--text)}.tour-related-list{flex-direction:column;gap:16px;margin-top:18px;display:flex}.tour-related-item{color:inherit;grid-template-columns:88px 1fr;gap:14px;text-decoration:none;display:grid}.tour-related-item img{aspect-ratio:1.1/.85;border-radius:10px}.tour-related-item strong{margin-bottom:4px;font-size:.96rem;line-height:1.4;display:block}.tour-related-item span{color:var(--muted);font-size:.9rem}.tour-section-intro{margin-bottom:26px}.tour-itinerary-list{flex-direction:column;gap:24px;display:flex}.tour-itinerary-item{grid-template-columns:96px minmax(0,1.3fr) minmax(240px,.8fr);align-items:start;gap:22px;display:grid}.tour-itinerary-day{background:var(--green);min-height:58px;color:var(--white);text-transform:uppercase;border-radius:8px;justify-content:center;align-items:center;padding:10px 14px;font-size:1.05rem;font-weight:700;display:inline-flex}.tour-itinerary-copy ul{flex-direction:column;gap:10px;margin-top:16px;list-style:none;display:flex}.tour-itinerary-copy li{color:var(--muted);line-height:1.6}.tour-itinerary-copy strong{color:var(--text)}.tour-itinerary-image img{aspect-ratio:1/.9;border-radius:14px}.tour-gallery-grid,.tour-activity-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.tour-gallery-item,.tour-activity-card{border:1px solid var(--border);background:#fbfcfb;border-radius:16px;overflow:hidden}.tour-gallery-item img,.tour-activity-card img{aspect-ratio:1/.72}.tour-gallery-item figcaption,.tour-activity-card h3{text-align:center;color:var(--text);padding:14px 16px 16px;font-size:1rem}.tour-inclusion-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.tour-list-card{border:1px solid var(--border);background:#fbfcfb;border-radius:18px;padding:24px}.tour-list-card ul{flex-direction:column;gap:14px;margin-top:18px;list-style:none;display:flex}.tour-list-card li{color:var(--text);padding-left:28px;line-height:1.6;position:relative}.tour-list-card li:before{font-weight:700;position:absolute;top:0;left:0}.tour-list-card li.is-included:before{content:"✓";color:var(--green)}.tour-list-card li.is-excluded:before{content:"×";color:#d9534f}.tour-faq-list{flex-direction:column;gap:12px;margin-top:26px;display:flex}.tour-faq-item{border:1px solid var(--border);background:var(--white);border-radius:14px;overflow:hidden}.tour-faq-trigger{background:var(--white);text-align:left;width:100%;font:inherit;color:var(--text);cursor:pointer;border:none;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.tour-faq-item.is-open .tour-faq-trigger{background:#fafcfb}.tour-faq-answer{padding:0 20px 18px}.tour-price-sidebar{flex-direction:column;gap:20px;display:flex}.tour-price-table-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding-bottom:18px;display:flex}.tour-price-table-header span{color:var(--muted)}.tour-price-table-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.tour-price-cell{border:1px solid var(--border);background:#f8faf8;border-radius:14px;padding:16px}.tour-price-cell span{color:var(--muted);margin-bottom:6px;display:block}.tour-price-cell strong{color:var(--green);font-size:1.35rem}.tour-book-now-panel{background:linear-gradient(#f7faf8 0%,#fff 100%)}.tour-book-copy{padding:8px 0}.tour-book-kicker{color:var(--green);letter-spacing:.04em;text-transform:uppercase;background:#1b6b3a14;border-radius:999px;margin-bottom:16px;padding:8px 14px;font-size:.84rem;font-weight:700;display:inline-block}.tour-book-points{flex-direction:column;gap:12px;margin-top:20px;display:flex}.tour-book-points span{color:var(--text);align-items:center;gap:10px;display:flex}.tour-book-points span:before{content:"•";color:var(--gold);font-size:1.3rem;line-height:1}.tour-detail-booking{position:sticky;top:144px}.tour-booking-summary{background:linear-gradient(135deg, var(--green-deep), var(--green));color:var(--white);border-radius:18px;margin-bottom:18px;padding:24px;box-shadow:0 18px 35px #1b6b3a38}.tbs-header{text-transform:uppercase;letter-spacing:.12em;opacity:.85;margin-bottom:12px;font-size:.8rem}.tour-booking-summary h4{margin-bottom:16px;font-size:1.55rem;line-height:1.25}.tbs-details{border-bottom:1px solid #ffffff2e;flex-direction:column;gap:8px;margin-bottom:18px;padding-bottom:18px;display:flex}.tbs-item{color:#fffffff0}.tbs-price span{opacity:.85;margin-bottom:4px;font-size:.86rem;display:block}.tbs-price strong{color:var(--gold);font-size:2rem}.tour-booking-card h3{margin-bottom:10px;font-size:1.65rem}.tour-booking-intro{margin-bottom:22px}.form-success-banner{color:#155724;background:#e6f5eb;border:1px solid #b8dfc4;border-radius:12px;margin-bottom:18px;padding:14px 16px}.tour-booking-form{flex-direction:column;gap:16px;display:flex}.tbf-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.tbf-field{flex-direction:column;display:flex}.tbf-field label{color:var(--text);margin-bottom:8px;font-size:.92rem;font-weight:600}.tbf-field input,.tbf-field textarea,.tbf-field select{border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:#fbfcfb;border-radius:10px;padding:13px 14px}.tbf-field input:focus,.tbf-field textarea:focus,.tbf-field select:focus{border-color:var(--green);background:var(--white);outline:none;box-shadow:0 0 0 4px #1b6b3a14}.tbf-field textarea{resize:vertical;min-height:120px}.btn-book-safari{background:var(--green);color:var(--white);font:inherit;cursor:pointer;border:none;border-radius:12px;padding:15px 20px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}.btn-book-safari:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 12px 24px #1b6b3a38}.act-page-hero{text-align:center;min-height:400px;color:var(--white);background-image:url(/hero-activities.png);background-position:50% 55%;background-size:auto 130%;justify-content:center;align-items:center;animation:.8s ease-out fade-in;display:flex;position:relative;overflow:hidden}.act-page-hero-overlay{background:linear-gradient(90deg,#081c12e0 0%,#08160e8c 45%,#14280a40 100%);position:absolute;inset:0}.act-hero-arc{opacity:.75;z-index:1;width:150px;height:150px;animation:6.5s ease-in-out infinite hero-deco-drift;position:absolute;top:24px;left:36px}.act-page-hero-content{z-index:2;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.act-page-hero-content h1{letter-spacing:-.01em;color:#fff;text-shadow:0 2px 24px #00000059;font-family:Playfair Display,serif;font-size:clamp(3.2rem,7vw,6rem);font-style:italic;font-weight:800;line-height:1}.act-intro-section{background:var(--bg-page);padding:68px 0 48px;animation:.8s ease-out .2s both fade-in}.act-intro-h2{color:var(--text);max-width:900px;margin:0 0 18px;font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:800;line-height:1.35}.act-intro-body{color:var(--muted);max-width:900px;font-size:.93rem;line-height:1.85}.act-grid-section{background:var(--bg-page);padding:16px 0 72px;animation:.8s ease-out .3s both fade-in}.act-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.act-card{flex-direction:column;gap:10px;transition:all .3s;animation:.6s ease-out both scale-in;display:flex}.act-card:first-child{animation-delay:.1s}.act-card:nth-child(2){animation-delay:.2s}.act-card:nth-child(3){animation-delay:.3s}.act-card:nth-child(4){animation-delay:.4s}.act-card:nth-child(5){animation-delay:.5s}.act-card:nth-child(6){animation-delay:.6s}.act-card:nth-child(7){animation-delay:.7s}.act-card:nth-child(8){animation-delay:.8s}.act-card:hover{transform:translateY(-4px)}.act-card-photo-wrap{aspect-ratio:4/3;border-radius:10px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.act-card:hover .act-card-photo-wrap{box-shadow:0 8px 24px #1b6b3a33}.act-card-img{object-fit:cover;width:100%;height:100%;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:block}.act-card:hover .act-card-img{filter:brightness(1.1);transform:scale(1.1)}.act-card-overlay{background:#081c12db;justify-content:center;align-items:center;transition:transform .42s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;transform:translateY(102%)}.act-card-overlay:before{content:"";clip-path:polygon(0% 100%,2% 35%,4% 90%,5% 20%,7% 80%,9% 10%,11% 70%,13% 5%,15% 60%,17% 0%,19% 55%,21% 15%,23% 65%,25% 8%,27% 55%,29% 20%,31% 75%,33% 5%,35% 60%,37% 15%,39% 70%,41% 0%,43% 55%,45% 20%,47% 65%,49% 10%,51% 60%,53% 5%,55% 55%,57% 18%,59% 70%,61% 8%,63% 60%,65% 15%,67% 65%,69% 0%,71% 55%,73% 20%,75% 72%,77% 8%,79% 58%,81% 15%,83% 68%,85% 5%,87% 55%,89% 18%,91% 65%,93% 10%,95% 60%,97% 25%,99% 70%,100% 35%,100% 100%);background:#081c12db;height:44px;position:absolute;top:-38px;left:0;right:0}.act-card:hover .act-card-overlay{transform:translateY(0)}.act-card-overlay-label{color:#fff;text-align:center;z-index:1;text-shadow:0 1px 8px #0006;padding:0 16px;font-size:1.15rem;font-weight:700;position:relative}.act-card-caption{color:var(--text);text-align:center;margin:0;font-size:.88rem;font-weight:600;transition:all .3s}.act-card:hover .act-card-caption{color:var(--green);transform:translateY(-2px)}.dest-page-hero{text-align:center;min-height:400px;color:var(--white);background-image:url(/hero-destinations.png);background-position:50% 55%;background-size:auto 130%;justify-content:center;align-items:center;animation:.8s ease-out fade-in;display:flex;position:relative;overflow:hidden}.dest-page-hero-overlay{background:linear-gradient(90deg,#081c12e0 0%,#08160e8c 45%,#14280a40 100%);position:absolute;inset:0}.dest-hero-arc{opacity:.75;z-index:1;width:150px;height:150px;animation:6.5s ease-in-out infinite hero-deco-drift;position:absolute;top:24px;left:36px}.dest-page-hero-content{z-index:2;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.dest-page-hero-content h1{letter-spacing:-.01em;color:#fff;text-shadow:0 2px 24px #00000059;font-family:Playfair Display,serif;font-size:clamp(3.2rem,7vw,6rem);font-style:italic;font-weight:800;line-height:1}.subpage-breadcrumb{color:#ffffffbf;align-items:center;gap:8px;font-size:.9rem;display:flex}.subpage-breadcrumb a{color:#4ecb8d;font-weight:500;text-decoration:none}.subpage-breadcrumb a:hover{text-decoration:underline}.subpage-breadcrumb span{color:#ffffffbf}.dest-intro-section{background:var(--white);padding:72px 0 60px;animation:.8s ease-out .2s both fade-in}.dest-intro-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.dest-intro-photo img{object-fit:cover;aspect-ratio:4/3;border-radius:12px;width:100%;display:block}.gold{color:var(--gold)}.dest-intro-lead{color:var(--text);margin:0 0 6px;font-size:.97rem;font-weight:600;line-height:1.5}.dest-intro-body{color:var(--muted);margin:10px 0 0;font-size:.91rem;line-height:1.8}.dest-parks-section{background:var(--bg-page);padding:60px 0 72px;animation:.8s ease-out .3s both fade-in}.dest-parks-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.dest-park-card{aspect-ratio:3/2.2;cursor:pointer;border-radius:14px;text-decoration:none;transition:transform .3s,box-shadow .3s;animation:.6s ease-out both scale-in;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000021}.dest-park-card:first-child{animation-delay:.1s}.dest-park-card:nth-child(2){animation-delay:.2s}.dest-park-card:nth-child(3){animation-delay:.3s}.dest-park-card:nth-child(4){animation-delay:.4s}.dest-park-card:nth-child(5){animation-delay:.5s}.dest-park-card:nth-child(6){animation-delay:.6s}.dest-park-card:nth-child(7){animation-delay:.7s}.dest-park-card:nth-child(8){animation-delay:.8s}.dest-park-card:hover{transform:translateY(-5px);box-shadow:0 10px 32px #00000038}.dest-park-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.dest-park-card:hover .dest-park-img{transform:scale(1.06)}.dest-park-overlay{background:linear-gradient(#0000 40%,#000000c7 100%);position:absolute;inset:0}.dest-park-badge{background:var(--gold);color:#fff;letter-spacing:.06em;z-index:2;border-radius:5px;padding:5px 10px;font-size:.72rem;font-weight:700;position:absolute;top:14px;right:14px}.dest-park-info{z-index:2;flex-direction:column;gap:3px;display:flex;position:absolute;bottom:20px;left:20px}.dest-park-info h3{color:#fff;margin:0;font-size:1.15rem;font-weight:700;line-height:1.2}.about-page-hero{text-align:center;min-height:300px;color:var(--white);background-image:url(/hero-about.png);background-position:50% 35%;background-size:auto 130%;justify-content:center;align-items:center;display:flex;position:relative}.about-page-hero-overlay{background:linear-gradient(#08140ea6 0%,#08140e8c 100%);position:absolute;inset:0}.about-page-hero-content{z-index:1;flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.about-page-hero-content h1{color:var(--white);margin:0;font-size:clamp(2.8rem,5vw,5rem);font-weight:800;line-height:1.05}.about-hero-plane-arc{z-index:1;pointer-events:none;width:180px;animation:6.5s ease-in-out infinite hero-deco-drift;position:absolute;top:16px;left:60px}.about-breadcrumb{color:#ffffffc7;align-items:center;gap:6px;font-size:.9rem;display:flex}.about-breadcrumb a{color:var(--green)}.about-breadcrumb a:hover{text-decoration:underline}.about-page-grid{grid-template-columns:54% 46%;align-items:center;gap:60px;display:grid}.about-why-section{background:var(--white)}.about-why-grid{grid-template-columns:46% 54%;align-items:center;gap:60px;display:grid}.about-why-img-wrap{border-radius:12px;height:480px;position:relative;overflow:hidden}.about-why-img-wrap img{object-fit:cover;width:100%;height:100%;display:block}.about-why-diamond{background:var(--green);border-radius:8px;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:absolute;bottom:48px;left:28px;transform:rotate(45deg)}.about-why-diamond .script{color:var(--white);text-align:center;font-size:1.1rem;line-height:1.35;display:block;transform:rotate(-45deg)}.about-why-right{flex-direction:column;gap:0;display:flex}.about-why-features{grid-template-columns:1fr 1fr;gap:28px 40px;margin-top:28px;display:grid}.about-why-feat{align-items:flex-start;gap:14px;display:flex}.about-why-icon{background:#f3f5f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.about-why-feat h3{color:var(--text);margin-bottom:5px;font-size:.97rem;font-weight:700}.about-why-feat p{color:var(--muted);font-size:.86rem;line-height:1.55}.about-unique-section{background:var(--bg-page)}.about-unique-intro{color:var(--muted);max-width:860px;margin-bottom:36px;font-size:.93rem;line-height:1.75}.about-unique-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.about-unique-card{background:var(--white);cursor:default;border-radius:14px;flex-direction:column;gap:14px;padding:34px 28px 32px;transition:background .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 16px #0a1e140d}.about-unique-card-triangle{opacity:0;pointer-events:none;border-top:0 solid #0000;border-bottom:200px solid #0000;border-left:0 solid #0000;border-right:200px solid #3d9c5a;width:0;height:0;transition:opacity .3s;position:absolute;top:0;right:0}.about-unique-card:hover{background:var(--green-dark);box-shadow:0 8px 32px #0a1e142e}.about-unique-card:hover .about-unique-card-triangle{opacity:.55}.about-unique-card:hover h3{color:var(--white)}.about-unique-card:hover p{color:#ffffffc7}.about-unique-card:hover .about-unique-icon svg{stroke:#fff}.about-unique-card h3,.about-unique-card p{transition:color .3s}.about-unique-card .about-unique-icon svg{transition:stroke .3s}.about-unique-icon{justify-content:center;align-items:center;width:60px;height:60px;display:flex}.about-unique-card h3{color:var(--text);font-size:1rem;font-weight:700;line-height:1.3}.about-unique-card p{color:var(--muted);font-size:.86rem;line-height:1.6}.subpage-hero{min-height:360px;color:var(--white);background:linear-gradient(105deg,#0a1a12 0%,#1a3526 60%,#2e5040 100%);align-items:center;padding:80px 0;display:flex}.subpage-container{max-width:760px}.subpage-container .script{margin-bottom:10px}.subpage-container h1{margin-bottom:16px;font-size:clamp(2.4rem,4vw,4rem);font-weight:800;line-height:1.1}.subpage-container p{color:#ffffffb8;margin-bottom:28px;font-size:1.05rem;line-height:1.75}.contact-card{background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;gap:8px;max-width:440px;padding:20px 26px;display:flex}.contact-card p{color:#ffffffd1;margin:0;font-size:.94rem}.whatsapp-float{width:54px;height:54px;color:var(--white);z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;transition:transform .2s;animation:.5s ease-out 1s both scale-in;display:flex;position:fixed;bottom:24px;left:20px;box-shadow:0 8px 24px #25d36666}.whatsapp-float:hover{transform:scale(1.1)}@media (prefers-reduced-motion:reduce){.hero-plane,.tours-hero-arc,.contact-hero-arc,.act-hero-arc,.dest-hero-arc,.about-hero-plane-arc,.navbar-wrap,.brand-logo-img,.menu-btn,.hero-content,.hero-points li,.search-bar,.mobile-menu-panel,.mobile-menu-logo,.mobile-menu-nav li,.whatsapp-float{animation:none}}@media (width<=1100px){.why-cards,.about-unique-grid{grid-template-columns:repeat(2,1fr)}.tours-layout{grid-template-columns:260px 1fr}}@media (width<=980px){.topbar-contact{flex-wrap:wrap;justify-content:flex-end;gap:1rem}.topbar-contact a{font-size:.8rem}.hero{min-height:580px}.hero-plane{width:250px;top:72px}.subpage-breadcrumb,.about-breadcrumb{flex-wrap:wrap;justify-content:center}.footer-cta-wrapper{margin-bottom:-82px}.footer-cta{margin:0 20px;padding:32px 36px}.footer-cta-plane{right:36px}.footer-body{padding:18px 0 48px}.about-grid,.about-page-grid,.about-why-grid,.dest-intro-inner,.contact-body-grid,.testi-detail{grid-template-columns:1fr}.about-pill{display:none}.about-img-main{aspect-ratio:16/7}.tour-grid,.dest-grid,.dest-parks-grid,.act-grid,.contact-info-grid,.contact-safaris-grid,.review-cards,.blog-grid{grid-template-columns:repeat(2,1fr)}.tours-layout{grid-template-columns:1fr}.tours-sidebar{position:static}.tours-grid{grid-template-columns:repeat(2,1fr)}.footer-grid,.search-bar{grid-template-columns:1fr 1fr}.sb-btn-wrap{grid-column:span 2;justify-content:stretch}.sb-btn-wrap .btn{width:100%}.about-why-features{grid-template-columns:1fr}.about-unique-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.topbar{display:none}.navbar-shell{z-index:120;min-height:84px}.navbar-wrap{background:#fffffffa;animation:.45s mobile-header-fade;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 24px #111f1a14}.navbar-shell.is-sticky .navbar-wrap{box-shadow:0 10px 30px #111f1a1f}.navbar-inner{gap:.8rem;height:84px;padding:0}.brand-logo-img{width:180px;max-height:55px;animation:4.8s ease-in-out infinite mobile-logo-bob}.menu-btn{width:44px;height:44px;color:var(--text);background:0 0;border-radius:0;padding:0;animation:2.4s ease-in-out infinite mobile-menu-button-pulse;display:inline-flex}.menu-btn:hover{background:0 0}.menu-btn svg{stroke:#0d2231;stroke-width:1.9px;width:30px;height:30px}.hero{min-height:540px}.hero-plane{width:176px;top:54px}.main-nav{display:none}.mobile-menu{pointer-events:none;opacity:0;z-index:140;transition:opacity .28s;display:block;position:fixed;inset:0}.mobile-menu.is-open{pointer-events:auto;opacity:1}.mobile-menu-backdrop{cursor:pointer;background:#05090861;border:0;position:absolute;inset:0}.mobile-menu-panel{width:min(76vw,320px);height:100%;color:var(--text);border-right:4px solid var(--green);background:#fff;flex-direction:column;padding:26px 28px 32px;transition:transform .34s;display:flex;position:relative;transform:translate(-100%);box-shadow:18px 0 36px #00000029}.mobile-menu.is-open .mobile-menu-panel{transform:translate(0)}.mobile-menu-header{justify-content:space-between;align-items:flex-start;min-height:88px;margin-bottom:26px;display:flex}.mobile-menu-logo{object-fit:contain;width:170px;height:auto;max-height:54px;animation:4.8s ease-in-out infinite mobile-logo-bob}.mobile-menu-close{background:var(--green);cursor:pointer;border:0;justify-content:center;align-items:center;width:24vw;min-width:84px;max-width:112px;height:84px;display:inline-flex;position:fixed;top:0;right:0}.mobile-menu-close svg{stroke:#fff;stroke-width:1.8px;fill:none;stroke-linecap:round;width:34px;height:34px}.mobile-menu-nav ul{flex-direction:column;gap:26px;padding-top:18px;display:flex}.mobile-menu-nav li{opacity:0;animation:.42s forwards mobile-nav-item-in}.mobile-menu.is-open .mobile-menu-nav li:first-child{animation-delay:80ms}.mobile-menu.is-open .mobile-menu-nav li:nth-child(2){animation-delay:.14s}.mobile-menu.is-open .mobile-menu-nav li:nth-child(3){animation-delay:.2s}.mobile-menu.is-open .mobile-menu-nav li:nth-child(4){animation-delay:.26s}.mobile-menu.is-open .mobile-menu-nav li:nth-child(5){animation-delay:.32s}.mobile-menu.is-open .mobile-menu-nav li:nth-child(6){animation-delay:.38s}.mobile-menu-nav a{color:var(--green-deep);font-size:1.1rem;font-weight:700;line-height:1.25}.mobile-menu-nav a:hover,.mobile-menu-nav a.active-link{color:var(--green)}.hero-content{padding:96px 0 72px;animation:.6s both mobile-hero-rise}.hero-content h1{flex-wrap:wrap;gap:8px;font-size:2.45rem}.h1-typed{font-size:clamp(2.8rem,10vw,4rem)}.hero-points li{text-align:center;justify-content:center;animation:.6s both mobile-hero-rise}.hero-points li:first-child{animation-delay:.16s}.hero-points li:nth-child(2){animation-delay:.24s}.hero-points li:nth-child(3){animation-delay:.32s}.hero-points{flex-direction:column;gap:12px}.hero-arrows{bottom:96px;right:16px}.hero-arrow{width:42px;height:42px}.search-bar-wrap{margin-top:-36px}.search-bar{animation:4.6s ease-in-out infinite mobile-search-float}.sb-field{border-right:none;border-bottom:1px solid var(--border);min-height:82px;padding:18px 20px}}.faq-page{background:var(--bg-page);min-height:100vh}.faq-hero{background:linear-gradient(135deg, var(--green-deep) 0%, var(--green) 100%);text-align:center;color:var(--white);padding:80px 0 60px}.faq-hero h1{color:var(--white);margin-bottom:12px;font-family:Playfair Display,serif;font-size:3rem}.faq-hero>.container>p{opacity:.95;margin-bottom:32px;font-size:1.05rem}.faq-hero a{color:var(--gold);text-decoration:underline;transition:opacity .2s}.faq-hero a:hover{opacity:.8}.faq-search-bar{background:var(--white);border-radius:999px;gap:0;max-width:600px;margin:0 auto 28px;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000026}.faq-search-input{background:0 0;border:none;outline:none;flex:1;padding:16px 24px;font-family:Jost,sans-serif;font-size:1rem}.faq-search-btn{background:var(--green);color:var(--white);cursor:pointer;border:none;align-items:center;gap:8px;padding:16px 28px;font-family:Jost,sans-serif;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.faq-search-btn:hover{background:var(--green-dark)}.faq-popular-topics{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.faq-topics-label{opacity:.9;font-weight:600}.faq-topic-pill{color:var(--white);cursor:pointer;background:#ffffff1a;border:1.5px solid #ffffff4d;border-radius:999px;padding:8px 18px;font-size:.9rem;font-weight:500;transition:all .2s}.faq-topic-pill:hover{background:#fff3;border-color:#ffffff80}.faq-content{padding:60px 0 80px}.faq-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.faq-column{flex-direction:column;gap:20px;display:flex}.faq-item{background:var(--white);border-radius:12px;padding:24px 28px;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.6s ease-out both slide-up;position:relative;box-shadow:0 2px 8px #0000000f}.faq-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1b6b3a1f}.faq-question{text-align:left;width:100%;color:var(--gold);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:0;font-family:Jost,sans-serif;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex}.faq-question:hover{color:var(--green);transform:translate(4px)}.faq-question svg{stroke:var(--text);flex-shrink:0;transition:transform .3s}.faq-question svg.is-open{transform:rotate(180deg)}.faq-answer{border-top:1px solid var(--border);margin-top:16px;padding-top:16px;animation:.3s both faq-slide}.faq-answer p{color:var(--muted);margin:0;line-height:1.7}.faq-item-decoration{opacity:.15;pointer-events:none;width:48px;height:auto;position:absolute;bottom:16px;right:16px}@keyframes faq-slide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.accommodations-page{background:var(--bg-page);min-height:100vh}.accommodations-hero{background:linear-gradient(135deg, var(--green-deep) 0%, var(--green) 100%);color:var(--white);padding:48px 0 36px;position:relative}.accommodations-breadcrumb{opacity:.9;align-items:center;gap:8px;margin-bottom:12px;font-size:.9rem;display:flex}.accommodations-breadcrumb a{color:var(--white);text-decoration:none;transition:opacity .2s}.accommodations-breadcrumb a:hover{opacity:.7}.accommodations-hero h1{color:var(--white);margin:0;font-family:Playfair Display,serif;font-size:2.8rem}.accommodations-hero-arc{opacity:.3;pointer-events:none;width:120px;height:auto;position:absolute;top:50%;right:80px;transform:translateY(-50%)}.accommodations-content{padding:48px 0 80px}.accommodations-layout{grid-template-columns:280px 1fr;gap:40px;display:grid}.accommodations-sidebar{height:fit-content;position:sticky;top:120px}.accommodations-filter{background:var(--white);border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f}.accommodations-filter h3{color:var(--text);margin:0 0 20px;font-size:1.15rem}.filter-list{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.filter-checkbox{cursor:pointer;align-items:center;gap:10px;transition:color .2s;display:flex}.filter-checkbox:hover{color:var(--green)}.filter-checkbox input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--green)}.filter-label{color:var(--text);-webkit-user-select:none;user-select:none;font-size:.95rem}.filter-apply-btn{background:var(--green);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:12px 20px;font-family:Jost,sans-serif;font-size:1rem;font-weight:600;transition:background .2s}.filter-apply-btn:hover{background:var(--green-dark)}.accommodations-main{min-height:400px}.accommodations-header{margin-bottom:24px}.accommodations-header p{color:var(--muted);margin:0;font-size:.95rem}.accommodations-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.accommodation-card{background:var(--white);border-radius:12px;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:.6s ease-out both scale-in;overflow:hidden;box-shadow:0 2px 8px #0000000f}.accommodation-card:nth-child(odd){animation-delay:.1s}.accommodation-card:nth-child(2n){animation-delay:.2s}.accommodation-card:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 12px 32px #1b6b3a26}.accommodation-image{background:var(--border);width:100%;height:220px;overflow:hidden}.accommodation-image img{object-fit:cover;width:100%;height:100%;transition:all .4s}.accommodation-card:hover .accommodation-image img{transform:scale(1.1)rotate(1deg)}.accommodation-content{padding:20px 24px 24px}.accommodation-location{color:var(--green);align-items:center;gap:6px;margin-bottom:8px;font-size:.85rem;font-weight:600;display:flex}.accommodation-content h3{color:var(--text);margin:0 0 10px;font-family:Playfair Display,serif;font-size:1.3rem}.accommodation-content p{color:var(--muted);margin:0 0 16px;font-size:.95rem;line-height:1.6}.accommodation-link{color:var(--green);align-items:center;gap:6px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.accommodation-link:hover{gap:10px}.accommodation-link svg{stroke:var(--green)}@media (width<=720px){.tours-page-hero,.about-page-hero,.dest-page-hero,.act-page-hero,.contact-page-hero{background-size:cover!important}.sb-btn-wrap{padding:14px}.search-bar{grid-template-columns:1fr}.sb-btn-wrap{grid-column:auto}.sb-btn-wrap .btn{width:100%}.about-page-hero,.tours-page-hero,.contact-page-hero,.act-page-hero,.dest-page-hero{min-height:300px;padding:56px 0 28px}.about-page-hero h1,.tours-page-hero h1,.contact-page-hero h1,.act-page-hero h1,.dest-page-hero h1{animation:.8s cubic-bezier(.34,1.56,.64,1) both mobile-bounce-in}.about-page-hero p,.tours-page-hero p,.contact-page-hero p,.act-page-hero p,.dest-page-hero p{animation:.7s cubic-bezier(.34,1.56,.64,1) .1s both mobile-fade-in}.about-hero-plane-arc,.tours-hero-arc,.contact-hero-arc,.act-hero-arc,.dest-hero-arc{width:110px;animation:.7s cubic-bezier(.34,1.56,.64,1) .2s both mobile-scale-in;top:16px;left:14px}.about-page-hero-content,.tours-page-hero-content,.contact-page-hero-content,.act-page-hero-content,.dest-page-hero-content{gap:10px;padding:0 14px}.about-page-hero-content h1,.tours-page-hero-content h1,.contact-page-hero-content h1,.act-page-hero-content h1,.dest-page-hero-content h1{font-size:clamp(2.2rem,11vw,3.4rem)}.subpage-breadcrumb,.about-breadcrumb{text-align:center;gap:6px;font-size:.82rem}.cf-row-2,.contact-info-grid{grid-template-columns:1fr}.contact-info-card{animation:.7s cubic-bezier(.34,1.56,.64,1) both mobile-scale-in}.contact-info-card:first-child{animation-delay:.15s}.contact-info-card:nth-child(2){animation-delay:.25s}.contact-info-card:nth-child(3){animation-delay:.35s}.contact-info-card:nth-child(4){animation-delay:.45s}.contact-section-title{animation:.7s cubic-bezier(.34,1.56,.64,1) .1s both mobile-slide-in-left}.contact-form-intro{animation:.6s cubic-bezier(.34,1.56,.64,1) .2s both mobile-fade-in}.cf-type-grid{animation:.7s cubic-bezier(.34,1.56,.64,1) .3s both mobile-slide-in-up}.contact-map-wrap{animation:.8s cubic-bezier(.34,1.56,.64,1) .2s both mobile-scale-in}.contact-form{animation:.8s cubic-bezier(.34,1.56,.64,1) .2s both mobile-fade-in}.contact-safaris-grid{grid-template-columns:1fr}.contact-safari-card{animation:.7s cubic-bezier(.34,1.56,.64,1) both mobile-slide-in-left}.contact-safari-card:first-child{animation-delay:.15s}.contact-safari-card:nth-child(2){animation-delay:.25s}.contact-safari-card:nth-child(3){animation-delay:.35s}.act-grid,.dest-parks-grid,.tours-grid,.about-unique-grid{grid-template-columns:1fr}.about-unique-card{animation:.7s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.about-unique-card:first-child{animation-delay:.15s}.about-unique-card:nth-child(2){animation-delay:.25s}.about-unique-card:nth-child(3){animation-delay:.35s}.about-unique-card:nth-child(4){animation-delay:.45s}.tour-grid,.dest-grid,.blog-grid,.why-cards,.review-cards{grid-template-columns:1fr}.tour-card,.dest-card,.blog-card{animation:.7s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.act-card{animation:.7s cubic-bezier(.34,1.56,.64,1) both mobile-slide-in-left}.why-card{animation:.7s cubic-bezier(.34,1.56,.64,1) both mobile-scale-in}.review-card{animation:.8s cubic-bezier(.34,1.56,.64,1) both mobile-bounce-in}.tour-card:first-child,.dest-card:first-child,.act-card:first-child,.why-card:first-child,.blog-card:first-child,.review-card:first-child{animation-delay:.15s}.tour-card:nth-child(2),.dest-card:nth-child(2),.act-card:nth-child(2),.why-card:nth-child(2),.blog-card:nth-child(2),.review-card:nth-child(2){animation-delay:.25s}.tour-card:nth-child(3),.dest-card:nth-child(3),.act-card:nth-child(3),.why-card:nth-child(3),.blog-card:nth-child(3),.review-card:nth-child(3){animation-delay:.35s}.tour-card:nth-child(4),.dest-card:nth-child(4),.act-card:nth-child(4),.why-card:nth-child(4){animation-delay:.45s}.tour-card:nth-child(5),.dest-card:nth-child(5),.act-card:nth-child(5){animation-delay:.55s}.tour-card:nth-child(6),.dest-card:nth-child(6),.act-card:nth-child(6){animation-delay:.65s}.act-card:nth-child(7){animation-delay:.75s}.act-card:nth-child(8){animation-delay:.85s}.act-card:nth-child(9){animation-delay:.95s}.hero-content .script{animation:.6s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.hero-content h1{animation:.7s cubic-bezier(.34,1.56,.64,1) .2s both mobile-slide-in-left}.hero-points{animation:.8s cubic-bezier(.34,1.56,.64,1) .4s both mobile-fade-in}.hero-points li:first-child{animation:.6s cubic-bezier(.34,1.56,.64,1) .5s both mobile-slide-in-left}.hero-points li:nth-child(2){animation:.6s cubic-bezier(.34,1.56,.64,1) .6s both mobile-fade-in}.hero-points li:nth-child(3){animation:.6s cubic-bezier(.34,1.56,.64,1) .7s both mobile-slide-in-right}.search-bar-wrap{animation:.9s cubic-bezier(.34,1.56,.64,1) .5s both mobile-cta-slide-up}.section-title{animation:.8s cubic-bezier(.34,1.56,.64,1) both mobile-bounce-in}.script{animation:.6s ease-out both mobile-fade-in}.section-label,.packages-section .script{animation:.6s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.packages-section .section-title{animation:.7s cubic-bezier(.34,1.56,.64,1) .1s both mobile-slide-in-left}.packages-header{flex-direction:column}.pkg-arrows{animation:.6s cubic-bezier(.34,1.56,.64,1) .3s both mobile-scale-in}.about-section .about-tag{animation:.6s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.about-section .about-heading{animation:.7s cubic-bezier(.34,1.56,.64,1) .1s both mobile-slide-in-left}.about-section .about-body{animation:.7s cubic-bezier(.34,1.56,.64,1) .2s both mobile-fade-in}.about-features{animation:.7s cubic-bezier(.34,1.56,.64,1) .3s both mobile-fade-in}.about-feat:first-child{animation:.7s cubic-bezier(.34,1.56,.64,1) .4s both mobile-slide-in-left}.about-feat:nth-child(2){animation:.7s cubic-bezier(.34,1.56,.64,1) .5s both mobile-slide-in-right}.about-right .btn{animation:.8s cubic-bezier(.34,1.56,.64,1) .6s both mobile-bounce-in}.about-img-back{animation:.8s cubic-bezier(.34,1.56,.64,1) .2s both mobile-slide-in-left}.about-img-front{animation:.8s cubic-bezier(.34,1.56,.64,1) .4s both mobile-slide-in-right}.about-banner{animation:.7s cubic-bezier(.34,1.56,.64,1) .5s both mobile-fade-in}.about-exp{animation:.8s cubic-bezier(.34,1.56,.64,1) .6s both mobile-scale-in}.why-section .script{display:none}.why-top .why-mountain{animation:.8s cubic-bezier(.34,1.56,.64,1) .1s both mobile-scale-in}.why-top h2{animation:.7s cubic-bezier(.34,1.56,.64,1) .2s both mobile-fade-in}.why-top p{animation:.7s cubic-bezier(.34,1.56,.64,1) .3s both mobile-fade-in}.why-top .btn{animation:.8s cubic-bezier(.34,1.56,.64,1) .4s both mobile-bounce-in}.dest-section .script{animation:.6s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.dest-section .section-title{animation:.8s cubic-bezier(.34,1.56,.64,1) .1s both mobile-bounce-in}.testi-section .script{animation:.6s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.testi-section .section-title{animation:.8s cubic-bezier(.34,1.56,.64,1) .1s both mobile-bounce-in}.testi-detail .photo-stack{animation:.8s cubic-bezier(.34,1.56,.64,1) .2s both mobile-scale-in}.photo-polar.polar-back{animation:.8s cubic-bezier(.34,1.56,.64,1) .3s both mobile-slide-in-left}.photo-polar.polar-front{animation:.8s cubic-bezier(.34,1.56,.64,1) .5s both mobile-slide-in-right}.testi-right h3{animation:.7s cubic-bezier(.34,1.56,.64,1) .2s both mobile-fade-in}.testi-stars{animation:.6s cubic-bezier(.34,1.56,.64,1) .3s both mobile-scale-in}.testi-text{animation:.7s cubic-bezier(.34,1.56,.64,1) .4s both mobile-fade-in}.testi-divider{animation:.5s cubic-bezier(.34,1.56,.64,1) .5s both mobile-fade-in}.testi-name{animation:.6s cubic-bezier(.34,1.56,.64,1) .6s both mobile-fade-in}.testi-nav{animation:.7s cubic-bezier(.34,1.56,.64,1) .7s both mobile-slide-in-right}.cta-section .script{animation:.6s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.cta-section h2{animation:.7s cubic-bezier(.34,1.56,.64,1) .1s both mobile-slide-in-left}.cta-arrow{animation:.7s cubic-bezier(.34,1.56,.64,1) .2s both mobile-scale-in}.cta-inner .btn{animation:.8s cubic-bezier(.34,1.56,.64,1) .3s both mobile-bounce-in}.blog-section .script{animation:.6s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.blog-section .section-title{animation:.8s cubic-bezier(.34,1.56,.64,1) .1s both mobile-bounce-in}.about-section,.why-section,.featured-tours,.testimonials-section{animation:none}.footer-cta-wrapper{margin-bottom:-50px;animation:1s cubic-bezier(.34,1.56,.64,1) both mobile-cta-slide-up;transform:translateY(0)}.footer-cta{text-align:center;flex-direction:column;align-items:center;gap:24px;margin:0 16px;padding:32px 24px 36px}.footer-cta-left{flex-direction:column;align-items:center;gap:20px}.footer-cta-icon{width:80px}.footer-cta h3{font-size:1.65rem}.footer-cta .btn{justify-content:center;width:100%;padding:16px 32px;font-size:1rem}.footer-cta-plane{display:none}.footer-body{padding:14px 0 48px}.footer-grid{grid-template-columns:1fr}.footer-bottom,.cta-inner{text-align:center;flex-direction:column}.why-top{flex-direction:column}.about-photo-stack{min-height:340px}.about-img-back{width:55%;left:20px}.about-img-front{width:65%;left:70px}.whatsapp-float{width:56px;height:56px;animation:2.6s ease-in-out infinite mobile-whatsapp-float;bottom:14px;left:14px}.tour-detail-page{padding:22px 0 70px}.tour-hero-banner{animation:.8s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.tour-subnav{border-radius:24px;padding:12px;animation:.8s cubic-bezier(.34,1.56,.64,1) .2s both mobile-cta-slide-up;position:static}.tour-subnav-link{flex:calc(50% - 6px);min-width:calc(50% - 6px)}.tour-subnav-link:first-child{animation:.6s cubic-bezier(.34,1.56,.64,1) .3s both mobile-scale-in}.tour-subnav-link:nth-child(2){animation:.6s cubic-bezier(.34,1.56,.64,1) .35s both mobile-scale-in}.tour-subnav-link:nth-child(3){animation:.6s cubic-bezier(.34,1.56,.64,1) .4s both mobile-scale-in}.tour-subnav-link:nth-child(4){animation:.6s cubic-bezier(.34,1.56,.64,1) .45s both mobile-scale-in}.tour-subnav-link:nth-child(5){animation:.6s cubic-bezier(.34,1.56,.64,1) .5s both mobile-scale-in}.tour-subnav-link:nth-child(6){animation:.6s cubic-bezier(.34,1.56,.64,1) .55s both mobile-scale-in}.tour-panel{padding:22px;animation:.7s cubic-bezier(.34,1.56,.64,1) .3s both mobile-fade-in}.tour-headline-row,.tour-overview-grid,.tour-prices-grid,.tour-book-layout,.tour-itinerary-item,.tour-overview-media,.tour-gallery-grid,.tour-activity-grid,.tour-inclusion-grid,.tour-price-table-grid{grid-template-columns:1fr}.tour-headline-row{gap:14px}.tour-starting-price{min-width:0}.tour-headline-meta{gap:10px 18px}.tour-headline-meta span+span:before{display:none}.tour-overview-features{grid-template-columns:1fr}.tour-itinerary-item{gap:16px}.tour-itinerary-day{width:fit-content}.tour-detail-booking{position:static}.tour-booking-card,.tour-related-card,.tour-price-table-card{padding:20px}.tbf-row{grid-template-columns:1fr}.faq-hero{padding:60px 0 48px}.faq-hero h1{font-size:2.2rem;animation:.8s cubic-bezier(.34,1.56,.64,1) both mobile-bounce-in}.faq-hero p{animation:.7s cubic-bezier(.34,1.56,.64,1) .1s both mobile-fade-in}.faq-search-bar{max-width:100%;margin:0 0 24px;animation:.8s cubic-bezier(.34,1.56,.64,1) .2s both mobile-cta-slide-up}.faq-popular-topics{flex-direction:column;align-items:stretch;animation:.7s cubic-bezier(.34,1.56,.64,1) .3s both mobile-fade-in}.faq-topic-pill{text-align:center;width:100%}.faq-topic-pill:first-child{animation:.6s cubic-bezier(.34,1.56,.64,1) .4s both mobile-slide-in-left}.faq-topic-pill:nth-child(2){animation:.6s cubic-bezier(.34,1.56,.64,1) .45s both mobile-fade-in}.faq-topic-pill:nth-child(3){animation:.6s cubic-bezier(.34,1.56,.64,1) .5s both mobile-slide-in-right}.faq-topic-pill:nth-child(4){animation:.6s cubic-bezier(.34,1.56,.64,1) .55s both mobile-slide-in-left}.faq-topic-pill:nth-child(5){animation:.6s cubic-bezier(.34,1.56,.64,1) .6s both mobile-slide-in-right}.faq-grid{grid-template-columns:1fr;gap:20px}.faq-item{animation:.7s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.faq-item:first-child{animation-delay:.15s}.faq-item:nth-child(2){animation-delay:.25s}.faq-item:nth-child(3){animation-delay:.35s}.faq-item:nth-child(4){animation-delay:.45s}.faq-item:nth-child(5){animation-delay:.55s}.faq-item:nth-child(6){animation-delay:.65s}.faq-item:nth-child(7){animation-delay:.75s}.faq-item:nth-child(8){animation-delay:.85s}.faq-item:nth-child(9){animation-delay:.95s}.faq-item:nth-child(10){animation-delay:1.05s}.faq-item-decoration{width:36px;bottom:12px;right:12px}.accommodations-hero{padding:40px 0 32px}.accommodations-hero h1{font-size:2.2rem;animation:.8s cubic-bezier(.34,1.56,.64,1) both mobile-bounce-in}.subpage-breadcrumb{animation:.6s cubic-bezier(.34,1.56,.64,1) .1s both mobile-fade-in}.accommodations-hero-arc{display:none}.accommodations-layout{grid-template-columns:1fr;gap:24px}.accommodations-sidebar{animation:.7s cubic-bezier(.34,1.56,.64,1) .2s both mobile-slide-in-left;position:static}.accommodations-grid{grid-template-columns:1fr}.accommodation-card{animation:.7s cubic-bezier(.34,1.56,.64,1) both mobile-fade-in}.accommodation-card:first-child{animation-delay:.15s}.accommodation-card:nth-child(2){animation-delay:.25s}.accommodation-card:nth-child(3){animation-delay:.35s}.accommodation-card:nth-child(4){animation-delay:.45s}.accommodation-card:nth-child(5){animation-delay:.55s}.accommodation-card:nth-child(6){animation-delay:.65s}.btn:active{transform:scale(.96)}.tour-card:active,.dest-card:active,.blog-card:active,.act-card:active{transform:scale(.98)}.why-card:active,.review-card:active{transform:translateY(-2px)scale(.98)}.tour-subnav-link:active{transform:scale(.95)}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@media (hover:none){.tour-card:hover,.dest-card:hover,.blog-card:hover,.why-card:hover,.review-card:hover,.act-card:hover{transform:none;box-shadow:0 4px 20px #0a1e1412}}}.cookie-overlay{z-index:9999;background:#0006;padding:20px;animation:.3s ease-out fade-in;position:fixed;bottom:0;left:0;right:0}.cookie-banner{background:#fff;border-radius:12px;max-width:480px;margin:0 auto;animation:.4s cubic-bezier(.34,1.56,.64,1) slide-up;overflow:hidden;box-shadow:0 8px 32px #00000026}.cookie-header{background:linear-gradient(135deg, var(--green-deep), var(--green));text-align:center;padding:16px 20px}.cookie-logo{filter:brightness(0)invert();width:auto;height:40px}.cookie-tabs{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex}.cookie-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:12px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.cookie-tab.active{color:var(--green);border-bottom-color:var(--green);background:#fff}.cookie-content{max-height:300px;padding:20px;overflow-y:auto}.cookie-content h3{color:var(--text);margin:0 0 12px;font-size:1.1rem;font-weight:700}.cookie-content p{color:#6b7280;margin-bottom:20px;font-size:.85rem;line-height:1.5}.cookie-toggles{flex-direction:column;gap:12px;display:flex}.cookie-toggle-item{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.cookie-toggle-item:first-child{border-top:none}.cookie-toggle-info strong{color:var(--text);font-size:.9rem;font-weight:600}.cookie-switch{width:48px;height:24px;display:inline-block;position:relative}.cookie-switch input{opacity:0;width:0;height:0}.cookie-slider{cursor:pointer;background-color:#d1d5db;border-radius:24px;transition:all .3s;position:absolute;inset:0}.cookie-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0003}.cookie-switch input:checked+.cookie-slider{background-color:var(--green)}.cookie-switch input:checked+.cookie-slider:before{transform:translate(24px)}.cookie-switch input:disabled+.cookie-slider{cursor:not-allowed;background-color:#9ca3af}.cookie-actions{background:#f9fafb;border-top:1px solid #e5e7eb;gap:8px;padding:16px 20px;display:flex}.cookie-btn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:10px 16px;font-family:Jost,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s}.cookie-btn-deny{color:#6b7280;background:#fff;border:1px solid #d1d5db}.cookie-btn-deny:hover{background:#f9fafb;border-color:#9ca3af}.cookie-btn-selection{color:var(--green);border:1px solid var(--green);background:#fff}.cookie-btn-selection:hover{background:#f0fdf4}.cookie-btn-all{background:var(--green);color:#fff}.cookie-btn-all:hover{background:var(--green-dark)}@media (width<=720px){.cookie-overlay{padding:0}.cookie-banner{border-radius:12px 12px 0 0;max-width:100%}.cookie-content{max-height:240px}.cookie-actions{flex-direction:column}.cookie-btn{width:100%}}.page-shell{overflow:clip}.page-transition{animation:.8s cubic-bezier(.22,1,.36,1) page-enter}.reveal-item{opacity:0;filter:blur(2px);will-change:transform, opacity, filter;transition:opacity .75s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay,0s), transform .8s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay,0s), filter .75s ease var(--reveal-delay,0s);transform:translateY(34px)scale(.985)}.reveal-item.is-visible{opacity:1;filter:blur();transform:translate(0,0)scale(1)}.topbar{animation:.65s cubic-bezier(.2,.9,.25,1) both header-drop}.navbar-wrap{animation:.6s cubic-bezier(.22,1,.36,1) both navbar-pop}.hero-plane,.about-hero-plane-arc,.tours-hero-arc,.dest-hero-arc,.act-hero-arc,.contact-hero-arc,.accommodations-hero-arc{transform-origin:50%;animation:8.5s ease-in-out infinite airy-float}.hero-arrows .hero-arrow,.pkg-arrow,.tour-arrow-btn,.tours-page-btn,.testi-dot,.faq-topic-pill,.cf-type-btn,.filter-apply-btn,.accommodation-link{transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s,background-color .28s,color .28s,border-color .28s}.hero-arrows .hero-arrow:hover,.pkg-arrow:hover,.tour-arrow-btn:hover,.tours-page-btn:hover,.testi-dot:hover,.faq-topic-pill:hover,.cf-type-btn:hover,.filter-apply-btn:hover,.accommodation-link:hover{transform:translateY(-3px)}.hero-slide.active{animation:10s ease-in-out both slide-zoom}.testi-detail,.contact-map-wrap iframe,.about-photo-stack,.dest-intro-photo img,.tour-overview-media img,.tour-gallery-item img,.accommodation-image img{transition:transform .7s cubic-bezier(.22,1,.36,1),filter .7s}.testi-detail:hover,.about-photo-stack:hover,.contact-map-wrap:hover iframe,.dest-intro-photo:hover img,.tour-overview-media img:hover,.tour-gallery-item:hover img,.accommodation-card:hover .accommodation-image img{transform:translateY(-4px)scale(1.01)}@keyframes page-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes header-drop{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes navbar-pop{0%{opacity:0;transform:translateY(-8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes airy-float{0%,to{transform:translate(0,0)rotate(-2deg)}50%{transform:translateY(-10px)rotate(1deg)}}@keyframes slide-zoom{0%{transform:scale(1.02)}to{transform:scale(1.08)}}@media (width<=900px){.page-transition{animation-duration:.65s}.reveal-item{transition-duration:.62s;transform:translateY(22px)scale(.99)}.hero-plane,.about-hero-plane-arc,.tours-hero-arc,.dest-hero-arc,.act-hero-arc,.contact-hero-arc,.accommodations-hero-arc{animation-duration:6.8s}}@media (prefers-reduced-motion:reduce){.page-transition,.reveal-item,.topbar,.navbar-wrap,.hero-plane,.about-hero-plane-arc,.tours-hero-arc,.dest-hero-arc,.act-hero-arc,.contact-hero-arc,.accommodations-hero-arc,.hero-slide.active{transition:none!important;animation:none!important}.reveal-item{opacity:1;filter:none;transform:none}}
