:root{--forest:#063528;--forest-2:#021d16;--forest-3:#0b4b39;--leaf:#1fb46e;--leaf-2:#80d88a;--lime:#d7ff36;--lime-soft:#f0ffad;--mint:#eaf8e4;--cream:#f5f1e3;--paper:#fffef7;--sand:#e8ddc5;--gold:#d7ff36;--clay:#ef8c38;--ink:#12251c;--muted:#637167;--line:rgba(6,53,40,.12);--line-strong:rgba(6,53,40,.22);--shadow-sm:0 12px 32px rgba(3,29,22,.08);--shadow-md:0 22px 60px rgba(3,29,22,.14);--shadow-lg:0 34px 90px rgba(3,29,22,.24);--radius-sm:14px;--radius-md:22px;--radius-lg:34px;--radius-xl:46px;--ease:cubic-bezier(.19,1,.22,1);--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 0 0,rgba(216,168,79,.16),transparent 30rem),linear-gradient(180deg,#fffaf0 0%,var(--cream) 42%,#f8efe0 100%);font-size:16px;font-weight:600;line-height:1.6;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}button{cursor:pointer}::selection{background:rgba(37,160,100,.22)}.skip-link{position:fixed;left:16px;top:16px;z-index:10000;transform:translateY(-140%);background:var(--forest);color:#fff;padding:10px 14px;border-radius:999px;box-shadow:var(--shadow-md);transition:transform .25s ease}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:1000;isolation:isolate}.topbar{min-height:32px;display:flex;align-items:center;justify-content:center;gap:clamp(14px,3vw,34px);padding:6px clamp(20px,5vw,76px);color:rgba(255,255,255,.92);background:linear-gradient(90deg,var(--forest-2),var(--forest));font-size:13px;font-weight:700}.navbar{position:relative;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(18px,4.8vw,76px);color:var(--ink);background:rgba(255,253,248,.9);border-bottom:1px solid rgba(11,61,46,.08);box-shadow:0 10px 34px rgba(8,51,36,.07);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.logo{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;min-width:0;color:var(--ink)}.logo-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--leaf),var(--forest));box-shadow:0 10px 22px rgba(37,160,100,.22);font-size:13px;font-weight:800;letter-spacing:-.03em}.logo-text{font-size:22px;font-weight:800;letter-spacing:-.055em;line-height:1}.logo-text span{color:var(--gold)}.logo-img{width:clamp(130px,13vw,190px);max-height:58px;object-fit:contain}.navlinks{display:flex;align-items:center;justify-content:flex-end;gap:clamp(14px,2vw,30px);color:var(--ink);font-size:13px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.navlinks>a,.nav-item>a{position:relative;display:inline-flex;align-items:center;min-height:76px;color:rgba(23,36,29,.88);transition:color .2s ease}.navlinks>a:not(.nav-cta)::after,.nav-item>a::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;border-radius:999px;background:var(--leaf);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.navlinks>a:hover,.nav-item>a:hover{color:var(--forest)}.navlinks>a:hover::after,.nav-item>a:hover::after{transform:scaleX(1)}.nav-cta{min-height:42px !important;padding:0 18px;border-radius:999px;color:#fff !important;background:linear-gradient(135deg,var(--leaf),var(--forest));box-shadow:0 12px 26px rgba(37,160,100,.24)}.menu-toggle{display:none;width:46px;height:46px;place-items:center;border:1px solid var(--line);border-radius:16px;color:var(--forest);background:rgba(11,61,46,.06);font-size:24px;font-weight:800}.nav-item{position:static}.mobile-submenu{display:none}.mega-menu{position:fixed;top:108px;left:50%;width:min(1260px,calc(100vw - 48px));display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;padding:18px;border:1px solid rgba(11,61,46,.1);border-radius:24px;background:rgba(255,253,248,.82);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;visibility:hidden;transform:translateX(-50%) translateY(12px);transition:opacity .25s ease,visibility .25s ease,transform .25s var(--ease);overflow:hidden}.mega-trigger:hover .mega-menu,.mega-trigger:focus-within .mega-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.mega-left{display:grid;gap:8px;padding:8px;border:1px solid rgba(11,61,46,.08);border-radius:18px;background:rgba(255,255,255,.56)}.mega-cat{display:grid;gap:4px;padding:18px;border-radius:14px;color:var(--ink);transition:background .2s ease,transform .2s ease}.mega-cat:hover,.mega-cat.active{background:#fff;transform:translateX(3px);box-shadow:0 10px 24px rgba(11,61,46,.08)}.mega-cat small,.script,.eta-kicker{color:var(--clay);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.script{display:inline-block;margin-bottom:10px}.mega-cat strong{font-size:20px;line-height:1.12;letter-spacing:-.03em}.mega-cat em{color:var(--muted);font-size:13px;font-style:normal;line-height:1.35;text-transform:none;letter-spacing:0}.mega-right{min-width:0}.mega-products{display:none}.mega-products.show{display:block;animation:fadeUp .35s var(--ease)}.mega-products h3{margin:4px 0 4px;font-size:clamp(24px,2.4vw,34px);letter-spacing:-.05em;line-height:1.05}.mega-products p{max-width:760px;margin:0 0 14px;color:var(--muted);font-size:14px}.mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.mega-tour{position:relative;min-height:136px;display:flex;align-items:flex-end;overflow:hidden;padding:16px;border-radius:18px;color:#fff;background-image:linear-gradient(180deg,rgba(6,37,28,.04),rgba(6,37,28,.82)),var(--mega-img);background-size:cover;background-position:center;box-shadow:0 18px 36px rgba(9,51,37,.16);transition:transform .25s var(--ease),box-shadow .25s ease}.mega-tour:hover{transform:translateY(-4px);box-shadow:0 24px 54px rgba(9,51,37,.2)}.mega-tour .thumb{display:none}.mega-tour span:not(.thumb){position:relative;z-index:1;max-width:calc(100% - 38px);color:#fff;font-size:15px;line-height:1.18;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.5)}.mega-tour b{position:absolute;right:14px;bottom:14px;z-index:1;width:30px;height:30px;display:grid;place-items:center;border-radius:999px;color:var(--forest);background:rgba(255,255,255,.9);font-size:20px}.section,.eta-section{width:min(var(--container),calc(100% - 40px));margin:0 auto;padding:clamp(70px,8vw,112px) 0}.section-head,.eta-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:clamp(24px,4vw,42px)}.section-head>div,.eta-section-head>div{max-width:760px}.section h2,.eta-section h2,.page-hero h1,.tour-hero h1{margin:8px 0 14px;color:var(--ink);font-size:clamp(34px,5vw,66px);line-height:.98;letter-spacing:-.065em}.section p,.eta-section p,.page-hero p,.tour-hero p{color:var(--muted);font-size:17px;line-height:1.75}.eta-view-link,.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--forest);font-weight:800;white-space:nowrap}.eta-view-link:hover,.text-link:hover{color:var(--leaf)}.btn,.eta-btn,.explore-btn,.hct-btn,.footer-cta,.eta-impact-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 20px;border-radius:999px;border:0;font-weight:800;line-height:1;transition:transform .22s var(--ease),box-shadow .22s ease,background .22s ease}.btn:hover,.eta-btn:hover,.explore-btn:hover,.hct-btn:hover,.footer-cta:hover,.eta-impact-btn:hover{transform:translateY(-2px)}.btn.primary,.eta-btn-green,.hct-btn,.explore-btn,.footer-cta,.eta-impact-btn{color:#fff;background:linear-gradient(135deg,var(--leaf),var(--forest));box-shadow:0 14px 30px rgba(37,160,100,.24)}.btn.ghost,.eta-btn-video{color:#fff;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-actions,.eta-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.reveal{opacity:1;transform:none}body.reveal-ready .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s var(--ease)}body.reveal-ready .reveal.in{opacity:1;transform:translateY(0)}.eta-hero{position:relative;min-height:min(780px,calc(100vh - 80px));display:grid;align-items:center;overflow:hidden;color:#fff;background-image:linear-gradient(110deg,rgba(6,37,28,.9) 0%,rgba(6,37,28,.72) 44%,rgba(6,37,28,.28) 100%),var(--hero-img);background-size:cover;background-position:center}.eta-hero::after{content:"";position:absolute;inset:auto -8% -18% -8%;height:28%;border-radius:50% 50% 0 0 / 100% 100% 0 0;background:var(--cream)}.eta-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 18% 22%,rgba(216,168,79,.32),transparent 24rem),radial-gradient(circle at 78% 18%,rgba(126,207,151,.22),transparent 20rem)}.eta-hero-inner{position:relative;z-index:1;width:min(var(--container),calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);gap:clamp(34px,6vw,74px);align-items:center;padding:clamp(70px,8vw,112px) 0 clamp(92px,11vw,140px)}.eta-hero h1{max-width:760px;margin:12px 0 20px;font-size:clamp(46px,7vw,96px);line-height:.92;letter-spacing:-.075em;text-wrap:balance}.eta-hero p{max-width:640px;margin:0;color:rgba(255,255,255,.86);font-size:clamp(18px,2vw,22px);line-height:1.6}.eta-hero .eta-kicker{color:#f5c875}.eta-hero-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:660px;margin-top:34px}.eta-hero-features article{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.eta-hero-features article>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:50%;color:var(--forest-2);background:#fff2cc;font-size:12px;font-weight:800}.eta-hero-features strong{display:block;color:#fff;line-height:1.1}.eta-hero-features small{color:rgba(255,255,255,.72)}.eta-hero-card{overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-lg);background:rgba(255,253,248,.94);color:var(--ink);box-shadow:var(--shadow-lg)}.eta-hero-card-img{position:relative;aspect-ratio:4 / 3;overflow:hidden}.eta-hero-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.eta-hero-card:hover img{transform:scale(1.04)}.eta-hero-card-img span{position:absolute;top:16px;left:16px;padding:8px 12px;border-radius:999px;color:#fff;background:var(--clay);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.eta-hero-card-body{padding:24px}.eta-hero-card-body small{color:var(--leaf);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.eta-hero-card-body h2{margin:8px 0 8px;font-size:clamp(24px,2.4vw,34px);line-height:1.05;letter-spacing:-.055em}.eta-hero-card-body p{margin:0 0 16px;color:var(--muted);font-size:15px;line-height:1.55}.eta-hero-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.eta-hero-card-meta strong,.eta-hero-card-meta span{padding:8px 10px;border-radius:999px;background:var(--mint);color:var(--forest);font-size:13px;font-weight:800}.eta-hero-card-body a{color:var(--forest);font-weight:800}.eta-stats-strip{position:relative;z-index:2;width:min(1060px,calc(100% - 40px));margin:-58px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(11,61,46,.1);border-radius:26px;background:rgba(11,61,46,.12);box-shadow:var(--shadow-md)}.eta-stats-strip div{padding:22px 18px;text-align:center;background:rgba(255,253,248,.94)}.eta-stats-strip strong{display:block;color:var(--forest);font-size:clamp(24px,3vw,38px);line-height:1;letter-spacing:-.04em}.eta-stats-strip span{display:block;margin-top:7px;color:var(--muted);font-size:13px;font-weight:800}.eta-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.eta-category-card{position:relative;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:26px;border-radius:var(--radius-lg);color:#fff;background-image:linear-gradient(180deg,rgba(6,37,28,.08),rgba(6,37,28,.88)),var(--category-img);background-size:cover;background-position:center;box-shadow:var(--shadow-md);transition:transform .28s var(--ease),box-shadow .28s ease}.eta-category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.eta-category-card span{color:#f7d288;font-weight:800;font-size:13px}.eta-category-card h3{margin:8px 0 10px;font-size:clamp(28px,3vw,42px);line-height:.98;letter-spacing:-.06em}.eta-category-card p{margin:0 0 18px;color:rgba(255,255,255,.82)}.eta-category-card b{color:#fff}.eta-plan-section{width:100%;max-width:none;padding:0}.eta-plan-layout{width:min(var(--container),calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(28px,5vw,64px);align-items:center;padding:clamp(36px,6vw,64px);border-radius:var(--radius-xl);background:radial-gradient(circle at 18% 20%,rgba(216,168,79,.24),transparent 24rem),linear-gradient(135deg,var(--forest-2),var(--forest));color:#fff;box-shadow:var(--shadow-lg)}.eta-plan-copy h2{margin:10px 0 16px;color:#fff;font-size:clamp(34px,4.5vw,60px);line-height:.98;letter-spacing:-.065em}.eta-plan-copy p{color:rgba(255,255,255,.78)}.eta-plan-section .eta-kicker{color:#f7d288}.eta-plan-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.eta-plan-points span{padding:9px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(255,255,255,.88);background:rgba(255,255,255,.08);font-size:13px;font-weight:800}.eta-plan-card-list{display:grid;gap:14px}.eta-plan-mini-card{display:grid;grid-template-columns:146px minmax(0,1fr);gap:18px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .22s var(--ease),background .22s ease}.eta-plan-mini-card:hover{transform:translateX(4px);background:rgba(255,255,255,.15)}.eta-plan-mini-card img{width:100%;height:116px;object-fit:cover;border-radius:18px}.eta-plan-mini-card small{color:#f7d288;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.eta-plan-mini-card h3{margin:4px 0 4px;color:#fff;font-size:22px;line-height:1.1;letter-spacing:-.035em}.eta-plan-mini-card p{margin:0 0 8px;color:rgba(255,255,255,.74);font-size:14px;line-height:1.45}.eta-plan-mini-card strong{color:#fff;font-size:14px}.h-scroll{display:flex;gap:20px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding:4px max(20px,calc((100vw - var(--container)) / 2)) 22px;margin-left:max(-20px,calc((var(--container) - 100vw) / 2));margin-right:max(-20px,calc((var(--container) - 100vw) / 2));cursor:grab}.h-scroll::-webkit-scrollbar{display:none}.h-scroll.dragging{cursor:grabbing;user-select:none}.h-scroll>*{scroll-snap-align:start}.eta-tour-slider .tour-card,.tour-slider .tour-card{flex:0 0 min(360px,82vw)}.tour-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid rgba(11,61,46,.1);border-radius:28px;color:var(--ink);background:var(--paper);box-shadow:var(--shadow-sm);transition:transform .28s var(--ease),box-shadow .28s ease}.tour-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.tour-image{position:relative;aspect-ratio:1.25 / 1;overflow:hidden;background:var(--mint)}.tour-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,37,28,0),rgba(6,37,28,.18));pointer-events:none}.tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.tour-card:hover .tour-image img{transform:scale(1.045)}.tour-badge,.hct-badge{position:absolute;top:16px;left:16px;z-index:1;padding:8px 12px;border-radius:999px;color:#fff;background:var(--clay);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.tour-badge.bestseller,.hct-card.is-bestseller .hct-badge{background:linear-gradient(135deg,var(--gold),var(--clay))}.tour-heart{position:absolute;right:16px;top:16px;z-index:1;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--forest);background:rgba(255,255,255,.9);font-size:21px;font-weight:800}.tour-body{display:flex;flex-direction:column;flex:1;padding:22px}.tour-mini{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.tour-mini span,.hct-tag{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;color:var(--forest);background:var(--mint);font-size:12px;font-weight:800}.tour-body h3,.hct-title{margin:0 0 10px;color:var(--ink);font-size:24px;line-height:1.12;letter-spacing:-.045em}.tour-card-desc,.hct-desc{display:-webkit-box;margin:0 0 16px;color:var(--muted);font-size:14.5px;line-height:1.6;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.green-dots{display:inline-flex;align-items:center;gap:3px}.green-dots i{width:9px;height:9px;display:inline-block;border-radius:50%;background:var(--leaf)}.tour-proof-row,.hct-rating{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:auto 0 16px;color:var(--muted);font-size:13px;font-weight:800}.rating-number{color:var(--forest)}.review-pill,.booked-pill{padding:5px 8px;border-radius:999px;background:rgba(11,61,46,.06)}.tour-price{display:flex;align-items:baseline;gap:8px;padding-top:14px;border-top:1px solid var(--line)}.tour-price small{color:var(--muted);font-weight:800}.tour-price del,.hct-price-box del{color:#9a8f82;font-size:13px}.tour-price strong{color:var(--forest);font-size:30px;line-height:1;letter-spacing:-.04em}.explore-btn{width:100%;margin-top:18px}.slider-controls{width:min(var(--container),calc(100% - 40px));margin:-8px auto 0;display:flex;justify-content:flex-end;gap:10px}.slider-controls button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;color:var(--forest);background:#fff;box-shadow:var(--shadow-sm);font-size:24px;font-weight:800}.eta-slider-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.eta-slider-dots span,.eta-slider-dots i{width:8px;height:8px;border-radius:999px;background:rgba(11,61,46,.24);transition:width .2s ease,background .2s ease}.eta-slider-dots .active{width:28px;background:var(--leaf)}.eta-why-section{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(28px,6vw,72px);align-items:center}.eta-why-copy h2{font-size:clamp(34px,4.8vw,62px)}.eta-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.eta-why-grid article,.eta-why-card{min-height:240px;padding:24px;border:1px solid rgba(11,61,46,.1);border-radius:28px;background:rgba(255,253,248,.86);box-shadow:var(--shadow-sm)}.eta-why-grid article span{width:42px;height:42px;display:grid;place-items:center;margin-bottom:22px;border-radius:50%;color:#fff;background:var(--leaf);font-weight:800}.eta-why-grid article strong{display:block;font-size:20px;line-height:1.1}.eta-why-grid article p{margin:10px 0 0;font-size:14px;line-height:1.55}.eta-why-card ul{margin:0;padding:0;list-style:none}.eta-why-card li{margin:12px 0}.eta-story-section{width:min(var(--container),calc(100% - 40px));margin:0 auto clamp(70px,8vw,112px);min-height:420px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;padding:clamp(36px,6vw,70px);border-radius:var(--radius-xl);color:#fff;background:linear-gradient(120deg,rgba(6,37,28,.88),rgba(6,37,28,.48)),url('https://assets.zyrosite.com/Yg2yRPDWz9tWpEBN/spots-to-see-hanoi-train-street-dJoPK6wJxqS03RjQ.jpg') center/cover;box-shadow:var(--shadow-lg)}.eta-story-copy{max-width:760px}.eta-story-copy h2{margin:8px 0 14px;color:#fff;font-size:clamp(38px,5.6vw,74px);line-height:.95;letter-spacing:-.07em}.eta-story-copy p{color:rgba(255,255,255,.82);font-size:18px}.eta-story-section .eta-kicker{color:#f7d288}.eta-round-arrow{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;color:var(--forest);background:#fff;font-size:30px;font-weight:800;box-shadow:var(--shadow-md)}.eta-reviews-section{padding:clamp(70px,8vw,104px) 0;background:linear-gradient(180deg,rgba(11,61,46,.06),rgba(11,61,46,.02))}.eta-reviews-section .eta-section-head{width:min(var(--container),calc(100% - 40px));margin-left:auto;margin-right:auto}.eta-review-slider .eta-review-card{flex:0 0 min(380px,84vw)}.eta-review-card{display:flex;flex-direction:column;min-height:330px;padding:24px;border:1px solid rgba(11,61,46,.1);border-radius:28px;background:#fff;box-shadow:var(--shadow-sm)}.eta-review-top{display:flex;align-items:center;gap:12px;margin-bottom:16px}.eta-review-top img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:var(--mint)}.eta-review-top strong{display:block;line-height:1.1}.eta-review-top small{color:var(--muted);font-size:12px}.eta-stars{color:var(--gold);letter-spacing:.06em}.eta-review-card h3{margin:12px 0 10px;font-size:20px;line-height:1.15;letter-spacing:-.035em}.eta-review-card p{display:-webkit-box;margin:0;color:var(--muted);font-size:14.5px;line-height:1.65;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.eta-impact-section{width:min(var(--container),calc(100% - 40px));margin:clamp(70px,8vw,112px) auto;padding:clamp(36px,6vw,66px);border-radius:var(--radius-xl);color:#fff;text-align:center;background:radial-gradient(circle at 80% 15%,rgba(216,168,79,.28),transparent 22rem),linear-gradient(135deg,var(--forest),var(--forest-2));box-shadow:var(--shadow-lg)}.eta-impact-copy{max-width:760px;margin:0 auto 28px}.eta-impact-copy .eta-kicker{color:#f7d288}.eta-impact-copy h2{margin:8px 0 14px;color:#fff;font-size:clamp(34px,4.8vw,62px);line-height:.98;letter-spacing:-.065em}.eta-impact-copy p{color:rgba(255,255,255,.78)}.eta-impact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:28px 0}.eta-impact-grid div{padding:24px 16px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.09)}.eta-impact-grid strong{display:block;color:#fff;font-size:clamp(30px,4vw,54px);line-height:1;letter-spacing:-.05em}.eta-impact-grid span{color:rgba(255,255,255,.76);font-size:13px;font-weight:800}.eta-impact-btn{background:#fff;color:var(--forest);box-shadow:none}.eta-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.eta-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.eta-blog-card,.blog-card,.category-card,.glass-panel{overflow:hidden;border:1px solid rgba(11,61,46,.1);border-radius:28px;background:rgba(255,253,248,.9);box-shadow:var(--shadow-sm);transition:transform .28s var(--ease),box-shadow .28s ease}.eta-blog-card:hover,.blog-card:hover,.category-card:hover,.glass-panel:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.eta-blog-card{display:grid;grid-template-rows:190px 1fr}.eta-blog-art,.blog-art,.card-art{min-height:190px;background:linear-gradient(135deg,rgba(6,37,28,.18),rgba(6,37,28,.72)),url('https://assets.zyrosite.com/Yg2yRPDWz9tWpEBN/spots-to-see-hanoi-train-street-dJoPK6wJxqS03RjQ.jpg') center/cover}.eta-blog-card>div:last-child,.blog-card{padding:22px}.eta-blog-card span,.blog-card small{color:var(--clay);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.eta-blog-card h3,.blog-card h3{margin:8px 0 14px;font-size:24px;line-height:1.12;letter-spacing:-.04em}.eta-blog-card b{color:var(--forest)}.page-hero,.tour-hero{position:relative;overflow:hidden;width:100%;padding:clamp(82px,10vw,132px) max(20px,calc((100vw - var(--container)) / 2))}.page-hero{min-height:420px;display:grid;align-content:center;background:radial-gradient(circle at 80% 10%,rgba(37,160,100,.18),transparent 26rem),linear-gradient(135deg,#fffdf8,#f3e8d6)}.page-hero.small{min-height:380px}.page-hero.liquid-bg,.liquid-bg{color:#fff;background:radial-gradient(circle at 80% 20%,rgba(126,207,151,.22),transparent 24rem),linear-gradient(135deg,var(--forest-2),var(--forest))}.page-hero.liquid-bg h1,.page-hero.liquid-bg p{color:#fff}.page-hero p{max-width:760px}.hanoi-tours-hero{background:radial-gradient(circle at 82% 20%,rgba(216,168,79,.24),transparent 26rem),linear-gradient(135deg,#fffdf8,#f2e5d0)}.hub-hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.hub-hero-proof span{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--line);border-radius:999px;color:var(--forest);background:rgba(255,255,255,.68);font-size:13px;font-weight:800}.hct-section{width:100%;max-width:none}.hct-wrap{width:min(var(--container),calc(100% - 40px));margin:0 auto}.hct-filters{display:grid;gap:12px;margin-bottom:20px;padding:16px;border:1px solid var(--line);border-radius:26px;background:rgba(255,253,248,.82);box-shadow:var(--shadow-sm)}.hct-filter-group{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.hct-filter-group span{min-width:98px;color:var(--forest);font-size:13px;font-weight:800}.hct-filter,.review-tab,#hct-reset{border:1px solid var(--line);border-radius:999px;color:var(--forest);background:#fff;padding:9px 13px;font-size:13px;font-weight:800;transition:background .2s ease,color .2s ease,transform .2s ease}.hct-filter:hover,.review-tab:hover,#hct-reset:hover{transform:translateY(-1px)}.hct-filter.active,.review-tab.active{color:#fff;background:var(--forest);border-color:var(--forest)}.hct-result-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px 0}.hct-result-bar strong{color:var(--forest);font-size:18px}.hct-swipe-hint{display:none}.hct-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hct-card{overflow:hidden;border:1px solid var(--line);border-radius:30px;background:var(--paper);box-shadow:var(--shadow-sm);transition:transform .28s var(--ease),box-shadow .28s ease}.hct-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.hct-img-wrap{position:relative;display:block;aspect-ratio:1.2 / 1;overflow:hidden;background:var(--mint)}.hct-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.hct-card:hover .hct-img-wrap img{transform:scale(1.045)}.hct-body{padding:22px}.hct-duration{color:var(--clay);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hct-title{font-size:24px;margin-top:8px}.hct-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.hct-rating{margin:0 0 14px}.hct-prices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.hct-price-box{padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(11,61,46,.04)}.hct-price-box small{display:block;min-height:32px;color:var(--muted);font-size:12px;font-weight:800;line-height:1.25}.hct-price-box strong{display:block;color:var(--forest);font-size:26px;line-height:1}.hct-btn{width:100%}.hct-empty{margin-top:18px;padding:18px;border-radius:18px;color:var(--forest);background:var(--mint);font-weight:800}.hct-seo-text{max-width:900px;margin:32px auto 0;color:var(--muted);text-align:center;font-size:14px}.compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.compare-grid article{padding:26px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow-sm)}.compare-grid strong{display:block;color:var(--forest);font-size:22px;line-height:1.1}.compare-grid a{color:var(--forest);font-weight:800}.soft-band{width:100%;max-width:none;padding-left:max(20px,calc((100vw - var(--container)) / 2));padding-right:max(20px,calc((100vw - var(--container)) / 2));background:rgba(255,255,255,.36)}.tour-hero{min-height:560px;display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:end;gap:clamp(28px,5vw,60px);color:#fff;background-image:linear-gradient(110deg,rgba(6,37,28,.92),rgba(6,37,28,.54)),var(--tour-hero-img);background-size:cover;background-position:center}.tour-hero h1,.tour-hero p{color:#fff}.tour-hero-copy{max-width:820px}.quick-card{display:grid;gap:12px;padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:rgba(255,255,255,.13);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-md)}.quick-card small{color:#f7d288;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.quick-card b{font-size:40px;line-height:1;letter-spacing:-.04em}.quick-card span{padding:10px 0;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.86)}.split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.65fr);gap:clamp(28px,5vw,64px);align-items:start}.glass-panel{padding:30px}.glass-panel h3{margin:0 0 16px;font-size:28px;letter-spacing:-.04em}.checklist{list-style:none;padding:0;margin:22px 0 0}.checklist li{position:relative;margin:12px 0;padding-left:30px;color:var(--muted)}.checklist li::before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--leaf);font-size:12px;font-weight:800}.detail-price-row{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid var(--line)}.detail-price-row strong{color:var(--forest);font-size:22px}.tour-list{display:grid;gap:22px}.tour-list .tour-card{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr)}.tour-list .tour-image{aspect-ratio:auto;min-height:280px;height:100%}.tour-list .tour-body{padding:26px}.faq-block{max-width:980px}details{border:1px solid rgba(11,61,46,.1);border-radius:20px;background:rgba(255,253,248,.9);box-shadow:var(--shadow-sm)}.faq-block details,.eta-faq-grid details{padding:0;overflow:hidden}.faq-block details+details{margin-top:14px}summary{position:relative;list-style:none;cursor:pointer;padding:20px 56px 20px 22px;color:var(--ink);font-size:17px;font-weight:800;line-height:1.35}summary::-webkit-details-marker{display:none}summary::after{content:"+";position:absolute;right:20px;top:50%;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:var(--forest);background:var(--mint);transform:translateY(-50%);font-size:20px}details[open] summary::after{content:"−"}details p{margin:0;padding:0 22px 22px}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.reviews-page .section-head{display:block}.review-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.review-card{padding:24px;border:1px solid var(--line);border-radius:28px;background:var(--paper);box-shadow:var(--shadow-sm)}.review-card.is-hidden{display:none}.review-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.review-author{display:flex;align-items:center;gap:12px}.review-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:var(--mint)}.review-author strong{display:block;line-height:1.1}.review-author small{color:var(--muted);font-size:12px}.review-card h3{margin:0 0 10px;font-size:21px;line-height:1.18;letter-spacing:-.035em}.review-card p{color:var(--muted);font-size:14.5px}.footer{color:#fff;background:radial-gradient(circle at 85% 10%,rgba(216,168,79,.18),transparent 24rem),linear-gradient(135deg,var(--forest-2),#031812);padding:clamp(58px,7vw,86px) max(20px,calc((100vw - var(--container)) / 2)) 34px}.footer-inner{display:grid;grid-template-columns:1.35fr .9fr .9fr 1.1fr;gap:clamp(24px,4vw,54px)}.footer-logo{margin-bottom:12px;font-size:30px;font-weight:800;letter-spacing:-.05em}.footer-logo span{color:var(--gold)}.footer p{color:rgba(255,255,255,.72);margin:0 0 16px}.footer h4{margin:0 0 14px;font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#f7d288}.footer a:not(.footer-cta){display:block;margin:9px 0;color:rgba(255,255,255,.78);transition:color .2s ease,transform .2s ease}.footer a:not(.footer-cta):hover{color:#fff;transform:translateX(3px)}.footer-booking{padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:rgba(255,255,255,.08)}.footer-cta{margin-top:8px;background:#fff;color:var(--forest);box-shadow:none}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:46px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.66);font-size:14px;font-weight:800}.float-whatsapp{position:fixed;right:22px;bottom:22px;z-index:900;display:inline-flex;align-items:center;gap:8px;min-height:52px;padding:0 18px;border-radius:999px;color:#fff;background:#18a85d;box-shadow:0 16px 36px rgba(24,168,93,.32);font-size:14px;font-weight:800}.float-whatsapp span{font-size:18px}.category-card{padding:22px}.category-card h3{margin:10px 0;font-size:26px;letter-spacing:-.04em}.trusted-section{background:#fff}.trust-logos{display:flex;flex-wrap:wrap;gap:12px}.trust-logos span{padding:12px 18px;border-radius:999px;background:var(--mint);color:var(--forest);font-weight:800}@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1180px){.eta-tour-slider .tour-card,.tour-slider .tour-card{flex-basis:calc((var(--container) - 60px) / 4)}}@media (max-width:1100px){.mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eta-hero-inner,.eta-plan-layout,.eta-why-section,.tour-hero,.split{grid-template-columns:1fr}.quick-card{max-width:520px}.hct-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eta-why-grid{grid-template-columns:1fr}}@media (max-width:900px){.topbar{display:none}.navbar{min-height:68px;padding:0 18px}.logo-text{font-size:19px}.logo-mark{width:38px;height:38px;border-radius:13px}.menu-toggle{display:grid}.navlinks{position:fixed;top:68px;left:12px;right:12px;max-height:calc(100vh - 84px);display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;overflow:auto;padding:12px 18px 18px;border:1px solid rgba(11,61,46,.1);border-radius:0 0 26px 26px;background:rgba(255,253,248,.98);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.navlinks.open{display:flex}.navlinks>a,.nav-item>a{width:100%;min-height:auto;padding:14px 2px;border-bottom:1px solid rgba(11,61,46,.08)}.navlinks>a::after,.nav-item>a::after{display:none}.nav-cta{justify-content:center;margin-top:12px;border-bottom:0 !important}.mega-menu{display:none}.mobile-submenu{display:none;margin:8px 0 10px;padding:10px 14px;border-radius:16px;background:rgba(11,61,46,.06)}.nav-item.open .mobile-submenu{display:block}.mobile-submenu a{display:block;padding:9px 0;color:rgba(23,36,29,.76)}.eta-hero{min-height:auto}.eta-hero-inner{padding-top:72px}.eta-hero-card{max-width:560px}.eta-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-42px}.section-head,.eta-section-head{display:block}.eta-view-link{margin-top:10px}.eta-category-grid,.eta-blog-grid,.blog-grid,.compare-grid{grid-template-columns:1fr}.eta-plan-layout{padding:28px;border-radius:34px}.eta-plan-mini-card{grid-template-columns:118px minmax(0,1fr)}.eta-plan-mini-card img{height:106px}.eta-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eta-faq-grid{grid-template-columns:1fr}.tour-list .tour-card{grid-template-columns:1fr}.tour-list .tour-image{min-height:220px;aspect-ratio:1.35 / 1}.footer-inner{grid-template-columns:1fr 1fr}.slider-controls{display:none}}@media (max-width:680px){body{font-size:15px}.section,.eta-section{width:min(100% - 32px,var(--container));padding:62px 0}.eta-hero-inner{width:min(100% - 32px,var(--container))}.eta-hero h1{font-size:clamp(40px,12vw,58px)}.eta-hero p{font-size:16px}.eta-hero-actions{align-items:stretch}.eta-btn{width:100%}.eta-hero-features{grid-template-columns:1fr}.eta-hero-card-body{padding:20px}.eta-stats-strip{width:calc(100% - 32px)}.eta-stats-strip div{padding:18px 10px}.eta-category-card{min-height:280px;padding:22px}.eta-plan-layout,.eta-story-section,.eta-impact-section{width:calc(100% - 32px);border-radius:28px}.eta-plan-mini-card{grid-template-columns:1fr}.eta-plan-mini-card img{height:180px}.h-scroll{gap:14px;padding-left:16px;padding-right:16px;margin-left:-16px;margin-right:-16px}.eta-tour-slider .tour-card,.tour-slider .tour-card,.eta-review-slider .eta-review-card{flex-basis:84vw}.eta-story-section{grid-template-columns:1fr;min-height:360px;padding:28px}.eta-round-arrow{width:58px;height:58px}.eta-impact-grid{grid-template-columns:1fr 1fr;gap:8px}.eta-impact-grid div{padding:18px 8px}.page-hero,.tour-hero{padding:72px 16px}.page-hero h1,.tour-hero h1,.section h2,.eta-section h2{font-size:clamp(34px,10vw,48px)}.hct-wrap{width:calc(100% - 32px)}.hct-grid,.review-grid{grid-template-columns:1fr}.hct-filters{padding:12px;border-radius:20px}.hct-filter-group{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.hct-filter-group::-webkit-scrollbar{display:none}.hct-filter-group span{flex:0 0 auto;min-width:auto}.hct-prices{grid-template-columns:1fr}.quick-card{padding:22px}.split{gap:24px}.footer{padding-bottom:92px}.footer-inner{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin:8px 0}.float-whatsapp{right:16px;bottom:16px;width:56px;padding:0;justify-content:center}.float-whatsapp strong{display:none}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.001ms !important}.reveal{opacity:1;transform:none}}body{background:radial-gradient(circle at 10% -6%,rgba(215,255,54,.18),transparent 28rem),radial-gradient(circle at 96% 18%,rgba(31,180,110,.15),transparent 30rem),linear-gradient(180deg,#fbf8e9 0%,var(--cream) 46%,#efe8d3 100%)}.logo-mark,.eta-why-grid article span,.checklist li::before{color:var(--forest-2);background:linear-gradient(135deg,var(--lime),#81dc77);box-shadow:0 10px 24px rgba(82,185,83,.24)}.logo-text span,.footer-logo span{color:var(--lime)}.topbar,.footer,.page-hero.liquid-bg,.liquid-bg{background:radial-gradient(circle at 88% 0%,rgba(215,255,54,.16),transparent 20rem),linear-gradient(135deg,var(--forest-2),var(--forest))}.nav-cta,.btn.primary,.eta-btn-green,.hct-btn,.footer-cta,.eta-impact-btn{color:var(--forest-2) !important;background:linear-gradient(135deg,var(--lime),#8eea75);box-shadow:0 16px 36px rgba(125,217,93,.28)}.explore-btn{color:#fff;background:linear-gradient(135deg,var(--forest),var(--forest-2));box-shadow:0 16px 34px rgba(3,29,22,.22)}.eta-kicker,.script,.mega-cat small,.hct-duration,.eta-blog-card span,.blog-card small{color:var(--leaf)}.eta-hero{background-image:linear-gradient(112deg,rgba(2,29,22,.95) 0%,rgba(6,53,40,.78) 45%,rgba(6,53,40,.24) 100%),var(--hero-img)}.eta-hero-overlay{background:radial-gradient(circle at 16% 16%,rgba(215,255,54,.28),transparent 22rem),radial-gradient(circle at 78% 18%,rgba(31,180,110,.24),transparent 23rem)}.eta-hero .eta-kicker,.eta-plan-section .eta-kicker,.eta-story-section .eta-kicker,.footer h4{color:var(--lime)}.eta-hero-card,.tour-card,.hct-card,.eta-review-card,.review-card,details,.glass-panel,.eta-blog-card,.blog-card,.category-card{background:linear-gradient(180deg,rgba(255,254,247,.98),rgba(255,254,247,.9));border-color:rgba(6,53,40,.10)}.eta-partners-section{width:100%;margin:clamp(54px,7vw,96px) 0;padding:clamp(44px,6vw,78px) 0 !important;overflow:hidden;color:#fff;background:radial-gradient(circle at 10% 0%,rgba(215,255,54,.20),transparent 24rem),radial-gradient(circle at 92% 18%,rgba(31,180,110,.18),transparent 24rem),linear-gradient(135deg,#031711,var(--forest));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),inset 0 -1px 0 rgba(255,255,255,.06)}.eta-partners-section *{box-sizing:border-box}.eta-partners-wrap{width:min(var(--container),calc(100% - 40px));margin:0 auto}.eta-partners-head{text-align:center;max-width:790px;margin:0 auto clamp(26px,4vw,42px)}.eta-partners-kicker{display:inline-flex;align-items:center;margin:0;padding:8px 15px;border:1px solid rgba(215,255,54,.24);border-radius:999px;color:#fff;background:rgba(215,255,54,.12);font-size:14px;font-weight:800;letter-spacing:.02em}.eta-partners-head h2{margin:14px auto 14px;color:var(--lime);font-size:clamp(34px,4.5vw,56px);line-height:1.02;font-weight:800;letter-spacing:-.055em;text-wrap:balance}.eta-partners-desc{margin:0 auto;max-width:690px;color:rgba(255,255,255,.86);font-size:17px;line-height:1.7}.eta-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 0 clamp(32px,5vw,48px)}.eta-stat{text-align:center;padding:20px 12px;border:1px solid rgba(255,255,255,.10);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.eta-stat strong{color:var(--lime);font-size:clamp(34px,4vw,48px);font-weight:800;line-height:1}.eta-stat span{display:block;margin-top:8px;color:rgba(255,255,255,.9);font-size:14px;font-weight:800;line-height:1.35}.eta-logo-swiper{overflow:visible}.eta-logo-swiper .swiper-wrapper{align-items:stretch;transition-timing-function:linear !important}.eta-logo-swiper .swiper-slide{height:auto}.eta-logo-card{min-height:150px;height:100%;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff;text-align:center;text-decoration:none;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .35s var(--ease),border-color .35s ease,background .35s ease}.eta-logo-card:hover{transform:translateY(-5px);border-color:rgba(215,255,54,.36);background:rgba(255,255,255,.11)}.eta-logo-card img{width:100%;max-width:112px;height:54px;object-fit:contain;filter:saturate(1.02)}.eta-logo-card span{font-size:16px;font-weight:800}.h-scroll{scroll-snap-type:x mandatory;scroll-padding-left:max(20px,calc((100vw - var(--container)) / 2));scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;mask-image:linear-gradient(90deg,transparent,#000 22px,#000 calc(100% - 22px),transparent)}.h-scroll.dragging{scroll-behavior:auto}.h-scroll>*{scroll-snap-align:start;scroll-snap-stop:always}.eta-slider-dots .active{background:var(--lime)}.slider-controls button:hover{color:var(--forest-2);background:var(--lime);border-color:var(--lime)}.tour-card{position:relative;border-radius:30px;box-shadow:0 18px 48px rgba(3,29,22,.10);transform:translateZ(0);will-change:transform}.tour-card::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(215,255,54,.20),transparent 34%,rgba(31,180,110,.10));opacity:0;transition:opacity .35s ease}.tour-card:hover::before{opacity:1}.tour-image{aspect-ratio:1.18 / 1;border-radius:26px 26px 0 0}.tour-image::after{background:linear-gradient(180deg,rgba(2,29,22,0),rgba(2,29,22,.56))}.tour-badge,.hct-badge{color:var(--forest-2);background:linear-gradient(135deg,var(--lime),#9eed72);box-shadow:0 10px 24px rgba(2,29,22,.16)}.tour-badge.bestseller,.hct-card.is-bestseller .hct-badge{background:linear-gradient(135deg,#fff270,var(--lime))}.tour-vehicle-pill{position:absolute;left:16px;bottom:16px;z-index:1;padding:8px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;background:rgba(2,29,22,.50);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px;font-weight:800}.tour-heart{color:var(--forest-2);background:rgba(255,255,255,.92)}.tour-body{padding:20px;gap:0}.tour-mini{gap:7px;margin-bottom:12px}.tour-mini span,.hct-tag{padding:7px 10px;color:var(--forest);background:rgba(31,180,110,.10);border:1px solid rgba(31,180,110,.14)}.tour-body h3,.hct-title{font-size:23px;letter-spacing:-.05em}.tour-card-desc{-webkit-line-clamp:2;min-height:46px;margin-bottom:14px}.tour-proof-row{margin:0 0 14px}.green-dots i{width:8px;height:8px;background:var(--lime);box-shadow:0 0 0 1px rgba(2,29,22,.08) inset}.rating-number{color:var(--forest-2)}.review-pill,.booked-pill{background:rgba(6,53,40,.06);color:rgba(18,37,28,.82)}.tour-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:auto}.tour-price-grid>span{display:grid;gap:5px;padding:12px;border:1px solid rgba(6,53,40,.10);border-radius:18px;background:linear-gradient(180deg,rgba(234,248,228,.8),rgba(255,255,255,.72))}.tour-price-grid small{color:var(--muted);font-size:12px;font-weight:800}.tour-price-grid b{color:var(--forest);font-size:23px;line-height:1;letter-spacing:-.04em}.tour-price-grid del{margin-right:6px;color:#8e978b;font-size:13px;font-weight:800}.explore-btn{width:100%;margin-top:14px;min-height:48px}.explore-btn em{margin-left:6px;font-style:normal;transition:transform .25s var(--ease)}.tour-card:hover .explore-btn em{transform:translateX(4px)}.tour-price{display:none}.hct-card{position:relative;border-radius:30px;box-shadow:0 18px 48px rgba(3,29,22,.10)}.hct-img-wrap{border-radius:26px 26px 0 0}.hct-img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(2,29,22,.48));pointer-events:none}.hct-body{padding:20px}.hct-prices{gap:9px}.hct-price-box{background:linear-gradient(180deg,rgba(234,248,228,.8),rgba(255,255,255,.72))}.hct-price-box strong{color:var(--forest)}.hct-btn{min-height:50px}.hct-swipe-hint{color:var(--forest);font-weight:800}@media (max-width:991px){.eta-stats{grid-template-columns:repeat(2,1fr)}.eta-partners-head h2{font-size:34px}}@media (max-width:900px){.navlinks{border-radius:24px;padding-bottom:22px}.navlinks>a,.nav-item>a{font-size:14px;letter-spacing:.04em}.mobile-submenu{border:1px solid rgba(6,53,40,.08)}}@media (max-width:680px){html,body{overflow-x:hidden}body{font-size:15px;line-height:1.55}.navbar{min-height:64px;padding:0 14px}.navlinks{top:68px;left:10px;right:10px;max-height:calc(100svh - 84px)}.logo-mark{width:36px;height:36px;border-radius:12px}.logo-text{font-size:18px}.menu-toggle{width:42px;height:42px;border-radius:14px}.section,.eta-section{width:calc(100% - 28px);padding:50px 0}.section-head,.eta-section-head{margin-bottom:20px}.section p,.eta-section p,.page-hero p,.tour-hero p{font-size:15px;line-height:1.62}.eta-hero{min-height:auto;background-position:center top}.eta-hero::after{height:18%}.eta-hero-inner{width:calc(100% - 28px);padding:44px 0 78px;gap:22px}.eta-hero h1{margin-top:8px;font-size:clamp(38px,12vw,52px);line-height:.96;letter-spacing:-.065em}.eta-hero p{font-size:15.5px;line-height:1.6}.eta-hero-actions{gap:10px;margin-top:20px}.eta-hero-features{gap:9px;margin-top:22px}.eta-hero-features article{padding:11px;border-radius:16px}.eta-hero-features article>span{width:32px;height:32px;flex-basis:32px}.eta-hero-card{border-radius:26px}.eta-hero-card-img{aspect-ratio:1.55 / 1}.eta-hero-card-body{padding:16px}.eta-stats-strip{width:calc(100% - 28px);border-radius:22px;margin-top:-46px}.eta-stats-strip strong{font-size:24px}.eta-stats-strip span{font-size:12px}.page-hero,.tour-hero{padding:56px 14px}.page-hero{min-height:300px}.tour-hero{min-height:auto;gap:20px}.page-hero h1,.tour-hero h1,.section h2,.eta-section h2{font-size:clamp(30px,9.5vw,42px);line-height:1.02;letter-spacing:-.055em}.quick-card{padding:18px;border-radius:24px}.quick-card b{font-size:34px}.glass-panel{padding:20px;border-radius:24px}.detail-price-row{display:grid;gap:4px}.eta-category-card{min-height:248px;padding:20px;border-radius:26px}.eta-plan-layout,.eta-story-section,.eta-impact-section{width:calc(100% - 28px);padding:22px;border-radius:26px}.eta-plan-mini-card{gap:12px;padding:10px;border-radius:20px}.eta-plan-mini-card img{height:158px;border-radius:16px}.h-scroll{gap:12px;padding:2px 14px 20px;margin-left:-14px;margin-right:-14px;mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent)}.eta-tour-slider .tour-card,.tour-slider .tour-card,.eta-review-slider .eta-review-card{flex-basis:86vw}.tour-card{border-radius:26px}.tour-image{aspect-ratio:1.18 / 1;border-radius:22px 22px 0 0}.tour-badge,.tour-vehicle-pill{left:12px}.tour-badge{top:12px;padding:7px 10px;font-size:11px}.tour-vehicle-pill{bottom:12px;padding:7px 10px;font-size:11px}.tour-heart{right:12px;top:12px;width:34px;height:34px}.tour-body{padding:16px}.tour-mini{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin-left:-2px;padding-bottom:2px}.tour-mini::-webkit-scrollbar{display:none}.tour-mini span{flex:0 0 auto;font-size:11px;padding:6px 9px}.tour-body h3,.hct-title{font-size:21px}.tour-card-desc{min-height:auto;-webkit-line-clamp:2}.tour-proof-row{gap:6px;font-size:12px}.booked-pill{display:none}.tour-price-grid{grid-template-columns:1fr 1fr;gap:7px}.tour-price-grid>span{padding:10px;border-radius:15px}.tour-price-grid b{font-size:20px}.explore-btn{min-height:46px;margin-top:12px}.eta-partners-section{margin:42px 0;padding:34px 0 !important}.eta-partners-wrap{width:calc(100% - 28px)}.eta-partners-head{margin-bottom:24px}.eta-partners-kicker{font-size:12px;padding:7px 12px}.eta-partners-head h2{font-size:20px !important;letter-spacing:-.02em;line-height:1.15}.eta-partners-desc{text-align:justify;font-size:15px;line-height:1.55}.eta-stats{grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:28px}.eta-stat{padding:15px 8px;border-radius:18px}.eta-stat strong{font-size:34px}.eta-stat span{font-size:12px}.eta-logo-card{min-height:132px;padding:16px;border-radius:20px}.eta-logo-card img{max-width:96px;height:44px}.eta-logo-card span{font-size:14px}.hct-wrap{width:calc(100% - 28px)}.hct-head h2{margin-bottom:8px}.hct-filters{border-radius:22px;padding:10px;margin-left:-2px;margin-right:-2px}.hct-filter-group{gap:7px;align-items:center}.hct-filter-group span{width:100%;flex:0 0 100%;margin-top:4px}.hct-filter{flex:0 0 auto;padding:8px 11px;font-size:12px}.hct-result-bar{margin:16px 0}.hct-card{border-radius:26px}.hct-img-wrap{aspect-ratio:1.2 / 1;border-radius:22px 22px 0 0}.hct-body{padding:16px}.hct-tags{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.hct-tags::-webkit-scrollbar{display:none}.hct-tag{flex:0 0 auto;font-size:11px}.hct-prices{grid-template-columns:1fr 1fr;gap:7px}.hct-price-box{padding:10px;border-radius:16px}.hct-price-box small{min-height:38px;font-size:11px}.hct-price-box strong{font-size:21px}.compare-grid article,.review-card,details{border-radius:22px}.review-card{padding:18px}.review-card-top{align-items:flex-start}.footer{padding-left:14px;padding-right:14px}}@media (max-width:380px){.tour-price-grid,.hct-prices,.eta-stats{grid-template-columns:1fr}.eta-hero h1{font-size:36px}}.eta-logo-swiper .swiper-wrapper{display:flex;gap:16px}.eta-logo-swiper .swiper-slide{flex:0 0 min(220px,48vw)}@media (min-width:640px){.eta-logo-swiper .swiper-slide{flex-basis:calc((100% - 32px) / 3)}}@media (min-width:1024px){.eta-logo-swiper .swiper-slide{flex-basis:calc((100% - 72px) / 5)}}@media (max-width:680px){.hct-filter-group{flex-wrap:wrap;overflow:visible;padding-bottom:0}.hct-filter-group span{width:100%;flex:0 0 100%;margin:6px 0 1px}.hct-filter{flex:0 0 auto}}.eta-logo-swiper.swiper-initialized{overflow:hidden}.eta-logo-swiper.swiper-initialized .swiper-wrapper{gap:0}.eta-logo-swiper:not(.swiper-initialized){overflow-x:auto;overflow-y:visible;scrollbar-width:none;-webkit-overflow-scrolling:touch}.eta-logo-swiper:not(.swiper-initialized)::-webkit-scrollbar{display:none}@media (max-width:680px){.eta-partners-desc{text-align:left}}.eta-weather-section{width:100%;max-width:none;margin:0;padding:clamp(54px,7vw,96px) 0;background:radial-gradient(circle at 12% 0%,rgba(184,255,61,.16),transparent 32rem),radial-gradient(circle at 86% 18%,rgba(31,180,110,.14),transparent 30rem),linear-gradient(180deg,#063528 0%,#021d16 100%);color:#fff;overflow:hidden}.ew-layout{width:min(1280px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.78fr);gap:clamp(22px,3.5vw,42px);align-items:center}.ew-side-image{display:flex;justify-content:center;align-items:center}.ew-side-image img{width:100%;max-width:520px;border-radius:32px;border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 70px rgba(0,0,0,.28)}#eco-weather-widget{position:relative;overflow:hidden;width:100%;padding:clamp(20px,3vw,28px);border-radius:34px;color:#fff;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 80px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}#eco-weather-widget::before{content:"";position:absolute;inset:-40% -20% auto auto;width:320px;height:320px;border-radius:50%;background:rgba(184,255,61,.12);filter:blur(22px);pointer-events:none}.ew-top{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ew-live{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.78);font-size:12px;font-weight:800}.ew-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.5);animation:ewPulse 1.8s infinite}@keyframes ewPulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.45)}70%{box-shadow:0 0 0 9px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}.ew-title{margin:10px 0 6px;color:var(--lime);font-size:clamp(28px,3.8vw,48px);line-height:1.02;font-weight:800;letter-spacing:-.055em}.ew-location{max-width:650px;color:rgba(255,255,255,.78);font-size:15px;font-weight:700;line-height:1.55}.ew-icon{flex:0 0 auto;font-size:clamp(38px,5vw,62px);filter:drop-shadow(0 12px 22px rgba(0,0,0,.18))}.ew-main{position:relative;z-index:1;display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-top:18px}.ew-temp{color:#fff;font-size:clamp(46px,7vw,76px);line-height:.9;font-weight:800;letter-spacing:-.055em}.ew-main-right{padding-bottom:7px}.ew-desc{color:rgba(255,255,255,.94);font-size:17px;font-weight:800}.ew-updated{display:block;margin-top:5px;color:rgba(255,255,255,.68);font-size:13px;font-weight:700}.ew-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.ew-stat{padding:13px;border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1)}.ew-stat-label{color:rgba(255,255,255,.68);font-size:12px;font-weight:800}.ew-stat-value{margin-top:5px;color:#fff;font-size:17px;font-weight:800}.ew-tip-wrap{position:relative;z-index:1;margin-top:14px;padding:14px 16px;border-radius:20px;background:linear-gradient(135deg,rgba(184,255,61,.13),rgba(255,255,255,.055));border:1px solid rgba(184,255,61,.18)}.ew-tip-title{color:var(--lime);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ew-tip-text{margin-top:6px;color:rgba(255,255,255,.88);font-size:14px;font-weight:700;line-height:1.5}.ew-section-head{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:22px}.ew-section-title{margin:0;color:#fff;font-size:clamp(20px,2.1vw,28px);line-height:1.1;letter-spacing:-.04em}.ew-best-time{color:rgba(255,255,255,.72);font-size:13px;font-weight:800}.ew-tour-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.ew-seo-text{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.tour-card,.ew-tour-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:2px solid rgba(22,211,104,.78);border-radius:26px;color:#fff;background:linear-gradient(180deg,#06401f 0%,#043719 46%,#052f17 100%);box-shadow:0 20px 50px rgba(0,78,38,.18);text-decoration:none;transform:translateZ(0);transition:transform .34s var(--ease),box-shadow .34s ease,border-color .34s ease}.tour-card:hover,.ew-tour-card:hover{transform:translateY(-7px);border-color:#37df68;box-shadow:0 28px 70px rgba(0,78,38,.26)}.tour-card::before{display:none}.tour-image,.ew-tour-media{position:relative;aspect-ratio:1.22 / 1;overflow:hidden;border-radius:22px 22px 0 0;background:#0b4b2c}.tour-image::after,.ew-tour-media::after{content:"";position:absolute;inset:46% 0 0;background:linear-gradient(180deg,rgba(4,47,23,0),rgba(4,47,23,.52));pointer-events:none}.tour-image img,.ew-tour-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease),filter .7s ease}.tour-card:hover .tour-image img,.ew-tour-card:hover .ew-tour-media img{transform:scale(1.055);filter:saturate(1.07)}.tour-badge,.ew-card-badge,.hct-card.is-bestseller .tour-badge{position:absolute;z-index:2;top:14px;right:14px;left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#24d05a,#13a447);box-shadow:0 12px 26px rgba(0,0,0,.22);font-size:12px;font-weight:800;letter-spacing:0;text-transform:capitalize}.tour-badge.bestseller,.hct-card.is-bestseller .tour-badge{background:linear-gradient(135deg,#34df6b,#16af4d)}.tour-duration-badge,.ew-card-duration{position:absolute;z-index:2;left:14px;bottom:14px;display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;color:#ddff9a;background:rgba(6,77,35,.88);border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tour-heart,.tour-vehicle-pill{display:none}.tour-body,.ew-tour-body{display:flex;flex-direction:column;flex:1;padding:18px}.tour-body h3,.ew-tour-body h4{margin:0 0 12px;color:#fff;font-size:clamp(20px,2vw,24px);line-height:1.18;font-weight:800;letter-spacing:-.035em}.ew-tour-body h4{font-size:18px;min-height:42px}.tour-mini,.ew-tour-tags{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 12px}.tour-mini span,.ew-tour-tags span,.hct-tag{display:inline-flex;align-items:center;min-height:24px;padding:5px 9px;border:0;border-radius:999px;color:#bff6c5;background:rgba(255,255,255,.12);font-size:11px;font-weight:800;line-height:1}.tour-proof-row,.ew-tour-rating,.hct-rating{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 12px;color:rgba(255,255,255,.82);font-size:12.5px;font-weight:800}.tour-stars,.ew-tour-rating span{color:#ffe84a;letter-spacing:.02em}.rating-number,.ew-tour-rating strong{color:#fff;font-weight:800}.review-pill,.booked-pill,.ew-tour-rating em{padding:0;border-radius:0;background:transparent;color:rgba(255,255,255,.78);font-style:normal}.tour-card-desc,.ew-tour-body p,.hct-desc{display:-webkit-box;min-height:46px;margin:0 0 14px;color:rgba(255,255,255,.84);font-size:13.5px;font-weight:600;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tour-price-grid,.ew-tour-prices,.hct-prices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.tour-price-grid>span,.ew-tour-prices>span,.hct-price-box{display:grid;gap:6px;padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.08)}.tour-price-grid small,.ew-tour-prices small,.hct-price-box small{color:rgba(255,255,255,.82);font-size:11px;font-weight:800;line-height:1.25}.tour-price-grid b,.ew-tour-prices b,.hct-price-box strong{display:flex;align-items:baseline;gap:8px;color:var(--lime);font-size:24px;line-height:1;font-weight:800;letter-spacing:-.04em}.tour-price-grid del,.ew-tour-prices del,.hct-price-box del{color:rgba(255,255,255,.48);font-size:13px;font-weight:800}.tour-note,.ew-tour-note{display:block;margin:12px 0 0;color:rgba(255,255,255,.82);font-size:12.5px;font-weight:700;line-height:1.45}.explore-btn,.ew-tour-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;margin-top:14px;border-radius:999px;color:#fff;background:linear-gradient(90deg,#189345,#40c64d);box-shadow:0 14px 24px rgba(0,0,0,.16);font-size:14px;font-weight:800;line-height:1;transition:filter .25s ease,transform .25s var(--ease)}.tour-card:hover .explore-btn,.ew-tour-card:hover .ew-tour-btn{filter:brightness(1.06);transform:translateY(-1px)}.hct-card[hidden]{display:none !important}.hct-grid .tour-card{min-height:100%}.tour-list .tour-card{min-height:100%}@media (min-width:1180px){.eta-tour-slider .tour-card,.tour-slider .tour-card{flex-basis:372px}}@media (max-width:1100px){.ew-layout{grid-template-columns:1fr}.ew-side-image{display:none}.ew-tour-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.eta-weather-section{padding:44px 0 50px}.ew-layout{width:calc(100% - 24px)}#eco-weather-widget{padding:16px;border-radius:28px}.ew-top{gap:10px}.ew-title{font-size:24px;letter-spacing:-.04em}.ew-location{font-size:13px}.ew-main{margin-top:14px;gap:10px}.ew-temp{font-size:44px}.ew-desc{font-size:15px}.ew-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.ew-stat{padding:10px 8px;border-radius:14px}.ew-stat-label{font-size:10px}.ew-stat-value{font-size:13px}.ew-section-head{margin-top:18px}.ew-section-title{font-size:19px}.ew-tour-list{display:flex;overflow-x:auto;gap:12px;padding:2px 2px 10px;margin-left:-2px;margin-right:-2px;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ew-tour-list::-webkit-scrollbar{display:none}.ew-tour-card{flex:0 0 86%;scroll-snap-align:start;scroll-snap-stop:always}.eta-tour-slider .tour-card,.tour-slider .tour-card,.eta-review-slider .eta-review-card{flex-basis:88vw}.tour-card,.ew-tour-card{border-radius:24px}.tour-image,.ew-tour-media{aspect-ratio:1.22 / 1;border-radius:20px 20px 0 0}.tour-badge,.ew-card-badge{top:12px;right:12px;left:auto;min-height:34px;padding:0 12px;font-size:11px}.tour-duration-badge,.ew-card-duration{left:12px;bottom:12px;min-height:34px;padding:0 12px;font-size:11px}.tour-body,.ew-tour-body{padding:15px}.tour-body h3,.ew-tour-body h4{font-size:20px;margin-bottom:10px;min-height:auto}.tour-mini,.ew-tour-tags{flex-wrap:wrap;gap:6px}.tour-mini span,.ew-tour-tags span{font-size:10.5px;padding:5px 8px}.tour-proof-row,.ew-tour-rating{font-size:12px;gap:5px}.booked-pill{display:inline}.tour-card-desc,.ew-tour-body p{font-size:13px;min-height:auto}.tour-price-grid,.ew-tour-prices{gap:8px}.tour-price-grid>span,.ew-tour-prices>span{padding:10px;border-radius:13px}.tour-price-grid b,.ew-tour-prices b{font-size:22px}.explore-btn,.ew-tour-btn{min-height:42px;margin-top:12px}.hct-grid{gap:16px}}@media (max-width:380px){.ew-stats{grid-template-columns:1fr}.ew-tour-card{flex-basis:90%}.tour-price-grid,.ew-tour-prices{grid-template-columns:1fr}}.tour-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}.tour-list .tour-card{display:flex;flex-direction:column}.tour-list .tour-image{aspect-ratio:1.22 / 1;min-height:0;height:auto}.tour-list .tour-body{padding:18px}@media (max-width:680px){.tour-list{gap:16px}.tour-list .tour-body{padding:15px}}body.reveal-ready .reveal,body.reveal-ready .reveal.in,.reveal{opacity:1 !important;transform:none !important}html{overflow-x:hidden}body{overflow-x:hidden;background:radial-gradient(circle at 8% 0%,rgba(215,255,54,.10),transparent 26rem),radial-gradient(circle at 92% 22%,rgba(31,180,110,.08),transparent 30rem),linear-gradient(180deg,#fffbed 0%,#f5f1e3 48%,#efe6d1 100%)}.site-header{box-shadow:0 1px 0 rgba(255,255,255,.08)}.topbar{min-height:28px;padding-top:4px;padding-bottom:4px}.navbar{min-height:70px}.navlinks>a,.nav-item>a{min-height:70px}.nav-cta{min-height:42px !important}.section,.eta-section{padding-top:clamp(58px,7vw,88px);padding-bottom:clamp(58px,7vw,88px)}.eta-section-head,.section-head{align-items:flex-end}.eta-section-head h2,.section-head h2{max-width:760px;text-wrap:balance}.eta-view-link{white-space:nowrap}.eta-hero{min-height:clamp(660px,82vh,820px);background-position:center}.eta-hero::after{bottom:-20%;height:25%;opacity:.98}.eta-hero-inner{width:min(1240px,calc(100% - 48px));grid-template-columns:minmax(0,1.04fr) minmax(360px,.68fr);gap:clamp(34px,5.4vw,74px)}.eta-hero h1{max-width:720px;font-size:clamp(50px,6.2vw,92px);line-height:.94}.eta-hero p{max-width:670px;font-size:clamp(18px,1.65vw,23px)}.eta-hero-card{max-width:520px;justify-self:end;border-radius:34px}.eta-hero-card-img{aspect-ratio:1.36 / 1}.eta-hero-card-body{padding:26px}.eta-hero-card-body h2{font-size:clamp(28px,2.4vw,38px)}.eta-stats-strip{width:min(1120px,calc(100% - 48px));margin-top:-54px}.eta-weather-section{padding:clamp(62px,7vw,92px) 0;background:radial-gradient(circle at 12% 0%,rgba(215,255,54,.17),transparent 28rem),radial-gradient(circle at 88% 26%,rgba(31,180,110,.18),transparent 30rem),linear-gradient(180deg,#073a2b 0%,#031b14 100%)}.ew-layout{width:min(1320px,calc(100% - 56px));grid-template-columns:minmax(0,1.72fr) minmax(280px,.62fr);align-items:center}#eco-weather-widget{border-radius:30px}.ew-title{max-width:760px;font-size:clamp(34px,3.35vw,52px)}.ew-tour-list{gap:16px}.ew-side-image img{max-width:430px;opacity:.88}.tour-card,.ew-tour-card{position:relative;border:2px solid rgba(24,210,99,.82) !important;border-radius:28px !important;color:#f8fff5 !important;background:radial-gradient(circle at 12% 0%,rgba(184,255,61,.10),transparent 17rem),linear-gradient(180deg,#064622 0%,#053a1d 46%,#042b16 100%) !important;box-shadow:0 22px 56px rgba(0,70,34,.20) !important;overflow:hidden}.tour-card:hover,.ew-tour-card:hover{transform:translateY(-6px) scale(1.006);border-color:#42dc67 !important;box-shadow:0 30px 76px rgba(0,70,34,.28) !important}.tour-card::before,.ew-tour-card::before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(145deg,rgba(215,255,54,.14),transparent 34%,rgba(255,255,255,.04));opacity:.7;z-index:0}.tour-image,.ew-tour-media{aspect-ratio:1.24 / 1 !important;border-radius:24px 24px 0 0 !important;background:#08381f !important;z-index:1}.tour-body,.ew-tour-body{position:relative;z-index:1;padding:20px !important}.tour-body h3,.ew-tour-body h4{display:-webkit-box;min-height:auto !important;margin-bottom:12px !important;color:#fff !important;font-size:clamp(20px,1.72vw,24px) !important;line-height:1.16 !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ew-tour-body h4{font-size:18px !important}.tour-mini,.ew-tour-tags{gap:7px;margin-bottom:12px !important}.tour-mini span,.ew-tour-tags span,.hct-tag{color:#c9f7cd !important;background:rgba(255,255,255,.12) !important;border:1px solid rgba(255,255,255,.08) !important}.tour-proof-row,.ew-tour-rating{margin-bottom:12px !important;color:rgba(255,255,255,.84) !important}.tour-stars,.ew-tour-rating span{color:#ffe94a !important}.rating-number,.ew-tour-rating strong{color:#fff !important}.review-pill,.booked-pill,.ew-tour-rating em{color:rgba(255,255,255,.80) !important;background:transparent !important}.tour-card-desc,.ew-tour-body p{min-height:42px !important;margin-bottom:14px !important;color:rgba(255,255,255,.86) !important;font-size:13.5px !important;line-height:1.5 !important}.tour-price-grid,.ew-tour-prices{gap:10px !important}.tour-price-grid>span,.ew-tour-prices>span,.hct-price-box{border:1px solid rgba(255,255,255,.16) !important;border-radius:16px !important;background:rgba(255,255,255,.09) !important}.tour-price-grid small,.ew-tour-prices small,.hct-price-box small{color:rgba(255,255,255,.82) !important}.tour-price-grid b,.ew-tour-prices b,.hct-price-box strong{color:var(--lime) !important}.tour-price-grid del,.ew-tour-prices del,.hct-price-box del{color:rgba(255,255,255,.48) !important}.tour-note,.ew-tour-note{color:rgba(255,255,255,.84) !important}.explore-btn,.ew-tour-btn{min-height:48px !important;color:#fff !important;background:linear-gradient(90deg,#159142,#42c653) !important;box-shadow:0 16px 30px rgba(0,0,0,.18) !important}.tour-badge,.ew-card-badge{top:14px !important;right:14px !important;left:auto !important;min-height:38px !important;color:#fff !important;background:linear-gradient(135deg,#26d45e,#0f9d43) !important}.tour-duration-badge,.ew-card-duration{left:14px !important;bottom:14px !important;min-height:38px !important;color:#ddff9a !important;background:rgba(7,86,40,.88) !important}.h-scroll{gap:18px;padding-bottom:24px;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;mask-image:none}.h-scroll.dragging{scroll-behavior:auto}.eta-tour-slider .tour-card,.tour-slider .tour-card{flex-basis:min(368px,84vw)}.slider-controls{margin-top:-4px}.slider-controls button{transition:transform .2s ease,background .2s ease}.slider-controls button:active{transform:scale(.94)}.eta-why-section{padding-top:clamp(54px,6vw,80px);padding-bottom:clamp(42px,5vw,70px)}.eta-why-grid article{min-height:210px;background:rgba(255,253,248,.92)}.eta-story-section{margin-top:0;margin-bottom:clamp(54px,6vw,82px)}.eta-reviews-section{padding:clamp(54px,6vw,82px) 0}.eta-review-card{background:rgba(255,253,248,.96)}.eta-faq-section,.eta-blog-section{padding-top:clamp(52px,6vw,78px)}.eta-partners-section{margin:clamp(46px,6vw,72px) 0}.eta-partners-wrap{width:min(1120px,calc(100% - 48px))}.eta-logo-card{min-height:136px}.hct-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hct-card{min-width:0}.tour-list{gap:22px}.quick-card{background:rgba(4,42,27,.38)}.float-whatsapp{background:linear-gradient(135deg,#18b05b,#0b6c3e)}@media (min-width:1180px){.eta-tour-slider .tour-card,.tour-slider .tour-card{flex-basis:370px}}@media (max-width:1100px){.eta-hero-inner{grid-template-columns:1fr;padding-top:72px}.eta-hero-card{justify-self:start;max-width:640px}.ew-layout{grid-template-columns:1fr;width:min(900px,calc(100% - 36px))}.ew-side-image{display:none}.ew-tour-list{grid-template-columns:repeat(3,minmax(0,1fr))}.hct-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.topbar{justify-content:flex-start;overflow:hidden;white-space:nowrap;padding-left:14px;padding-right:14px;font-size:11px}.topbar span:nth-child(2){display:none}.topbar span:nth-child(3){overflow:hidden;text-overflow:ellipsis}.navbar{min-height:60px;padding:0 12px}.logo-mark{width:34px;height:34px;font-size:12px}.logo-text{font-size:17px}.menu-toggle{width:38px;height:38px;border-radius:12px;font-size:21px}.navlinks{top:64px}.section,.eta-section{width:calc(100% - 28px);padding-top:44px;padding-bottom:44px}.section-head,.eta-section-head{display:grid;gap:12px;margin-bottom:18px}.section h2,.eta-section h2,.page-hero h1,.tour-hero h1{font-size:clamp(30px,9.4vw,42px);line-height:1}.section p,.eta-section p,.page-hero p,.tour-hero p{font-size:14.5px;line-height:1.6}.eta-view-link{justify-self:start;font-size:13px}.eta-hero{min-height:auto;background-image:linear-gradient(180deg,rgba(2,29,22,.94) 0%,rgba(6,53,40,.82) 42%,rgba(2,29,22,.96) 100%),var(--hero-img);background-position:center top}.eta-hero::after{bottom:-10%;height:14%}.eta-hero-inner{width:calc(100% - 24px);padding:36px 0 64px;gap:18px}.eta-hero h1{margin:8px 0 12px;font-size:clamp(36px,12.2vw,52px);line-height:.98;letter-spacing:-.062em}.eta-hero p{font-size:15px;line-height:1.52}.eta-hero-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:18px}.eta-hero-actions .eta-btn{width:100%;min-height:46px}.eta-hero-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px}.eta-hero-features article{display:grid;grid-template-columns:30px 1fr;gap:9px;padding:10px;border-radius:16px}.eta-hero-features article>span{width:30px;height:30px;flex-basis:30px;font-size:10px}.eta-hero-features strong{font-size:13.5px}.eta-hero-features small{display:block;font-size:11px;line-height:1.25}.eta-hero-card{width:100%;border-radius:24px}.eta-hero-card-img{aspect-ratio:1.48 / 1}.eta-hero-card-body{padding:16px}.eta-hero-card-body h2{font-size:23px}.eta-hero-card-body p{font-size:13.5px;line-height:1.5}.eta-hero-card-meta{gap:7px;margin-bottom:12px}.eta-hero-card-meta strong,.eta-hero-card-meta span{font-size:11.5px;padding:7px 9px}.eta-stats-strip{width:calc(100% - 24px);grid-template-columns:repeat(2,1fr);margin-top:-36px;border-radius:20px}.eta-stats-strip div{padding:14px 8px}.eta-stats-strip strong{font-size:22px}.eta-stats-strip span{font-size:11px;line-height:1.25}.eta-weather-section{padding:36px 0 42px}.ew-layout{width:calc(100% - 24px)}#eco-weather-widget{padding:14px;border-radius:24px}.ew-title{font-size:22px;line-height:1.08}.ew-icon{font-size:34px}.ew-temp{font-size:42px}.ew-location{font-size:12.5px}.ew-stats{gap:7px}.ew-stat{padding:9px 7px;border-radius:13px}.ew-stat-label{font-size:9.6px}.ew-stat-value{font-size:12.5px}.ew-tip-wrap{padding:11px 12px;border-radius:16px}.ew-section-title{font-size:18px}.ew-best-time{font-size:12px}.ew-tour-list{display:flex;gap:12px;overflow-x:auto;margin-left:-2px;margin-right:-2px;padding:2px 2px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ew-tour-list::-webkit-scrollbar{display:none}.ew-tour-card{flex:0 0 92%;scroll-snap-align:center}.eta-category-grid{display:flex;gap:12px;overflow-x:auto;margin:0 -14px;padding:0 14px 10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.eta-category-grid::-webkit-scrollbar{display:none}.eta-category-card{flex:0 0 82%;min-height:230px;scroll-snap-align:start}.eta-plan-layout{width:calc(100% - 24px);padding:20px;border-radius:26px;gap:18px}.eta-plan-copy h2{font-size:31px}.eta-plan-points{gap:7px;margin-top:18px}.eta-plan-points span{font-size:11px;padding:7px 9px}.eta-plan-card-list{gap:10px}.eta-plan-mini-card{grid-template-columns:92px minmax(0,1fr) !important;gap:10px;align-items:center;padding:9px;border-radius:17px}.eta-plan-mini-card img{height:82px !important;border-radius:14px}.eta-plan-mini-card small{font-size:10px}.eta-plan-mini-card h3{font-size:15px;margin:2px 0}.eta-plan-mini-card p{display:-webkit-box;font-size:11.5px;line-height:1.35;margin-bottom:3px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.eta-plan-mini-card strong{display:none}.h-scroll{gap:12px;margin-left:-14px;margin-right:-14px;padding:0 14px 18px}.eta-tour-slider .tour-card,.tour-slider .tour-card,.eta-review-slider .eta-review-card{flex-basis:88vw !important}.slider-controls{display:none !important}.eta-slider-dots{margin-top:0}.tour-card,.ew-tour-card{border-radius:24px !important}.tour-image,.ew-tour-media{aspect-ratio:1.22 / 1 !important;border-radius:20px 20px 0 0 !important}.tour-body,.ew-tour-body{padding:15px !important}.tour-body h3,.ew-tour-body h4{font-size:19px !important}.tour-mini,.ew-tour-tags{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.tour-mini::-webkit-scrollbar,.ew-tour-tags::-webkit-scrollbar{display:none}.tour-mini span,.ew-tour-tags span{flex:0 0 auto;font-size:10.5px !important;padding:5px 8px !important}.tour-proof-row,.ew-tour-rating{font-size:11.5px !important}.booked-pill{display:none}.tour-card-desc,.ew-tour-body p{font-size:12.8px !important;min-height:auto !important}.tour-price-grid,.ew-tour-prices{gap:7px !important}.tour-price-grid>span,.ew-tour-prices>span{padding:9px !important;border-radius:13px !important}.tour-price-grid small,.ew-tour-prices small{font-size:10.5px !important}.tour-price-grid b,.ew-tour-prices b{font-size:20px !important}.tour-note,.ew-tour-note{font-size:11.5px !important}.explore-btn,.ew-tour-btn{min-height:42px !important;margin-top:11px !important}.eta-why-section{display:grid;gap:18px}.eta-why-grid{grid-template-columns:1fr;gap:10px}.eta-why-grid article{min-height:auto;padding:18px;border-radius:20px}.eta-why-grid article span{width:34px;height:34px;margin-bottom:12px}.eta-story-section{width:calc(100% - 24px);min-height:320px;margin-bottom:44px;padding:22px;border-radius:26px}.eta-story-copy h2{font-size:32px;line-height:1}.eta-story-copy p{font-size:14px}.eta-reviews-section{padding:44px 0}.eta-review-card{min-height:280px;padding:18px;border-radius:22px}.eta-faq-grid,.eta-blog-grid{grid-template-columns:1fr}.eta-partners-section{margin:36px 0;padding:34px 0 !important}.eta-partners-wrap{width:calc(100% - 24px)}.eta-partners-head h2{font-size:24px !important;line-height:1.05}.eta-partners-desc{font-size:13.5px;line-height:1.55}.eta-stats{grid-template-columns:repeat(2,1fr);gap:8px}.eta-stat{padding:13px 8px;border-radius:16px}.eta-stat strong{font-size:28px}.eta-stat span{font-size:11px}.eta-logo-swiper,.eta-logo-swiper.swiper-initialized{overflow:visible !important}.eta-logo-swiper .swiper-wrapper,.eta-logo-swiper.swiper-initialized .swiper-wrapper{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px !important;transform:none !important}.eta-logo-swiper .swiper-slide,.eta-logo-swiper.swiper-initialized .swiper-slide{width:auto !important;flex:none !important;margin-right:0 !important}.eta-logo-card{min-height:96px;padding:12px;border-radius:16px}.eta-logo-card img{max-width:82px;height:34px}.eta-logo-card span{font-size:12px}.hct-wrap{width:calc(100% - 24px)}.hct-filters{padding:10px;border-radius:20px;overflow:hidden}.hct-filter-group{gap:7px}.hct-filter-group span{flex-basis:100%;width:100%;font-size:12px}.hct-filter{padding:7px 10px;font-size:11.5px}.hct-result-bar{margin:14px 0}.hct-grid{grid-template-columns:1fr;gap:16px}.hct-swipe-hint{display:none}.page-hero,.tour-hero{padding:48px 14px}.tour-hero{grid-template-columns:1fr;gap:18px;min-height:auto}.quick-card{padding:18px;border-radius:22px}.quick-card b{font-size:30px}.split{grid-template-columns:1fr;gap:20px}.glass-panel{padding:18px;border-radius:22px}.footer{padding-bottom:88px}.float-whatsapp{right:14px;bottom:14px}}@media (max-width:390px){.eta-hero-features{grid-template-columns:1fr}.eta-category-card{flex-basis:88%}.eta-tour-slider .tour-card,.tour-slider .tour-card,.eta-review-slider .eta-review-card{flex-basis:90vw !important}.ew-tour-card{flex-basis:94%}.tour-price-grid,.ew-tour-prices{grid-template-columns:1fr}.eta-plan-mini-card{grid-template-columns:84px minmax(0,1fr) !important}.eta-plan-mini-card img{height:76px !important}}.tour-card::before,.ew-tour-card::before{display:block !important}:root{--forest:#073322;--forest-2:#031b12;--forest-3:#0b4b31;--leaf:#22c45e;--leaf-2:#48d667;--lime:#cfff2e;--cream:#f6efd9;--paper:#fffdf4;--ink:#10261b;--muted:#5c6b61;--soft-line:rgba(7,51,34,.12);--card-shadow:0 22px 60px rgba(3,27,18,.13);--deep-shadow:0 30px 90px rgba(3,27,18,.24);--container:1180px}html{overflow-x:hidden;background:var(--cream)}body{overflow-x:hidden;background:linear-gradient(180deg,#fffdf4 0%,#f6efd9 42%,#efe5c9 100%);font-weight:600;color:var(--ink)}body:not(.reveal-ready) .reveal,.reveal{opacity:1;transform:none}body.reveal-ready .reveal{opacity:1;transform:none;transition:opacity .45s ease,transform .45s ease}body.reveal-ready .reveal:not(.in){opacity:1;transform:none}.topbar{min-height:26px;padding:5px clamp(16px,4vw,64px);font-size:12px;background:#052316;color:rgba(255,255,255,.86)}.navbar{min-height:68px;padding:0 clamp(18px,5vw,72px);background:rgba(255,253,243,.92);box-shadow:0 12px 34px rgba(2,20,13,.08)}.logo-mark{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--lime),var(--leaf));color:#072014;box-shadow:none}.logo-text{font-size:21px;color:#0c2c1f}.logo-text span{color:#a6e829}.navlinks{gap:clamp(14px,2.2vw,30px);font-size:12px;letter-spacing:.08em}.navlinks>a,.nav-item>a{min-height:68px}.nav-cta{background:linear-gradient(135deg,var(--lime),#7bea49);color:#071d13!important;box-shadow:0 14px 28px rgba(127,234,73,.22)}.eta-section,.section{width:min(var(--container),calc(100% - 40px));padding:clamp(62px,8vw,104px) 0;margin-inline:auto}.eta-section-head,.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:clamp(24px,4vw,40px)}.eta-section-head h2,.section-head h2,.eta-section h2,.section h2{margin:0;color:var(--ink);font-size:clamp(36px,5vw,64px);line-height:.96;letter-spacing:-.07em;font-weight:800;text-wrap:balance}.eta-section-head p,.section-head p,.eta-section p,.section p{color:var(--muted);font-size:16px;line-height:1.65;max-width:680px}.eta-kicker,.script{display:inline-flex;align-items:center;margin-bottom:12px;color:#0ca152;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eta-view-link,.text-link{color:#073322;font-weight:800;text-decoration:none;white-space:nowrap}.eta-view-link:hover,.text-link:hover{color:#0ca152}.eta-hero{position:relative;min-height:calc(100svh - 94px);padding:clamp(56px,6vw,88px) 0 82px;background:#062819;isolation:isolate;overflow:hidden}.eta-hero::before{content:"";position:absolute;inset:0;z-index:-3;background:linear-gradient(90deg,rgba(3,27,18,.96) 0%,rgba(3,27,18,.82) 42%,rgba(3,27,18,.46) 100%),linear-gradient(180deg,rgba(3,27,18,.05),rgba(3,27,18,.78)),var(--hero-img) center/cover no-repeat;transform:scale(1.02)}.eta-hero-overlay{display:none}.eta-hero::after{content:"";position:absolute;left:50%;bottom:-88px;width:min(1120px,92vw);height:170px;transform:translateX(-50%);border-radius:50% 50% 0 0;background:var(--cream);z-index:-1}.eta-hero-inner{width:min(1280px,calc(100% - 44px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,470px);gap:clamp(34px,6vw,90px);align-items:center;padding:0!important}.eta-hero h1{margin:18px 0;color:#fff;font-size:clamp(58px,7.4vw,106px);line-height:.93;letter-spacing:-.085em;font-weight:800;max-width:740px}.eta-hero p{max-width:650px;color:rgba(255,255,255,.86);font-size:clamp(18px,2vw,24px);line-height:1.55;font-weight:700}.eta-hero .eta-kicker{color:var(--lime)}.eta-hero-actions{margin-top:30px;gap:12px}.eta-btn{min-height:52px;padding:0 23px;border-radius:999px;font-size:15px;font-weight:800}.eta-btn-green{background:linear-gradient(135deg,var(--lime),#70e648);color:#061a10;box-shadow:0 20px 46px rgba(112,230,72,.22)}.eta-btn-video{border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(16px)}.eta-hero-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px;max-width:690px}.eta-hero-features article{min-height:72px;padding:14px 16px;border-radius:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px)}.eta-hero-features article>span{width:38px;height:38px;background:#fff1b7;color:#072014;font-size:12px}.eta-hero-features strong{font-size:16px}.eta-hero-features small{font-size:13px}.eta-hero-card{overflow:hidden;border-radius:34px;background:rgba(255,252,241,.92);border:1px solid rgba(255,255,255,.55);box-shadow:var(--deep-shadow);backdrop-filter:blur(18px)}.eta-hero-card-img{aspect-ratio:1.32/1;border-radius:0}.eta-hero-card-img span{top:18px;left:18px;background:linear-gradient(135deg,#ff9a32,#f07b26);border-radius:999px;padding:10px 15px;font-size:12px}.eta-hero-card-body{padding:26px}.eta-hero-card-body small{color:#0ca152;letter-spacing:.14em}.eta-hero-card-body h2{font-size:clamp(30px,3vw,40px);line-height:1;margin:12px 0;color:#10261b}.eta-hero-card-body p{font-size:15px;color:#5c6b61;line-height:1.58}.eta-hero-card-meta{gap:8px;margin:18px 0}.eta-hero-card-meta strong,.eta-hero-card-meta span{background:#eaf8de;border-radius:999px;padding:9px 12px;color:#073322;font-size:13px}.eta-hero-card-body a{display:inline-flex;margin-top:4px;color:#073322;font-size:16px}.eta-stats-strip{position:relative;z-index:5;width:min(1040px,calc(100% - 32px));margin:-54px auto 0;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border-radius:28px;background:rgba(255,253,244,.96);border:1px solid rgba(7,51,34,.12);box-shadow:0 22px 60px rgba(3,27,18,.14)}.eta-stats-strip div{padding:22px 16px;min-height:104px;border-right:1px solid rgba(7,51,34,.12);text-align:center}.eta-stats-strip div:last-child{border-right:0}.eta-stats-strip strong{font-size:38px;line-height:1;color:#073322}.eta-stats-strip span{font-size:13px;color:#5c6b61;font-weight:800}.eta-weather-section{width:100%;max-width:none;margin:0;padding:clamp(58px,8vw,96px) 0;background:linear-gradient(180deg,#083322,#031b12);color:#fff}.ew-layout{width:min(var(--container),calc(100% - 44px));display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,430px);gap:clamp(30px,6vw,82px);align-items:center}.ew-side-image{position:relative}.ew-side-image::before{content:"";position:absolute;inset:9%;border-radius:32px;background:radial-gradient(circle,rgba(207,255,46,.12),transparent 60%)}.ew-side-image img{position:relative;border-radius:34px;filter:drop-shadow(0 30px 65px rgba(0,0,0,.35));opacity:.9}#eco-weather-widget{max-width:none;padding:26px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 80px rgba(0,0,0,.24)}.ew-title{font-size:clamp(32px,4.8vw,56px);letter-spacing:-.07em;line-height:.96;color:#fff}.ew-location{max-width:560px;font-size:15px}.ew-temp{font-size:clamp(52px,7vw,78px);color:var(--lime)}.ew-stats{gap:10px}.ew-stat{border-radius:18px;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12)}.ew-tip-wrap{border-radius:18px;background:rgba(207,255,46,.08);border-color:rgba(207,255,46,.16)}.ew-section-title{font-size:20px}.ew-tour-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ew-tour-card{min-width:0;border-radius:20px;background:#0b3b28;border:1px solid rgba(88,225,105,.22);padding:12px;box-shadow:0 18px 42px rgba(0,0,0,.18)}.ew-tour-pill{background:rgba(207,255,46,.13);color:var(--lime);font-size:11px}.ew-tour-name{min-height:auto;font-size:15px;line-height:1.2}.ew-tour-desc{min-height:52px;font-size:12px;line-height:1.45}.ew-tour-btn{min-height:40px;padding:0 12px;background:linear-gradient(135deg,#159447,#39ca55);box-shadow:none}.eta-category-section{padding-top:clamp(64px,9vw,110px)}.eta-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.eta-category-card{min-height:235px;border-radius:26px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative;background:#093220;color:#fff;box-shadow:var(--card-shadow)}.eta-category-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,27,18,.05),rgba(3,27,18,.78)),var(--category-img) center/cover no-repeat;transition:transform .7s var(--ease)}.eta-category-card:hover::before{transform:scale(1.06)}.eta-category-card>*{position:relative}.eta-category-card span{color:var(--lime);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.eta-category-card h3{margin:8px 0 5px;color:#fff;font-size:25px;line-height:1.05;letter-spacing:-.04em}.eta-category-card p{color:rgba(255,255,255,.82);font-size:13px;line-height:1.45;margin:0 0 8px}.eta-category-card b{color:#fff;font-size:13px}.eta-plan-section{padding-top:20px}.eta-plan-layout{display:grid;grid-template-columns:.82fr 1fr;gap:32px;align-items:center;padding:34px;border-radius:32px;background:linear-gradient(135deg,#062819,#0a3a27);box-shadow:var(--card-shadow)}.eta-plan-copy h2{color:#fff!important;font-size:clamp(34px,4.6vw,56px)}.eta-plan-copy p{color:rgba(255,255,255,.78)}.eta-plan-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.eta-plan-points span{border-radius:999px;background:rgba(255,255,255,.1);color:#fff;padding:8px 12px;font-size:12px;font-weight:800}.eta-plan-card-list{display:grid;gap:12px}.eta-plan-mini-card{display:grid;grid-template-columns:116px 1fr;gap:14px;align-items:center;padding:10px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);color:#fff}.eta-plan-mini-card img{width:116px;height:82px;border-radius:14px;object-fit:cover}.eta-plan-mini-card small{color:var(--lime);font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.eta-plan-mini-card h3{margin:3px 0;color:#fff;font-size:18px;line-height:1.1}.eta-plan-mini-card p{margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.35}.eta-plan-mini-card strong{display:block;margin-top:4px;color:#fff;font-size:12px}.h-scroll{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:2px;padding:4px 2px 18px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.h-scroll::-webkit-scrollbar{display:none}.eta-tour-slider .tour-card,.tour-slider .tour-card{flex:0 0 min(334px,82vw)}.tour-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:28px;background:#073322;color:#fff;border:1.5px solid rgba(34,196,94,.78);box-shadow:0 22px 54px rgba(3,27,18,.18);scroll-snap-align:start;transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s ease}.tour-card:hover{transform:translateY(-6px);box-shadow:0 32px 86px rgba(3,27,18,.28);border-color:var(--lime)}.tour-card::before{display:none}.tour-image{position:relative;aspect-ratio:1.16/1;overflow:hidden;border-radius:25px 25px 0 0}.tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease);filter:saturate(1.06)}.tour-card:hover .tour-image img{transform:scale(1.055)}.tour-badge{position:absolute;top:14px;right:14px;left:auto;padding:9px 13px;border-radius:999px;background:linear-gradient(135deg,#24cc64,#16a34a);color:#fff;font-size:12px;font-weight:800;box-shadow:0 14px 28px rgba(0,0,0,.18)}.tour-duration-badge{position:absolute;left:14px;bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(7,51,34,.9);color:#dfffbe;font-size:12px;font-weight:800;backdrop-filter:blur(12px)}.tour-body{display:flex;flex-direction:column;gap:12px;padding:17px 16px 18px;min-height:0}.tour-body h3{margin:0;color:#fff;font-size:21px;line-height:1.15;letter-spacing:-.045em}.tour-mini{display:flex;flex-wrap:wrap;gap:6px}.tour-mini span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.11);color:#c8f9d0;font-size:10.5px;font-weight:800;white-space:nowrap}.tour-proof-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap;font-size:12px}.tour-stars{color:#ffd545;letter-spacing:-.06em}.rating-number{font-weight:800;color:#fff}.review-pill,.booked-pill{color:rgba(255,255,255,.78);font-weight:800}.tour-card-desc{margin:0;color:rgba(255,255,255,.82);font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:39px}.tour-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tour-price-grid span{border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11);padding:11px 10px}.tour-price-grid small{display:block;color:rgba(255,255,255,.74);font-size:10.5px;font-weight:800;line-height:1.2}.tour-price-grid b{display:flex;align-items:baseline;gap:7px;margin-top:5px;color:var(--lime);font-size:22px;line-height:1;font-weight:800}.tour-price-grid del{color:rgba(255,255,255,.44);font-size:12px}.tour-note{margin:-1px 0 0!important;color:rgba(255,255,255,.74)!important;font-size:12px!important;line-height:1.35!important}.explore-btn{display:grid;place-items:center;min-height:44px;margin-top:auto;border-radius:999px;background:linear-gradient(135deg,#159447,#3bd155);color:#fff;font-size:14px;font-weight:800;box-shadow:0 15px 30px rgba(17,148,71,.22)}.tour-list,.hct-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tour-list .tour-card,.hct-grid .tour-card{width:100%;min-width:0}.hct-section{padding-top:72px}.hct-wrap{width:min(var(--container),calc(100% - 40px));margin:auto}.hct-filters{border-radius:26px;background:rgba(255,253,244,.85);border:1px solid var(--soft-line);box-shadow:var(--card-shadow);padding:18px}.hct-filter-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:8px 0}.hct-filter-group>span{min-width:96px;font-size:12px;font-weight:800;color:#0b4b31;text-transform:uppercase;letter-spacing:.08em}.hct-filter{border:0;border-radius:999px;background:#e8f0d8;color:#173b29;padding:9px 13px;font-size:12px;font-weight:800}.hct-filter.active{background:#073322;color:#fff}.hct-result-bar{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.hct-result-bar button{border:0;border-radius:999px;background:#dff5c9;color:#073322;padding:10px 14px;font-weight:800}.hct-swipe-hint{display:none}.hct-empty{padding:28px;border-radius:22px;background:#fff;border:1px solid var(--soft-line);text-align:center;color:var(--muted);font-weight:800}.hct-seo-text{position:absolute;left:-9999px}.eta-partners-section{margin:0;padding:clamp(60px,8vw,92px) 0;background:linear-gradient(180deg,#073322,#031b12);color:#fff}.eta-partners-wrap{width:min(var(--container),calc(100% - 40px));margin:auto}.eta-partners-head h2{max-width:620px;margin-inline:auto;color:var(--lime);font-size:clamp(34px,4.8vw,56px);line-height:.98}.eta-partners-desc{max-width:620px}.eta-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0 30px}.eta-stat{padding:16px 10px;border-radius:18px;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.1)}.eta-stat strong{font-size:30px}.eta-stat span{font-size:12px}.eta-logo-card{height:105px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.eta-logo-card img{height:36px;max-width:86px}.eta-logo-card span{font-size:12px}.eta-why-section{display:grid;grid-template-columns:.85fr 1fr;gap:28px;align-items:center}.eta-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.eta-why-grid article{padding:22px;border-radius:24px;background:var(--paper);border:1px solid var(--soft-line);box-shadow:var(--card-shadow)}.eta-why-grid span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#e1f8ca;color:#0b8a41;font-weight:800}.eta-why-grid strong{display:block;margin:14px 0 6px;color:var(--ink);font-size:18px}.eta-why-grid p{font-size:13px;margin:0;color:var(--muted)}.eta-story-section{width:min(var(--container),calc(100% - 40px));margin:30px auto 80px;min-height:280px;padding:38px;border-radius:32px;background:linear-gradient(90deg,rgba(3,27,18,.85),rgba(3,27,18,.35)),url('https://assets.zyrosite.com/Yg2yRPDWz9tWpEBN/spots-to-see-hanoi-train-street-dJoPK6wJxqS03RjQ.jpg') center/cover;color:#fff;display:grid;grid-template-columns:1fr auto;align-items:end;box-shadow:var(--card-shadow)}.eta-story-copy h2{color:#fff;font-size:clamp(34px,5vw,60px);max-width:680px}.eta-story-copy p{color:rgba(255,255,255,.82)}.eta-round-arrow{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--lime);color:#073322;font-size:24px;font-weight:800}.eta-reviews-section{padding:clamp(60px,8vw,100px) 0;background:#fff9e9}.eta-reviews-section .eta-section-head{width:min(var(--container),calc(100% - 40px))}.eta-review-slider{width:min(var(--container),calc(100% - 40px));margin:auto}.eta-review-card{flex:0 0 min(360px,84vw);padding:22px;border-radius:24px;background:#fff;border:1px solid var(--soft-line);box-shadow:var(--card-shadow);scroll-snap-align:start}.eta-review-top{display:flex;gap:12px;align-items:center}.eta-review-top img{width:44px;height:44px;border-radius:50%;object-fit:cover}.eta-stars{color:#ffc83d}.eta-review-card h3{font-size:20px;margin:10px 0 6px;line-height:1.15}.eta-review-card p{font-size:14px;color:var(--muted);margin:0}.eta-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.eta-faq-grid details,.faq-block details{border:1px solid var(--soft-line);border-radius:20px;background:var(--paper);padding:18px 20px;box-shadow:none}.eta-faq-grid summary,.faq-block summary{font-weight:800;color:var(--ink);cursor:pointer}.eta-faq-grid p,.faq-block p{margin:12px 0 0;font-size:14px}.eta-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.eta-blog-card{display:grid;grid-template-columns:1fr;overflow:hidden;border-radius:24px;background:var(--paper);border:1px solid var(--soft-line);box-shadow:var(--card-shadow)}.eta-blog-art{height:150px;background:linear-gradient(135deg,#0d472d,#bfe84a)}.eta-blog-card>div:last-child{padding:20px}.eta-blog-card span{color:#0ca152;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.eta-blog-card h3{margin:8px 0 16px;font-size:20px;line-height:1.2}.eta-blog-card b{font-size:14px;color:#073322}.page-hero{width:min(var(--container),calc(100% - 40px));margin:40px auto 0;padding:clamp(58px,8vw,100px) clamp(24px,5vw,64px);border-radius:36px;background:linear-gradient(135deg,#073322,#0c5838);color:#fff;box-shadow:var(--card-shadow);overflow:hidden}.page-hero h1{max-width:900px;margin:0;color:#fff;font-size:clamp(44px,7vw,82px);line-height:.96;letter-spacing:-.075em}.page-hero p{max-width:720px;color:rgba(255,255,255,.78);font-size:17px}.hub-hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hub-hero-proof span{display:inline-flex;align-items:center;border-radius:999px;background:rgba(255,255,255,.1);padding:9px 12px;color:#fff;font-size:12px;font-weight:800}.float-whatsapp{right:18px;bottom:18px;min-height:46px;border-radius:999px;background:#18b653;color:#fff;box-shadow:0 18px 38px rgba(24,182,83,.26);font-weight:800}.float-whatsapp strong{font-size:12px}.footer{margin-top:0;background:#031b12;color:#fff}.footer-inner{width:min(var(--container),calc(100% - 40px));display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:28px;padding:56px 0}.footer-logo{font-size:24px;font-weight:800}.footer-logo span{color:var(--lime)}.footer p,.footer a{color:rgba(255,255,255,.75);font-size:14px}.footer h4{color:#fff}.footer-cta{display:inline-flex;margin-top:10px;border-radius:999px;background:var(--lime);color:#073322!important;padding:12px 16px;font-weight:800}.footer-bottom{width:min(var(--container),calc(100% - 40px));margin:auto;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:rgba(255,255,255,.62);font-size:12px}.slider-controls{display:flex;justify-content:flex-end;gap:8px;width:min(var(--container),calc(100% - 40px));margin:0 auto}.slider-controls button{width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#073322;box-shadow:0 10px 26px rgba(3,27,18,.1);font-size:22px;font-weight:800}@media (min-width:1280px){.eta-tour-slider .tour-card,.tour-slider .tour-card{flex-basis:calc((var(--container) - 54px)/4)}}@media (max-width:1040px){.eta-hero-inner,.ew-layout,.eta-plan-layout,.eta-why-section{grid-template-columns:1fr}.eta-hero-card{max-width:620px}.ew-side-image{display:none}.tour-list,.hct-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eta-blog-grid,.eta-category-grid,.eta-why-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:760px){body{font-size:15px;background:#f5eed9}.topbar{display:none}.navbar{min-height:58px;padding:0 14px}.logo-mark{width:34px;height:34px;border-radius:12px;font-size:12px}.logo-text{font-size:17px}.menu-toggle{display:grid;width:40px;height:40px;border-radius:14px;background:#ecf8d9}.navlinks{position:fixed;inset:58px 10px auto 10px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;border-radius:22px;background:#fffdf4;box-shadow:var(--deep-shadow);z-index:1000}.navlinks.open{display:flex}.navlinks>a,.nav-item>a{min-height:48px;padding:0 12px}.nav-cta{justify-content:center;margin-top:8px}.mega-menu{display:none}.mobile-submenu{display:none}.nav-item.open .mobile-submenu{display:grid;gap:6px;padding:4px 8px 12px}.mobile-submenu a{padding:10px;border-radius:12px;background:#eef5dc;color:#073322;font-weight:800;font-size:13px}.eta-hero{min-height:auto;padding:34px 0 74px}.eta-hero::before{background:linear-gradient(180deg,rgba(3,27,18,.88),rgba(3,27,18,.78) 44%,rgba(3,27,18,.95)),var(--hero-img) center/cover no-repeat}.eta-hero::after{height:86px;bottom:-48px;width:120vw}.eta-hero-inner{width:calc(100% - 28px);gap:22px}.eta-hero h1{font-size:clamp(42px,13vw,58px);line-height:.96;margin:12px 0}.eta-hero p{font-size:16px;line-height:1.45}.eta-hero-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:20px}.eta-btn{min-height:46px;padding:0 14px;font-size:13px}.eta-hero-features{grid-template-columns:1fr;gap:8px;margin-top:18px}.eta-hero-features article{min-height:62px;padding:10px 12px;border-radius:17px}.eta-hero-features article>span{width:32px;height:32px}.eta-hero-features strong{font-size:14px}.eta-hero-features small{font-size:12px}.eta-hero-card{border-radius:24px}.eta-hero-card-img{aspect-ratio:1.25/1}.eta-hero-card-body{padding:18px}.eta-hero-card-body h2{font-size:25px}.eta-hero-card-body p{font-size:13px}.eta-hero-card-meta strong,.eta-hero-card-meta span{font-size:11px;padding:8px 9px}.eta-stats-strip{grid-template-columns:repeat(2,1fr);width:calc(100% - 28px);margin-top:-42px;border-radius:22px}.eta-stats-strip div{min-height:84px;padding:15px 8px;border-bottom:1px solid rgba(7,51,34,.1)}.eta-stats-strip div:nth-child(even){border-right:0}.eta-stats-strip div:nth-child(3),.eta-stats-strip div:nth-child(4){border-bottom:0}.eta-stats-strip strong{font-size:27px}.eta-stats-strip span{font-size:11px}.eta-section,.section{width:calc(100% - 28px);padding:54px 0}.eta-section-head,.section-head{display:block;margin-bottom:20px}.eta-section-head h2,.section-head h2,.eta-section h2,.section h2{font-size:clamp(34px,10vw,46px);line-height:1;letter-spacing:-.065em}.eta-section-head p,.section-head p,.eta-section p,.section p{font-size:14px;line-height:1.55}.eta-view-link{display:inline-flex;margin-top:10px;font-size:13px}.eta-weather-section{padding:52px 0}.ew-layout{width:calc(100% - 28px)}#eco-weather-widget{padding:18px;border-radius:24px}.ew-top{gap:8px}.ew-title{font-size:30px;letter-spacing:-.055em}.ew-location{font-size:12px}.ew-icon{font-size:32px}.ew-main{margin-top:12px}.ew-temp{font-size:48px}.ew-desc{font-size:14px}.ew-stats{grid-template-columns:repeat(3,1fr);gap:7px}.ew-stat{padding:9px 7px;border-radius:14px}.ew-stat-label{font-size:10px}.ew-stat-value{font-size:13px}.ew-tip-wrap{padding:11px}.ew-section-head{display:block}.ew-section-title{font-size:16px}.ew-best-time{margin-top:4px;font-size:12px}.ew-tour-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding:2px 2px 10px;scrollbar-width:none}.ew-tour-list::-webkit-scrollbar{display:none}.ew-tour-card{flex:0 0 82%;scroll-snap-align:start}.ew-tour-name{font-size:16px}.ew-tour-desc{min-height:48px}.eta-category-section{padding-top:56px}.eta-category-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}.eta-category-grid::-webkit-scrollbar{display:none}.eta-category-card{flex:0 0 84%;min-height:210px;scroll-snap-align:start;border-radius:24px}.eta-category-card h3{font-size:23px}.eta-plan-section{padding-top:14px}.eta-plan-layout{padding:22px;border-radius:26px}.eta-plan-card-list{margin-top:6px}.eta-plan-mini-card{grid-template-columns:88px 1fr;padding:8px;border-radius:16px}.eta-plan-mini-card img{width:88px;height:76px;border-radius:12px}.eta-plan-mini-card h3{font-size:15px}.eta-plan-mini-card p{display:none}.eta-plan-mini-card strong{font-size:10.5px}.eta-tour-slider .tour-card,.tour-slider .tour-card{flex:0 0 86vw}.tour-card{border-radius:24px;scroll-snap-align:center}.tour-image{aspect-ratio:1.12/1;border-radius:22px 22px 0 0}.tour-body{padding:15px 14px;gap:10px}.tour-body h3{font-size:20px}.tour-card-desc{font-size:12.5px;min-height:38px}.tour-price-grid{gap:8px}.tour-price-grid span{padding:10px 9px;border-radius:14px}.tour-price-grid small{font-size:10px}.tour-price-grid b{font-size:20px}.explore-btn{min-height:42px}.tour-note{font-size:11.5px!important}.h-scroll{gap:12px;padding-left:1px;padding-right:1px;scroll-padding-inline:7vw}.slider-controls{display:none}.eta-slider-dots{display:none!important}.tour-list,.hct-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding:4px 0 14px;scrollbar-width:none}.tour-list::-webkit-scrollbar,.hct-grid::-webkit-scrollbar{display:none}.tour-list .tour-card,.hct-grid .tour-card{flex:0 0 86vw}.hct-wrap{width:calc(100% - 28px)}.hct-filters{padding:12px;border-radius:20px;overflow:hidden}.hct-filter-group{align-items:flex-start;margin:10px 0;gap:6px}.hct-filter-group>span{width:100%;min-width:0}.hct-filter{padding:8px 10px;font-size:11px}.hct-result-bar{margin:14px 0}.hct-swipe-hint{display:block;margin:0 0 10px;color:#0a633d;font-size:12px;font-weight:800}.page-hero{width:calc(100% - 28px);margin-top:22px;padding:38px 22px;border-radius:28px}.page-hero h1{font-size:clamp(38px,11vw,54px)}.page-hero p{font-size:14px}.hub-hero-proof{gap:7px}.hub-hero-proof span{font-size:11px;padding:8px 10px}.eta-partners-section{padding:54px 0}.eta-partners-wrap{width:calc(100% - 28px)}.eta-partners-head h2{font-size:29px}.eta-partners-desc{font-size:14px}.eta-stats{grid-template-columns:repeat(2,1fr);gap:9px}.eta-stat{padding:13px 8px}.eta-stat strong{font-size:25px}.eta-logo-swiper .swiper-wrapper{display:grid!important;grid-template-columns:repeat(2,1fr);gap:9px;transform:none!important}.eta-logo-swiper .swiper-slide{width:auto!important}.eta-logo-card{height:84px;border-radius:16px;padding:12px}.eta-logo-card img{height:28px}.eta-logo-card span{font-size:11px}.eta-why-section{display:block}.eta-why-grid{grid-template-columns:1fr;gap:10px}.eta-why-grid article{padding:18px;border-radius:20px}.eta-story-section{width:calc(100% - 28px);margin:10px auto 52px;min-height:240px;padding:24px;border-radius:26px;grid-template-columns:1fr}.eta-round-arrow{width:46px;height:46px;margin-top:20px}.eta-reviews-section{padding:54px 0}.eta-reviews-section .eta-section-head,.eta-review-slider{width:calc(100% - 28px)}.eta-review-card{flex-basis:84vw}.eta-faq-grid,.eta-blog-grid{grid-template-columns:1fr}.eta-blog-art{height:130px}.footer-inner{width:calc(100% - 28px);grid-template-columns:1fr;padding:42px 0;gap:18px}.footer-bottom{width:calc(100% - 28px);display:block;line-height:1.8}.float-whatsapp{right:12px;bottom:12px}.float-whatsapp strong{display:none}}@media (max-width:390px){.eta-hero h1{font-size:40px}.eta-hero-actions{grid-template-columns:1fr}.ew-tour-card,.eta-tour-slider .tour-card,.tour-slider .tour-card,.tour-list .tour-card,.hct-grid .tour-card{flex-basis:88vw}.tour-price-grid{grid-template-columns:1fr}.tour-image{aspect-ratio:1.05/1}}.ht-social-proof{background:#003d15;color:#fff;padding:68px 0 84px;overflow:hidden;font-family:'Quicksand',sans-serif}.ht-social-proof *{box-sizing:border-box;font-family:'Quicksand',sans-serif}.ht-proof-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}.ht-customer-section{padding:0 0 40px}.ht-customer-section h2{margin:0 0 22px;text-align:center;font-size:clamp(34px,5vw,64px);line-height:.98;letter-spacing:-.05em;color:#42c44e;font-weight:800}.ht-review-tabs{display:flex;justify-content:center;align-items:center;gap:8px;width:min(590px,100%);margin:0 auto 20px}.ht-review-tab{appearance:none;border:0;cursor:pointer;flex:1;min-height:40px;border-radius:999px;background:#fff;color:#101820;font-size:14px;font-weight:800;transition:transform .2s ease,background .2s ease,color .2s ease}.ht-review-tab:hover{transform:translateY(-1px)}.ht-review-tab.active{background:#eef7ef;color:#0f7c2f}.ht-testimonial-swiper{overflow:visible;padding:2px 0 54px}.ht-testimonial-swiper .swiper-wrapper{align-items:stretch}.ht-testimonial-swiper .swiper-slide{height:auto;display:flex}.ht-review-ui-card{width:100%;min-height:330px;display:flex;flex-direction:column;padding:24px;border-radius:16px;background:#fff;color:#111827;box-shadow:0 18px 50px rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.8)}.ht-review-ui-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.ht-review-ui-left{display:flex;align-items:center;gap:12px;min-width:0}.ht-review-ui-avatar{width:48px;height:48px;border-radius:999px;object-fit:cover;background:#f3f4f6;flex:0 0 auto}.ht-review-ui-name{margin:0;font-size:20px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827}.ht-review-ui-date{font-size:13px;color:#8993a3;font-weight:700}.ht-review-ui-source{width:24px;height:24px;flex:0 0 auto;color:#0b6b3a}.ht-review-ui-rating{display:flex;gap:6px;margin:12px 0 13px}.ht-review-ui-dot{width:15px;height:15px;border-radius:50%;background:#33e0a0;position:relative}.ht-review-ui-dot:after{content:"";position:absolute;inset:-3px;border:1px solid #33e0a0;border-radius:50%}.ht-review-ui-title{margin:0 0 8px;font-size:18px;line-height:1.25;color:#087239;font-weight:900}.ht-review-ui-text{margin:0;color:rgba(17,24,39,.72);font-size:15px;line-height:1.55;font-weight:600;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.ht-review-ui-link{margin-top:auto;padding-top:22px;font-size:14px;font-weight:900;color:#0f7c2f;text-decoration:none}.ht-testimonial-swiper .swiper-pagination-bullet{background:#fff;opacity:.45}.ht-testimonial-swiper .swiper-pagination-bullet-active{background:#33e0a0;opacity:1}.ht-partners-showcase{padding:18px 0 0;text-align:center}.ht-partners-head{max-width:790px;margin:0 auto 34px}.ht-pill-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border-radius:999px;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(185,255,50,.35);font-size:15px;font-weight:800}.ht-partners-head h2{margin:16px 0 18px;color:#d7ff36;font-size:clamp(34px,4.3vw,52px);line-height:1.05;letter-spacing:-.05em;font-weight:800}.ht-partners-head p{margin:0 auto;max-width:760px;color:rgba(255,255,255,.88);font-size:18px;line-height:1.65;font-weight:600}.ht-partner-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0 0 44px}.ht-partner-stats article{min-height:118px;display:grid;place-items:center;align-content:center;padding:20px 12px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1)}.ht-partner-stats strong,.ht-partner-stats b{display:inline;color:#d7ff36;font-size:42px;line-height:1;font-weight:800;letter-spacing:-.04em}.ht-partner-stats span{display:block;margin-top:10px;color:#fff;font-size:15px;font-weight:800}.ht-logo-swiper{overflow:visible;padding:0 0 6px}.ht-logo-swiper .swiper-wrapper{transition-timing-function:linear!important}.ht-logo-card{height:150px;padding:20px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.13);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-decoration:none;color:#fff;transition:transform .25s ease,border-color .25s ease,background .25s ease}.ht-logo-card:hover{transform:translateY(-4px);border-color:rgba(215,255,54,.42);background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055))}.ht-logo-card img{width:100%;max-width:112px;height:52px;object-fit:contain}.ht-logo-card span{font-size:16px;font-weight:800}@media(max-width:991px){.ht-social-proof{padding:56px 0 68px}.ht-partner-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ht-social-proof{padding:44px 0 54px}.ht-proof-wrap{width:calc(100% - 24px)}.ht-customer-section h2{font-size:34px}.ht-review-tabs{gap:6px}.ht-review-tab{font-size:12px;min-height:38px}.ht-testimonial-swiper{padding-bottom:42px}.ht-testimonial-swiper .swiper-slide{width:18.5rem}.ht-review-ui-card{min-height:318px;padding:20px}.ht-review-ui-name{font-size:18px}.ht-partners-head{margin-bottom:24px}.ht-pill-kicker{font-size:13px}.ht-partners-head h2{font-size:29px}.ht-partners-head p{font-size:15px;line-height:1.55}.ht-partner-stats{gap:10px;margin-bottom:28px}.ht-partner-stats article{min-height:98px;padding:15px 8px}.ht-partner-stats strong,.ht-partner-stats b{font-size:32px}.ht-partner-stats span{font-size:12px}.ht-logo-swiper .swiper-wrapper{display:grid!important;grid-template-columns:repeat(2,1fr);gap:12px;transform:none!important}.ht-logo-swiper .swiper-slide{width:auto!important}.ht-logo-card{height:104px;border-radius:18px;padding:12px}.ht-logo-card img{height:34px}.ht-logo-card span{font-size:13px}}.eta-weather-clean{padding:clamp(58px,7vw,92px) 0;background:radial-gradient(circle at 22% 10%,rgba(185,255,50,.13),transparent 32%),linear-gradient(135deg,#05291c 0%,#02160f 100%);color:#fff;overflow:hidden}.eta-weather-clean-grid{width:min(var(--container),calc(100% - 44px));margin:0 auto;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1fr);gap:clamp(28px,4vw,56px);align-items:stretch}.eta-weather-card{position:relative;max-width:none!important;padding:clamp(26px,3vw,42px)!important;border-radius:34px!important;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.045))!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 28px 85px rgba(0,0,0,.28)!important;overflow:hidden}.eta-weather-card::before{content:"";position:absolute;inset:-40% -30% auto auto;width:320px;height:320px;border-radius:999px;background:radial-gradient(circle,rgba(185,255,50,.16),transparent 66%);pointer-events:none}.eta-weather-card .ew-live{font-size:13px;text-transform:none;color:rgba(255,255,255,.78);margin-bottom:14px}.eta-weather-card .ew-title{margin:0!important;max-width:620px;color:#39c654!important;font-size:clamp(42px,5.1vw,72px)!important;line-height:.94!important;letter-spacing:-.075em!important;text-align:left!important;background:none!important;-webkit-text-fill-color:initial!important}.eta-weather-main{margin-top:26px!important;align-items:center!important;gap:16px!important}.eta-weather-card .ew-temp{font-size:clamp(58px,7vw,86px)!important;color:var(--lime)!important;line-height:.86!important}.eta-weather-card .ew-desc{font-size:17px!important;color:#fff!important;font-weight:800!important}.eta-weather-card .ew-updated{display:block!important;color:rgba(255,255,255,.72)!important;font-size:13px!important}.eta-weather-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin-top:24px!important}.eta-weather-stats .ew-stat{padding:16px!important;border-radius:20px!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.15)!important}.eta-weather-stats .ew-stat-label{font-size:13px!important;color:rgba(255,255,255,.68)!important}.eta-weather-stats .ew-stat-value{font-size:20px!important;color:#fff!important}.eta-weather-tip{margin-top:22px!important;padding:20px 22px!important;border-radius:22px!important;background:rgba(185,255,50,.12)!important;border:1px solid rgba(185,255,50,.22)!important}.eta-weather-tip .ew-tip-text{margin:0!important;color:rgba(255,255,255,.94)!important;font-size:17px!important;line-height:1.5!important;font-weight:800!important}.eta-forecast-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.eta-forecast-card{padding:14px 12px;border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.12)}.eta-forecast-card span{display:block;color:rgba(255,255,255,.62);font-size:12px;font-weight:800}.eta-forecast-card strong{display:block;margin-top:5px;color:var(--lime);font-size:24px;line-height:1;font-weight:800}.eta-forecast-card small{display:block;margin-top:5px;color:#fff;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eta-weather-featured{position:relative;min-height:460px;border-radius:34px;overflow:hidden;color:#fff;text-decoration:none;box-shadow:0 28px 85px rgba(0,0,0,.28);background:#083322}.eta-weather-featured img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.eta-weather-featured:hover img{transform:scale(1.045)}.eta-weather-featured-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,25,17,.86),rgba(3,25,17,.42)),linear-gradient(0deg,rgba(3,25,17,.72),transparent 58%)}.eta-weather-featured-content{position:absolute;left:clamp(24px,4vw,44px);right:clamp(24px,4vw,44px);bottom:clamp(24px,4vw,42px)}.eta-weather-featured-content h3{margin:10px 0 10px;color:#fff;font-size:clamp(38px,4.6vw,64px);line-height:.96;letter-spacing:-.065em;font-weight:800}.eta-weather-featured-content p{max-width:640px;margin:0;color:rgba(255,255,255,.9);font-size:18px;line-height:1.45;font-weight:800}.eta-weather-price{display:flex;align-items:center;gap:13px;margin:24px 0}.eta-weather-price del{color:rgba(255,255,255,.55);font-size:20px;font-weight:800}.eta-weather-price strong{color:var(--lime);font-size:48px;line-height:1;font-weight:800}.eta-weather-featured-content b{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 32px;border-radius:999px;background:linear-gradient(135deg,var(--lime),#6eec50);color:#06291c;font-size:18px;font-weight:900;box-shadow:0 18px 36px rgba(185,255,50,.22)}@media(max-width:900px){.eta-weather-clean{padding:46px 0}.eta-weather-clean-grid{width:calc(100% - 28px);grid-template-columns:1fr;gap:18px}.eta-weather-card{padding:22px!important;border-radius:28px!important}.eta-weather-card .ew-title{font-size:38px!important;text-align:left!important}.eta-weather-main{margin-top:18px!important}.eta-weather-card .ew-temp{font-size:58px!important}.eta-weather-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.eta-weather-stats .ew-stat{padding:12px 10px!important;border-radius:16px!important}.eta-weather-stats .ew-stat-label{font-size:11px!important}.eta-weather-stats .ew-stat-value{font-size:15px!important}.eta-weather-tip{padding:15px!important;border-radius:18px!important}.eta-weather-tip .ew-tip-text{font-size:14px!important}.eta-forecast-row{gap:8px}.eta-forecast-card{padding:11px 9px;border-radius:15px}.eta-forecast-card strong{font-size:20px}.eta-weather-featured{min-height:360px;border-radius:28px}.eta-weather-featured-content h3{font-size:36px}.eta-weather-featured-content p{font-size:15px}.eta-weather-price strong{font-size:38px}.eta-weather-featured-content b{width:100%;min-height:54px}}@media(max-width:520px){.eta-weather-card .ew-title{font-size:32px!important}.eta-weather-main{display:flex!important}.eta-weather-card .ew-temp{font-size:50px!important}.eta-weather-stats{grid-template-columns:1fr 1fr 1fr!important}.eta-forecast-row{grid-template-columns:1fr 1fr 1fr}.eta-forecast-card span{font-size:10px}.eta-forecast-card strong{font-size:18px}.eta-forecast-card small{font-size:10px}.eta-weather-featured{min-height:330px}.eta-weather-featured-content{left:20px;right:20px;bottom:20px}.eta-weather-featured-content h3{font-size:31px}.eta-weather-price{margin:18px 0}}:root{--container:1160px}body{background:#f4ecd5!important}.eta-section,.section{padding:42px 0!important;width:min(var(--container),calc(100% - 36px))!important}.eta-section-head,.section-head{margin-bottom:20px!important;gap:18px!important}.eta-section-head h2,.section-head h2,.eta-section h2,.section h2{font-size:clamp(30px,3.8vw,50px)!important;line-height:1.02!important;letter-spacing:-.055em!important}.eta-section-head p,.section-head p,.eta-section p,.section p{font-size:14px!important;line-height:1.5!important;max-width:560px!important}.eta-kicker{margin-bottom:8px!important;font-size:10px!important;letter-spacing:.15em!important}.topbar{display:none!important}.navbar{min-height:58px!important;padding-inline:clamp(14px,4vw,56px)!important}.navlinks>a,.nav-item>a{min-height:58px!important}.logo-mark{width:34px!important;height:34px!important}.logo-text{font-size:18px!important}.nav-cta{padding:10px 18px!important}.eta-hero{min-height:auto!important;padding:48px 0 58px!important}.eta-hero-inner{width:min(1160px,calc(100% - 36px))!important;grid-template-columns:minmax(0,1fr) minmax(330px,410px)!important;gap:38px!important}.eta-hero h1{font-size:clamp(48px,5.6vw,76px)!important;line-height:.96!important;margin:12px 0!important;max-width:650px!important}.eta-hero p{font-size:clamp(16px,1.5vw,20px)!important;line-height:1.42!important;max-width:560px!important}.eta-hero-actions{margin-top:20px!important}.eta-btn{min-height:46px!important;padding:0 20px!important;font-size:14px!important}.eta-hero-features{margin-top:20px!important;gap:8px!important;max-width:610px!important}.eta-hero-features article{min-height:58px!important;padding:10px 12px!important;border-radius:16px!important;gap:10px!important}.eta-hero-features article>span{width:32px!important;height:32px!important;font-size:11px!important}.eta-hero-features strong{font-size:14px!important}.eta-hero-features small{font-size:12px!important}.eta-hero-card{border-radius:26px!important}.eta-hero-card-img{aspect-ratio:1.48/1!important}.eta-hero-card-body{padding:18px!important}.eta-hero-card-body h2{font-size:28px!important;margin:8px 0!important}.eta-hero-card-body p{font-size:13px!important;line-height:1.42!important}.eta-hero-card-meta{margin:12px 0!important}.eta-hero-card-meta strong,.eta-hero-card-meta span{padding:7px 9px!important;font-size:11px!important}.eta-hero-card-body a{font-size:14px!important}.eta-hero::after{height:96px!important;bottom:-52px!important}.eta-stats-strip{margin:-34px auto 0!important;width:min(980px,calc(100% - 28px))!important;border-radius:20px!important}.eta-stats-strip div{min-height:74px!important;padding:14px 10px!important}.eta-stats-strip strong{font-size:30px!important}.eta-stats-strip span{font-size:11px!important;margin-top:4px!important}.eta-weather-clean{padding:34px 0!important;background:radial-gradient(circle at 22% 8%,rgba(185,255,50,.10),transparent 28%),linear-gradient(135deg,#05291c 0%,#02160f 100%)!important}.eta-weather-clean-grid{width:min(1160px,calc(100% - 36px))!important;grid-template-columns:.88fr 1.05fr!important;gap:28px!important;align-items:center!important}.eta-weather-card{padding:24px!important;border-radius:26px!important;box-shadow:0 18px 56px rgba(0,0,0,.22)!important}.eta-weather-card::before{width:200px!important;height:200px!important;opacity:.65!important}.eta-weather-card .ew-live{font-size:11px!important;margin-bottom:9px!important}.eta-weather-card .ew-title{font-size:clamp(32px,3.8vw,48px)!important;line-height:1!important;letter-spacing:-.055em!important;max-width:460px!important}.eta-weather-main{margin-top:18px!important;gap:12px!important}.eta-weather-card .ew-temp{font-size:clamp(52px,5vw,70px)!important}.eta-weather-card .ew-desc{font-size:15px!important}.eta-weather-card .ew-updated{font-size:11px!important}.eta-weather-stats{gap:9px!important;margin-top:16px!important}.eta-weather-stats .ew-stat{padding:12px!important;border-radius:16px!important}.eta-weather-stats .ew-stat-label{font-size:11px!important}.eta-weather-stats .ew-stat-value{font-size:16px!important;margin-top:4px!important}.eta-weather-tip{margin-top:14px!important;padding:14px 16px!important;border-radius:16px!important}.eta-weather-tip .ew-tip-text{font-size:14px!important;line-height:1.42!important}.eta-forecast-row{margin-top:12px!important;gap:8px!important}.eta-forecast-card{padding:10px 9px!important;border-radius:14px!important}.eta-forecast-card span{font-size:10px!important}.eta-forecast-card strong{font-size:18px!important}.eta-forecast-card small{font-size:10px!important}.eta-weather-featured{min-height:300px!important;border-radius:26px!important;box-shadow:0 18px 56px rgba(0,0,0,.22)!important}.eta-weather-featured-content{left:28px!important;right:28px!important;bottom:26px!important}.eta-weather-featured-content h3{font-size:clamp(34px,4vw,50px)!important;line-height:1!important;margin:6px 0!important}.eta-weather-featured-content p{font-size:15px!important;line-height:1.38!important;max-width:560px!important}.eta-weather-price{margin:14px 0!important}.eta-weather-price del{font-size:15px!important}.eta-weather-price strong{font-size:38px!important}.eta-weather-featured-content b{min-height:46px!important;padding:0 24px!important;font-size:15px!important;box-shadow:none!important}.eta-category-section{padding-top:44px!important}.eta-category-grid{gap:14px!important}.eta-category-card{min-height:190px!important;border-radius:22px!important;padding:18px!important}.eta-category-card h3{font-size:22px!important}.eta-category-card p{font-size:12px!important;line-height:1.35!important}.eta-plan-section{padding-top:14px!important;padding-bottom:38px!important}.eta-plan-layout{padding:24px!important;border-radius:26px!important;gap:22px!important}.eta-plan-copy h2{font-size:clamp(30px,3.8vw,44px)!important}.eta-plan-points{margin-top:14px!important}.eta-plan-points span{font-size:11px!important;padding:7px 9px!important}.eta-plan-card-list{gap:10px!important}.eta-plan-mini-card{grid-template-columns:106px 1fr!important;padding:9px!important;border-radius:14px!important}.eta-plan-mini-card img{height:78px!important;border-radius:12px!important}.eta-plan-mini-card h3{font-size:15px!important;margin:2px 0!important}.eta-plan-mini-card p{font-size:11.5px!important;line-height:1.3!important;-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.eta-plan-mini-card strong{font-size:11px!important}.h-scroll{gap:14px!important;padding-bottom:8px!important}.eta-tour-slider .tour-card,.tour-slider .tour-card{flex-basis:min(300px,80vw)!important}.tour-card{border-radius:22px!important}.tour-image{aspect-ratio:1.36/1!important;border-radius:20px 20px 0 0!important}.tour-badge{top:10px!important;right:10px!important;padding:7px 10px!important;font-size:10px!important}.tour-duration-badge{left:10px!important;bottom:10px!important;padding:6px 9px!important;font-size:10px!important}.tour-body{gap:8px!important;padding:13px!important}.tour-body h3{font-size:18px!important;line-height:1.12!important}.tour-mini{gap:5px!important}.tour-mini span{min-height:21px!important;padding:0 7px!important;font-size:9.5px!important}.tour-proof-row{font-size:11px!important}.tour-card-desc{font-size:12px!important;min-height:0!important;-webkit-line-clamp:2!important}.tour-price-grid{gap:7px!important;margin-top:2px!important}.tour-price-grid span{padding:8px!important;border-radius:12px!important}.tour-price-grid small{font-size:9.5px!important}.tour-price-grid b{font-size:19px!important}.tour-price-grid del{font-size:10px!important}.tour-note{display:none!important}.explore-btn{min-height:39px!important;font-size:13px!important;margin-top:2px!important}.ht-social-proof{padding:38px 0 46px!important}.ht-proof-wrap{width:min(1160px,calc(100% - 36px))!important}.ht-customer-section{padding:0 0 28px!important}.ht-customer-section h2{font-size:clamp(30px,4vw,48px)!important;margin-bottom:14px!important}.ht-review-tabs{max-width:540px!important;margin-bottom:16px!important}.ht-review-tab{min-height:36px!important;font-size:12px!important}.ht-testimonial-swiper{padding:6px 0 32px!important}.ht-testimonial-swiper .swiper-slide{height:auto!important}.ht-review-ui-card{min-height:245px!important;padding:18px!important;border-radius:18px!important}.ht-review-ui-avatar{width:40px!important;height:40px!important}.ht-review-ui-name{font-size:16px!important}.ht-review-ui-date{font-size:11px!important}.ht-rating-dots{margin:6px 0 8px!important}.ht-rating-dot{width:12px!important;height:12px!important}.ht-review-ui-title{font-size:15px!important;margin-bottom:5px!important}.ht-review-ui-text{font-size:13px!important;line-height:1.42!important;-webkit-line-clamp:4!important}.ht-review-ui-link{padding-top:12px!important;font-size:12px!important}.ht-partners-showcase{padding-top:0!important}.ht-partners-head{margin-bottom:22px!important}.ht-pill-kicker{min-height:30px!important;padding:0 14px!important;font-size:12px!important}.ht-partners-head h2{font-size:clamp(28px,3.5vw,42px)!important;margin:10px 0!important}.ht-partners-head p{font-size:14px!important;line-height:1.45!important}.ht-partner-stats{gap:12px!important;margin-bottom:22px!important}.ht-partner-stats article{min-height:82px!important;padding:12px 8px!important;border-radius:16px!important}.ht-partner-stats strong,.ht-partner-stats b{font-size:30px!important}.ht-partner-stats span{font-size:11px!important;margin-top:5px!important}.ht-logo-card{height:108px!important;border-radius:18px!important;padding:12px!important}.ht-logo-card img{height:36px!important;max-width:96px!important}.ht-logo-card span{font-size:12px!important}.eta-why-section{gap:18px!important}.eta-why-grid{gap:10px!important}.eta-why-grid article{padding:16px!important;border-radius:18px!important}.eta-why-grid span{width:30px!important;height:30px!important}.eta-why-grid strong{font-size:15px!important;margin:9px 0 4px!important}.eta-why-grid p{font-size:12px!important;line-height:1.35!important}.eta-story-section{min-height:190px!important;margin:8px auto 38px!important;padding:26px!important;border-radius:24px!important}.eta-story-copy h2{font-size:clamp(28px,4vw,44px)!important}.eta-story-copy p{font-size:13px!important}.eta-round-arrow{width:46px!important;height:46px!important}.eta-faq-grid details{padding:15px 16px!important;border-radius:16px!important}.eta-blog-grid{gap:14px!important}.eta-blog-card{border-radius:18px!important}.eta-blog-art{height:120px!important}.footer-inner{padding:34px 0!important}.footer-bottom{padding:14px 0!important}@media(max-width:1040px){.eta-hero-inner,.eta-weather-clean-grid,.eta-plan-layout,.eta-why-section{grid-template-columns:1fr!important}.eta-hero-card{max-width:560px!important}.eta-weather-featured{min-height:260px!important}.eta-plan-card-list{display:grid!important;grid-template-columns:1fr!important}.ht-partner-stats{grid-template-columns:repeat(4,1fr)!important}.ht-logo-swiper .swiper-wrapper{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;transform:none!important}.ht-logo-swiper .swiper-slide{width:auto!important}}@media(max-width:720px){.eta-section,.section{width:calc(100% - 24px)!important;padding:34px 0!important}.eta-section-head{display:block!important;margin-bottom:16px!important}.eta-section-head h2,.section-head h2,.eta-section h2,.section h2{font-size:30px!important}.navbar{min-height:54px!important}.brand{gap:8px!important}.logo-text{font-size:16px!important}.mobile-toggle{width:36px!important;height:36px!important}.eta-hero{padding:34px 0 38px!important}.eta-hero-inner{width:calc(100% - 24px)!important;gap:18px!important}.eta-hero h1{font-size:40px!important}.eta-hero p{font-size:15px!important}.eta-hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.eta-btn{min-height:42px!important;font-size:12.5px!important;padding:0 12px!important}.eta-hero-features{grid-template-columns:1fr 1fr!important;margin-top:14px!important}.eta-hero-features article{min-height:54px!important;padding:9px!important}.eta-hero-features article>span{display:none!important}.eta-hero-features strong{font-size:12px!important}.eta-hero-features small{font-size:10.5px!important}.eta-hero-card-img{aspect-ratio:1.55/1!important}.eta-hero-card-body{padding:14px!important}.eta-hero-card-body h2{font-size:22px!important}.eta-hero-card-body p{display:none!important}.eta-hero-card-meta{gap:6px!important;margin:8px 0!important}.eta-hero-card-meta strong,.eta-hero-card-meta span{font-size:10px!important;padding:6px 8px!important}.eta-stats-strip{grid-template-columns:repeat(4,1fr)!important;margin:12px auto 0!important;border-radius:16px!important;width:calc(100% - 24px)!important}.eta-stats-strip div{min-height:58px!important;padding:10px 4px!important}.eta-stats-strip strong{font-size:22px!important}.eta-stats-strip span{font-size:9px!important;line-height:1.15!important}.eta-weather-clean{padding:28px 0!important}.eta-weather-clean-grid{width:calc(100% - 24px)!important;gap:14px!important}.eta-weather-card{padding:18px!important;border-radius:22px!important}.eta-weather-card .ew-live{font-size:10px!important;margin-bottom:8px!important}.eta-weather-card .ew-title{font-size:30px!important}.eta-weather-main{margin-top:12px!important}.eta-weather-card .ew-temp{font-size:50px!important}.eta-weather-card .ew-desc{font-size:13px!important}.eta-weather-stats{margin-top:12px!important;gap:6px!important}.eta-weather-stats .ew-stat{padding:9px 7px!important;border-radius:12px!important}.eta-weather-stats .ew-stat-label{font-size:9px!important}.eta-weather-stats .ew-stat-value{font-size:12px!important}.eta-weather-tip{padding:11px 12px!important}.eta-weather-tip .ew-tip-text{font-size:12px!important}.eta-forecast-row{gap:6px!important}.eta-forecast-card{padding:8px 5px!important;border-radius:11px!important}.eta-forecast-card strong{font-size:15px!important}.eta-weather-featured{min-height:205px!important;border-radius:22px!important}.eta-weather-featured-content{left:16px!important;right:16px!important;bottom:16px!important}.eta-weather-featured-content h3{font-size:26px!important}.eta-weather-featured-content p{font-size:12px!important;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.eta-weather-price{margin:8px 0!important}.eta-weather-price strong{font-size:28px!important}.eta-weather-featured-content b{min-height:40px!important;width:auto!important;padding:0 18px!important;font-size:13px!important}.eta-category-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:10px!important;padding-bottom:4px!important}.eta-category-card{flex:0 0 74vw!important;min-height:170px!important;scroll-snap-align:start!important}.eta-plan-layout{padding:18px!important;border-radius:22px!important}.eta-plan-copy h2{font-size:28px!important}.eta-plan-points{display:none!important}.eta-plan-mini-card{grid-template-columns:88px 1fr!important}.eta-plan-mini-card img{height:66px!important}.eta-plan-mini-card p{display:none!important}.eta-tour-slider .tour-card,.tour-slider .tour-card,.tour-list .tour-card,.hct-grid .tour-card{flex-basis:78vw!important}.tour-image{aspect-ratio:1.4/1!important}.tour-body h3{font-size:17px!important}.tour-mini span:nth-child(n+3){display:none!important}.tour-card-desc{display:none!important}.tour-price-grid{grid-template-columns:1fr 1fr!important}.explore-btn{min-height:38px!important}.ht-social-proof{padding:30px 0 36px!important}.ht-proof-wrap{width:calc(100% - 24px)!important}.ht-customer-section{padding-bottom:20px!important}.ht-customer-section h2{font-size:30px!important}.ht-review-tabs{margin-bottom:10px!important}.ht-testimonial-swiper{padding-bottom:24px!important}.ht-testimonial-swiper .swiper-slide{width:72vw!important}.ht-review-ui-card{min-height:220px!important;padding:15px!important}.ht-review-ui-text{font-size:12px!important;-webkit-line-clamp:3!important}.ht-partner-stats{grid-template-columns:repeat(2,1fr)!important}.ht-partner-stats article{min-height:70px!important}.ht-logo-swiper .swiper-wrapper{grid-template-columns:repeat(2,1fr)!important}.ht-logo-card{height:86px!important}.ht-logo-card img{height:28px!important}.eta-why-grid{grid-template-columns:1fr!important}.eta-story-section{min-height:160px!important;padding:20px!important}.eta-story-copy p{display:none!important}.eta-faq-grid details:nth-child(n+3),.eta-blog-card:nth-child(n+3){display:none!important}.footer-inner{padding:28px 0!important}}@media(max-width:390px){.eta-hero h1{font-size:36px!important}.eta-hero-actions{grid-template-columns:1fr!important}.eta-stats-strip strong{font-size:20px!important}.tour-price-grid{grid-template-columns:1fr!important}.eta-weather-featured{min-height:190px!important}.eta-weather-featured-content h3{font-size:23px!important}}:root{--oc-forest:#042417;--oc-forest-2:#063522;--oc-forest-3:#0b4a2f;--oc-leaf:#23bf56;--oc-lime:#c9ff2f;--oc-cream:#f5efd9;--oc-card:#fffdf3;--oc-muted:#617165;--oc-shadow:0 18px 54px rgba(2,24,15,.14);--oc-deep-shadow:0 24px 80px rgba(1,18,11,.30)}html,body{max-width:100%;overflow-x:hidden!important;background:var(--oc-cream)!important}body{font-size:15px!important;line-height:1.48!important}.site-header{width:100%!important}.topbar{min-height:24px!important;padding:3px 18px!important;font-size:11px!important}.navbar{min-height:60px!important;padding-inline:clamp(16px,4vw,54px)!important}.navlinks>a,.nav-item>a{min-height:60px!important}.logo-mark{width:34px!important;height:34px!important;border-radius:11px!important}.logo-text{font-size:18px!important}.nav-cta{min-height:38px!important;padding:0 16px!important}.eta-section,.section{width:min(1120px,calc(100% - 40px))!important;padding:42px 0!important}.eta-section-head{margin-bottom:18px!important;align-items:flex-end!important}.eta-section-head h2,.eta-section h2,.section h2{font-size:clamp(28px,3.4vw,46px)!important;line-height:1.02!important;letter-spacing:-.055em!important;margin-top:6px!important}.eta-section-head p,.eta-section p,.section p{max-width:520px!important;font-size:13.5px!important;line-height:1.45!important}.eta-kicker{font-size:11px!important;letter-spacing:.15em!important;color:#13a757!important}.eta-view-link{font-size:12.5px!important;white-space:nowrap!important}.eta-hero{min-height:0!important;padding:42px 0 54px!important;background:#052719!important}.eta-hero::before{background:linear-gradient(90deg,rgba(3,27,18,.96) 0%,rgba(3,27,18,.80) 48%,rgba(3,27,18,.48) 100%),linear-gradient(180deg,rgba(3,27,18,.08),rgba(3,27,18,.70)),var(--hero-img) center/cover no-repeat!important}.eta-hero::after{height:70px!important;bottom:-40px!important;opacity:.96!important}.eta-hero-inner{width:min(1120px,calc(100% - 40px))!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:34px!important}.eta-hero h1{font-size:clamp(44px,5.2vw,70px)!important;line-height:.96!important;max-width:600px!important;margin:10px 0!important}.eta-hero p{font-size:clamp(15px,1.35vw,18px)!important;line-height:1.42!important;max-width:530px!important}.eta-hero-actions{margin-top:18px!important;gap:10px!important}.eta-btn{min-height:42px!important;padding:0 18px!important;font-size:13px!important}.eta-hero-features{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:18px!important;max-width:640px!important}.eta-hero-features article:nth-child(n+4){display:none!important}.eta-hero-features article{min-height:56px!important;padding:10px 11px!important;border-radius:15px!important;background:rgba(255,255,255,.115)!important}.eta-hero-features article>span{width:30px!important;height:30px!important;font-size:10px!important}.eta-hero-features strong{font-size:13px!important}.eta-hero-features small{font-size:10.5px!important;line-height:1.2!important}.eta-hero-card{border-radius:23px!important;box-shadow:0 22px 70px rgba(0,0,0,.24)!important}.eta-hero-card-img{aspect-ratio:1.55/1!important}.eta-hero-card-img span{top:12px!important;left:12px!important;padding:7px 10px!important;font-size:10px!important}.eta-hero-card-body{padding:15px!important}.eta-hero-card-body small{font-size:9.5px!important}.eta-hero-card-body h2{font-size:23px!important;margin:6px 0!important;line-height:1.06!important}.eta-hero-card-body p{font-size:12px!important;line-height:1.38!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.eta-hero-card-meta{gap:5px!important;margin:9px 0!important}.eta-hero-card-meta strong,.eta-hero-card-meta span{font-size:10px!important;padding:6px 7px!important}.eta-hero-card-body a{font-size:12.5px!important}.eta-stats-strip{width:min(850px,calc(100% - 34px))!important;margin:-28px auto 0!important;border-radius:16px!important;box-shadow:0 14px 38px rgba(0,0,0,.13)!important}.eta-stats-strip div{min-height:58px!important;padding:9px 10px!important}.eta-stats-strip strong{font-size:25px!important}.eta-stats-strip span{font-size:10px!important;margin-top:2px!important}.eta-weather-clean{padding:32px 0!important;background:radial-gradient(circle at 24% 18%,rgba(201,255,47,.12),transparent 28%),linear-gradient(135deg,#05281a,#02150e)!important}.eta-weather-clean-grid{width:min(1120px,calc(100% - 40px))!important;grid-template-columns:.86fr 1fr!important;gap:24px!important;align-items:stretch!important}.eta-weather-card{padding:22px!important;border-radius:22px!important;min-height:300px!important;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045))!important;box-shadow:0 18px 56px rgba(0,0,0,.24)!important}.eta-weather-card::before{display:none!important}.eta-weather-card .ew-live{font-size:10px!important;margin-bottom:8px!important}.eta-weather-card .ew-title{font-size:clamp(29px,3.2vw,42px)!important;line-height:1.01!important;max-width:430px!important;color:#2fc857!important}.eta-weather-main{margin-top:14px!important;gap:12px!important;align-items:center!important}.eta-weather-card .ew-temp{font-size:clamp(46px,4.8vw,64px)!important;color:var(--oc-lime)!important}.eta-weather-card .ew-desc{font-size:14px!important;color:#fff!important}.eta-weather-card .ew-updated{font-size:10px!important;color:rgba(255,255,255,.62)!important}.eta-weather-stats{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-top:13px!important}.eta-weather-stats .ew-stat{padding:10px!important;border-radius:14px!important;background:rgba(255,255,255,.10)!important}.eta-weather-stats .ew-stat-label{font-size:10px!important;color:rgba(255,255,255,.62)!important}.eta-weather-stats .ew-stat-value{font-size:14px!important;margin-top:3px!important}.eta-weather-tip{margin-top:13px!important;padding:12px 14px!important;border-radius:14px!important;background:rgba(201,255,47,.13)!important}.eta-weather-tip .ew-tip-text{font-size:13px!important;line-height:1.38!important;color:rgba(255,255,255,.92)!important}.eta-forecast-row{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:7px!important;margin-top:10px!important}.eta-forecast-card{padding:9px 8px!important;border-radius:12px!important;background:rgba(255,255,255,.08)!important}.eta-forecast-card span{font-size:9.5px!important;color:rgba(255,255,255,.64)!important}.eta-forecast-card strong{font-size:16px!important;color:#fff!important}.eta-forecast-card small{font-size:9px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.eta-weather-featured{min-height:300px!important;border-radius:22px!important;box-shadow:0 18px 58px rgba(0,0,0,.26)!important}.eta-weather-featured-content{left:24px!important;right:24px!important;bottom:22px!important}.eta-weather-featured-content h3{font-size:clamp(30px,3.5vw,46px)!important;margin:5px 0!important;line-height:.98!important}.eta-weather-featured-content p{font-size:14px!important;line-height:1.36!important;max-width:560px!important}.eta-weather-price{margin:10px 0!important}.eta-weather-price del{font-size:13px!important}.eta-weather-price strong{font-size:34px!important}.eta-weather-featured-content b{min-height:40px!important;padding:0 20px!important;font-size:13px!important;box-shadow:none!important}.eta-category-section{padding-top:38px!important}.eta-category-grid{gap:12px!important}.eta-category-card{min-height:165px!important;border-radius:19px!important;padding:16px!important}.eta-category-card h3{font-size:20px!important;margin:5px 0!important}.eta-category-card p{font-size:11.5px!important;line-height:1.32!important;margin-bottom:5px!important}.eta-category-card b{font-size:11.5px!important}.eta-plan-section{padding-top:2px!important;padding-bottom:34px!important}.eta-plan-layout{padding:22px!important;border-radius:24px!important;grid-template-columns:.78fr 1fr!important;gap:20px!important;background:linear-gradient(135deg,#052719,#0b3a26)!important}.eta-plan-copy h2{font-size:clamp(28px,3.5vw,40px)!important}.eta-plan-copy p{font-size:12.5px!important;line-height:1.4!important}.eta-plan-points{margin-top:12px!important;gap:6px!important}.eta-plan-points span{font-size:10px!important;padding:6px 8px!important}.eta-plan-card-list{gap:8px!important}.eta-plan-mini-card{grid-template-columns:92px 1fr!important;padding:8px!important;border-radius:13px!important}.eta-plan-mini-card img{height:62px!important;border-radius:10px!important}.eta-plan-mini-card small{font-size:8.5px!important}.eta-plan-mini-card h3{font-size:13.5px!important;margin:1px 0!important}.eta-plan-mini-card p{display:none!important}.eta-plan-mini-card strong{font-size:10px!important}.eta-tours-section{padding-top:38px!important}.h-scroll{gap:14px!important;padding:3px 1px 10px!important;scroll-padding-inline:0!important}.eta-tour-slider .tour-card,.tour-slider .tour-card{flex:0 0 268px!important}.tour-card{border-radius:20px!important;border-width:1.5px!important;box-shadow:0 14px 40px rgba(4,43,27,.16)!important}.tour-image{aspect-ratio:1.32/1!important;border-radius:18px 18px 0 0!important}.tour-badge{top:9px!important;right:9px!important;padding:6px 9px!important;font-size:9.5px!important}.tour-duration-badge{left:9px!important;bottom:9px!important;padding:6px 9px!important;font-size:9.5px!important}.tour-body{padding:12px!important;gap:7px!important}.tour-body h3{font-size:17px!important;line-height:1.12!important}.tour-mini span{min-height:20px!important;padding:0 7px!important;font-size:9px!important}.tour-mini span:nth-child(n+4){display:none!important}.tour-proof-row{font-size:10.5px!important;gap:4px!important}.tour-card-desc{display:none!important}.tour-price-grid{gap:7px!important;margin-top:3px!important}.tour-price-grid span{padding:8px!important;border-radius:12px!important}.tour-price-grid small{font-size:9px!important}.tour-price-grid b{font-size:18px!important;gap:5px!important}.tour-price-grid del{font-size:10px!important}.tour-note{display:none!important}.explore-btn{min-height:37px!important;font-size:12.5px!important;margin-top:1px!important}.slider-controls button{width:28px!important;height:28px!important}.ht-social-proof{padding:32px 0 36px!important;background:#043b19!important}.ht-proof-wrap{width:min(1120px,calc(100% - 40px))!important}.ht-customer-section{padding:0 0 22px!important}.ht-customer-section h2{font-size:clamp(28px,3.5vw,42px)!important;margin:0 0 10px!important;color:#38c958!important}.ht-review-tabs{max-width:500px!important;margin-bottom:12px!important;gap:8px!important}.ht-review-tab{min-height:32px!important;font-size:11px!important;padding:0 10px!important}.ht-testimonial-swiper{padding:4px 0 24px!important;overflow:hidden!important}.ht-testimonial-swiper .swiper-slide{height:auto!important}.ht-review-ui-card{min-height:205px!important;padding:15px!important;border-radius:16px!important;box-shadow:0 14px 34px rgba(0,0,0,.12)!important}.ht-review-ui-avatar{width:36px!important;height:36px!important}.ht-review-ui-name{font-size:14px!important}.ht-review-ui-date{font-size:10px!important}.ht-review-ui-rating{margin:5px 0 7px!important}.ht-review-ui-dot{width:10px!important;height:10px!important}.ht-review-ui-title{font-size:13.5px!important;line-height:1.18!important;margin-bottom:4px!important}.ht-review-ui-text{font-size:12px!important;line-height:1.38!important;-webkit-line-clamp:3!important}.ht-review-ui-link{font-size:11px!important;padding-top:10px!important}.ht-partners-showcase{padding-top:0!important}.ht-pill-kicker{min-height:28px!important;padding:0 12px!important;font-size:11px!important}.ht-partners-head{margin-bottom:16px!important}.ht-partners-head h2{font-size:clamp(24px,3.2vw,36px)!important;line-height:1.06!important;margin:8px auto!important;max-width:680px!important;color:var(--oc-lime)!important}.ht-partners-head p{font-size:12.5px!important;max-width:620px!important;line-height:1.4!important}.ht-partner-stats{grid-template-columns:repeat(4,1fr)!important;gap:10px!important;margin-bottom:16px!important}.ht-partner-stats article{min-height:68px!important;padding:10px 8px!important;border-radius:14px!important}.ht-partner-stats strong,.ht-partner-stats b{font-size:24px!important}.ht-partner-stats span{font-size:9.5px!important;margin-top:3px!important}.ht-logo-swiper .swiper-wrapper{display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:10px!important;transform:none!important}.ht-logo-swiper .swiper-slide{width:auto!important}.ht-logo-card{height:78px!important;border-radius:14px!important;padding:9px!important}.ht-logo-card img{height:24px!important;max-width:74px!important}.ht-logo-card span{font-size:10px!important}.eta-why-section{grid-template-columns:.75fr 1fr!important;gap:16px!important;padding-top:34px!important;padding-bottom:34px!important}.eta-why-copy h2{font-size:clamp(26px,3.4vw,40px)!important}.eta-why-copy p{font-size:12.5px!important}.eta-why-grid{grid-template-columns:repeat(3,1fr)!important;gap:9px!important}.eta-why-grid article{padding:13px!important;border-radius:15px!important}.eta-why-grid span{width:26px!important;height:26px!important;font-size:12px!important}.eta-why-grid strong{font-size:13.5px!important;margin:7px 0 3px!important}.eta-why-grid p{font-size:11px!important;line-height:1.28!important}.eta-story-section{width:min(1120px,calc(100% - 40px))!important;min-height:160px!important;margin:0 auto 34px!important;padding:24px!important;border-radius:22px!important}.eta-story-copy h2{font-size:clamp(26px,3.7vw,40px)!important;max-width:700px!important}.eta-story-copy p{font-size:12.5px!important;max-width:560px!important}.eta-round-arrow{width:42px!important;height:42px!important;font-size:18px!important}.eta-faq-section{padding-top:34px!important;padding-bottom:34px!important}.eta-faq-grid{gap:10px!important}.eta-faq-grid details{padding:13px 14px!important;border-radius:14px!important}.eta-faq-grid summary{font-size:12.5px!important}.eta-faq-grid p{font-size:12px!important}.eta-blog-section{padding-top:26px!important;padding-bottom:42px!important}.eta-blog-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important}.eta-blog-card{border-radius:16px!important}.eta-blog-art{height:84px!important}.eta-blog-card div:last-child{padding:12px!important}.eta-blog-card h3{font-size:14px!important;line-height:1.25!important}.footer-inner{padding:30px 0!important}.footer-bottom{padding:12px 0!important}.whatsapp-float{right:18px!important;bottom:18px!important;min-height:42px!important;padding:0 15px!important;font-size:12px!important}@media(max-width:1040px){.eta-hero-inner,.eta-weather-clean-grid,.eta-plan-layout,.eta-why-section{grid-template-columns:1fr!important}.eta-hero-card{max-width:520px!important}.eta-weather-featured{min-height:255px!important}.ht-logo-swiper .swiper-wrapper{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:720px){.topbar{display:none!important}.navbar{min-height:50px!important;padding:0 12px!important}.logo-mark{width:28px!important;height:28px!important;border-radius:9px!important;font-size:10px!important}.logo-text{font-size:14px!important}.menu-toggle,.mobile-toggle{width:32px!important;height:32px!important}.eta-section,.section{width:calc(100% - 22px)!important;padding:28px 0!important}.eta-section-head{margin-bottom:12px!important}.eta-section-head h2,.eta-section h2,.section h2{font-size:27px!important;line-height:1.02!important}.eta-section-head p,.eta-section p,.section p{font-size:12px!important;line-height:1.38!important}.eta-view-link{font-size:11px!important}.eta-hero{padding:24px 0 30px!important}.eta-hero::after{display:none!important}.eta-hero-inner{width:calc(100% - 22px)!important;gap:14px!important}.eta-hero h1{font-size:34px!important;line-height:1!important;margin:7px 0!important;max-width:330px!important}.eta-hero p{font-size:12.8px!important;line-height:1.38!important;max-width:330px!important}.eta-hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:13px!important}.eta-btn{min-height:38px!important;font-size:11.5px!important;padding:0 10px!important}.eta-hero-features{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin-top:12px!important}.eta-hero-features article{display:block!important;min-height:44px!important;padding:8px!important;border-radius:13px!important}.eta-hero-features article>span{display:none!important}.eta-hero-features strong{font-size:10.5px!important}.eta-hero-features small{display:none!important}.eta-hero-card{border-radius:18px!important}.eta-hero-card-img{aspect-ratio:1.7/1!important}.eta-hero-card-img span{font-size:8.5px!important;padding:6px 8px!important}.eta-hero-card-body{padding:11px!important}.eta-hero-card-body small{font-size:8px!important}.eta-hero-card-body h2{font-size:18px!important;margin:4px 0!important}.eta-hero-card-body p{display:none!important}.eta-hero-card-meta{margin:6px 0!important;gap:4px!important}.eta-hero-card-meta strong,.eta-hero-card-meta span{font-size:8.8px!important;padding:5px 6px!important}.eta-hero-card-body a{font-size:11px!important}.eta-stats-strip{width:calc(100% - 22px)!important;margin:8px auto 0!important;grid-template-columns:repeat(4,1fr)!important;border-radius:13px!important}.eta-stats-strip div{min-height:48px!important;padding:7px 2px!important}.eta-stats-strip strong{font-size:18px!important}.eta-stats-strip span{font-size:7.8px!important;line-height:1.12!important}.eta-weather-clean{padding:22px 0!important}.eta-weather-clean-grid{width:calc(100% - 22px)!important;gap:10px!important}.eta-weather-card{min-height:0!important;padding:14px!important;border-radius:18px!important}.eta-weather-card .ew-live{font-size:9px!important;margin-bottom:5px!important}.eta-weather-card .ew-title{font-size:24px!important;max-width:260px!important}.eta-weather-main{margin-top:8px!important;gap:8px!important}.eta-weather-card .ew-temp{font-size:42px!important}.eta-weather-card .ew-desc{font-size:11px!important}.eta-weather-card .ew-updated{font-size:9px!important}.eta-weather-stats{gap:5px!important;margin-top:8px!important}.eta-weather-stats .ew-stat{padding:7px 6px!important;border-radius:10px!important}.eta-weather-stats .ew-stat-label{font-size:8px!important}.eta-weather-stats .ew-stat-value{font-size:10.5px!important}.eta-weather-tip{margin-top:8px!important;padding:9px 10px!important;border-radius:11px!important}.eta-weather-tip .ew-tip-text{font-size:10.5px!important;line-height:1.32!important}.eta-forecast-row{gap:5px!important;margin-top:8px!important}.eta-forecast-card{padding:7px 5px!important;border-radius:10px!important}.eta-forecast-card span{font-size:8px!important}.eta-forecast-card strong{font-size:13px!important}.eta-forecast-card small{font-size:8px!important}.eta-weather-featured{min-height:180px!important;border-radius:18px!important}.eta-weather-featured-content{left:14px!important;right:14px!important;bottom:14px!important}.eta-weather-featured-content h3{font-size:24px!important}.eta-weather-featured-content p{display:none!important}.eta-weather-price{margin:6px 0!important}.eta-weather-price del{font-size:11px!important}.eta-weather-price strong{font-size:25px!important}.eta-weather-featured-content b{min-height:34px!important;padding:0 14px!important;font-size:11.5px!important}.eta-category-section{padding-top:26px!important}.eta-category-grid{display:flex!important;overflow-x:auto!important;gap:9px!important;scroll-snap-type:x mandatory!important;padding-bottom:4px!important;scrollbar-width:none!important}.eta-category-grid::-webkit-scrollbar{display:none!important}.eta-category-card{flex:0 0 78vw!important;min-height:142px!important;border-radius:17px!important;padding:13px!important;scroll-snap-align:center!important}.eta-category-card h3{font-size:17px!important}.eta-category-card p{font-size:10.5px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.eta-category-card b{font-size:10px!important}.eta-plan-section{padding-top:0!important;padding-bottom:24px!important}.eta-plan-layout{padding:15px!important;border-radius:18px!important;gap:12px!important}.eta-plan-copy h2{font-size:24px!important}.eta-plan-copy p{font-size:11px!important}.eta-plan-points{display:none!important}.eta-plan-card-list{gap:7px!important}.eta-plan-mini-card{grid-template-columns:72px 1fr!important;padding:7px!important;border-radius:12px!important}.eta-plan-mini-card img{width:72px!important;height:54px!important;border-radius:9px!important}.eta-plan-mini-card small{font-size:7.5px!important}.eta-plan-mini-card h3{font-size:12px!important}.eta-plan-mini-card strong{font-size:9px!important}.eta-tours-section{padding-top:28px!important}.h-scroll{gap:10px!important;padding:0 1px 6px!important;scroll-padding-inline:5vw!important}.eta-tour-slider .tour-card,.tour-slider .tour-card,.tour-list .tour-card,.hct-grid .tour-card{flex:0 0 82vw!important}.tour-card{border-radius:18px!important}.tour-image{aspect-ratio:1.45/1!important;border-radius:16px 16px 0 0!important}.tour-body{padding:10px!important;gap:6px!important}.tour-body h3{font-size:15.5px!important}.tour-mini span{font-size:8.5px!important;min-height:18px!important;padding:0 6px!important}.tour-mini span:nth-child(n+3){display:none!important}.tour-proof-row{font-size:9.5px!important}.review-pill{display:none!important}.tour-price-grid span{padding:7px!important;border-radius:10px!important}.tour-price-grid small{font-size:8px!important}.tour-price-grid b{font-size:16px!important}.explore-btn{min-height:34px!important;font-size:11.5px!important}.slider-controls,.eta-slider-dots{display:none!important}.ht-social-proof{padding:24px 0 28px!important}.ht-proof-wrap{width:calc(100% - 22px)!important}.ht-customer-section{padding-bottom:16px!important}.ht-customer-section h2{font-size:25px!important;margin-bottom:8px!important}.ht-review-tabs{gap:5px!important;margin-bottom:8px!important}.ht-review-tab{min-height:28px!important;font-size:9px!important;padding:0 4px!important}.ht-testimonial-swiper{padding-bottom:18px!important}.ht-testimonial-swiper .swiper-slide{width:76vw!important}.ht-review-ui-card{min-height:178px!important;padding:12px!important;border-radius:14px!important}.ht-review-ui-avatar{width:30px!important;height:30px!important}.ht-review-ui-name{font-size:12px!important}.ht-review-ui-date{font-size:8.5px!important}.ht-review-ui-title{font-size:12px!important}.ht-review-ui-text{font-size:10.5px!important;-webkit-line-clamp:3!important}.ht-review-ui-link{font-size:9.5px!important}.ht-partners-head h2{font-size:22px!important}.ht-partners-head p{font-size:10.5px!important}.ht-partner-stats{grid-template-columns:repeat(2,1fr)!important;gap:6px!important;margin-bottom:10px!important}.ht-partner-stats article{min-height:56px!important;padding:8px 5px!important;border-radius:12px!important}.ht-partner-stats strong,.ht-partner-stats b{font-size:20px!important}.ht-partner-stats span{font-size:8px!important}.ht-logo-swiper .swiper-wrapper{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.ht-logo-card{height:58px!important;border-radius:10px!important;padding:6px!important}.ht-logo-card img{height:18px!important;max-width:54px!important}.ht-logo-card span{font-size:8px!important}.eta-why-section{display:block!important;padding-top:26px!important;padding-bottom:24px!important}.eta-why-copy h2{font-size:24px!important}.eta-why-grid{grid-template-columns:1fr!important;gap:7px!important;margin-top:10px!important}.eta-why-grid article{display:grid!important;grid-template-columns:24px 1fr!important;column-gap:8px!important;padding:10px!important;border-radius:12px!important}.eta-why-grid article p{display:none!important}.eta-why-grid span{width:22px!important;height:22px!important;grid-row:1/3!important}.eta-why-grid strong{font-size:12px!important;margin:2px 0!important}.eta-story-section{width:calc(100% - 22px)!important;min-height:135px!important;margin:0 auto 24px!important;padding:16px!important;border-radius:18px!important}.eta-story-copy h2{font-size:22px!important}.eta-story-copy p{display:none!important}.eta-round-arrow{width:34px!important;height:34px!important;font-size:15px!important}.eta-faq-section{padding-top:24px!important;padding-bottom:24px!important}.eta-faq-grid{grid-template-columns:1fr!important;gap:7px!important}.eta-faq-grid details{padding:11px 12px!important;border-radius:12px!important}.eta-faq-grid details:nth-child(n+4){display:none!important}.eta-blog-section{display:none!important}.footer-inner{padding:24px 0!important}.footer-bottom{padding:10px 0!important}.whatsapp-float{right:12px!important;bottom:12px!important;min-height:36px!important;padding:0 12px!important;font-size:10.5px!important}}@media(max-width:390px){.eta-hero h1{font-size:31px!important}.eta-hero-actions{grid-template-columns:1fr!important}.eta-stats-strip strong{font-size:16px!important}.tour-price-grid{grid-template-columns:1fr 1fr!important}.eta-weather-card .ew-title{font-size:22px!important}.eta-weather-featured{min-height:165px!important}}:root{--eta-cream:#f6efd9;--eta-cream-2:#fff8e8;--eta-forest:#04291d;--eta-forest-2:#063826;--eta-green:#28c955;--eta-lime:#b9ff2f}body{background:var(--eta-cream)}.site-header{position:sticky;top:0;z-index:1000;background:rgba(246,239,217,.97) !important;border-bottom:1px solid rgba(6,45,31,.1) !important;box-shadow:0 12px 30px rgba(4,41,29,.06) !important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.topbar{display:none !important}.navbar{min-height:74px !important;background:transparent !important;color:#0b2d20 !important}.logo-text{color:#0b2d20 !important}.logo-text span{color:var(--eta-lime) !important;text-shadow:0 0 0 transparent}.navlinks a{color:#22352d !important}.navlinks a:hover{color:#0b7b39 !important}.nav-cta{color:#082a1e !important;background:linear-gradient(135deg,var(--eta-lime),#8af25b) !important;box-shadow:0 10px 26px rgba(138,242,91,.22)}.menu-toggle{color:#092d20 !important;background:rgba(4,41,29,.07) !important}.mega-menu{background:rgba(255,250,235,.98) !important;border:1px solid rgba(4,41,29,.12) !important;box-shadow:0 24px 70px rgba(4,41,29,.16) !important}.eta-hero{min-height:760px !important;padding:0 !important;display:flex;align-items:center;background-position:center !important}.eta-hero-overlay{background:linear-gradient(90deg,rgba(3,32,23,.96) 0%,rgba(3,32,23,.75) 48%,rgba(3,32,23,.4) 100%) !important}.eta-hero::after{height:98px !important;bottom:-48px !important;opacity:1 !important}.eta-hero-inner{width:min(1220px,calc(100% - 56px)) !important;padding:74px 0 108px !important;grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr) !important;gap:64px !important;align-items:center !important}.eta-hero h1{max-width:760px !important;font-size:clamp(64px,6.9vw,96px) !important;line-height:.95 !important;letter-spacing:-.076em !important;margin:18px 0 18px !important}.eta-hero p{max-width:720px !important;font-size:clamp(19px,1.6vw,23px) !important;line-height:1.45 !important}.eta-hero-actions{margin-top:30px !important}.eta-hero-actions .eta-btn{min-height:56px !important;padding:0 26px !important}.eta-hero-features{grid-template-columns:repeat(3,minmax(0,1fr)) !important;max-width:740px !important;gap:12px !important;margin-top:28px !important}.eta-hero-features article:nth-child(4){display:none !important}.eta-hero-features article{min-height:70px !important;padding:13px 15px !important;border-radius:18px !important}.eta-hero-features article>span{width:38px !important;height:38px !important;flex-basis:38px !important;font-size:12px !important}.eta-hero-card{max-width:440px !important;justify-self:end !important;border-radius:28px !important}.eta-hero-card-img{aspect-ratio:1.32/1 !important}.eta-hero-card-body{padding:23px !important}.eta-hero-card-body h2{font-size:30px !important;line-height:1.05 !important;margin:8px 0 8px !important}.eta-hero-card-body p{font-size:14.5px !important;line-height:1.45 !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.eta-hero-card-meta{margin-top:14px !important}.eta-stats-strip{margin-top:-66px !important;width:min(980px,calc(100% - 96px)) !important;border-radius:20px !important;min-height:74px !important;position:relative;z-index:10}.eta-stats-strip div{padding:13px 12px !important}.eta-stats-strip strong{font-size:30px !important}.eta-stats-strip span{font-size:12px !important}.eta-weather-clean{padding:58px 0 54px !important;background:linear-gradient(135deg,#04291d 0%,#031d14 100%) !important}.eta-weather-clean-grid{width:min(1120px,calc(100% - 72px)) !important;grid-template-columns:minmax(360px,.82fr) minmax(460px,1fr) !important;gap:34px !important;align-items:center !important}.eta-weather-card{padding:26px !important;border-radius:28px !important;min-height:0 !important}.ew-title{font-size:clamp(34px,3.5vw,48px) !important;line-height:.98 !important;margin:12px 0 12px !important}.eta-weather-main{margin-top:8px !important;gap:12px !important}.ew-temp{font-size:58px !important}.ew-desc{font-size:15px !important}.ew-updated{font-size:11px !important}.eta-weather-stats{gap:10px !important;margin-top:14px !important}.ew-stat{padding:12px !important;min-height:64px !important}.ew-stat-label{font-size:11px !important}.ew-stat-value{font-size:16px !important}.eta-weather-tip{margin-top:14px !important;padding:13px 15px !important;border-radius:16px !important}.ew-tip-text{font-size:14px !important;line-height:1.4 !important}.eta-forecast-row{margin-top:14px !important;gap:10px !important}.eta-forecast-card{min-height:62px !important;padding:11px 12px !important;border-radius:15px !important}.eta-forecast-card span{font-size:11px !important}.eta-forecast-card strong{font-size:18px !important}.eta-forecast-card small{font-size:11px !important}.eta-weather-featured{min-height:330px !important;height:330px !important;border-radius:28px !important}.eta-weather-featured-content{left:28px !important;right:28px !important;bottom:28px !important}.eta-weather-featured-content h3{font-size:42px !important;line-height:1 !important;max-width:620px !important}.eta-weather-featured-content p{max-width:610px !important;font-size:15px !important;line-height:1.45 !important}.eta-weather-price{margin:15px 0 !important}.eta-weather-price strong{font-size:42px !important}.eta-weather-featured-content b{min-height:48px !important;padding:0 24px !important}.eta-section{padding-top:64px !important;padding-bottom:64px !important}.eta-section-head{margin-bottom:26px !important}.eta-section h2{font-size:clamp(34px,3.5vw,52px) !important;line-height:1 !important}.eta-section p{font-size:15px !important;line-height:1.5 !important}.eta-category-card{min-height:220px !important;border-radius:22px !important}.eta-plan-layout{padding:34px !important;border-radius:28px !important}.tour-card{border-radius:22px !important}.tour-card .tour-image,.tour-image{height:220px !important}.ht-social-proof{padding:54px 0 56px !important}.ht-customer-section{padding:0 0 34px !important}.ht-partners-showcase{padding:26px 0 0 !important}.ht-proof-wrap{width:min(1120px,calc(100% - 72px)) !important}.ht-customer-section h2,.ht-partners-head h2{font-size:clamp(30px,3.6vw,46px) !important}.ht-partner-stats{gap:12px !important;margin:24px 0 !important}.ht-partner-stats article{min-height:86px !important;padding:18px 12px !important}.ht-partner-stats strong,.ht-partner-stats b{font-size:34px !important}.ht-logo-card{height:104px !important;border-radius:18px !important}.eta-why-section,.eta-faq-section,.eta-blog-section{padding-top:52px !important;padding-bottom:52px !important}.eta-story-section{min-height:250px !important;margin:10px auto 0 !important}@media (max-width:1100px){.eta-hero-inner{grid-template-columns:1fr !important;width:min(900px,calc(100% - 44px)) !important;gap:28px !important;padding-top:58px !important}.eta-hero-card{justify-self:start !important;max-width:560px !important}.eta-weather-clean-grid{grid-template-columns:1fr !important;width:min(900px,calc(100% - 44px)) !important}.eta-weather-featured{height:300px !important;min-height:300px !important}}@media (max-width:720px){body{background:#f6efd9 !important}.site-header{background:#f6efd9 !important}.navbar{min-height:58px !important;padding:0 12px !important}.logo-mark{width:32px !important;height:32px !important}.logo-text{font-size:13px !important}.navlinks{background:#fff8e8 !important;border:1px solid rgba(4,41,29,.12) !important;box-shadow:0 20px 50px rgba(4,41,29,.16) !important}.eta-hero{min-height:auto !important;display:block !important;background-position:center top !important}.eta-hero-overlay{background:linear-gradient(180deg,rgba(3,32,23,.92),rgba(3,32,23,.82) 48%,rgba(3,32,23,.95)) !important}.eta-hero::after{height:36px !important;bottom:-18px !important}.eta-hero-inner{width:calc(100% - 28px) !important;padding:36px 0 56px !important;gap:16px !important}.eta-hero h1{font-size:clamp(42px,13.5vw,58px) !important;line-height:.94 !important;letter-spacing:-.075em !important;margin:10px 0 12px !important}.eta-hero p{font-size:15px !important;line-height:1.46 !important;max-width:100% !important}.eta-hero-actions{display:grid !important;grid-template-columns:1fr 1fr !important;gap:9px !important;margin-top:18px !important}.eta-hero-actions .eta-btn{width:100% !important;min-height:44px !important;padding:0 12px !important;font-size:13px !important}.eta-hero-features{grid-template-columns:1fr 1fr !important;gap:8px !important;margin-top:16px !important}.eta-hero-features article:nth-child(n+3){display:none !important}.eta-hero-features article{min-height:54px !important;padding:9px !important;border-radius:14px !important;grid-template-columns:28px 1fr !important}.eta-hero-features article>span{width:28px !important;height:28px !important;flex-basis:28px !important;font-size:10px !important}.eta-hero-features strong{font-size:12.5px !important}.eta-hero-features small{font-size:11px !important}.eta-hero-card{display:none !important}.eta-stats-strip{margin-top:-20px !important;width:calc(100% - 28px) !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;border-radius:16px !important;min-height:58px !important}.eta-stats-strip div{padding:9px 4px !important}.eta-stats-strip strong{font-size:19px !important}.eta-stats-strip span{font-size:9.5px !important;line-height:1.15 !important}.eta-weather-clean{padding:32px 0 30px !important}.eta-weather-clean-grid{width:calc(100% - 28px) !important;display:block !important}.eta-weather-card{padding:17px !important;border-radius:22px !important}.ew-live{font-size:10px !important}.ew-title{font-size:28px !important;line-height:.98 !important;margin:8px 0 10px !important}.eta-weather-main{align-items:center !important}.ew-temp{font-size:46px !important}.ew-desc{font-size:13px !important}.eta-weather-stats{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;margin-top:12px !important}.ew-stat{min-height:52px !important;padding:9px !important;border-radius:13px !important}.ew-stat-label{font-size:9.5px !important}.ew-stat-value{font-size:13px !important}.eta-weather-tip{padding:11px 12px !important;margin-top:10px !important}.ew-tip-text{font-size:12.5px !important;line-height:1.38 !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.eta-forecast-row{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:7px !important;margin-top:10px !important}.eta-forecast-card{min-height:52px !important;padding:8px !important;border-radius:12px !important}.eta-forecast-card span{font-size:9px !important}.eta-forecast-card strong{font-size:14px !important}.eta-forecast-card small{font-size:9px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eta-weather-featured{display:none !important}.eta-section{width:calc(100% - 28px) !important;padding-top:34px !important;padding-bottom:34px !important}.eta-section-head{margin-bottom:16px !important;gap:8px !important}.eta-section h2{font-size:28px !important;line-height:1.02 !important}.eta-section p{font-size:13px !important;line-height:1.42 !important}.eta-kicker{font-size:10px !important;letter-spacing:.13em !important}.eta-category-grid{gap:10px !important}.eta-category-card{flex-basis:82% !important;min-height:178px !important;border-radius:18px !important;padding:16px !important}.eta-category-card h3{font-size:22px !important}.eta-category-card p{display:none !important}.eta-plan-section,.eta-story-section,.eta-blog-section{display:none !important}.eta-tour-slider{gap:12px !important;padding-bottom:8px !important}.eta-tour-slider .tour-card{flex-basis:86% !important;min-width:86% !important}.tour-card .tour-image,.tour-image{height:185px !important}.tour-card h3{font-size:20px !important}.tour-card .tour-desc,.tour-desc{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;min-height:0 !important}.ht-social-proof{padding:34px 0 !important}.ht-proof-wrap{width:calc(100% - 28px) !important}.ht-customer-section{padding-bottom:24px !important}.ht-customer-section h2,.ht-partners-head h2{font-size:26px !important;line-height:1.02 !important}.ht-review-tabs{max-width:100% !important;gap:6px !important;margin-bottom:14px !important}.ht-review-tab{font-size:10px !important;min-height:34px !important;padding:0 8px !important}.ht-testimonial-swiper .swiper-slide{width:82vw !important}.ht-review-card,.card{min-height:220px !important;padding:17px !important}.ht-review-text,.text{-webkit-line-clamp:3 !important}.ht-partners-showcase{padding-top:18px !important}.ht-partners-head p:not(.ht-pill-kicker){font-size:12px !important;line-height:1.4 !important}.ht-partner-stats{grid-template-columns:repeat(2,1fr) !important;gap:8px !important;margin:16px 0 !important}.ht-partner-stats article{min-height:70px !important;padding:12px 8px !important;border-radius:14px !important}.ht-partner-stats strong,.ht-partner-stats b{font-size:24px !important}.ht-partner-stats span{font-size:10px !important}.ht-logo-swiper .swiper-wrapper{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:8px !important;transform:none !important}.ht-logo-swiper .swiper-slide{width:auto !important;margin:0 !important}.ht-logo-card{height:70px !important;border-radius:14px !important;padding:8px !important}.ht-logo-card img{max-height:25px !important}.ht-logo-card span{font-size:10px !important}.eta-why-section{padding-top:34px !important;padding-bottom:34px !important}.eta-why-grid{grid-template-columns:1fr !important;gap:8px !important}.eta-why-grid article{padding:13px !important;border-radius:14px !important}.eta-why-grid article p{display:none !important}.eta-faq-section{padding-top:34px !important;padding-bottom:34px !important}.eta-faq-grid{grid-template-columns:1fr !important;gap:8px !important}.eta-faq-grid details{padding:12px 14px !important;border-radius:12px !important}}html,body{width:100%;max-width:100%;overflow-x:hidden}body{background:#f4ecd7;color:#12251c}main#main-content{width:100%;overflow:hidden}.cv-container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.cv-kicker{display:inline-flex;align-items:center;gap:8px;color:#20b95f;font-size:12px;font-weight:900;letter-spacing:.14em;line-height:1;text-transform:uppercase}.cv-kicker::before{content:"";width:8px;height:8px;border-radius:999px;background:currentColor;box-shadow:0 0 0 5px rgba(32,185,95,.12)}.cv-section{width:100%;padding:clamp(64px,7vw,96px) 0}.cv-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}.cv-section-head>div{max-width:760px}.cv-section h2,.cv-section-head h2,.cv-why-copy h2,.cv-booking-copy h2,.cv-mood-copy h2{margin:10px 0 12px;color:#10251b;font-size:clamp(38px,4.6vw,64px);line-height:.96;letter-spacing:-.07em}.cv-section p,.cv-section-head p,.cv-why-copy p,.cv-booking-copy p,.cv-mood-copy p{margin:0;color:#607066;font-size:16px;line-height:1.6}.cv-text-link{display:inline-flex;align-items:center;gap:8px;color:#063528;font-size:14px;font-weight:900;white-space:nowrap}.cv-text-link:hover{color:#159447}.cv-text-link-light{color:#d7ff36}.cv-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-size:15px;font-weight:900;line-height:1;transition:transform .22s var(--ease),filter .22s ease,box-shadow .22s ease}.cv-btn:hover{transform:translateY(-2px)}.cv-btn-primary{color:#061b12;background:linear-gradient(135deg,#d7ff36,#68e25f);box-shadow:0 18px 38px rgba(104,226,95,.25)}.cv-btn-secondary{color:#fff;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar{min-height:34px !important;padding:7px 24px !important;background:#032116 !important;color:rgba(255,255,255,.88) !important;font-size:12px !important;letter-spacing:.01em !important}.topbar a{color:#d7ff36 !important;font-weight:900}.navbar{min-height:70px !important;padding:0 clamp(18px,4vw,58px) !important;background:rgba(255,253,245,.94) !important}.logo-mark{background:linear-gradient(135deg,#d7ff36,#1fb46e) !important;color:#062418 !important}.logo-text span{color:#0a9c52 !important}.navlinks{gap:clamp(13px,1.65vw,24px) !important;font-size:12px !important;letter-spacing:.07em !important}.navlinks>a,.nav-item>a{min-height:70px !important}.nav-whatsapp{min-height:40px !important;padding:0 16px !important;border-radius:999px !important;color:#063528 !important;background:#e8f7d5 !important}.nav-cta{min-height:42px !important;padding:0 18px !important;color:#061b12 !important;background:linear-gradient(135deg,#d7ff36,#77e75e) !important;box-shadow:0 14px 30px rgba(119,231,94,.24) !important}.cv-hero{position:relative;width:100%;min-height:min(820px,calc(100svh - 40px));display:grid;align-items:center;overflow:hidden;color:#fff;background-image:radial-gradient(circle at 20% 18%,rgba(215,255,54,.16),transparent 24rem),linear-gradient(108deg,rgba(2,29,22,.94) 0%,rgba(3,45,31,.86) 48%,rgba(3,45,31,.36) 100%),var(--cv-hero-img);background-size:cover;background-position:center}.cv-hero::after{content:"";position:absolute;left:-6%;right:-6%;bottom:-13%;height:22%;border-radius:50% 50% 0 0 / 100% 100% 0 0;background:#f4ecd7;z-index:0}.cv-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:clamp(42px,7vw,86px);align-items:center;padding:clamp(64px,7vw,110px) 0 clamp(92px,10vw,144px)}.cv-hero-copy{max-width:720px}.cv-hero .cv-kicker{color:#d7ff36}.cv-hero h1{max-width:760px;margin:14px 0 18px;color:#fff;font-size:clamp(54px,6.2vw,92px);line-height:.9;letter-spacing:-.085em}.cv-hero-copy>p{max-width:650px;margin:0;color:rgba(255,255,255,.88);font-size:clamp(18px,1.55vw,23px);line-height:1.5;font-weight:700}.cv-hero-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.cv-hero-trust span{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:999px;color:#efffcb;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);font-size:13px;font-weight:900;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cv-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.cv-hero-mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:720px;margin-top:30px}.cv-hero-mini article{min-height:78px;padding:15px;border-radius:20px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.13);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cv-hero-mini b{display:block;margin-bottom:4px;color:#fff;line-height:1.15}.cv-hero-mini small{display:block;color:rgba(255,255,255,.72);font-size:12px;line-height:1.25}.cv-feature-card{overflow:hidden;border-radius:32px;background:rgba(255,255,255,.94);color:#10251b;border:1px solid rgba(255,255,255,.6);box-shadow:0 32px 80px rgba(0,0,0,.28)}.cv-feature-media{position:relative;display:block;aspect-ratio:1.18 / 1;overflow:hidden}.cv-feature-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.cv-feature-card:hover .cv-feature-media img{transform:scale(1.05)}.cv-feature-media span{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;color:#061b12;background:#d7ff36;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.cv-feature-body{padding:24px}.cv-feature-body small,.cv-mood-card small{color:#139d51;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.cv-feature-body h2{margin:8px 0 8px;color:#10251b;font-size:30px;line-height:1;letter-spacing:-.055em}.cv-feature-body p{margin:0;color:#5f6f65;font-size:14px;line-height:1.52}.cv-feature-meta{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.cv-feature-meta strong,.cv-feature-meta span{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border-radius:999px;color:#063528;background:#ecf8de;font-size:12px;font-weight:900}.cv-feature-actions{display:grid;grid-template-columns:.85fr 1fr;gap:10px}.cv-feature-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;font-size:13px;font-weight:900}.cv-feature-actions a:first-child{background:#edf3df;color:#063528}.cv-feature-actions a:last-child{background:#063528;color:#fff}.cv-trustbar{position:relative;z-index:2;width:min(940px,calc(100% - 64px));margin:-68px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border-radius:24px;background:rgba(255,255,255,.95);box-shadow:0 24px 70px rgba(3,29,22,.16)}.cv-trustbar div{padding:17px 16px;text-align:center;border-right:1px solid rgba(6,53,40,.1)}.cv-trustbar div:last-child{border-right:0}.cv-trustbar strong{display:block;color:#063528;font-size:32px;line-height:1;letter-spacing:-.05em}.cv-trustbar span{display:block;margin-top:4px;color:#617066;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.cv-tour-grid{display:grid;gap:20px}.cv-tour-grid-primary{grid-template-columns:repeat(3,minmax(0,1fr))}.cv-tour-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border-radius:28px;background:#063528;color:#fff;border:1px solid rgba(215,255,54,.35);box-shadow:0 22px 54px rgba(3,29,22,.16);transition:transform .28s var(--ease),box-shadow .28s ease,border-color .28s ease}.cv-tour-card:hover{transform:translateY(-6px);border-color:#d7ff36;box-shadow:0 34px 86px rgba(3,29,22,.26)}.cv-tour-media{position:relative;display:block;aspect-ratio:1.22 / 1;overflow:hidden;background:#0c442f}.cv-tour-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease),filter .8s ease}.cv-tour-card:hover .cv-tour-media img{transform:scale(1.055);filter:saturate(1.06)}.cv-tour-badge,.cv-tour-duration{position:absolute;display:inline-flex;align-items:center;min-height:31px;padding:0 11px;border-radius:999px;font-size:11px;font-weight:900}.cv-tour-badge{top:14px;right:14px;color:#061b12;background:#d7ff36}.cv-tour-duration{left:14px;bottom:14px;color:#ecffbd;background:rgba(3,29,22,.86);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cv-tour-body{display:flex;flex:1;flex-direction:column;gap:12px;padding:18px}.cv-tour-proof{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:rgba(255,255,255,.72);font-size:12px;font-weight:900}.cv-tour-proof span{color:#ffd64d;letter-spacing:-.06em}.cv-tour-proof b{color:#fff}.cv-tour-proof small{font-size:11px}.cv-tour-body h3{margin:0;color:#fff;font-size:23px;line-height:1.08;letter-spacing:-.05em}.cv-tour-body p{margin:0;color:rgba(255,255,255,.78);font-size:13.5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cv-tour-includes{display:grid;gap:7px;margin:0;padding:0;list-style:none}.cv-tour-includes li{position:relative;padding-left:20px;color:#dff8ce;font-size:12.5px;font-weight:800;line-height:1.25}.cv-tour-includes li::before{content:"✓";position:absolute;left:0;top:0;color:#d7ff36}.cv-tour-bottom{display:grid;gap:12px;margin-top:auto}.cv-price{display:flex;align-items:baseline;gap:6px;min-height:50px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.09)}.cv-price small,.cv-price span{color:rgba(255,255,255,.68);font-size:12px;font-weight:900}.cv-price strong{display:inline-flex;align-items:baseline;gap:6px;color:#d7ff36;font-size:28px;line-height:1}.cv-price del{color:rgba(255,255,255,.42);font-size:14px}.cv-tour-ctas{display:grid;grid-template-columns:.82fr 1fr;gap:10px}.cv-mini-link,.cv-mini-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;font-size:13px;font-weight:900}.cv-mini-link{color:#dff8ce;background:rgba(255,255,255,.1)}.cv-mini-btn{color:#061b12;background:linear-gradient(135deg,#d7ff36,#68e25f)}.cv-why{padding-top:clamp(58px,6vw,84px);background:linear-gradient(180deg,#f4ecd7 0%,#fff8e7 100%)}.cv-why-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(28px,5vw,70px);align-items:center}.cv-why-copy .cv-btn{margin-top:26px}.cv-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cv-benefit-grid article{padding:22px;border-radius:24px;background:#fffdf4;border:1px solid rgba(6,53,40,.1);box-shadow:0 18px 46px rgba(3,29,22,.08)}.cv-benefit-grid span{width:38px;height:38px;display:grid;place-items:center;margin-bottom:16px;border-radius:14px;color:#061b12;background:#d7ff36;font-weight:900}.cv-benefit-grid h3{margin:0 0 8px;color:#10251b;font-size:22px;line-height:1.1;letter-spacing:-.04em}.cv-benefit-grid p{margin:0;color:#617066;font-size:14px;line-height:1.48}.cv-experience{background:#fff8e7}.cv-experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cv-experience-card{position:relative;min-height:270px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;border-radius:28px;color:#fff;background:#063528;box-shadow:0 20px 52px rgba(3,29,22,.13)}.cv-experience-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,29,22,.05),rgba(3,29,22,.82)),var(--cv-card-img) center/cover no-repeat;transition:transform .75s var(--ease)}.cv-experience-card:hover::before{transform:scale(1.07)}.cv-experience-card>*{position:relative;z-index:1}.cv-experience-card span{color:#d7ff36;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.cv-experience-card h3{margin:8px 0 8px;color:#fff;font-size:30px;line-height:1;letter-spacing:-.055em}.cv-experience-card p{margin:0 0 14px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.45}.cv-experience-card b{color:#fff;font-size:13px}.cv-mood{padding-top:16px;background:#fff8e7}.cv-mood-panel{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px;align-items:center;padding:34px;border-radius:34px;background:linear-gradient(135deg,#062819,#0a3b28);color:#fff;box-shadow:0 28px 70px rgba(3,29,22,.2)}.cv-mood-copy h2{color:#fff}.cv-mood-copy p{color:rgba(255,255,255,.76)}.cv-mood-panel .cv-kicker{color:#d7ff36}.cv-mood-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cv-mood-card{display:grid;grid-template-columns:94px 1fr;gap:13px;align-items:center;min-width:0;padding:10px;border-radius:20px;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1)}.cv-mood-card img{width:94px;height:78px;object-fit:cover;border-radius:16px}.cv-mood-card h3{margin:3px 0 4px;color:#fff;font-size:17px;line-height:1.08;letter-spacing:-.035em}.cv-mood-card p{margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.32}.cv-weather-strip{width:100%;padding:clamp(48px,6vw,74px) 0;background:#042418;color:#fff}.cv-weather-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(330px,.65fr);gap:24px;align-items:stretch}.cv-weather-card,.cv-weather-tour{border-radius:30px;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 60px rgba(0,0,0,.22)}.cv-weather-card{padding:26px}.cv-weather-live{display:inline-flex;align-items:center;gap:8px;color:#d7ff36;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ew-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#33d96b;box-shadow:0 0 0 7px rgba(51,217,107,.14)}.cv-weather-card h2{margin:12px 0 18px;color:#fff;font-size:clamp(32px,4vw,50px);line-height:.96;letter-spacing:-.065em}.cv-weather-main{display:flex;flex-wrap:wrap;align-items:center;gap:13px}.cv-weather-icon{font-size:34px}.cv-weather-card .ew-temp{color:#d7ff36 !important;font-size:clamp(46px,6vw,70px) !important;line-height:1 !important;font-weight:900 !important;letter-spacing:-.06em !important}.cv-weather-desc{color:#fff;font-weight:900}.cv-weather-updated{color:rgba(255,255,255,.62);font-size:12px}.cv-weather-stats,.cv-forecast-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.cv-weather-stats div,.cv-forecast-row div,.cv-forecast-row .eta-forecast-card{min-height:68px !important;padding:12px !important;border-radius:17px !important;background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.1) !important}.cv-weather-stats span,.cv-forecast-row span{display:block;color:rgba(255,255,255,.62);font-size:11px;font-weight:900;text-transform:uppercase}.cv-weather-stats strong,.cv-forecast-row strong{display:block;margin-top:4px;color:#fff;font-size:17px;line-height:1.1}.cv-forecast-row small{display:block;margin-top:4px;color:rgba(255,255,255,.7);font-size:11px;line-height:1.2}.cv-weather-tip{margin:16px 0 0;padding:14px 15px;border-radius:18px;color:#dff8ce;background:rgba(215,255,54,.09);border:1px solid rgba(215,255,54,.16);font-size:14px;line-height:1.45}.cv-weather-best{display:inline-flex;margin-top:12px;color:#d7ff36;font-size:13px}.cv-weather-tour{position:relative;display:flex;min-height:100%;align-items:flex-end;color:#fff}.cv-weather-tour img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cv-weather-tour::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,29,22,.1),rgba(3,29,22,.84))}.cv-weather-tour div{position:relative;z-index:1;padding:26px}.cv-weather-tour .cv-kicker{color:#d7ff36}.cv-weather-tour h3{max-width:420px;margin:12px 0 8px;color:#fff;font-size:clamp(32px,4vw,52px);line-height:.95;letter-spacing:-.07em}.cv-weather-tour p{margin:0 0 14px;color:rgba(255,255,255,.82);font-size:15px}.cv-weather-tour b{color:#d7ff36}.cv-story{padding-top:clamp(54px,6vw,76px);padding-bottom:clamp(30px,4vw,48px)}.cv-story-banner{position:relative;min-height:340px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;overflow:hidden;padding:34px;border-radius:32px;color:#fff;background:#063528;box-shadow:0 24px 70px rgba(3,29,22,.15)}.cv-story-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,29,22,.9),rgba(3,29,22,.35)),var(--cv-story-img) center/cover no-repeat}.cv-story-banner>*{position:relative;z-index:1}.cv-story-banner .cv-kicker{color:#d7ff36}.cv-story-banner h2{max-width:760px;margin:10px 0 10px;color:#fff;font-size:clamp(34px,4.6vw,58px);line-height:.96;letter-spacing:-.07em}.cv-story-banner p{max-width:520px;color:rgba(255,255,255,.78)}.cv-play{flex:0 0 auto;width:58px;height:58px;display:grid;place-items:center;border-radius:999px;color:#061b12;background:#d7ff36;font-size:25px;font-weight:900}.cv-more-tours{padding-top:clamp(36px,5vw,62px)}.cv-tour-rail{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:2px;padding:4px 2px 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cv-tour-rail::-webkit-scrollbar{display:none}.cv-tour-rail .cv-tour-card{flex:0 0 min(360px,84vw);scroll-snap-align:start}.cv-reviews-section{width:100%;padding:clamp(64px,7vw,94px) 0;color:#fff;background:#053322}.cv-section-head-light h2{color:#fff}.cv-section-head-light p{color:rgba(255,255,255,.72)}.cv-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cv-review-card{display:flex;flex-direction:column;min-height:320px;padding:24px;border-radius:26px;background:#fffdf4;color:#10251b;box-shadow:0 24px 70px rgba(0,0,0,.2)}.cv-review-top{display:flex;align-items:center;gap:12px}.cv-review-top img,.cv-avatar-fallback{width:46px;height:46px;border-radius:999px;object-fit:cover;flex:0 0 auto}.cv-avatar-fallback{display:grid;place-items:center;color:#061b12;background:#d7ff36;font-weight:900}.cv-review-top strong{display:block;line-height:1.1}.cv-review-top small{color:#6a786d;font-size:12px;font-weight:800}.cv-stars{margin:18px 0 10px;color:#f6bf28;letter-spacing:-.04em}.cv-review-card h3{margin:0 0 10px;color:#10251b;font-size:22px;line-height:1.1;letter-spacing:-.045em}.cv-review-card p{margin:0;color:#5f6f65;font-size:14px;line-height:1.56;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.cv-review-card a{margin-top:auto;padding-top:18px;color:#078145;font-size:13px;font-weight:900}.cv-partner-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:24px;padding:14px;border-radius:22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}.cv-partner-row span{color:rgba(255,255,255,.7);font-weight:900}.cv-partner-row b{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;color:#061b12;background:#d7ff36;font-size:13px}.cv-booking{background:#fff8e7}.cv-booking-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:clamp(28px,5vw,70px);align-items:center}.cv-booking-copy .cv-btn{margin-top:24px}.cv-step-list{display:grid;gap:14px}.cv-step-list article{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:start;padding:22px;border-radius:24px;background:#fffdf4;border:1px solid rgba(6,53,40,.1);box-shadow:0 18px 46px rgba(3,29,22,.08)}.cv-step-list article>span{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;color:#061b12;background:#d7ff36;font-size:22px;font-weight:900}.cv-step-list h3{margin:0 0 6px;color:#10251b;font-size:24px;line-height:1.08;letter-spacing:-.045em}.cv-step-list p{margin:0;color:#617066;font-size:14px;line-height:1.5}.cv-faq{background:#f4ecd7}.cv-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cv-faq-grid details{overflow:hidden;padding:0;border-radius:18px;background:#fffdf4;border:1px solid rgba(6,53,40,.1);box-shadow:0 12px 32px rgba(3,29,22,.06)}.cv-faq-grid summary{position:relative;display:block;padding:18px 50px 18px 18px;color:#10251b;font-weight:900;cursor:pointer}.cv-faq-grid summary::-webkit-details-marker{display:none}.cv-faq-grid summary::after{content:"+";position:absolute;right:16px;top:50%;width:26px;height:26px;display:grid;place-items:center;border-radius:999px;color:#061b12;background:#d7ff36;transform:translateY(-50%)}.cv-faq-grid details[open] summary::after{content:"−"}.cv-faq-grid details p{margin:0;padding:0 18px 18px;color:#617066;font-size:14px;line-height:1.55}.cv-blog{background:#f4ecd7;padding-top:36px}.cv-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cv-blog-card{min-height:210px;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;border-radius:24px;background:radial-gradient(circle at 80% 0,rgba(215,255,54,.55),transparent 46%),linear-gradient(135deg,#fffdf4,#eef6d9);border:1px solid rgba(6,53,40,.1);box-shadow:0 18px 46px rgba(3,29,22,.08)}.cv-blog-card span{color:#16894b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.cv-blog-card h3{margin:8px 0 14px;color:#10251b;font-size:23px;line-height:1.08;letter-spacing:-.045em}.cv-blog-card b{color:#063528;font-size:13px}.float-whatsapp{background:linear-gradient(135deg,#18b05b,#0b6c3e) !important;box-shadow:0 18px 46px rgba(11,108,62,.28) !important}.mobile-book-bar{display:none}.footer{width:100%;background:#021b13 !important}.footer-inner,.footer-bottom{width:min(1180px,calc(100% - 48px)) !important}.footer-cta{background:#d7ff36 !important;color:#061b12 !important}@media (max-width:1180px){.nav-whatsapp{display:none !important}.cv-hero-grid{grid-template-columns:minmax(0,1fr) 380px;gap:38px}}@media (max-width:980px){.cv-section-head,.cv-why-grid,.cv-mood-panel,.cv-weather-grid,.cv-booking-grid{grid-template-columns:1fr}.cv-section-head{align-items:start}.cv-hero-grid{grid-template-columns:1fr;padding-top:70px}.cv-feature-card{max-width:560px}.cv-tour-grid-primary,.cv-experience-grid,.cv-review-grid,.cv-blog-grid{grid-template-columns:1fr 1fr}.cv-weather-tour{min-height:320px}.cv-mood-list{grid-template-columns:1fr 1fr}}@media (max-width:900px){.topbar{display:none !important}.navbar{min-height:60px !important;padding:0 14px !important}.logo-mark{width:34px !important;height:34px !important;border-radius:12px !important}.logo-text{font-size:17px !important}.menu-toggle{display:grid !important;width:42px !important;height:42px !important;border-radius:14px !important;background:#eff8dc !important;border-color:rgba(6,53,40,.1) !important}.navlinks{position:fixed !important;top:66px !important;left:12px !important;right:12px !important;display:none !important;flex-direction:column !important;align-items:stretch !important;gap:2px !important;max-height:calc(100svh - 82px) !important;overflow:auto !important;padding:12px !important;border-radius:22px !important;background:#fffdf4 !important;border:1px solid rgba(6,53,40,.1) !important;box-shadow:0 20px 54px rgba(3,29,22,.18) !important;z-index:1200 !important}.navlinks.open{display:flex !important}.navlinks>a,.nav-item>a{min-height:48px !important;padding:0 13px !important;justify-content:flex-start !important}.navlinks>a::after,.nav-item>a::after{display:none !important}.mega-menu{display:none !important}.mobile-submenu{display:none}.nav-item.open .mobile-submenu{display:grid !important;gap:6px !important;padding:2px 4px 10px !important}.mobile-submenu a{min-height:42px;display:flex;align-items:center;padding:0 12px;border-radius:14px;background:#eef5dc;color:#063528;font-size:13px;font-weight:900}.nav-cta{justify-content:center !important;margin-top:8px !important}}@media (max-width:720px){body{padding-bottom:76px}.cv-container{width:calc(100% - 28px)}.cv-section{padding:44px 0}.cv-section-head{display:grid;gap:10px;margin-bottom:18px}.cv-section h2,.cv-section-head h2,.cv-why-copy h2,.cv-booking-copy h2,.cv-mood-copy h2{font-size:clamp(30px,10vw,42px);line-height:.98}.cv-section p,.cv-section-head p,.cv-why-copy p,.cv-booking-copy p,.cv-mood-copy p{font-size:14px;line-height:1.48}.cv-kicker{font-size:10px;letter-spacing:.12em}.cv-hero{min-height:auto;display:block;background-position:center top}.cv-hero::after{height:40px;bottom:-20px}.cv-hero-grid{width:calc(100% - 28px);display:block;padding:42px 0 60px}.cv-hero h1{margin:12px 0 12px;font-size:clamp(42px,14.5vw,58px);line-height:.9;letter-spacing:-.085em}.cv-hero-copy>p{font-size:15px;line-height:1.48}.cv-hero-trust{display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px}.cv-hero-trust span{min-height:32px;font-size:12px;justify-content:center}.cv-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.cv-btn{min-height:46px;padding:0 12px;font-size:13px}.cv-hero-mini{grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.cv-hero-mini article{min-height:60px;padding:10px;border-radius:16px}.cv-hero-mini article:nth-child(3){display:none}.cv-hero-mini b{font-size:12.5px}.cv-hero-mini small{font-size:10.5px}.cv-feature-card{display:none}.cv-trustbar{width:calc(100% - 28px);margin-top:-26px;grid-template-columns:repeat(4,minmax(0,1fr));border-radius:16px}.cv-trustbar div{padding:10px 4px}.cv-trustbar strong{font-size:20px}.cv-trustbar span{font-size:9px;line-height:1.1}.cv-tour-grid-primary,.cv-experience-grid,.cv-review-grid,.cv-blog-grid,.cv-benefit-grid,.cv-faq-grid{grid-template-columns:1fr}.cv-tour-grid-primary{gap:14px}.cv-tour-card{border-radius:24px}.cv-tour-media{aspect-ratio:1.35 / 1}.cv-tour-body{padding:16px;gap:10px}.cv-tour-body h3{font-size:22px}.cv-tour-body p{-webkit-line-clamp:2;font-size:13px}.cv-tour-includes{gap:6px}.cv-tour-includes li{font-size:12px}.cv-price{min-height:46px;padding:10px}.cv-price strong{font-size:25px}.cv-mini-link,.cv-mini-btn{min-height:42px}.cv-why{padding-top:40px}.cv-benefit-grid article{padding:16px;border-radius:18px}.cv-benefit-grid article p{display:none}.cv-benefit-grid h3{font-size:19px}.cv-benefit-grid span{margin-bottom:10px}.cv-experience-card{min-height:195px;padding:18px;border-radius:22px}.cv-experience-card h3{font-size:25px}.cv-experience-card p{display:none}.cv-mood{padding-top:0}.cv-mood-panel{padding:20px;border-radius:24px}.cv-mood-list{grid-template-columns:1fr;gap:9px;margin-top:16px}.cv-mood-card{grid-template-columns:84px 1fr;border-radius:16px}.cv-mood-card img{width:84px;height:68px;border-radius:13px}.cv-mood-card p{display:none}.cv-weather-strip{padding:34px 0}.cv-weather-card{padding:18px;border-radius:22px}.cv-weather-card h2{font-size:30px}.cv-weather-icon{font-size:26px}.cv-weather-card .ew-temp{font-size:44px !important}.cv-weather-stats,.cv-forecast-row{gap:7px;margin-top:12px}.cv-weather-stats div,.cv-forecast-row div,.cv-forecast-row .eta-forecast-card{min-height:56px !important;padding:9px !important;border-radius:13px !important}.cv-weather-stats span,.cv-forecast-row span{font-size:9px}.cv-weather-stats strong,.cv-forecast-row strong{font-size:13px}.cv-forecast-row small{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cv-weather-tip{padding:11px 12px;font-size:12.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cv-weather-tour{min-height:210px;border-radius:22px}.cv-weather-tour div{padding:18px}.cv-weather-tour h3{font-size:28px}.cv-weather-tour p{display:none}.cv-story{padding-top:38px}.cv-story-banner{min-height:230px;padding:20px;border-radius:24px;align-items:flex-end}.cv-story-banner h2{font-size:29px}.cv-story-banner p{display:none}.cv-play{width:46px;height:46px;font-size:20px}.cv-more-tours{padding-top:28px}.cv-tour-rail{gap:12px;padding-bottom:10px}.cv-tour-rail .cv-tour-card{flex-basis:88%}.cv-reviews-section{padding:44px 0}.cv-review-card{min-height:260px;padding:18px;border-radius:20px}.cv-review-card p{-webkit-line-clamp:4;font-size:13px}.cv-partner-row{gap:7px;border-radius:16px}.cv-partner-row span{width:100%;font-size:12px}.cv-partner-row b{min-height:31px;padding:0 10px;font-size:11px}.cv-step-list article{grid-template-columns:42px 1fr;gap:12px;padding:16px;border-radius:18px}.cv-step-list article>span{width:42px;height:42px;border-radius:14px;font-size:18px}.cv-step-list h3{font-size:20px}.cv-step-list p{font-size:13px}.cv-faq-grid details{border-radius:14px}.cv-faq-grid summary{padding:15px 46px 15px 15px;font-size:14px}.cv-faq-grid details p{padding:0 15px 15px;font-size:13px}.cv-blog{padding-top:20px}.cv-blog-card{min-height:160px;padding:18px;border-radius:18px}.cv-blog-card h3{font-size:20px}.float-whatsapp{display:none !important}.mobile-book-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:1500;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;border-radius:22px;background:rgba(3,29,22,.9);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 54px rgba(0,0,0,.28);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-book-bar a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:14px;font-weight:900}.mobile-book-bar a:first-child{color:#061b12;background:#d7ff36}.mobile-book-bar a:last-child{color:#fff;background:#18a85b}.footer{padding-bottom:102px !important}.footer-inner,.footer-bottom{width:calc(100% - 28px) !important}}@media (max-width:390px){.cv-hero-actions{grid-template-columns:1fr}.cv-trustbar span{font-size:8px}.cv-weather-stats strong,.cv-forecast-row strong{font-size:12px}}body.category-template{background:linear-gradient(180deg,#fffdf4 0%,#f6efd9 48%,#efe4c8 100%) !important}.category-page{--cat-green:#073322;--cat-deep:#021b13;--cat-leaf:#17ad53;--cat-lime:#d7ff36;--cat-paper:#fffdf4;--cat-cream:#f6efd9;--cat-ink:#10261b;--cat-muted:#607064;--cat-line:rgba(6,53,40,.11);--cat-shadow:0 22px 60px rgba(3,29,22,.12);--cat-deep-shadow:0 32px 90px rgba(3,29,22,.24);color:var(--cat-ink);background:transparent}.cat-section,.cat-hero,.cat-trustbar,.cat-story-banner,.cat-final-cta{width:min(1180px,calc(100% - 48px));margin-left:auto;margin-right:auto}.cat-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 13px;color:#0da24d;font-size:11px;line-height:1;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.cat-section{padding:clamp(58px,7vw,94px) 0}.cat-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:clamp(24px,4vw,36px)}.cat-section-head h2,.cat-why-copy h2,.cat-expect-card h2,.cat-practical-copy h2,.cat-final-cta h2{max-width:780px;margin:0;color:var(--cat-ink);font-size:clamp(36px,5vw,62px);line-height:.96;letter-spacing:-.07em;font-weight:900;text-wrap:balance}.cat-section-head p,.cat-why-copy p,.cat-expect-card p,.cat-practical-copy p,.cat-final-cta p{max-width:760px;margin:14px 0 0;color:var(--cat-muted);font-size:16px;line-height:1.64}.cat-btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:900;text-decoration:none;white-space:nowrap}.cat-btn-primary{color:#061b12 !important;background:linear-gradient(135deg,var(--cat-lime),#62df49);box-shadow:0 20px 46px rgba(98,223,73,.23)}.cat-btn-ghost{color:#fff !important;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cat-inline-link{display:inline-flex;align-items:center;gap:8px;color:var(--cat-green);font-size:14px;font-weight:900;text-decoration:none}.cat-inline-link:hover{color:#0da24d}.cat-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.82fr);gap:clamp(28px,5vw,62px);align-items:center;overflow:hidden;margin-top:36px;padding:clamp(46px,6vw,74px);min-height:520px;border-radius:36px;color:#fff;background:#073322;box-shadow:var(--cat-deep-shadow);isolation:isolate}.cat-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(3,29,22,.96) 0%,rgba(3,29,22,.78) 46%,rgba(3,29,22,.34) 100%),radial-gradient(circle at 70% 8%,rgba(215,255,54,.16),transparent 32%),var(--cat-hero-img) center/cover no-repeat;transform:scale(1.02)}.cat-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(215,255,54,.07),transparent 52%);pointer-events:none}.cat-hero-copy{max-width:720px}.cat-hero .cat-kicker{color:var(--cat-lime)}.cat-hero h1{margin:0;color:#fff;font-size:clamp(56px,7.4vw,98px);line-height:.9;letter-spacing:-.085em;font-weight:900;text-wrap:balance}.cat-hero-copy>p{max-width:660px;margin:22px 0 0;color:rgba(255,255,255,.86);font-size:clamp(17px,2vw,22px);line-height:1.55;font-weight:800}.cat-hero-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.cat-hero-highlights span{min-height:46px;display:inline-flex;align-items:center;gap:10px;padding:0 14px;border-radius:999px;color:#fff;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cat-hero-highlights b{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;color:#061b12;background:var(--cat-lime);font-style:normal;font-size:13px;font-weight:900}.cat-hero-highlights em{font-style:normal;font-size:13px;font-weight:900}.cat-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.cat-hero-rating{display:inline-flex;align-items:center;gap:12px;margin-top:26px;padding:13px 16px;border-radius:22px;color:#061b12;background:rgba(255,253,244,.93);box-shadow:0 18px 46px rgba(0,0,0,.12)}.cat-hero-rating strong{color:#e6b51a;letter-spacing:-.08em}.cat-hero-rating span{color:#1b3327;font-size:13px;font-weight:900}.cat-hero-media{position:relative;align-self:stretch;min-height:390px;border-radius:32px;overflow:hidden;background:#0a3b28;border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 90px rgba(0,0,0,.22)}.cat-hero-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.08)}.cat-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(3,29,22,.62))}.cat-feature-badge{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px;border-radius:22px;color:#061b12;background:rgba(255,253,244,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cat-feature-badge span{color:#0a633d;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.cat-feature-badge strong{color:#061b12;font-size:18px;font-weight:900;white-space:nowrap}.cat-trustbar{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin-top:-32px;border-radius:26px;background:rgba(255,253,244,.96);border:1px solid var(--cat-line);box-shadow:var(--cat-shadow)}.cat-trustbar div{min-height:96px;display:grid;place-items:center;align-content:center;gap:5px;padding:18px 12px;text-align:center;border-right:1px solid var(--cat-line)}.cat-trustbar div:last-child{border-right:0}.cat-trustbar strong{color:var(--cat-green);font-size:clamp(26px,3vw,38px);line-height:1;font-weight:900;letter-spacing:-.06em}.cat-trustbar span{color:var(--cat-muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.cat-tour-section{padding-top:clamp(68px,7vw,98px)}.cat-filter-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.cat-filter-pills a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:999px;color:#183528;background:#ecebdc;border:1px solid rgba(6,53,40,.08);font-size:12px;font-weight:900;text-decoration:none}.cat-filter-pills a.active{color:#fff;background:var(--cat-green)}.cat-tour-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.category-page .tour-card{width:100% !important;min-width:0 !important;height:100%;border-radius:26px !important;color:var(--cat-ink) !important;background:var(--cat-paper) !important;border:1px solid var(--cat-line) !important;box-shadow:0 18px 48px rgba(3,29,22,.1) !important}.category-page .tour-card:hover{transform:translateY(-5px) !important;border-color:rgba(23,173,83,.36) !important;box-shadow:0 28px 72px rgba(3,29,22,.16) !important}.category-page .tour-card::before{display:none !important}.category-page .tour-card .tour-image,.category-page .tour-image{height:auto !important;min-height:0 !important;aspect-ratio:1.42/1 !important;border-radius:25px 25px 0 0 !important}.category-page .tour-card .tour-image img{filter:saturate(1.05) !important}.category-page .tour-duration-badge{color:#eaffc6 !important;background:rgba(3,29,22,.84) !important}.category-page .tour-badge{background:linear-gradient(135deg,#1bb857,#0c9a48) !important;color:#fff !important}.category-page .tour-body{padding:18px !important;gap:11px !important}.category-page .tour-body h3{color:var(--cat-ink) !important;font-size:22px !important;line-height:1.12 !important}.category-page .tour-mini span{color:#0a633d !important;background:#eaf5df !important}.category-page .rating-number{color:var(--cat-ink) !important}.category-page .review-pill,.category-page .booked-pill{color:var(--cat-muted) !important}.category-page .tour-card-desc{display:-webkit-box !important;min-height:42px !important;color:var(--cat-muted) !important;font-size:13px !important;line-height:1.45 !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.category-page .tour-price-grid span{background:#f4f1e5 !important;border:1px solid rgba(6,53,40,.08) !important}.category-page .tour-price-grid small{color:#617066 !important}.category-page .tour-price-grid b{color:var(--cat-green) !important}.category-page .tour-price-grid del{color:#9aa393 !important}.category-page .tour-note{display:block !important;color:#617066 !important}.category-page .explore-btn{min-height:44px !important;color:#fff !important;background:linear-gradient(135deg,#13a14a,#35c95d) !important;box-shadow:0 15px 30px rgba(17,148,71,.2) !important}.cat-booking-card{display:flex;flex-direction:column;min-height:100%;padding:28px;border-radius:28px;color:var(--cat-ink);background:radial-gradient(circle at 85% 12%,rgba(215,255,54,.5),transparent 30%),linear-gradient(135deg,#f4fbe8,#fffdf4);border:1px solid var(--cat-line);box-shadow:0 18px 48px rgba(3,29,22,.08)}.cat-booking-card span{color:#0da24d;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.cat-booking-card h3{margin:12px 0 8px;color:var(--cat-ink);font-size:30px;line-height:1;letter-spacing:-.06em}.cat-booking-card p{margin:0 0 16px;color:var(--cat-muted);font-size:14px;line-height:1.55}.cat-booking-card ul{display:grid;gap:10px;margin:0 0 20px;padding:0;list-style:none}.cat-booking-card li{position:relative;padding-left:24px;color:#274336;font-size:14px;font-weight:900}.cat-booking-card li::before{content:"✓";position:absolute;left:0;top:0;color:#0da24d}.cat-booking-card a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;margin-top:auto;border-radius:999px;color:#061b12;background:var(--cat-lime);font-size:14px;font-weight:900;text-decoration:none}.cat-why-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(28px,5vw,66px);align-items:start}.cat-why-copy{position:sticky;top:110px}.cat-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cat-benefit-grid article{min-height:250px;padding:24px;border-radius:26px;background:var(--cat-paper);border:1px solid var(--cat-line);box-shadow:0 16px 42px rgba(3,29,22,.08)}.cat-benefit-grid span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;color:#061b12;background:var(--cat-lime);font-size:13px;font-weight:900}.cat-benefit-grid h3{margin:20px 0 10px;color:var(--cat-ink);font-size:25px;line-height:1.05;letter-spacing:-.055em}.cat-benefit-grid p{margin:0;color:var(--cat-muted);font-size:14px;line-height:1.55}.cat-expect-section{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(26px,5vw,58px);align-items:center}.cat-expect-card{padding:34px;border-radius:30px;color:#fff;background:linear-gradient(145deg,#073322,#0c4a31);box-shadow:var(--cat-shadow)}.cat-expect-card h2{color:#fff}.cat-expect-card p{color:rgba(255,255,255,.78)}.cat-expect-card .cat-kicker{color:var(--cat-lime)}.cat-expect-card .cat-inline-link{margin-top:22px;color:var(--cat-lime)}.cat-timeline{position:relative;display:grid;gap:14px}.cat-timeline article{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:20px;border-radius:24px;background:var(--cat-paper);border:1px solid var(--cat-line);box-shadow:0 14px 36px rgba(3,29,22,.07)}.cat-timeline article>span{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;color:#061b12;background:#e3f7ca;font-size:17px;font-weight:900}.cat-timeline h3{margin:0 0 6px;color:var(--cat-ink);font-size:24px;line-height:1.08;letter-spacing:-.05em}.cat-timeline p{margin:0;color:var(--cat-muted);font-size:14px;line-height:1.55}.cat-story-banner{position:relative;min-height:350px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;overflow:hidden;margin-top:12px;margin-bottom:18px;padding:38px;border-radius:34px;color:#fff;background:#073322;box-shadow:var(--cat-shadow);isolation:isolate}.cat-story-banner::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(3,29,22,.94),rgba(3,29,22,.36)),var(--cat-story-img) center/cover no-repeat;transition:transform .9s ease}.cat-story-banner:hover::before{transform:scale(1.04)}.cat-story-banner .cat-kicker{color:var(--cat-lime)}.cat-story-banner h2{max-width:760px;margin:0;color:#fff;font-size:clamp(36px,5vw,62px);line-height:.95;letter-spacing:-.075em}.cat-story-banner p{max-width:560px;margin:16px 0 0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.55}.cat-story-banner>a{flex:0 0 auto;width:62px;height:62px;display:grid;place-items:center;border-radius:999px;color:#061b12;background:var(--cat-lime);font-size:26px;font-weight:900;text-decoration:none}.cat-compare-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.cat-compare-card{min-height:280px;display:flex;flex-direction:column;padding:20px;border-radius:24px;color:var(--cat-ink);background:var(--cat-paper);border:1px solid var(--cat-line);box-shadow:0 15px 38px rgba(3,29,22,.07);text-decoration:none}.cat-compare-card:hover{transform:translateY(-4px);border-color:rgba(23,173,83,.34);box-shadow:0 22px 54px rgba(3,29,22,.12)}.cat-compare-card small{color:#0da24d;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.cat-compare-card h3{margin:10px 0 16px;color:var(--cat-ink);font-size:22px;line-height:1.06;letter-spacing:-.055em}.cat-compare-card dl{display:grid;gap:10px;margin:0}.cat-compare-card div{display:grid;gap:3px}.cat-compare-card dt{color:#8a948b;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.cat-compare-card dd{margin:0;color:#34483b;font-size:13px;line-height:1.35;font-weight:800}.cat-compare-card b{margin-top:auto;padding-top:18px;color:var(--cat-green);font-size:13px;font-weight:900}.cat-practical-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.74fr);gap:clamp(28px,5vw,60px);align-items:start}.cat-practical-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}.cat-practical-list article{padding:20px;border-radius:22px;background:var(--cat-paper);border:1px solid var(--cat-line);box-shadow:0 12px 32px rgba(3,29,22,.06)}.cat-practical-list h3{margin:0 0 7px;color:var(--cat-ink);font-size:20px;line-height:1.08;letter-spacing:-.045em}.cat-practical-list p{margin:0;color:var(--cat-muted);font-size:14px;line-height:1.5}.cat-book-steps{position:sticky;top:110px;padding:26px;border-radius:28px;color:#fff;background:linear-gradient(145deg,#062719,#0b4b31);box-shadow:var(--cat-shadow)}.cat-book-steps>span{display:block;margin-bottom:14px;color:var(--cat-lime);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.cat-book-steps article{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:14px 0;border-top:1px solid rgba(255,255,255,.1)}.cat-book-steps article:first-of-type{border-top:0}.cat-book-steps b{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;color:#061b12;background:var(--cat-lime);font-weight:900}.cat-book-steps h3{margin:0 0 5px;color:#fff;font-size:20px;line-height:1.08;letter-spacing:-.04em}.cat-book-steps p{margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.45}.cat-book-steps>a{min-height:46px;display:flex;align-items:center;justify-content:center;margin-top:16px;border-radius:999px;color:#061b12;background:var(--cat-lime);font-size:14px;font-weight:900;text-decoration:none}.cat-faq-section{padding-top:clamp(46px,6vw,76px)}.cat-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cat-faq-grid details{overflow:hidden;border-radius:18px;background:var(--cat-paper);border:1px solid var(--cat-line);box-shadow:0 12px 32px rgba(3,29,22,.06)}.cat-faq-grid summary{position:relative;display:block;padding:18px 52px 18px 18px;color:var(--cat-ink);font-weight:900;cursor:pointer}.cat-faq-grid summary::-webkit-details-marker{display:none}.cat-faq-grid summary::after{content:"+";position:absolute;right:16px;top:50%;width:26px;height:26px;display:grid;place-items:center;border-radius:999px;color:#061b12;background:var(--cat-lime);transform:translateY(-50%)}.cat-faq-grid details[open] summary::after{content:"−"}.cat-faq-grid p{margin:0;padding:0 18px 18px;color:var(--cat-muted);font-size:14px;line-height:1.55}.cat-guides-section{padding-top:clamp(34px,4vw,56px)}.cat-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cat-guide-card{min-height:210px;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;border-radius:24px;color:var(--cat-ink);background:radial-gradient(circle at 80% 0,rgba(215,255,54,.58),transparent 45%),linear-gradient(135deg,#fffdf4,#eff7df);border:1px solid var(--cat-line);box-shadow:0 16px 42px rgba(3,29,22,.07);text-decoration:none}.cat-guide-card span{color:#0da24d;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.cat-guide-card h3{margin:9px 0 16px;color:var(--cat-ink);font-size:24px;line-height:1.06;letter-spacing:-.055em}.cat-guide-card b{color:var(--cat-green);font-size:13px}.cat-final-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:12px;margin-bottom:70px;padding:38px;border-radius:34px;color:#fff;background:linear-gradient(135deg,#073322,#0b4b31);box-shadow:var(--cat-shadow)}.cat-final-cta .cat-kicker{color:var(--cat-lime)}.cat-final-cta h2{color:#fff;max-width:740px}.cat-final-cta p{color:rgba(255,255,255,.76)}.cat-final-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media (max-width:1180px){.cat-hero{grid-template-columns:1fr}.cat-hero-media{max-width:680px;min-height:360px}.cat-compare-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.cat-section-head,.cat-why-section,.cat-expect-section,.cat-practical-section,.cat-final-cta{display:grid;grid-template-columns:1fr}.cat-why-copy,.cat-book-steps{position:static}.cat-tour-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cat-benefit-grid,.cat-practical-list,.cat-faq-grid,.cat-guide-grid{grid-template-columns:1fr 1fr}.cat-filter-pills{justify-content:flex-start}}@media (max-width:720px){.cat-section,.cat-hero,.cat-trustbar,.cat-story-banner,.cat-final-cta{width:calc(100% - 28px)}.cat-section{padding:44px 0}.cat-section-head{gap:12px;margin-bottom:18px}.cat-section-head h2,.cat-why-copy h2,.cat-expect-card h2,.cat-practical-copy h2,.cat-final-cta h2{font-size:clamp(32px,10vw,44px);letter-spacing:-.065em}.cat-section-head p,.cat-why-copy p,.cat-expect-card p,.cat-practical-copy p,.cat-final-cta p{font-size:14px;line-height:1.5}.cat-kicker{font-size:10px;letter-spacing:.12em}.cat-hero{min-height:auto;margin-top:18px;padding:32px 20px;border-radius:28px;gap:22px}.cat-hero::before{background:linear-gradient(180deg,rgba(3,29,22,.9),rgba(3,29,22,.82) 48%,rgba(3,29,22,.96)),var(--cat-hero-img) center/cover no-repeat}.cat-hero h1{font-size:clamp(42px,14vw,58px);line-height:.9}.cat-hero-copy>p{font-size:15px;line-height:1.48;margin-top:14px}.cat-hero-highlights{display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px}.cat-hero-highlights span{min-height:42px;justify-content:flex-start}.cat-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.cat-btn{min-height:46px;padding:0 12px;font-size:13px}.cat-hero-rating{display:grid;gap:4px;margin-top:16px;padding:12px;border-radius:18px}.cat-hero-rating span{font-size:11.5px}.cat-hero-media{min-height:220px;border-radius:22px;display:none}.cat-trustbar{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:-20px;border-radius:18px}.cat-trustbar div{min-height:70px;padding:10px 4px}.cat-trustbar strong{font-size:22px}.cat-trustbar span{font-size:8.5px;line-height:1.08}.cat-tour-section{padding-top:50px}.cat-filter-pills{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.cat-filter-pills::-webkit-scrollbar{display:none}.cat-filter-pills a{flex:0 0 auto;min-height:38px;padding:0 13px;font-size:11px}.cat-tour-grid,.cat-benefit-grid,.cat-practical-list,.cat-faq-grid,.cat-guide-grid,.cat-compare-grid{grid-template-columns:1fr;gap:13px}.category-page .tour-card{border-radius:22px !important}.category-page .tour-card .tour-image,.category-page .tour-image{aspect-ratio:1.36/1 !important;height:auto !important;min-height:0 !important;border-radius:21px 21px 0 0 !important}.category-page .tour-body{padding:15px !important;gap:9px !important}.category-page .tour-body h3{font-size:20px !important}.category-page .tour-card-desc{display:-webkit-box !important;min-height:0 !important;font-size:12.5px !important}.category-page .tour-note{display:none !important}.cat-booking-card{padding:20px;border-radius:22px}.cat-booking-card h3{font-size:26px}.cat-why-section{gap:20px}.cat-benefit-grid article{min-height:auto;padding:18px;border-radius:20px}.cat-benefit-grid span{width:38px;height:38px;border-radius:14px}.cat-benefit-grid h3{margin-top:14px;font-size:21px}.cat-benefit-grid p{font-size:13px}.cat-expect-card{padding:22px;border-radius:24px}.cat-timeline article{grid-template-columns:42px 1fr;gap:12px;padding:16px;border-radius:18px}.cat-timeline article>span{width:42px;height:42px;border-radius:14px;font-size:14px}.cat-timeline h3{font-size:20px}.cat-timeline p{font-size:13px}.cat-story-banner{min-height:250px;padding:22px;border-radius:24px;align-items:flex-end}.cat-story-banner::before{background:linear-gradient(180deg,rgba(3,29,22,.5),rgba(3,29,22,.9)),var(--cat-story-img) center/cover no-repeat}.cat-story-banner h2{font-size:30px}.cat-story-banner p{display:none}.cat-story-banner>a{width:48px;height:48px;font-size:20px}.cat-compare-card{min-height:auto;padding:18px;border-radius:20px}.cat-compare-card h3{font-size:21px;margin-bottom:12px}.cat-practical-section{gap:20px}.cat-practical-list article{padding:16px;border-radius:18px}.cat-practical-list h3{font-size:19px}.cat-practical-list p{font-size:13px}.cat-book-steps{padding:20px;border-radius:22px}.cat-book-steps article{grid-template-columns:38px 1fr;gap:10px}.cat-book-steps b{width:38px;height:38px;border-radius:13px}.cat-book-steps h3{font-size:19px}.cat-faq-grid summary{padding:15px 46px 15px 15px;font-size:14px}.cat-faq-grid p{padding:0 15px 15px;font-size:13px}.cat-guide-card{min-height:165px;padding:18px;border-radius:20px}.cat-guide-card h3{font-size:21px}.cat-final-cta{margin-bottom:36px;padding:22px;border-radius:24px}.cat-final-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}}@media (max-width:390px){.cat-hero-actions,.cat-final-actions{grid-template-columns:1fr}.cat-trustbar span{font-size:8px}.category-page .tour-price-grid{grid-template-columns:1fr 1fr !important}}.mobile-swipe-hint{display:none;margin:0 0 10px;color:#617066;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hp-field{display:none!important}.site-header{z-index:1000}.nav-cta{box-shadow:0 12px 30px rgba(20,166,73,.2)}.float-whatsapp{z-index:950}.mobile-book-bar{z-index:951}@media (max-width:720px){.mobile-swipe-hint{display:block}.cat-tour-grid{display:flex!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto;overflow-y:hidden;padding:2px 14px 18px;margin-left:-14px;margin-right:-14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-tour-grid::-webkit-scrollbar{display:none}.cat-tour-grid>.tour-card,.cat-tour-grid>.cat-booking-card{flex:0 0 84vw!important;min-width:84vw!important;width:84vw!important;scroll-snap-align:start}.cat-tour-grid>.cat-booking-card{min-height:auto}.cat-compare-grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto;gap:13px;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-compare-grid::-webkit-scrollbar{display:none}.cat-compare-card{flex:0 0 82vw;scroll-snap-align:start}.cat-benefit-grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto;gap:13px;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-benefit-grid::-webkit-scrollbar{display:none}.cat-benefit-grid article{flex:0 0 82vw;scroll-snap-align:start}.cat-practical-list{display:flex!important;grid-template-columns:none!important;overflow-x:auto;gap:12px;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-practical-list::-webkit-scrollbar{display:none}.cat-practical-list article{flex:0 0 80vw;scroll-snap-align:start}.category-page .tour-card:hover{transform:none!important}.mobile-book-bar{box-shadow:0 -12px 34px rgba(0,0,0,.18)}body{padding-bottom:76px}}.booking-page{--bk-green:#073322;--bk-lime:#d7ff36;--bk-paper:#fffdf4;--bk-line:rgba(6,53,40,.12);width:min(1180px,calc(100% - 48px));margin:34px auto 76px;color:#10261b}.booking-hero{overflow:hidden;border-radius:34px;padding:clamp(34px,6vw,68px);background:linear-gradient(120deg,rgba(3,29,22,.95),rgba(8,72,45,.88)),radial-gradient(circle at 80% 0,rgba(215,255,54,.24),transparent 32%);color:#fff;box-shadow:0 26px 80px rgba(3,29,22,.2)}.booking-kicker{display:inline-flex;margin-bottom:12px;color:var(--bk-lime);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.booking-hero h1{max-width:760px;margin:0;font-size:clamp(44px,7vw,84px);line-height:.9;letter-spacing:-.085em}.booking-hero p{max-width:680px;margin:18px 0 0;color:rgba(255,255,255,.82);font-size:18px;line-height:1.55;font-weight:800}.booking-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.booking-proof span{min-height:40px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);font-size:13px;font-weight:900}.booking-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start;margin-top:24px}.booking-form,.booking-side{padding:26px;border-radius:28px;background:var(--bk-paper);border:1px solid var(--bk-line);box-shadow:0 18px 54px rgba(3,29,22,.09)}.booking-form{display:grid;gap:14px}.booking-form label{display:grid;gap:8px;color:#20382b;font-size:13px;font-weight:900}.booking-form input,.booking-form select,.booking-form textarea{width:100%;min-height:48px;padding:12px 14px;border-radius:15px;border:1px solid var(--bk-line);background:#fff;font:inherit;font-weight:800;color:#10261b}.booking-form textarea{resize:vertical}.booking-two{display:grid;grid-template-columns:1fr 140px;gap:14px}.booking-form button{min-height:52px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--bk-lime),#35c95d);color:#061b12;font-weight:900;font:inherit;cursor:pointer;box-shadow:0 16px 34px rgba(98,223,73,.22)}.booking-small{margin:0;color:#657468;font-size:13px;font-weight:800}.booking-small a{color:#0a633d;font-weight:900}.booking-success,.booking-errors{padding:16px;border-radius:18px;background:#e7ffd9;color:#0a633d}.booking-errors{background:#ffe8e8;color:#962c2c}.booking-success h2{margin:0 0 6px;font-size:26px;letter-spacing:-.05em}.booking-success p{margin:0 0 10px;font-weight:800}.booking-success a{font-weight:900;color:#073322}.booking-side{position:sticky;top:110px}.booking-side img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px;margin-bottom:16px}.booking-side h2{margin:0 0 10px;font-size:32px;line-height:1;letter-spacing:-.065em}.booking-side p{margin:0;color:#657468;line-height:1.55;font-weight:800}.booking-side dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.booking-side dl div{padding:12px;border-radius:16px;background:#f5f1e3}.booking-side dt{color:#657468;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.booking-side dd{margin:4px 0 0;color:#073322;font-weight:900}.booking-side-card{margin-top:14px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#073322,#0b4b31);color:#fff}.booking-side-card b{display:block;margin-bottom:8px}.booking-side-card ol{margin:0;padding-left:20px;color:rgba(255,255,255,.78);font-weight:800;line-height:1.6}@media(max-width:900px){.booking-grid{grid-template-columns:1fr}.booking-side{position:static}.booking-page{width:calc(100% - 28px);margin-top:18px}.booking-two{grid-template-columns:1fr 1fr}}@media(max-width:520px){.booking-hero{border-radius:26px;padding:28px 20px}.booking-hero h1{font-size:42px}.booking-hero p{font-size:15px}.booking-form,.booking-side{padding:18px;border-radius:22px}.booking-two{grid-template-columns:1fr}.booking-side dl{grid-template-columns:1fr}}.tour-detail-template{background:linear-gradient(180deg,#fffdf4 0%,#f6efd9 52%,#efe4c8 100%)!important}.tour-detail-page{--td-green:#073322;--td-deep:#021b13;--td-leaf:#17ad53;--td-lime:#d7ff36;--td-paper:#fffdf4;--td-muted:#657468;--td-line:rgba(6,53,40,.12);--td-shadow:0 22px 70px rgba(3,29,22,.12);color:#10261b}.td-hero,.td-section,.td-quickfacts,.td-final-cta{width:min(1180px,calc(100% - 48px));margin-left:auto;margin-right:auto}.td-kicker{display:inline-flex;margin-bottom:12px;color:#0da24d;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.td-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:end;overflow:hidden;margin-top:34px;padding:clamp(38px,6vw,70px);min-height:560px;border-radius:36px;color:#fff;background:#073322;box-shadow:0 32px 90px rgba(3,29,22,.24);isolation:isolate}.td-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(3,29,22,.96),rgba(3,29,22,.72) 48%,rgba(3,29,22,.28)),var(--td-img) center/cover no-repeat;transform:scale(1.02)}.td-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 75% 10%,rgba(215,255,54,.18),transparent 30%)}.td-back{display:inline-flex;margin-bottom:16px;color:rgba(255,255,255,.8);text-decoration:none;font-weight:900}.td-hero .td-kicker{color:var(--td-lime)}.td-hero h1{max-width:800px;margin:0;font-size:clamp(52px,8vw,96px);line-height:.9;letter-spacing:-.085em;color:#fff}.td-hero p{max-width:680px;margin:20px 0 0;color:rgba(255,255,255,.84);font-size:clamp(17px,2vw,21px);line-height:1.55;font-weight:800}.td-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.td-btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:900}.td-btn-primary{color:#061b12!important;background:linear-gradient(135deg,var(--td-lime),#35c95d);box-shadow:0 16px 34px rgba(98,223,73,.22)}.td-btn-ghost{color:#fff!important;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(14px)}.td-proof{display:inline-flex;gap:10px;align-items:center;margin-top:22px;padding:12px 14px;border-radius:20px;color:#061b12;background:rgba(255,253,244,.92);box-shadow:0 14px 40px rgba(0,0,0,.12)}.td-proof strong{color:#e6b51a;letter-spacing:-.06em}.td-proof span{font-size:13px;font-weight:900;color:#1b3327}.td-book-card{padding:24px;border-radius:28px;background:rgba(255,253,244,.94);color:#10261b;box-shadow:0 22px 70px rgba(0,0,0,.16);backdrop-filter:blur(16px)}.td-book-card>span{color:#0a633d;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.td-book-card strong{display:block;margin:6px 0 18px;font-size:54px;line-height:1;letter-spacing:-.08em;color:#073322}.td-book-card strong small{font-size:15px;letter-spacing:0;color:#657468}.td-book-card dl{display:grid;gap:8px;margin:0 0 16px}.td-book-card dl div{display:flex;justify-content:space-between;gap:14px;padding:12px;border-radius:15px;background:#f5f1e3}.td-book-card dt{color:#657468;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.td-book-card dd{margin:0;color:#10261b;font-weight:900;text-align:right}.td-book-card a{min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--td-lime);color:#061b12;text-decoration:none;font-weight:900}.td-book-card small{display:block;margin-top:12px;color:#657468;font-weight:800;line-height:1.45}.td-quickfacts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.td-quickfacts div{padding:18px;border-radius:22px;background:rgba(255,253,244,.94);border:1px solid var(--td-line);box-shadow:var(--td-shadow)}.td-quickfacts b{display:block;margin-bottom:6px;color:#073322;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.td-quickfacts span{color:#657468;font-weight:800;line-height:1.35}.td-section{padding:clamp(54px,7vw,90px) 0}.td-split,.td-included-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:clamp(24px,5vw,60px);align-items:start}.td-section h2,.td-head h2,.td-final-cta h2{max-width:760px;margin:0;color:#10261b;font-size:clamp(36px,5.4vw,64px);line-height:.96;letter-spacing:-.075em}.td-section p,.td-head p{max-width:720px;color:#657468;font-size:16px;line-height:1.65;font-weight:800}.td-checks{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}.td-checks li{position:relative;padding-left:32px;color:#20382b;font-weight:900;line-height:1.45}.td-checks li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:var(--td-lime);color:#061b12;font-size:12px}.td-price-panel,.td-list-card{padding:26px;border-radius:28px;background:var(--td-paper);border:1px solid var(--td-line);box-shadow:var(--td-shadow)}.td-price-panel{position:sticky;top:110px}.td-price-panel h3{margin:0 0 14px;font-size:30px;letter-spacing:-.06em}.td-price-panel div{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-top:1px solid var(--td-line);font-weight:900}.td-price-panel div:first-of-type{border-top:0}.td-price-panel span{color:#657468}.td-price-panel b{color:#073322;font-size:22px}.td-price-panel del{margin-right:6px;color:#9aa393}.td-price-panel a{min-height:46px;display:flex;align-items:center;justify-content:center;margin-top:16px;border-radius:999px;background:var(--td-lime);color:#061b12;text-decoration:none;font-weight:900}.td-head{margin-bottom:24px}.td-itinerary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.td-itinerary article{display:grid;grid-template-columns:54px 1fr;gap:14px;padding:22px;border-radius:24px;background:var(--td-paper);border:1px solid var(--td-line);box-shadow:0 12px 36px rgba(3,29,22,.07)}.td-itinerary article>span{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#073322;color:var(--td-lime);font-weight:900}.td-itinerary small{color:#0da24d;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.td-itinerary h3{margin:5px 0 7px;font-size:24px;line-height:1.05;letter-spacing:-.055em}.td-itinerary p{margin:0;font-size:14px;line-height:1.55}.td-included-grid{grid-template-columns:1fr 1fr}.td-list-card h2{font-size:34px}.td-list-card ul{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.td-list-card li{padding:12px 14px;border-radius:15px;background:#f5f1e3;color:#20382b;font-weight:900}.td-muted-card{background:#eef7df}.td-gallery{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:16px;scrollbar-width:none}.td-gallery::-webkit-scrollbar{display:none}.td-gallery img{flex:0 0 min(460px,78vw);height:300px;object-fit:cover;border-radius:26px;scroll-snap-align:start;box-shadow:var(--td-shadow)}.td-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.td-faq-grid details{border-radius:18px;background:var(--td-paper);border:1px solid var(--td-line);box-shadow:0 12px 32px rgba(3,29,22,.06);overflow:hidden}.td-faq-grid summary{position:relative;display:block;padding:18px 52px 18px 18px;color:#10261b;font-weight:900;cursor:pointer}.td-faq-grid summary::-webkit-details-marker{display:none}.td-faq-grid summary:after{content:"+";position:absolute;right:16px;top:50%;width:26px;height:26px;display:grid;place-items:center;border-radius:999px;color:#061b12;background:var(--td-lime);transform:translateY(-50%)}.td-faq-grid details[open] summary:after{content:"−"}.td-faq-grid p{margin:0;padding:0 18px 18px;color:#657468;font-size:14px;line-height:1.55}.td-related .tour-card{flex:0 0 320px}.td-final-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:70px;padding:38px;border-radius:34px;background:linear-gradient(135deg,#073322,#0b4b31);color:#fff;box-shadow:var(--td-shadow)}.td-final-cta .td-kicker{color:var(--td-lime)}.td-final-cta h2{color:#fff}.td-final-cta p{max-width:620px;color:rgba(255,255,255,.76)}.td-final-cta>div:last-child{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:980px){.td-hero,.td-split,.td-included-grid,.td-final-cta{grid-template-columns:1fr;display:grid}.td-book-card,.td-price-panel{position:static}.td-quickfacts{grid-template-columns:1fr 1fr}.td-itinerary,.td-faq-grid{grid-template-columns:1fr}.td-final-cta>div:last-child{justify-content:flex-start}}@media(max-width:720px){.td-hero,.td-section,.td-quickfacts,.td-final-cta{width:calc(100% - 28px)}.td-hero{min-height:auto;margin-top:18px;padding:30px 20px;border-radius:28px}.td-hero:before{background:linear-gradient(180deg,rgba(3,29,22,.82),rgba(3,29,22,.96)),var(--td-img) center/cover no-repeat}.td-hero h1{font-size:clamp(42px,14vw,58px)}.td-hero p{font-size:15px}.td-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.td-btn{min-height:46px;padding:0 12px;font-size:13px}.td-proof{display:grid;gap:4px}.td-book-card strong{font-size:42px}.td-quickfacts{grid-template-columns:1fr;gap:10px}.td-section{padding:44px 0}.td-section h2,.td-head h2,.td-final-cta h2{font-size:clamp(32px,10vw,44px)}.td-price-panel,.td-list-card{padding:20px;border-radius:22px}.td-itinerary article{grid-template-columns:44px 1fr;padding:17px;border-radius:20px}.td-itinerary article>span{width:44px;height:44px;border-radius:15px}.td-itinerary h3{font-size:21px}.td-gallery img{height:220px}.td-faq-grid summary{padding:15px 46px 15px 15px;font-size:14px}.td-final-cta{padding:22px;border-radius:24px;margin-bottom:36px}.td-final-cta>div:last-child{display:grid;grid-template-columns:1fr 1fr;width:100%}}@media(max-width:390px){.td-actions,.td-final-cta>div:last-child{grid-template-columns:1fr}.td-quickfacts div{padding:15px}}@media(max-width:720px){.hct-swipe-hint{display:flex!important;gap:8px;align-items:center;margin:10px 0 12px;color:#617066;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hct-grid{display:flex!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto;overflow-y:hidden;padding:2px 14px 18px;margin-left:-14px;margin-right:-14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hct-grid::-webkit-scrollbar{display:none}.hct-grid>.tour-card{flex:0 0 84vw!important;min-width:84vw!important;width:84vw!important;scroll-snap-align:start}.hct-grid>.tour-card[hidden]{display:none!important}.compare-grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto;gap:13px;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.compare-grid::-webkit-scrollbar{display:none}.compare-grid article{flex:0 0 82vw;scroll-snap-align:start}}.nav-finder{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(0,61,43,.12);background:rgba(199,255,49,.16);padding:11px 15px;border-radius:999px;font-weight:900;color:#073322;text-decoration:none}.nav-finder:before{content:'✦';color:#0f9f45}.site-header{z-index:1000}.modal-open{overflow:hidden}.finder-fab{position:fixed;right:28px;bottom:104px;z-index:900;border:0;border-radius:999px;background:linear-gradient(135deg,#caff31,#22c653);color:#052e20;box-shadow:0 18px 50px rgba(8,99,54,.24);padding:12px 17px;display:inline-flex;align-items:center;gap:8px;font-weight:900;cursor:pointer}.finder-fab span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(0,61,43,.1)}.float-whatsapp{bottom:42px}.mobile-book-bar button{border:0;font:inherit;font-weight:900;border-radius:999px;padding:12px 14px;background:#0ba246;color:#fff;box-shadow:none}.mobile-book-bar button:first-child{background:#caff31;color:#062f23}.mobile-book-bar a{display:flex;align-items:center;justify-content:center}.tour-finder-modal,.booking-drawer{position:fixed;inset:0;z-index:3000;display:none}.tour-finder-modal.open,.booking-drawer.open{display:block}.tour-finder-backdrop,.booking-backdrop{position:absolute;inset:0;background:rgba(0,20,14,.58);backdrop-filter:blur(10px)}.tour-finder-panel,.booking-panel{position:absolute;right:24px;top:24px;bottom:24px;width:min(560px,calc(100vw - 48px));overflow:auto;background:#fffdf3;border:1px solid rgba(0,61,43,.1);border-radius:32px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.32)}.booking-panel{width:min(520px,calc(100vw - 48px))}.modal-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:0;border-radius:50%;background:#edf5e3;color:#062f23;font-size:24px;font-weight:900;cursor:pointer}.finder-head span,.booking-kicker{display:inline-flex;text-transform:uppercase;letter-spacing:.15em;color:#0b9d43;font-size:12px;font-weight:900}.finder-head h2,.booking-panel h2{font-size:clamp(28px,4vw,42px);line-height:.98;margin:12px 48px 10px 0;color:#052f22}.finder-head p,.booking-panel p{color:#536b61;line-height:1.6;margin:0 0 20px}.finder-form fieldset{border:0;padding:0;margin:0 0 18px;display:grid;gap:10px}.finder-form legend{font-weight:900;color:#062f23;margin-bottom:10px}.finder-form label,.booking-form label{display:grid;gap:8px;font-weight:900;color:#153b2d;font-size:14px}.finder-form fieldset label{background:#f1f7e9;border:1px solid #e2ecd4;border-radius:18px;padding:13px 14px;grid-template-columns:auto 1fr;display:grid;align-items:center}.finder-form input[type=radio]{accent-color:#10a846}.finder-grid-inputs,.booking-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}.booking-form-grid{grid-template-columns:1fr 1fr}.finder-form input,.finder-form select,.booking-form input,.booking-form select,.booking-form textarea{width:100%;border:1px solid #dfe7cf;background:#fff;border-radius:15px;padding:13px 14px;font:inherit;color:#062f23;outline:none}.finder-form input:focus,.finder-form select:focus,.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:#1ecb5a;box-shadow:0 0 0 4px rgba(30,203,90,.12)}.finder-submit,.booking-actions button{border:0;width:100%;border-radius:999px;background:linear-gradient(135deg,#16b849,#00873b);color:#fff;padding:15px 18px;font-weight:900;cursor:pointer;box-shadow:0 14px 30px rgba(0,135,59,.18)}.finder-results{margin-top:22px;display:grid;gap:12px}.finder-result-head{display:grid;gap:4px;background:#eff8e6;border-radius:18px;padding:14px 16px}.finder-result-head span{color:#617368;font-size:13px}.finder-result-card{display:grid;grid-template-columns:112px 1fr;gap:14px;background:#fff;border:1px solid #e6ead9;border-radius:22px;padding:12px;box-shadow:0 14px 32px rgba(3,38,26,.08)}.finder-result-card img{width:112px;height:112px;border-radius:18px;object-fit:cover}.finder-result-card small{display:inline-flex;background:#e8ffd7;color:#0c7034;border-radius:999px;padding:4px 9px;font-weight:900}.finder-result-card h3{margin:8px 0 5px;font-size:18px}.finder-result-card p{font-size:13px;line-height:1.45;margin:0 0 8px;color:#536b61}.finder-result-card b{font-size:13px}.finder-card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.finder-card-actions a,.finder-card-actions button{border:0;border-radius:999px;padding:9px 12px;background:#edf5e7;color:#062f23;text-decoration:none;font-weight:900;font-size:13px;cursor:pointer}.finder-card-actions a:nth-child(2){background:#10a846;color:#fff}.finder-empty{background:#fff5d5;border-radius:16px;padding:16px}.booking-form{display:grid;gap:13px}.booking-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}.booking-actions a{display:flex;align-items:center;justify-content:center;border-radius:999px;background:#eaf5df;color:#062f23;text-decoration:none;font-weight:900}.booking-status{min-height:22px;font-weight:900}.booking-status.success{color:#0a8a3b}.booking-status.error{color:#b33131}.booking-status.loading{color:#536b61}.footer-socials{display:flex;gap:8px;margin-top:14px}.footer-socials a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);text-decoration:none;font-weight:900}.mobile-swipe-note{display:none}.tour-card{will-change:transform}.tour-card:focus-visible{outline:4px solid rgba(199,255,49,.65);outline-offset:4px}.cat-tour-grid .tour-card,.hct-grid .tour-card{height:auto}.tour-card .explore-btn{min-height:42px}.cat-booking-card{align-self:stretch}.td-btn[data-open-booking],.cat-btn[data-open-booking]{cursor:pointer}@media(max-width:900px){.nav-finder{display:none}.finder-fab{right:18px;bottom:92px;padding:11px 14px}.finder-fab strong{display:none}.float-whatsapp{display:none}.tour-finder-panel,.booking-panel{left:12px;right:12px;top:auto;bottom:12px;width:auto;max-height:88vh;border-radius:28px 28px 22px 22px;padding:24px 18px}.finder-grid-inputs,.booking-form-grid{grid-template-columns:1fr}.finder-result-card{grid-template-columns:94px 1fr}.finder-result-card img{width:94px;height:110px}.mobile-swipe-note{display:flex;align-items:center;justify-content:flex-end;gap:6px;color:#0b8e3d;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin:-8px 4px 10px}.mobile-swipe-note b{font-size:18px}.cat-tour-grid.mobile-swipe-ready,.hct-grid.mobile-swipe-ready,.tour-slider.mobile-swipe-ready,.home-tour-row.mobile-swipe-ready,.popular-tour-grid.mobile-swipe-ready{display:flex!important;grid-template-columns:none!important;overflow-x:auto;overflow-y:hidden;gap:14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:6px 20px 20px;margin-inline:-20px;scrollbar-width:none}.cat-tour-grid.mobile-swipe-ready::-webkit-scrollbar,.hct-grid.mobile-swipe-ready::-webkit-scrollbar,.tour-slider.mobile-swipe-ready::-webkit-scrollbar,.home-tour-row.mobile-swipe-ready::-webkit-scrollbar,.popular-tour-grid.mobile-swipe-ready::-webkit-scrollbar{display:none}.cat-tour-grid.mobile-swipe-ready>.tour-card,.hct-grid.mobile-swipe-ready>.tour-card,.tour-slider.mobile-swipe-ready>.tour-card,.home-tour-row.mobile-swipe-ready>.tour-card,.popular-tour-grid.mobile-swipe-ready>.tour-card{flex:0 0 min(84vw,360px);scroll-snap-align:start}.cat-tour-grid.mobile-swipe-ready>.cat-booking-card{flex:0 0 min(84vw,360px);scroll-snap-align:start}.cat-tour-grid.mobile-swipe-ready .tour-card-desc,.hct-grid.mobile-swipe-ready .tour-card-desc{display:none}.cat-tour-grid.mobile-swipe-ready .tour-image,.hct-grid.mobile-swipe-ready .tour-image{height:190px}.cat-tour-grid.mobile-swipe-ready .tour-body,.hct-grid.mobile-swipe-ready .tour-body{padding:14px}.cat-tour-grid.mobile-swipe-ready .tour-price-grid,.hct-grid.mobile-swipe-ready .tour-price-grid{grid-template-columns:1fr 1fr}.cat-tour-grid.mobile-swipe-ready .tour-proof-row,.hct-grid.mobile-swipe-ready .tour-proof-row{font-size:12px;gap:5px}.mobile-book-bar{grid-template-columns:1fr 1fr 1fr}.td-hero .td-actions,.cat-hero-actions,.hero-actions{gap:10px}.td-quickfacts{display:flex;overflow:auto;gap:10px;scroll-snap-type:x mandatory;margin-inline:-20px;padding-inline:20px}.td-quickfacts>div{flex:0 0 74%;scroll-snap-align:start}}@media(max-width:560px){.finder-result-card{grid-template-columns:1fr}.finder-result-card img{width:100%;height:160px}.booking-actions{grid-template-columns:1fr}.tour-finder-panel,.booking-panel{padding-bottom:90px}.finder-head h2,.booking-panel h2{font-size:30px}.mobile-book-bar{padding:9px 9px calc(9px+env(safe-area-inset-bottom));gap:7px}.mobile-book-bar button,.mobile-book-bar a{font-size:12px;padding:11px 9px}.cat-tour-grid.mobile-swipe-ready>.tour-card,.hct-grid.mobile-swipe-ready>.tour-card,.tour-slider.mobile-swipe-ready>.tour-card,.home-tour-row.mobile-swipe-ready>.tour-card,.popular-tour-grid.mobile-swipe-ready>.tour-card,.cat-tour-grid.mobile-swipe-ready>.cat-booking-card{flex-basis:86vw}.cat-tour-grid.mobile-swipe-ready .tour-image,.hct-grid.mobile-swipe-ready .tour-image{height:176px}}.tour-matchmaker{width:min(1180px,calc(100% - 48px));margin:26px auto 0;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:20px;align-items:stretch}.matchmaker-copy,.matchmaker-panel{border-radius:30px;border:1px solid rgba(6,53,40,.12);box-shadow:0 18px 54px rgba(3,29,22,.08)}.matchmaker-copy{padding:30px;background:linear-gradient(135deg,#073322,#0b4b31);color:#fff}.matchmaker-copy span{display:inline-flex;margin-bottom:12px;color:#d7ff36;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.matchmaker-copy h2{margin:0;font-size:clamp(34px,4.6vw,58px);line-height:.94;letter-spacing:-.075em;color:#fff}.matchmaker-copy p{margin:15px 0 0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.55;font-weight:800}.matchmaker-panel{display:grid;gap:16px;padding:24px;background:#fffdf4}.matchmaker-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.matchmaker-panel label{display:grid;gap:7px;color:#20382b;font-size:12px;font-weight:900}.matchmaker-panel select{min-height:44px;width:100%;padding:0 12px;border-radius:14px;border:1px solid rgba(6,53,40,.12);background:#fff;font:inherit;font-weight:800;color:#10261b}.matchmaker-panel>button{min-height:48px;border:0;border-radius:999px;background:linear-gradient(135deg,#d7ff36,#35c95d);color:#061b12;font:inherit;font-weight:900;cursor:pointer}.matchmaker-result:empty{display:none}.match-result-card{display:grid;grid-template-columns:160px 1fr;gap:14px;padding:14px;border-radius:22px;background:#f5f1e3;border:1px solid rgba(6,53,40,.09)}.match-result-card img{width:100%;height:140px;object-fit:cover;border-radius:18px}.match-result-card small{color:#0da24d;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.match-result-card h3{margin:5px 0 7px;font-size:28px;line-height:1;letter-spacing:-.06em}.match-result-card p{margin:0;color:#657468;font-size:13px;line-height:1.45;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.match-result-card b{display:block;margin-top:9px;color:#073322}.match-result-card div div{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.match-result-card a{min-height:38px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:#fff;color:#073322;text-decoration:none;font-size:12px;font-weight:900}.match-result-card a:nth-child(2){background:#d7ff36}.match-result-card a:nth-child(3){background:#16a34a;color:#fff}@media(max-width:980px){.tour-matchmaker{grid-template-columns:1fr}.matchmaker-fields{grid-template-columns:1fr 1fr}}@media(max-width:720px){.tour-matchmaker{width:calc(100% - 28px);margin-top:18px}.matchmaker-copy,.matchmaker-panel{border-radius:24px;padding:20px}.matchmaker-fields{grid-template-columns:1fr}.match-result-card{grid-template-columns:1fr}.match-result-card img{height:190px}.matchmaker-copy h2{font-size:34px}}@media(max-width:900px){.mobile-book-bar{grid-template-columns:1fr 1fr!important}.mobile-book-bar a{min-width:0}.mobile-book-bar button{display:none!important}}@media(max-width:900px){.mobile-book-bar{grid-template-columns:1fr 1fr 1fr!important}.mobile-book-bar button{display:flex!important;align-items:center;justify-content:center}.mobile-book-bar a{min-width:0}}:root{--mobile-book-space:0px}body{padding-bottom:var(--mobile-book-space)}.page-hero{position:relative;overflow:hidden}.page-hero[style*="--page-hero-img"]::before,.cms-page-hero[style*="--page-hero-img"]::before,.blog-article-hero[style*="--page-hero-img"]::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,29,22,.9),rgba(3,29,22,.54),rgba(3,29,22,.2)),var(--page-hero-img) center/cover no-repeat;z-index:-1}.page-hero[style*="--page-hero-img"],.cms-page-hero[style*="--page-hero-img"],.blog-article-hero[style*="--page-hero-img"]{color:#fff}.page-narrow{max-width:1040px;margin:0 auto;padding-inline:clamp(16px,4vw,32px)}.cms-rich-text,.blog-content-card{font-size:17px;line-height:1.75;color:rgba(18,37,28,.92)}.cms-rich-text p,.blog-content-card p{margin:0 0 1.1em}.blog-content-card{padding:clamp(22px,4vw,44px);border:1px solid var(--line);border-radius:28px;background:rgba(255,253,248,.92);box-shadow:var(--shadow-sm)}.article-meta,.review-summary-strip,.hub-hero-proof{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.article-meta span,.review-summary-strip span,.hub-hero-proof span{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.78);color:var(--ink);font-weight:900;line-height:1.15}.review-summary-strip strong{font-size:22px;color:var(--forest)}.review-summary-strip em{font-style:normal;color:var(--muted)}.article-cta-strip,.faq-inline-cta,.review-cta-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(18px,4vw,34px);align-items:center;margin:clamp(28px,5vw,58px) 0;padding:clamp(22px,4vw,34px);border-radius:28px;color:#fff;background:linear-gradient(135deg,var(--forest),var(--forest-2));box-shadow:var(--shadow-md)}.article-cta-strip p,.faq-inline-cta p,.review-cta-card p{color:rgba(255,255,255,.78)}.article-cta-strip .script,.faq-inline-cta .script,.review-cta-card .script{color:var(--lime)}.blog-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:20px 20px 0 0}.blog-card p{color:var(--muted);font-weight:700}.mobile-card-carousel,.cat-tour-grid,.hct-grid,.td-related,.td-gallery,.review-featured{scrollbar-width:none;-webkit-overflow-scrolling:touch}.mobile-card-carousel::-webkit-scrollbar,.cat-tour-grid::-webkit-scrollbar,.hct-grid::-webkit-scrollbar,.td-related::-webkit-scrollbar,.td-gallery::-webkit-scrollbar,.review-featured::-webkit-scrollbar{display:none}.mobile-swipe-note{display:none;width:max-content;margin:0 0 10px;padding:7px 11px;border-radius:999px;background:rgba(215,255,54,.55);color:var(--forest);font-size:12px;font-weight:900}.hct-swipe-hint{color:var(--muted);font-weight:900}.tour-card .explore-btn{text-transform:none}.tour-card-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.faq-help-center{max-width:1180px;margin-inline:auto}.faq-tools{display:grid;gap:16px;margin-bottom:24px;padding:18px;border:1px solid var(--line);border-radius:24px;background:rgba(255,253,248,.82);box-shadow:var(--shadow-sm)}.faq-search{display:grid;gap:8px;font-size:13px;font-weight:900;color:var(--forest);text-transform:uppercase;letter-spacing:.08em}.faq-search input{min-height:54px;padding:0 18px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--ink);font-size:16px;font-weight:800}.faq-tabs,.review-tabs{display:flex;flex-wrap:wrap;gap:10px}.faq-tabs button,.review-tabs button{min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.75);color:var(--forest);font-weight:900}.faq-tabs button.active,.review-tabs button.active{background:var(--forest);color:#fff}.faq-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.enhanced-faq-list{display:grid;gap:12px}.faq-sidebar{position:sticky;top:110px;display:grid;gap:14px;padding:24px;border-radius:28px;color:#fff;background:linear-gradient(135deg,var(--forest),var(--forest-2));box-shadow:var(--shadow-md)}.faq-sidebar p{color:rgba(255,255,255,.76)}.faq-popular-tours{max-width:1180px;margin-inline:auto}.enhanced-reviews-page{max-width:1180px;margin-inline:auto}.review-featured{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px}.featured-review-card{min-height:100%;border:1px solid rgba(31,180,110,.25)}.sticky-tabs{position:sticky;top:82px;z-index:30;padding:10px 0;background:linear-gradient(180deg,rgba(245,241,227,.98),rgba(245,241,227,.9));backdrop-filter:blur(10px)}.full-review.is-hidden,.full-review.filter-hidden,[data-loadmore-item][hidden]{display:none !important}.loadmore-actions{display:flex;justify-content:center;gap:12px;margin-top:26px}.review-cta-card{grid-column:1 / -1;margin:0}.td-mini-nav{position:sticky;top:82px;z-index:40;display:flex;gap:8px;width:min(980px,calc(100% - 32px));margin:-10px auto 34px;padding:8px;border:1px solid var(--line);border-radius:999px;background:rgba(255,253,248,.86);box-shadow:var(--shadow-sm);backdrop-filter:blur(16px);overflow-x:auto;scrollbar-width:none}.td-mini-nav::-webkit-scrollbar{display:none}.td-mini-nav a{flex:1 0 auto;display:grid;place-items:center;min-height:38px;padding:0 16px;border-radius:999px;color:var(--forest);font-weight:900}.td-mini-nav a.active,.td-mini-nav a:hover{background:var(--lime)}.td-book-card{position:sticky;top:100px}.td-itinerary article{scroll-margin-top:140px}.td-price-panel,#overview,#route,#faq{scroll-margin-top:140px}.finder-fab,.float-whatsapp{transition:transform .2s ease,opacity .2s ease}.mobile-book-bar{left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));bottom:max(8px,env(safe-area-inset-bottom));z-index:1001}.footer-socials a{text-transform:none}.footer-inner h4{cursor:default}@media (max-width:1020px){.faq-layout{grid-template-columns:1fr}.faq-sidebar{position:relative;top:auto}.review-featured{grid-template-columns:1fr}}@media (max-width:760px){body{padding-bottom:var(--mobile-book-space,92px)}main{padding-bottom:12px}.topbar{display:none}.navbar{min-height:60px}.navlinks{top:60px}.finder-fab,.float-whatsapp{display:none !important}.mobile-swipe-note{display:inline-flex;align-items:center;gap:7px}.mobile-card-carousel,.cat-tour-grid,.hct-grid,.td-related,.td-gallery,.review-featured{display:grid !important;grid-auto-flow:column;grid-auto-columns:minmax(282px,86vw);grid-template-columns:none !important;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding:0 16px 10px;margin-inline:-16px}.mobile-card-carousel>*,.cat-tour-grid>*,.hct-grid>*,.td-related>*,.td-gallery>*,.review-featured>*{scroll-snap-align:start}.cat-booking-card{min-width:min(86vw,330px)}.hct-grid .tour-card,.cat-tour-grid .tour-card,.mobile-card-carousel .tour-card{width:100%}.hct-grid{max-height:none}.hct-grid .tour-card:nth-of-type(n+7){display:none}.article-cta-strip,.faq-inline-cta,.review-cta-card{grid-template-columns:1fr}.faq-tabs,.review-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.faq-tabs::-webkit-scrollbar,.review-tabs::-webkit-scrollbar{display:none}.faq-tabs button,.review-tabs button{flex:0 0 auto}.faq-sidebar{border-radius:24px}.review-grid-loadmore{grid-template-columns:1fr !important}.loadmore-actions{display:grid}.td-mini-nav{top:60px;width:calc(100% - 16px);margin:-4px 8px 24px}.td-book-card{position:relative;top:auto}.td-hero{min-height:auto}.footer-inner>div:not(.footer-brand):not(.footer-booking) h4::after{content:"+";float:right}.footer-inner>div:not(.footer-brand):not(.footer-booking):not(.open) a{display:none}.footer-inner>div:not(.footer-brand):not(.footer-booking).open h4::after{content:"−"}}@media (min-width:761px){.mobile-book-bar{display:none}}:root{--ht-green:#063521;--ht-green-2:#0a4a30;--ht-lime:#caff31;--ht-cream:#f6efd9;--ht-paper:#fffdf4;--ht-ink:#0e2d22;--ht-muted:#5e7167;--ht-line:rgba(6,53,40,.12);--ht-shadow:0 18px 48px rgba(5,34,24,.12);--ht-shadow-soft:0 10px 28px rgba(5,34,24,.08);--ht-radius-lg:32px;--ht-radius:22px}html{scroll-behavior:smooth}body{font-family:Quicksand,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--ht-cream);color:var(--ht-ink)}img{max-width:100%;height:auto}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:12px 16px;border-radius:999px}.section-tight{width:min(1120px,calc(100% - 40px));margin:0 auto 88px}.section-eyebrow{display:inline-flex;margin-bottom:9px;color:#14a94d;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.premium-hero{width:min(1120px,calc(100% - 40px));margin:34px auto 34px;border-radius:var(--ht-radius-lg);background:radial-gradient(circle at top right,rgba(202,255,49,.12),transparent 34%),linear-gradient(135deg,#073522,#095033);color:#fff;box-shadow:var(--ht-shadow);padding:clamp(34px,6vw,70px)}.premium-hero span{display:inline-flex;margin-bottom:14px;color:#39d26b;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900}.premium-hero h1{max-width:780px;margin:0 0 18px;font-size:clamp(42px,7vw,82px);line-height:.92;letter-spacing:-.075em}.premium-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.82);font-size:clamp(15px,2vw,18px);font-weight:700;line-height:1.55}.cms-content{font-size:17px;line-height:1.75;color:#1f3c30}.cms-content h2,.cms-content h3{line-height:1.05;letter-spacing:-.045em;color:#062f23}.cms-content h2{font-size:clamp(28px,4vw,42px);margin:34px 0 12px}.cms-content h3{font-size:clamp(22px,3vw,28px);margin:28px 0 10px}.cms-content a{color:#08773a;font-weight:900}.cms-content img{border-radius:20px;box-shadow:var(--ht-shadow-soft)}.nav-cta,.cv-btn-primary,.cat-btn-primary,.td-btn-primary,.finder-submit,.booking-actions button{background:linear-gradient(135deg,var(--ht-lime),#1fc85a)!important;color:#06261b!important;box-shadow:0 16px 36px rgba(28,184,77,.22)!important}.nav-whatsapp{background:#eaf7d8!important;color:#073322!important;box-shadow:none!important}.nav-finder{background:rgba(202,255,49,.18)!important;border:1px solid rgba(6,53,40,.12)!important}.cv-mini-btn,.explore-btn{font-weight:900}.cv-mini-link,.text-link{font-weight:900}.page-hero{box-shadow:var(--ht-shadow-soft)}.hanoi-tours-hero,.cat-hero,.td-hero{box-shadow:var(--ht-shadow);border:1px solid rgba(6,53,40,.08)}.td-book-card{position:sticky;top:96px}.td-book-card a,.td-price-panel a{min-height:46px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--ht-lime);color:#06261b;text-decoration:none;font-weight:900}.td-proof,.cat-hero-rating{backdrop-filter:blur(12px)}.td-itinerary article{border-left:4px solid var(--ht-lime)}.td-itinerary article span{background:var(--ht-green);color:#fff}.td-gallery img{object-fit:cover;aspect-ratio:16/10}.td-final-cta{background:linear-gradient(135deg,#073522,#095033)!important;color:#fff}.td-final-cta p{color:rgba(255,255,255,.78)}.faq-help{display:grid;gap:24px}.faq-search-card{display:grid;grid-template-columns:1.25fr 1fr;gap:18px;align-items:end;padding:24px;border-radius:28px;background:rgba(255,253,244,.92);border:1px solid var(--ht-line);box-shadow:var(--ht-shadow-soft)}.faq-search-card h2{margin:0 0 8px;font-size:clamp(30px,4vw,48px);line-height:.96;letter-spacing:-.065em}.faq-search-card p{margin:0;color:var(--ht-muted);font-weight:700;line-height:1.55}.faq-search-label{font-size:0;position:absolute}.faq-search-card input[type=search]{grid-column:2;width:100%;min-height:54px;border:1px solid var(--ht-line);border-radius:18px;background:#fff;padding:0 18px;font:inherit;font-weight:800;color:var(--ht-ink);outline:0}.faq-search-card input[type=search]:focus{border-color:#20b958;box-shadow:0 0 0 4px rgba(32,185,88,.12)}.faq-topic-tabs{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.faq-topic-tabs button{border:0;border-radius:999px;background:#ecf4e3;color:#0d3a2b;padding:10px 14px;font-weight:900;cursor:pointer}.faq-topic-tabs button.active{background:var(--ht-green);color:#fff}.faq-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.faq-accordion-list{display:grid;gap:12px}.faq-card{border:1px solid var(--ht-line);border-radius:20px;background:rgba(255,253,244,.95);box-shadow:var(--ht-shadow-soft);overflow:hidden}.faq-card[hidden]{display:none!important}.faq-card summary{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;cursor:pointer;list-style:none;font-size:17px;font-weight:900}.faq-card summary::-webkit-details-marker{display:none}.faq-card summary b{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#e2f6dc;color:#083e29}.faq-card[open] summary b{transform:rotate(45deg);background:var(--ht-lime)}.faq-answer{padding:0 22px 20px}.faq-answer p{margin:0;color:#52665d;line-height:1.7;font-weight:700}.faq-side-cta{position:sticky;top:96px;padding:24px;border-radius:28px;background:linear-gradient(145deg,#073522,#095033);color:#fff;box-shadow:var(--ht-shadow)}.faq-side-cta span{color:var(--ht-lime);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:11px}.faq-side-cta h2{margin:10px 0;font-size:32px;line-height:.96;letter-spacing:-.06em}.faq-side-cta p{color:rgba(255,255,255,.78);line-height:1.55}.faq-side-cta button,.faq-side-cta a{width:100%;min-height:46px;margin-top:10px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900}.faq-side-cta button{background:var(--ht-lime);color:#05291c}.faq-side-cta a{background:rgba(255,255,255,.1);color:#fff}.faq-extra{max-width:820px;margin-top:16px}.review-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:28px}.review-summary article{padding:20px;border-radius:22px;background:#fffdf4;border:1px solid var(--ht-line);box-shadow:var(--ht-shadow-soft)}.review-summary strong{display:block;font-size:40px;line-height:1;letter-spacing:-.06em;color:var(--ht-green)}.review-summary span{color:var(--ht-muted);font-weight:900}.section-head.compact{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-head.compact h2{margin:0 0 8px;font-size:clamp(32px,5vw,56px);line-height:.92;letter-spacing:-.07em}.section-head.compact p{max-width:620px;margin:0;color:var(--ht-muted);font-weight:700;line-height:1.55}.keyword-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.keyword-pills span{border-radius:999px;background:#edf6e4;color:#0c3b2b;padding:9px 12px;font-weight:900;font-size:13px}.optimized-review-grid{align-items:stretch}.review-card[hidden]{display:none!important}.review-card{display:flex;flex-direction:column}.review-card p{flex:1}.review-load-row{display:flex;align-items:center;justify-content:center;gap:14px;margin:24px 0 40px}.review-load-row button,.review-load-row a,.reviews-cta button,.reviews-cta a{min-height:46px;border:0;border-radius:999px;padding:0 18px;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.review-load-row button,.reviews-cta button{background:var(--ht-green);color:#fff}.review-load-row a,.reviews-cta a{background:#eaf7d8;color:#073322}.reviews-cta{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:30px;border-radius:28px;background:linear-gradient(135deg,#073522,#095033);color:#fff;box-shadow:var(--ht-shadow)}.reviews-cta h2{margin:0 0 8px;font-size:clamp(30px,5vw,50px);line-height:.94;letter-spacing:-.06em}.reviews-cta p{margin:0;color:rgba(255,255,255,.78);font-weight:700}.reviews-cta div:last-child{display:flex;gap:10px;flex-wrap:wrap}.reviews-cta button{background:var(--ht-lime);color:#06261b}.blog-index-section{width:min(1120px,calc(100% - 40px));margin:0 auto 88px}.optimized-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.blog-card{min-height:100%;border:1px solid var(--ht-line);background:#fffdf4;box-shadow:var(--ht-shadow-soft);border-radius:22px;padding:14px;text-decoration:none;color:var(--ht-ink);display:grid;gap:9px}.blog-card img,.blog-art{width:100%;aspect-ratio:16/10;border-radius:16px;object-fit:cover;background:radial-gradient(circle at top right,var(--ht-lime),transparent 45%),linear-gradient(135deg,#eaf4d8,#fff)}.blog-card small{color:#13a34c;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.blog-card h3{margin:0;font-size:22px;line-height:1.05;letter-spacing:-.04em}.blog-card p{margin:0;color:var(--ht-muted);font-weight:700;line-height:1.5}.blog-card span{font-weight:900;color:#08773a}.blog-feature-image{width:min(980px,calc(100% - 40px));margin:-10px auto 34px}.blog-feature-image img{width:100%;border-radius:28px;box-shadow:var(--ht-shadow);object-fit:cover;aspect-ratio:16/8}.blog-feature-image figcaption{margin-top:9px;color:var(--ht-muted);font-size:13px;font-weight:700}.blog-post-layout,.simple-page{width:min(1120px,calc(100% - 40px));margin:0 auto 88px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.blog-content,.simple-content{background:#fffdf4;border:1px solid var(--ht-line);border-radius:28px;padding:clamp(22px,4vw,42px);box-shadow:var(--ht-shadow-soft)}.blog-sidebar,.simple-cta{position:sticky;top:96px;display:grid;gap:14px}.blog-side-card,.simple-cta{padding:22px;border-radius:24px;background:linear-gradient(145deg,#073522,#095033);color:#fff;box-shadow:var(--ht-shadow)}.blog-side-card.soft{background:#fffdf4;color:var(--ht-ink);border:1px solid var(--ht-line);box-shadow:var(--ht-shadow-soft)}.blog-side-card span,.simple-cta span{color:var(--ht-lime);text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:900}.blog-side-card h2,.simple-cta h2{margin:9px 0;font-size:30px;line-height:.98;letter-spacing:-.06em}.blog-side-card p,.simple-cta p{color:rgba(255,255,255,.78);line-height:1.55;font-weight:700}.blog-side-card a,.simple-cta a,.blog-side-card button{min-height:44px;border:0;border-radius:999px;background:var(--ht-lime);color:#06261b;text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:900;margin-top:8px;padding:0 14px}.blog-side-card.soft a{background:#edf6e4;color:#073322;justify-content:flex-start}.simple-cta{height:max-content}.finder-form-v2 fieldset{grid-template-columns:repeat(2,minmax(0,1fr))}.finder-form-v2 legend{grid-column:1/-1}.finder-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}.finder-result-card{border-color:rgba(6,53,40,.12)}.finder-result-card.is-best{border-color:rgba(202,255,49,.9);box-shadow:0 18px 50px rgba(8,99,54,.16)}.finder-reasons{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.finder-reasons span{font-size:11px;border-radius:999px;background:#edf7df;color:#0c5833;padding:5px 8px;font-weight:900}.booking-panel,.tour-finder-panel{font-family:Quicksand,system-ui,sans-serif}.modal-open{overflow:hidden}.optimized-footer{margin-top:0}.footer-col{display:grid;gap:8px;height:max-content}.footer-col h4{margin-bottom:6px}.footer-bottom a{color:inherit}.footer-socials a{text-transform:uppercase}.footer-booking{height:max-content}.footer-cta{background:var(--ht-lime)!important;color:#06261b!important}@media (min-width:901px){.mobile-book-bar{display:none!important}.site-header{backdrop-filter:blur(14px)}.finder-fab{bottom:112px}.float-whatsapp{bottom:48px}.cat-tour-grid,.hct-grid,.cv-tour-grid-primary{align-items:stretch}.cat-tour-grid>.tour-card,.hct-grid>.tour-card,.cv-tour-grid-primary>.cv-tour-card{height:auto}.td-related .tour-card{min-width:280px}.review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-card:nth-child(5)::after{content:'Still not sure? Use the Tour Finder or message WhatsApp for a local recommendation.';display:block;margin:0 22px 20px;padding:14px;border-radius:16px;background:#eff8e3;color:#0e4b31;font-weight:900}}@media (max-width:900px){body{padding-bottom:calc(86px+env(safe-area-inset-bottom))!important;overflow-x:hidden}.topbar{display:none!important}.site-header{position:sticky;top:0;z-index:1000}.navbar{min-height:58px}.navlinks.open{max-height:calc(100vh - 58px);overflow:auto}.finder-fab,.float-whatsapp{display:none!important}.mobile-book-bar{position:fixed;left:8px;right:8px;bottom:8px;z-index:2600;display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:8px;padding:8px calc(8px+env(safe-area-inset-right)) calc(8px+env(safe-area-inset-bottom)) calc(8px+env(safe-area-inset-left));border-radius:24px;background:rgba(3,27,18,.92);box-shadow:0 14px 44px rgba(0,0,0,.32);backdrop-filter:blur(14px)}.mobile-book-bar button,.mobile-book-bar a{min-height:44px;border:0;border-radius:999px;font:inherit;font-size:12px;font-weight:900;text-decoration:none;display:flex!important;align-items:center;justify-content:center;padding:0 8px}.mobile-book-bar button:first-child{background:var(--ht-lime);color:#06261b}.mobile-book-bar button:nth-child(2){background:#11ad50;color:#fff}.mobile-book-bar a{background:#18a965;color:#fff}.footer{padding-bottom:110px!important}.premium-hero,.page-hero{width:calc(100% - 20px)!important;margin:18px auto 22px!important;padding:34px 20px!important;border-radius:26px!important}.premium-hero h1,.page-hero h1{font-size:clamp(34px,11vw,48px)!important;line-height:.94!important}.premium-hero p,.page-hero p{font-size:14px!important}.section-tight,.blog-index-section,.blog-post-layout,.simple-page{width:calc(100% - 20px)!important;margin-bottom:54px}.faq-search-card{grid-template-columns:1fr;padding:18px;border-radius:22px}.faq-search-card input[type=search]{grid-column:1}.faq-layout,.blog-post-layout,.simple-page{grid-template-columns:1fr}.faq-side-cta,.blog-sidebar,.simple-cta{position:static}.faq-card summary{min-height:74px;padding:18px}.faq-answer{padding:0 18px 18px}.review-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.section-head.compact{display:grid}.keyword-pills{justify-content:flex-start}.reviews-cta{grid-template-columns:1fr}.review-load-row{display:grid}.optimized-blog-grid{grid-template-columns:1fr}.blog-feature-image{width:calc(100% - 20px);margin:0 auto 20px}.blog-feature-image img{aspect-ratio:16/11;border-radius:22px}.footer-inner{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;width:calc(100% - 28px)!important;padding:42px 0!important}.footer-col{border-top:1px solid rgba(255,255,255,.1);padding-top:16px}.footer-bottom{width:calc(100% - 28px)!important;display:block!important;line-height:1.8}.tour-finder-panel,.booking-panel{left:10px!important;right:10px!important;top:auto!important;bottom:10px!important;width:auto!important;max-height:86vh!important;padding:22px 16px 96px!important;border-radius:28px 28px 22px 22px!important}.finder-form-v2 fieldset,.finder-grid-v2{grid-template-columns:1fr!important}.finder-result-card{grid-template-columns:92px 1fr}.finder-result-card img{width:92px;height:112px;object-fit:cover}.td-book-card{position:relative;top:auto}.td-hero{margin-top:18px!important}.td-actions,.cat-hero-actions,.cv-hero-actions{display:grid!important;grid-template-columns:1fr!important}.td-quickfacts{margin-top:10px}.td-section{margin-top:54px!important}.td-itinerary{display:grid!important;gap:12px}.td-itinerary article{grid-template-columns:auto 1fr!important;padding:14px!important}.td-included-grid{grid-template-columns:1fr!important}.td-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:12px}.td-gallery img{flex:0 0 84vw;scroll-snap-align:start}.review-tabs,.faq-topic-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.review-tabs::-webkit-scrollbar,.faq-topic-tabs::-webkit-scrollbar{display:none}.review-tabs button,.faq-topic-tabs button{white-space:nowrap}.cv-tour-grid-primary,.cat-tour-grid,.hct-grid,.cv-review-grid,.review-grid,.cat-benefit-grid,.cat-compare-grid,.cat-practical-list,.tour-slider,.td-related{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;overflow-y:hidden!important;gap:14px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:6px 16px 18px!important;margin-left:-16px!important;margin-right:-16px!important}.cv-tour-grid-primary::-webkit-scrollbar,.cat-tour-grid::-webkit-scrollbar,.hct-grid::-webkit-scrollbar,.cv-review-grid::-webkit-scrollbar,.review-grid::-webkit-scrollbar,.cat-benefit-grid::-webkit-scrollbar,.cat-compare-grid::-webkit-scrollbar,.cat-practical-list::-webkit-scrollbar,.tour-slider::-webkit-scrollbar,.td-related::-webkit-scrollbar{display:none}.cv-tour-grid-primary>*{flex:0 0 min(86vw,360px)!important;scroll-snap-align:start}.cat-tour-grid>.tour-card,.cat-tour-grid>.cat-booking-card,.hct-grid>.tour-card,.tour-slider>.tour-card,.td-related>.tour-card,.review-grid>.review-card,.cv-review-grid>.cv-review-card,.cat-benefit-grid>*,.cat-compare-grid>*,.cat-practical-list>*{flex:0 0 min(86vw,360px)!important;min-width:min(86vw,360px)!important;width:min(86vw,360px)!important;scroll-snap-align:start!important}.review-grid>.review-card{min-height:360px}.mobile-swipe-note{display:flex!important;align-items:center;justify-content:space-between;margin:0 0 8px;color:#0b8e3d;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.mobile-swipe-note b{font-size:20px}.tour-card-desc{display:none!important}.tour-image{aspect-ratio:1.35/1!important}.cv-tour-card p{display:none}.cv-tour-includes{display:none!important}.cv-tour-bottom{gap:10px}.cat-booking-card{min-height:auto!important}.hct-grid>.tour-card[hidden],.review-grid>.review-card[hidden]{display:none!important}}@media (max-width:520px){.mobile-book-bar{left:6px;right:6px;border-radius:22px}.review-summary strong{font-size:32px}.review-summary article{padding:16px}.faq-search-card h2,.reviews-cta h2,.section-head.compact h2{font-size:32px}.finder-result-card{grid-template-columns:1fr}.finder-result-card img{width:100%;height:150px}.booking-actions{grid-template-columns:1fr!important}.cat-tour-grid>.tour-card,.cat-tour-grid>.cat-booking-card,.hct-grid>.tour-card,.tour-slider>.tour-card,.td-related>.tour-card,.review-grid>.review-card,.cv-review-grid>.cv-review-card{flex-basis:88vw!important;min-width:88vw!important;width:88vw!important}.optimized-blog-grid .blog-card{padding:12px}.cms-content{font-size:16px}.blog-content,.simple-content{padding:20px;border-radius:22px}}html,body{overflow-x:hidden}.site-header{box-shadow:0 10px 30px rgba(4,31,22,.05)}.navbar{width:min(1320px,calc(100% - 32px));margin-inline:auto}.navlinks>a,.nav-item>a{letter-spacing:.04em}.navlinks .nav-whatsapp{opacity:.92}.navlinks .nav-cta{font-weight:900}.faq-helpdesk{width:min(1120px,calc(100% - 40px));margin:0 auto 28px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.faq-search-card{display:grid;grid-template-columns:1fr;align-items:start}.faq-search-card .script{color:#11a04d;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.faq-search-card h2{max-width:760px}.faq-search{position:relative;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#0d402d}.faq-search span{display:block;margin:8px 0}.faq-search input{width:100%;min-height:54px;border:1px solid var(--ht-line);border-radius:18px;background:#fff;padding:0 18px;font:inherit;font-size:16px;font-weight:800;color:var(--ht-ink);outline:0}.faq-tabs{display:flex;gap:8px;flex-wrap:wrap}.faq-tabs button{border:0;border-radius:999px;background:#edf6e4;color:#073322;padding:10px 14px;font:inherit;font-size:13px;font-weight:900;cursor:pointer}.faq-tabs button.active{background:#073322;color:#fff}.faq-side-cta h3{margin:10px 0;font-size:30px;line-height:.98;letter-spacing:-.06em;color:#fff}.faq-pro{width:min(880px,calc(100% - 40px));margin:0 auto 80px}.faq-pro .faq-item{border:1px solid var(--ht-line);border-radius:20px;background:rgba(255,253,244,.95);box-shadow:var(--ht-shadow-soft);overflow:hidden}.faq-pro .faq-item[hidden]{display:none!important}.faq-pro summary{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;cursor:pointer;list-style:none;font-weight:900}.faq-pro summary::-webkit-details-marker{display:none}.faq-pro summary:after{content:'+';display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#e2f6dc;color:#073322;font-weight:900}.faq-pro details[open] summary:after{transform:rotate(45deg);background:var(--ht-lime)}.faq-pro p{margin:0;padding:0 22px 20px;color:#52665d;line-height:1.7;font-weight:700}.faq-empty{padding:18px;border-radius:18px;background:#fff;border:1px solid var(--ht-line);font-weight:900;color:#6a744b}.faq-inline-cta button{min-height:44px;border:0;border-radius:999px;background:var(--ht-lime);padding:0 18px;font:inherit;font-weight:900;color:#06261b;cursor:pointer}.review-summary-wrap{width:min(1120px,calc(100% - 40px));margin:0 auto 36px}.review-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px}.review-summary>div{padding:20px;border-radius:22px;background:#fffdf4;border:1px solid var(--ht-line);box-shadow:var(--ht-shadow-soft)}.review-summary strong{display:block;font-size:40px;line-height:1;letter-spacing:-.06em;color:#073322}.review-summary span{color:#617066;font-weight:900}.review-keywords{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.review-keywords span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#14a94d;font-weight:900}.review-keywords b{border-radius:999px;background:#edf6e4;color:#073322;padding:9px 12px;font-size:13px}.reviews-page{width:min(1120px,calc(100% - 40px));margin-inline:auto}.featured-review-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:18px 0 26px}.featured-review{border-color:rgba(32,180,90,.22)}.review-tabs{position:sticky;top:74px;z-index:25;padding:10px 0;background:linear-gradient(180deg,rgba(246,239,217,.98),rgba(246,239,217,.86));backdrop-filter:blur(10px)}.review-tabs button{border:0;border-radius:999px;background:#edf6e4;color:#073322;padding:10px 14px;font:inherit;font-size:13px;font-weight:900;cursor:pointer}.review-tabs button.active{background:#073322;color:#fff}.review-load-grid .review-card[hidden]{display:none!important}.review-card.load-hidden{display:none}.review-load-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin:24px 0 70px}.review-load-actions button,.review-load-actions a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:0 18px;text-decoration:none;font:inherit;font-weight:900}.review-load-actions button{background:#073322;color:#fff}.review-load-actions a{background:#eaf7d8;color:#073322}.review-cta-card button{min-height:44px;border:0;border-radius:999px;background:var(--ht-lime);color:#06261b;padding:0 18px;font:inherit;font-weight:900;cursor:pointer}.review-cta-card span{color:var(--ht-lime);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:11px}.blog-page,.blog-article-page,.cms-page{min-height:60vh}.blog-card{overflow:hidden}.blog-card img{display:block}.cms-content-block{width:min(980px,calc(100% - 40px));margin:0 auto 42px;padding:clamp(22px,4vw,38px);border:1px solid var(--ht-line);border-radius:28px;background:rgba(255,253,244,.88);box-shadow:var(--ht-shadow-soft);font-weight:700;line-height:1.72}.cms-content-block h2{font-size:clamp(28px,4vw,44px);line-height:.96;letter-spacing:-.06em}.cms-content-block a{color:#08773a;font-weight:900}.cat-guide-grid,.blog-grid,.optimized-blog-grid{align-items:stretch}.cat-guide-card{background:radial-gradient(circle at top right,rgba(202,255,49,.55),transparent 46%),#fffdf4}.td-mini-nav{box-shadow:0 10px 34px rgba(5,34,24,.08)}.td-book-card p:last-child,.td-price-panel p:last-child{font-size:12px;color:#617066}.mobile-swipe-note{max-width:max-content}.footer-inner a:hover{color:var(--ht-lime)}.footer-col a{width:max-content}.footer-booking{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}@media(min-width:901px){.cat-tour-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cat-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cat-compare-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hct-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.td-related{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mobile-swipe-note{display:none!important}}@media(max-width:900px){.faq-helpdesk{width:calc(100% - 20px);grid-template-columns:1fr;margin-bottom:20px}.faq-search-card{padding:18px;border-radius:22px}.faq-side-cta{position:static;border-radius:22px}.faq-pro{width:calc(100% - 20px);margin-bottom:54px}.faq-pro summary{min-height:76px}.featured-review-row{display:flex!important;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;padding:6px 16px 18px;margin-left:-16px;margin-right:-16px;scrollbar-width:none}.featured-review-row::-webkit-scrollbar{display:none}.featured-review-row>.review-card{flex:0 0 min(86vw,360px);scroll-snap-align:start}.review-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.review-keywords{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.review-keywords b,.review-keywords span{white-space:nowrap}.reviews-page,.review-summary-wrap{width:calc(100% - 20px)}.review-tabs{top:58px;display:flex;overflow-x:auto;flex-wrap:nowrap;gap:8px;scrollbar-width:none}.review-tabs::-webkit-scrollbar{display:none}.review-tabs button{white-space:nowrap;flex:0 0 auto}.review-load-actions{display:grid;margin-bottom:48px}.mobile-swipe-note{width:auto;margin-inline:4px}.footer-col h4{display:flex;justify-content:space-between;align-items:center}.footer-col h4:after{content:'+';opacity:.7}.footer-col.open h4:after{content:'−'}.footer-col:not(.footer-brand):not(.footer-booking):not(.open) a{display:none}.footer-col:not(.footer-brand):not(.footer-booking):not(.open) p{display:none}.td-mini-nav{top:58px}}@media(max-width:520px){.review-summary strong{font-size:30px}.review-summary span{font-size:12px}.faq-search-card h2,.faq-side-cta h3{font-size:28px}.faq-tabs{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.faq-tabs::-webkit-scrollbar{display:none}.faq-tabs button{white-space:nowrap;flex:0 0 auto}.faq-inline-cta{grid-template-columns:1fr;text-align:left}.cat-final-actions{grid-template-columns:1fr!important}.footer-booking{border-radius:22px}.mobile-book-bar{grid-template-columns:1fr 1fr 1fr!important}}.blog-art[style*="--blog-img"]{background:linear-gradient(180deg,rgba(3,29,22,.06),rgba(3,29,22,.22)),var(--blog-img) center/cover no-repeat!important}.blog-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.blog-meta span{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.16);font-weight:900;color:#fff}.blog-hero-image img{width:100%;display:block}.blog-book-card button{border:0;cursor:pointer}.related-guides{margin-top:0}:root{--forest:#042f22;--forest-2:#011b13;--forest-3:#0b5a3b;--leaf:#19c764;--leaf-2:#7bea92;--lime:#caff22;--lime-soft:#efffb0;--cream:#f7efd8;--paper:#fffdf4;--sand:#e7dcc2;--gold:#ffc633;--ink:#0d2c21;--muted:#5c6f65;--shadow-sm:0 10px 26px rgba(4,32,23,.08);--shadow-md:0 20px 54px rgba(4,32,23,.13);--shadow-lg:0 36px 92px rgba(4,32,23,.22)}body{background:radial-gradient(circle at 8% -4%,rgba(255,198,51,.18),transparent 26rem),radial-gradient(circle at 88% 8%,rgba(202,255,34,.20),transparent 24rem),linear-gradient(180deg,#fffaf0 0%,var(--cream) 45%,#f8eed6 100%);color:var(--ink)}img{background:#eae2ca}.site-header{filter:drop-shadow(0 8px 20px rgba(4,32,23,.06))}.topbar{display:none}.navbar{min-height:70px;border-radius:0 0 0 0}.logo-mark{background:linear-gradient(135deg,var(--lime),#24d66a);color:#062518}.logo-text span,.footer-logo span{color:#17b95d}.nav-finder{color:#073322!important}.nav-cta{background:linear-gradient(135deg,var(--lime),#24d66a)!important;color:#062518!important}.nav-whatsapp{background:#ecf8d8!important}.cv-hero{position:relative;isolation:isolate;overflow:hidden}.cv-hero::before,.cat-hero::before,.td-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 15%,rgba(202,255,34,.18),transparent 32%),linear-gradient(90deg,rgba(1,27,19,.84),rgba(4,47,34,.55));pointer-events:none;z-index:0}.cv-hero>*{position:relative;z-index:1}.cv-hero h1,.cat-hero h1,.td-hero h1,.page-hero h1{letter-spacing:-.075em}.cv-hero-trust span{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.12);backdrop-filter:blur(12px)}.cv-btn-primary,.td-btn-primary,.cat-btn-primary,.finder-submit,.mobile-book-bar button:nth-child(2),.mobile-book-bar button:first-child{background:linear-gradient(135deg,var(--lime),#26d766)!important;color:#052418!important}.cv-btn-secondary,.td-btn-ghost,.cat-btn-ghost{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.35)!important;color:#fff!important}.cv-trustbar{box-shadow:var(--shadow-md);border:1px solid rgba(5,42,30,.08)}.cv-kicker,.cat-kicker,.td-kicker,.script{color:#16b85b!important}.cv-tour-card,.tour-card,.review-card,.cv-review-card{box-shadow:0 16px 44px rgba(4,32,23,.11);border:1px solid rgba(7,53,40,.1)}.cv-tour-media img,.tour-image img{aspect-ratio:4/3;object-fit:cover}.tour-image,.cv-tour-media{aspect-ratio:4/3;overflow:hidden}.cv-stars,.tour-stars,.td-review-stars{color:var(--gold)!important}.cv-price strong,.tour-price-grid b{color:var(--lime)}.cv-benefit-grid{align-items:stretch}.cv-benefit-grid article{min-height:180px}.cv-benefit-grid article span{background:linear-gradient(135deg,var(--lime),#30d766)!important;color:#062518!important}.cv-story-banner,.cat-story-banner{box-shadow:var(--shadow-lg);overflow:hidden}.cv-tour-rail.h-scroll,.cv-review-grid.h-scroll,.td-review-row.h-scroll,.td-related.h-scroll{display:flex!important;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:18px;padding:8px 18px 22px;margin-left:-18px;margin-right:-18px;cursor:grab;scrollbar-width:none}.cv-tour-rail.h-scroll::-webkit-scrollbar,.cv-review-grid.h-scroll::-webkit-scrollbar,.td-review-row.h-scroll::-webkit-scrollbar,.td-related.h-scroll::-webkit-scrollbar{display:none}.cv-tour-rail.h-scroll>.cv-tour-card,.cv-review-grid.h-scroll>.cv-review-card,.td-review-row.h-scroll>.td-review-card{flex:0 0 min(360px,82vw);scroll-snap-align:start}.cv-tour-rail.h-scroll.dragging,.cv-review-grid.h-scroll.dragging,.td-review-row.h-scroll.dragging{cursor:grabbing}.slider-controls{display:flex;gap:8px;justify-content:flex-end;margin-top:-8px}.slider-controls button{width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#063322;box-shadow:var(--shadow-sm);font-size:24px;font-weight:900}.cv-reviews-section .slider-controls button{background:rgba(255,255,255,.12);color:#fff}.review-load-grid{align-items:stretch}.review-load-grid .review-card{min-height:320px}.review-card p,.cv-review-card p{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.review-summary>div{background:linear-gradient(180deg,#fffef8,#fff8e9)}.review-keywords b{background:#edf9d8}.faq-side-cta,.review-cta-card,.td-final-cta,.cat-final-cta{background:radial-gradient(circle at top right,rgba(202,255,34,.22),transparent 38%),linear-gradient(135deg,#063522,#0a4f34)!important}.faq-inline-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;margin:14px 0;border-radius:20px;background:#073522;color:#fff}.page-hero{width:min(1120px,calc(100% - 40px));overflow:hidden}.cat-hero,.td-hero,.hanoi-tours-hero{width:min(1200px,calc(100% - 48px));margin-left:auto;margin-right:auto;overflow:hidden}.td-mini-nav{display:flex!important;align-items:center;justify-content:center;gap:10px;padding:10px;margin:10px auto 36px;width:min(620px,calc(100% - 32px));border-radius:999px;background:rgba(255,253,244,.82);backdrop-filter:blur(14px);border:1px solid rgba(5,42,30,.1);box-shadow:var(--shadow-sm);z-index:50}.td-mini-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;background:#edf8de;color:#073322;font-weight:900;white-space:nowrap}.td-mini-nav a:hover{background:var(--lime)}.td-gallery{padding-inline:2px}.td-gallery img{border-radius:20px;border:1px solid rgba(5,42,30,.1);box-shadow:var(--shadow-sm)}.td-video-section{position:relative}.td-video-grid{display:grid;grid-template-columns:340px minmax(0,1fr);gap:28px;align-items:center;padding:26px;border-radius:34px;background:linear-gradient(135deg,#fffdf4,#f1f8df);border:1px solid rgba(5,42,30,.1);box-shadow:var(--shadow-md)}.td-video-phone{position:relative;width:min(100%,320px);margin-inline:auto;aspect-ratio:9/16;border-radius:34px;padding:10px;background:#071f17;box-shadow:0 30px 80px rgba(4,32,23,.24);overflow:hidden}.td-video-phone video,.td-video-phone iframe{width:100%;height:100%;border:0;border-radius:26px;object-fit:cover;background:#000}.video-sound-pill{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);border:0;border-radius:999px;background:rgba(202,255,34,.96);color:#062518;padding:11px 16px;font:inherit;font-weight:900;box-shadow:0 14px 30px rgba(0,0,0,.22)}.td-video-copy span{display:inline-flex;color:#13a84d;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.td-video-copy h3{margin:10px 0;font-size:clamp(30px,4vw,52px);line-height:.92;letter-spacing:-.07em}.td-video-copy p{color:var(--muted);font-weight:700;line-height:1.7}.td-tour-reviews .td-head p{max-width:680px}.td-review-row{margin-top:14px}.td-review-card{flex:0 0 330px;padding:22px;border-radius:26px;background:#fffdf4;border:1px solid rgba(5,42,30,.1);box-shadow:var(--shadow-sm);scroll-snap-align:start}.td-review-author{display:flex;gap:12px;align-items:center}.td-review-author img,.td-review-author span{width:52px;height:52px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:linear-gradient(135deg,var(--lime),#2ad467);color:#062518;font-weight:900}.td-review-author strong{display:block}.td-review-author small{display:block;color:var(--muted)}.td-review-stars{margin:16px 0 8px;letter-spacing:.04em}.td-review-card h3{font-size:22px;line-height:1.05;margin:0 0 10px}.td-review-card p{color:#5d7066;font-weight:700;line-height:1.6}.td-review-card a{font-weight:900;color:#08773a}.finder-quiz{display:grid;gap:18px}.finder-live-pill{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:10px 14px;border-radius:999px;background:#edf8dd;color:#073322;font-weight:900}.finder-icon-options{border:0;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.finder-icon-options legend{grid-column:1/-1;font-weight:900;color:#fff;margin-bottom:4px}.finder-icon-options label{position:relative;display:grid;gap:4px;place-items:center;text-align:center;padding:14px 10px;border-radius:20px;background:#eef3e7;border:1px solid #dbe6cf;color:#0b3b2e;cursor:pointer;box-shadow:none}.finder-icon-options.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.finder-icon-options input{position:absolute;opacity:0}.finder-icon-options span{font-size:24px}.finder-icon-options strong{font-size:13px;line-height:1.1;color:#0b3b2e}.finder-icon-options em{font-size:11px;color:#53665d;font-style:normal}.finder-icon-options label:has(input:checked){background:linear-gradient(135deg,var(--lime),#2bd868);color:#062518;border-color:transparent;box-shadow:0 16px 34px rgba(48,215,102,.22)}.finder-icon-options label:has(input:checked) strong{color:#062518}.finder-icon-options label:has(input:checked) em{color:#174032}.finder-nice-fields select,.finder-nice-fields input{min-height:48px;border-radius:16px}.booking-toast{position:fixed;left:18px;bottom:104px;z-index:1600;max-width:min(340px,calc(100% - 36px));display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px;border-radius:22px;background:rgba(255,253,244,.96);border:1px solid rgba(5,42,30,.12);box-shadow:var(--shadow-lg);transform:translateY(20px);opacity:0;pointer-events:none;transition:opacity .35s ease,transform .35s ease}.booking-toast.show{opacity:1;transform:translateY(0)}.booking-toast span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--lime),#2bd868);font-weight:900}.booking-toast strong{display:block;line-height:1.2}.booking-toast small{color:var(--muted);}font-weight:800}.booking-toast button{border:0;background:transparent;font-size:20px;font-weight:900;color:#073322}.footer-logo-img{display:block;max-width:190px;max-height:58px;object-fit:contain}.float-whatsapp,.finder-fab{box-shadow:0 16px 34px rgba(4,32,23,.2)}@media(min-width:901px){.cv-review-grid.h-scroll>.cv-review-card{flex-basis:calc((100% - 36px)/3);min-width:calc((100% - 36px)/3)}.td-review-row.h-scroll>.td-review-card{flex-basis:calc((100% - 36px)/3);min-width:calc((100% - 36px)/3)}.cv-tour-rail.h-scroll>.cv-tour-card{flex-basis:330px}.cv-benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cv-benefit-grid article{aspect-ratio:1/1;min-height:0;display:flex;flex-direction:column;justify-content:center}.review-load-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.cv-hero{min-height:min(780px,calc(100vh - 76px))}.td-book-card{top:92px}}@media(max-width:900px){body{padding-bottom:88px}.finder-fab,.float-whatsapp{display:none!important}.mobile-book-bar{z-index:1800;bottom:calc(8px+env(safe-area-inset-bottom));box-shadow:0 18px 44px rgba(4,32,23,.28)}.cv-hero{min-height:auto;padding:0}.cv-hero-grid{padding:34px 0 38px}.cv-hero-copy{padding:0 22px}.cv-hero h1{font-size:clamp(48px,13vw,76px)!important;line-height:.9!important;letter-spacing:-.085em}.cv-hero p{font-size:clamp(18px,4.8vw,25px)!important;line-height:1.45}.cv-hero-trust{display:grid!important;grid-template-columns:1fr;gap:10px}.cv-hero-trust span{min-height:52px;justify-content:center}.cv-hero-actions{display:grid!important;grid-template-columns:1fr;gap:12px}.cv-hero-mini{display:none!important}.cv-feature-card{display:none!important}.cv-trustbar{width:calc(100% - 22px);grid-template-columns:repeat(4,1fr);transform:none;margin:-14px auto 22px;border-radius:20px}.cv-trustbar strong{font-size:26px}.cv-trustbar span{font-size:10px}.mobile-swipe-note,.mobile-swipe-hint{padding-left:18px;margin-bottom:10px}.cv-tour-rail.h-scroll,.cv-review-grid.h-scroll,.td-review-row.h-scroll,.td-related.h-scroll,.cat-tour-grid,.hct-grid,.review-grid{padding-left:18px!important;padding-right:18px!important;margin-left:-18px!important;margin-right:-18px!important;scroll-padding-left:18px}.cv-tour-rail.h-scroll>.cv-tour-card,.cv-review-grid.h-scroll>.cv-review-card,.td-review-row.h-scroll>.td-review-card{flex-basis:86vw;min-width:86vw}.cv-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}.cv-benefit-grid article{aspect-ratio:1/1;min-height:0;padding:18px!important;justify-content:center}.cv-benefit-grid article h3{font-size:22px!important;line-height:1}.cv-benefit-grid article p{display:none}.review-load-grid .review-card:nth-child(n+16){display:none}.td-hero,.cat-hero,.hanoi-tours-hero,.page-hero{width:calc(100% - 20px);border-radius:28px}.td-mini-nav{justify-content:flex-start;overflow-x:auto;width:calc(100% - 20px);border-radius:22px;scrollbar-width:none}.td-mini-nav::-webkit-scrollbar{display:none}.td-mini-nav a{flex:0 0 auto}.td-quickfacts{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;padding-left:18px!important;padding-right:18px!important;margin-left:0!important;margin-right:0!important}.td-quickfacts>div{flex:0 0 78vw;scroll-snap-align:start}.td-video-grid{grid-template-columns:1fr;padding:18px;border-radius:26px}.td-video-phone{width:min(74vw,320px)}.td-video-copy{text-align:center}.td-video-copy .td-btn{width:100%}.finder-icon-options{grid-template-columns:repeat(2,minmax(0,1fr))}.finder-icon-options.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.finder-live-pill{width:100%;justify-content:center}.faq-inline-cta{display:grid}.booking-toast{left:10px;right:10px;bottom:98px;max-width:none}.footer{padding-bottom:22px}}@media(max-width:520px){.cv-hero-copy{padding-inline:18px}.cv-hero h1{font-size:clamp(44px,14vw,68px)!important}.cv-hero p{font-size:18px!important}.cv-trustbar{grid-template-columns:repeat(2,1fr)}.cv-benefit-grid article{aspect-ratio:1/1.05}.tour-card,.cv-tour-card{border-radius:24px}.cv-tour-rail.h-scroll>.cv-tour-card,.cv-review-grid.h-scroll>.cv-review-card,.td-review-row.h-scroll>.td-review-card{flex-basis:84vw;min-width:84vw}.td-video-phone{width:min(82vw,310px)}.mobile-book-bar{grid-template-columns:1fr 1fr 1fr!important}.mobile-book-bar button,.mobile-book-bar a{font-size:12px!important;padding:0 8px!important}}:root{--ht-cream:#f5efd9;--ht-cream-2:#fffdf3;--ht-dark:#052819;--ht-dark-2:#073322;--ht-green:#28d84a;--ht-lime:#b9ff18;--ht-text:#09261a;--ht-muted:#51645b;--ht-shadow:0 18px 55px rgba(4,36,23,.14)}html{scroll-behavior:smooth}body{color:var(--ht-text);background:var(--ht-cream);text-rendering:optimizeLegibility}.skip-link:focus{left:1rem;top:1rem;z-index:9999;padding:.8rem 1rem;background:#fff;color:#052819;border-radius:999px;outline:3px solid var(--ht-lime)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--ht-lime);outline-offset:3px}.site-header{backdrop-filter:saturate(1.05) blur(18px)}.navbar{min-height:66px}.nav-cta,.cv-btn,.td-btn,.booking-actions button,.booking-actions a,.mobile-book-bar a,.mobile-book-bar button{min-height:44px}.cv-container,.cat-container,.td-section,.section .hct-wrap,.page-hero{max-width:1160px}.cv-hero,.td-hero,.page-hero{position:relative;overflow:hidden}.cv-hero:before,.td-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,32,19,.96),rgba(3,32,19,.72) 48%,rgba(3,32,19,.35));pointer-events:none}.cv-hero>*{position:relative}.cv-hero h1,.td-hero h1,.page-hero h1{letter-spacing:-.055em}.cv-hero h1,.cv-hero p,.td-hero h1,.td-hero p{color:#fffdf2}.cv-kicker,.td-kicker,.cat-kicker,.script{letter-spacing:.12em}.cv-hero-copy p,.td-hero-copy p{max-width:680px;color:rgba(255,253,242,.9)}.cv-hero-trust span,.td-proof,.td-book-card,.cv-feature-card{box-shadow:var(--ht-shadow)}.cv-hero-trust span{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.16)}.td-book-card{border:1px solid rgba(255,255,255,.22)}.td-book-card small,.td-book-card dl{color:#18382a}.tour-image,.cv-tour-media{background:linear-gradient(135deg,#0b3b26,#f1e8c9)}.tour-image img,.cv-tour-media img,.td-gallery img,.booking-side img{background:linear-gradient(135deg,#0b3b26,#f1e8c9);object-fit:cover}.tour-card,.cv-tour-card,.review-card,.td-list-card,.td-review-card,.faq-item{transition:transform .2s ease,box-shadow .2s ease}.tour-card:hover,.cv-tour-card:hover,.review-card:hover{transform:translateY(-3px)}.tour-duration-badge{font-weight:800}.hct-tools{display:grid;grid-template-columns:minmax(220px,1fr) 220px;gap:14px;margin:18px 0;padding:14px;background:rgba(255,255,255,.65);border:1px solid rgba(9,38,26,.08);border-radius:22px;box-shadow:0 12px 30px rgba(4,36,23,.08)}.hct-tools label{display:grid;gap:6px;font-weight:800;font-size:.84rem}.hct-tools input,.hct-tools select{border:0;border-radius:14px;background:#fff;padding:13px 14px;font:inherit;color:var(--ht-text);box-shadow:inset 0 0 0 1px rgba(9,38,26,.08)}.td-decision-block{max-width:1120px;margin:18px auto 0;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.td-decision-block article{background:#fffdf5;border:1px solid rgba(9,38,26,.08);border-radius:18px;padding:14px 15px;box-shadow:0 12px 30px rgba(4,36,23,.08)}.td-decision-block strong{display:block;margin-bottom:5px;color:#073322}.td-decision-block span{font-size:.88rem;color:#40554b;line-height:1.35}.booking-status.success{display:block;padding:13px;border-radius:16px;background:#ecffe8;color:#073322}.booking-success-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.booking-success-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border-radius:999px;background:#073322;color:#fff;text-decoration:none;font-weight:800}.booking-success-actions a:first-child{background:linear-gradient(135deg,var(--ht-lime),var(--ht-green));color:#052819}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.booking-form label{font-weight:800}.booking-form input,.booking-form select,.booking-form textarea{font-size:16px}.booking-drawer[aria-hidden="true"]{pointer-events:none}.booking-panel,.tour-finder-panel{max-height:min(92vh,860px);overflow:auto}.finder-fab,.float-whatsapp{box-shadow:0 16px 34px rgba(0,0,0,.18)}.booking-toast{z-index:40}.footer-socials:empty{display:none}.inline-status-form select{border:0;border-radius:999px;padding:7px 11px;font-weight:800;background:#efffe3;color:#073322}.admin-table td small{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:1024px){.td-hero{max-width:1120px;margin:34px auto 0;border-radius:30px;min-height:500px}.td-section{padding-top:56px;padding-bottom:56px}.cat-page,.tour-detail-page{padding-bottom:0}.faq-helpdesk,.review-summary-wrap{max-width:1120px}.footer-inner{max-width:1120px}.finder-fab{right:76px}.float-whatsapp{right:76px}.cat-tour-grid,.hct-grid{gap:22px}.site-header+.cv-hero{margin-top:0}}@media (max-width:900px){.topbar{display:none}.navbar{min-height:54px;padding:8px 14px}.logo-mark{width:34px;height:34px}.logo-text{font-size:.84rem}.navlinks.open{max-height:calc(100vh - 60px);overflow:auto}.cv-hero{min-height:auto;padding:86px 0 28px}.cv-hero:before{background:linear-gradient(180deg,rgba(3,32,19,.95),rgba(3,32,19,.76))}.cv-hero-grid{gap:16px}.cv-hero h1{font-size:clamp(2.3rem,14vw,3.8rem);line-height:.9}.cv-hero-trust{display:flex;flex-wrap:wrap;gap:6px}.cv-hero-mini{grid-template-columns:1fr}.cv-feature-card{margin-top:0}.td-hero{margin:0 12px;padding:74px 18px 18px;border-radius:24px;min-height:auto}.td-hero:before{background:linear-gradient(180deg,rgba(3,32,19,.95),rgba(3,32,19,.78))}.td-hero h1{font-size:clamp(2.25rem,13vw,3.4rem);line-height:.9}.td-actions{grid-template-columns:1fr 1fr}.td-book-card{margin-top:14px;padding:16px}.td-book-card strong{font-size:2.1rem}.td-quickfacts{grid-template-columns:repeat(2,1fr);margin:14px 12px}.td-decision-block{grid-template-columns:1fr;margin:14px 12px}.td-mini-nav{top:54px}.hct-tools{grid-template-columns:1fr}.finder-fab,.float-whatsapp{display:none!important}.mobile-book-bar{position:fixed;left:10px;right:10px;bottom:calc(10px+env(safe-area-inset-bottom));z-index:50;display:grid!important;grid-template-columns:1fr 1fr;gap:8px;background:rgba(5,40,25,.96);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:8px;box-shadow:0 12px 36px rgba(0,0,0,.26);backdrop-filter:blur(14px)}.mobile-book-bar a,.mobile-book-bar button{border:0;border-radius:18px;min-height:50px;font-weight:900;text-decoration:none;display:flex;align-items:center;justify-content:center}.mobile-book-primary{background:linear-gradient(135deg,var(--ht-lime),var(--ht-green));color:#052819}.mobile-book-whatsapp{background:#16a34a;color:#fff}.booking-toast{display:none!important}body{padding-bottom:78px}.mobile-card-carousel{scroll-snap-type:x mandatory}.mobile-card-carousel>*{scroll-snap-align:start}.slider-controls{display:flex}.footer{padding-bottom:100px}.review-summary{grid-template-columns:repeat(2,1fr)}.page-hero{margin:16px 12px;padding:46px 22px}.page-hero h1{font-size:clamp(2.3rem,12vw,3.5rem)}}@media (max-width:520px){.td-actions{grid-template-columns:1fr}.td-quickfacts{grid-template-columns:1fr}.booking-panel,.tour-finder-panel{border-radius:24px 24px 0 0;inset:auto 0 0 0;width:auto;max-height:88vh}.booking-form-grid,.booking-two{grid-template-columns:1fr!important}.cv-hero-actions{grid-template-columns:1fr}.review-summary{grid-template-columns:1fr 1fr}.hct-filters{gap:10px}.hct-filter-group{padding:12px}.footer-inner{gap:28px}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* HANOITOUR v3 emergency UI/CRO hotfix: booking, hero contrast, video block, benefit cards */
.td-hero,.cv-hero,.cat-hero{isolation:isolate!important;overflow:hidden!important}
.td-hero::before{z-index:-2!important;background:linear-gradient(90deg,rgba(0,24,16,.96) 0%,rgba(0,34,22,.86) 46%,rgba(0,44,29,.58) 100%),var(--td-img) center/cover no-repeat!important;filter:none!important;transform:none!important;pointer-events:none!important}
.td-hero::after{z-index:-1!important;background:radial-gradient(circle at 72% 18%,rgba(185,255,24,.24),transparent 32%),linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.14))!important}
.td-hero>*{position:relative!important;z-index:1!important}.td-hero h1{color:#fffdf3!important;text-shadow:0 4px 22px rgba(0,0,0,.34)!important}.td-hero p,.td-back{color:rgba(255,253,243,.92)!important}.td-hero .td-kicker{color:#b9ff18!important}.td-book-card{background:#fffdf3!important;border:1px solid rgba(255,255,255,.4)!important}.td-actions .td-btn-primary,.td-book-card a{background:linear-gradient(135deg,#b9ff18,#33dd58)!important;color:#052418!important}.td-actions .td-btn-ghost{background:rgba(255,255,255,.14)!important;color:#fff!important;border:1px solid rgba(255,255,255,.32)!important}
.cv-benefit-grid,.cat-benefit-grid{align-items:stretch!important}.cv-benefit-grid article,.cat-benefit-grid article{height:auto!important;min-height:unset!important;aspect-ratio:auto!important;overflow:visible!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.cv-benefit-grid h3,.cat-benefit-grid h3{font-size:clamp(22px,2vw,30px)!important;line-height:1.02!important}.cv-benefit-grid p,.cat-benefit-grid p{display:block!important;font-size:clamp(14px,1.15vw,17px)!important;line-height:1.48!important;color:#58685f!important}.cv-benefit-grid span,.cat-benefit-grid span{flex:0 0 auto!important}
@media(min-width:901px){.cv-benefit-grid{grid-template-columns:repeat(4,minmax(210px,1fr))!important}.cv-benefit-grid article{min-height:310px!important;padding:26px!important}.cat-benefit-grid{grid-template-columns:repeat(2,minmax(260px,1fr))!important}.cat-benefit-grid article{min-height:220px!important}.td-hero{max-width:1240px!important;grid-template-columns:minmax(0,1fr) 380px!important;min-height:520px!important}.td-hero h1{font-size:clamp(62px,6vw,104px)!important}.td-video-grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important}}
.td-video-section{scroll-margin-top:92px}.td-video-grid{display:grid;gap:30px;align-items:center;padding:28px;border-radius:34px;background:radial-gradient(circle at 18% 8%,rgba(185,255,24,.16),transparent 34%),linear-gradient(135deg,#fffdf3,#edf8dd);border:1px solid rgba(5,42,30,.12);box-shadow:0 20px 62px rgba(4,32,23,.12)}.td-video-phone{position:relative;width:min(100%,340px);margin:auto;aspect-ratio:9/16;border-radius:34px;padding:10px;background:#061f17;box-shadow:0 30px 80px rgba(4,32,23,.24);overflow:hidden}.td-video-phone video,.td-video-phone iframe,.td-video-phone img{width:100%;height:100%;border:0;border-radius:26px;object-fit:cover;background:#000;display:block}.video-placeholder-ready .td-video-phone::before{content:"▶";position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:70px;height:70px;display:grid;place-items:center;border-radius:50%;background:rgba(185,255,24,.95);color:#052418;font-weight:900;font-size:28px;box-shadow:0 18px 40px rgba(0,0,0,.24)}.video-placeholder-ready .td-video-phone::after{content:"CMS video slot";position:absolute;z-index:2;left:18px;top:18px;border-radius:999px;padding:8px 11px;background:rgba(255,253,243,.94);color:#073322;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.video-sound-pill{z-index:3}.td-video-copy span{display:inline-flex;color:#13a84d;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.td-video-copy h3{margin:10px 0;font-size:clamp(32px,4.6vw,58px);line-height:.92;letter-spacing:-.07em;color:#10261b}.td-video-copy p{color:#51645b;font-weight:800;line-height:1.7}.video-request-pill{text-decoration:none!important;left:50%!important;right:auto!important;bottom:18px!important;white-space:nowrap!important}
.booking-form{position:relative}.booking-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.booking-actions button,.booking-actions a{min-height:56px!important;font-weight:900!important}.booking-status.error{display:block;padding:12px 14px;border-radius:16px;background:#fff0f0;color:#b02828;font-weight:900}.booking-status.loading{display:block;color:#0a633d;font-weight:900}.booking-panel{max-width:min(760px,calc(100vw - 18px))!important}.booking-form input,.booking-form select,.booking-form textarea{box-shadow:inset 0 0 0 1px rgba(6,53,40,.05)}
@media(max-width:900px){.td-hero{display:grid!important;grid-template-columns:1fr!important;margin:10px!important;padding:34px 18px 18px!important;border-radius:28px!important}.td-hero::before{background:linear-gradient(180deg,rgba(0,24,16,.95),rgba(0,34,22,.86)),var(--td-img) center/cover no-repeat!important}.td-book-card{margin-top:4px!important}.td-proof{display:flex!important;align-items:flex-start!important}.cv-benefit-grid{grid-template-columns:1fr 1fr!important}.cv-benefit-grid article{padding:18px!important;min-height:172px!important}.cat-benefit-grid{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important;margin-left:0!important;margin-right:0!important;padding-bottom:0!important}.cat-benefit-grid article{width:auto!important;min-width:0!important;flex:initial!important}.td-video-grid{grid-template-columns:1fr!important;padding:18px!important}.td-video-phone{width:min(82vw,320px)!important}.mobile-book-bar{grid-template-columns:1fr 1fr!important}.booking-actions{grid-template-columns:1fr!important}.booking-panel{max-height:88vh!important}}
@media(max-width:520px){.cv-benefit-grid{grid-template-columns:1fr!important}.mobile-book-bar{grid-template-columns:1fr 1fr!important}.td-hero h1{font-size:clamp(42px,13vw,64px)!important}.td-hero p{font-size:17px!important}.td-book-card dl div{align-items:center}.booking-form label{font-size:14px!important}.booking-panel{padding:20px 18px!important}}
