.bg-jungle-green{background-color:var(--color-jungle-green,#2e5a44)!important}.bg-savannah-gold{background-color:var(--color-savannah-gold,#d4a373)!important}.bg-\[\#606C38\]{background-color:var(--color-olive-muted,#606c38)!important}.offer-card{cursor:pointer;border:1px solid #faedcd33;border-radius:1.5rem;flex-direction:column;justify-content:space-between;height:260px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #1a2e221f}.offer-card:hover{transform:translateY(-.25rem);box-shadow:0 20px 40px -15px #1a2e222e}.offer-card-bg{z-index:0;background-position:50%;background-size:cover;transition:transform 1.5s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.offer-card:hover .offer-card-bg{transform:scale(1.05)}.offer-card-header{z-index:10;justify-content:space-between;align-items:center;display:flex;position:relative}.offer-card-tag{letter-spacing:.1em;color:var(--color-sand-khaki,#faedcd);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-transform:uppercase;background-color:#ffffff1a;border:1px solid #fff3;border-radius:9999px;padding:.25rem .75rem;font-size:10px;font-weight:700}.offer-card-icon-wrapper{color:#fff;border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}.offer-card-body{z-index:10;position:relative}.offer-card-title{color:#fff;font-size:1.25rem;font-weight:700;font-family:var(--font-playfair), serif;max-width:20rem;margin:0;line-height:1.375}.offer-card-desc{color:#fffc;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:24rem;margin-top:.375rem;margin-bottom:0;font-size:.75rem;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.offer-card-footer{border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.offer-card-code-wrapper{align-items:center;gap:.25rem;display:flex}.offer-card-code-label{color:#fff9;text-transform:uppercase;font-size:10px;font-weight:600}.offer-card-code-value{color:var(--color-savannah-gold,#d4a373);letter-spacing:.05em;background-color:#ffffff1a;border:1px solid #ffffff1a;border-radius:.25rem;padding:.125rem .5rem;font-family:monospace;font-size:.75rem;font-weight:700}.offer-card-action{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.75rem;font-weight:700;transition:color .2s;display:flex}.offer-card:hover .offer-card-action{color:var(--color-savannah-gold,#d4a373)}.offer-card-action-icon{transition:transform .2s}.offer-card-action:hover .offer-card-action-icon{transform:translate(.125rem)}
@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.max-width-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.max-width-wrapper{padding-left:2rem;padding-right:2rem}}@media (min-width:640px){.hero-heading{font-size:3.25rem}}@media (min-width:768px){.hero-heading{font-size:4rem}}@media (min-width:640px){.hero-paragraph{font-size:1.125rem}}@media (min-width:768px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.category-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:640px){.section-header{flex-direction:row;align-items:flex-end}}@media (min-width:640px){.section-action-btn{margin-top:0}}.dest-scroll-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.75rem;display:flex}.dest-scroll-heading{color:#111;letter-spacing:-.02em;margin:0;font-size:2.125rem;font-weight:700}.dest-see-more-link{color:#111;text-underline-offset:4px;font-size:1.0625rem;font-weight:600;text-decoration:underline;transition:color .2s}.dest-see-more-link:hover{color:#444}.dest-scroll-container-relative{width:100%;position:relative}.dest-scroll-row{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:1.25rem;padding:.5rem 0 1rem;display:flex;overflow-x:auto}.dest-scroll-card{cursor:pointer;border-radius:1.5rem;flex-shrink:0;width:190px;height:280px;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.dest-scroll-overlay{z-index:1;background:linear-gradient(#0000 40%,#0006 70%,#000000d9 100%);position:absolute;inset:0}.dest-scroll-content{z-index:2;color:#fff;padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.dest-scroll-name{color:#fff;text-shadow:0 1px 4px #0000004d;letter-spacing:-.01em;margin:0 0 .125rem;font-size:1.35rem;font-weight:700}.dest-scroll-activities-count{color:#ffffffd9;text-shadow:0 1px 3px #0000004d;margin:0;font-size:.875rem;font-weight:400}.dest-scroll-arrow{color:#333;cursor:pointer;z-index:10;background:#fff;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #0000001f}.dest-scroll-arrow:hover{color:#000;background:#fff;border-color:#0000001f;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 20px #0000002e}.dest-scroll-arrow:active{transform:translateY(-50%)scale(.95)}.dest-scroll-arrow.left{left:-1.375rem}.dest-scroll-arrow.right{right:-1.375rem}@media (max-width:768px){.dest-scroll-arrow{display:none}.dest-scroll-heading{font-size:1.75rem}.dest-scroll-card{border-radius:1.25rem;width:160px;height:240px}.dest-scroll-name{font-size:1.15rem}}@media (min-width:1024px){.offers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.favorites-section{background-color:#f9faf5;padding-top:2.5rem;padding-bottom:3rem}.favorites-header{flex-direction:column;justify-content:space-between;align-items:flex-start;margin-top:40px;margin-bottom:2rem;display:flex}@media (min-width:768px){.favorites-header{flex-direction:row;align-items:flex-end}}@media (min-width:768px){.favorites-actions{margin-top:0}}.pkg-vertical-scroll{scrollbar-width:thin;scrollbar-color:#d1e4c9 transparent;flex-direction:column;gap:1.25rem;max-height:700px;padding-right:.5rem;display:flex;overflow-y:auto}.pkg-vertical-scroll::-webkit-scrollbar{width:5px}.pkg-vertical-scroll::-webkit-scrollbar-track{background:0 0}.pkg-vertical-scroll::-webkit-scrollbar-thumb{background:#d1e4c9;border-radius:9999px}.pkg-vertical-card{background:#fff;border:1px solid #e8ede0;border-radius:1.25rem;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}@media (min-width:640px){.pkg-vertical-card{flex-direction:row}}.pkg-vertical-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2e5a441f}.pkg-vertical-img-wrapper{flex-shrink:0;width:100%;height:180px;position:relative;overflow:hidden}@media (min-width:640px){.pkg-vertical-img-wrapper{width:220px;height:auto;min-height:180px}}.pkg-vertical-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pkg-vertical-card:hover .pkg-vertical-img{transform:scale(1.04)}.pkg-vertical-overlay{background:linear-gradient(#0000 40%,#00000059 100%);position:absolute;inset:0}.pkg-vertical-heart{cursor:pointer;color:#555;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;transition:all .2s;display:flex;position:absolute;top:.65rem;right:.65rem}.pkg-vertical-heart:hover,.pkg-vertical-heart.liked{color:#fff;background:#e53e3e}.pkg-vertical-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#d97706;border-radius:9999px;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.5625rem;font-weight:800;display:flex;position:absolute;bottom:.65rem;left:.65rem}.pkg-vertical-discount{color:#fff;background:#e53e3e;border-radius:.375rem;padding:.2rem .5rem;font-size:.625rem;font-weight:800;position:absolute;top:.65rem;left:.65rem}.pkg-vertical-body{flex-direction:column;flex:1;padding:1rem 1.25rem;display:flex}.pkg-vertical-category{color:#2e7d32;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.375rem;font-size:.5625rem;font-weight:800}.pkg-vertical-title{color:#1a2e22;margin-bottom:.375rem;font-size:.9375rem;font-weight:700;line-height:1.3}.pkg-vertical-location{color:#606c38;align-items:center;gap:.25rem;margin-bottom:.625rem;font-size:.6875rem;font-weight:600;display:flex}.pkg-vertical-pills{flex-wrap:wrap;gap:.375rem;margin-bottom:.625rem;display:flex}.pkg-pill{color:#606c38;background:#f0f4eb;border:1px solid #e0e7d8;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.625rem;font-weight:700;display:flex}.pkg-pill-green{color:#1b5e20;background:#e8f5e9;border-color:#c8e6c9}.pkg-vertical-highlights{flex-direction:column;gap:.2rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.pkg-vertical-highlights li{color:#606c38;padding-left:.875rem;font-size:.6875rem;font-weight:500;position:relative}.pkg-vertical-highlights li:before{content:"✓";color:#2e7d32;font-weight:700;position:absolute;left:0}.pkg-vertical-footer{border-top:1px solid #f0f4eb;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.pkg-vertical-rating{align-items:center;gap:.25rem;display:flex}.pkg-vertical-rating-val{color:#1a2e22;font-size:.8125rem;font-weight:700}.pkg-vertical-reviews{color:#78816b;font-size:.6875rem;font-weight:400}.pkg-vertical-pricing{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.pkg-vertical-old{color:#9e9e9e;margin-right:.375rem;font-size:.75rem;text-decoration:line-through}.pkg-vertical-price{color:#1a2e22;font-size:1.125rem;font-weight:800}.pkg-vertical-pp{color:#78816b;margin-left:.125rem;font-size:.6875rem}.pkg-vertical-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2e7d32;border:none;border-radius:9999px;align-items:center;gap:.375rem;padding:.5rem 1.125rem;font-size:.75rem;font-weight:700;transition:background .2s;display:flex}.pkg-vertical-btn:hover{background:#1b5e20}.pkg-vertical-cancel{color:#2e7d32;align-items:center;gap:.25rem;font-size:.6rem;font-weight:600;display:flex}@media (min-width:1024px){.mobile-app-card{flex-direction:row}}@media (min-width:640px){.mobile-app-left{padding:3rem}}@media (min-width:1024px){.mobile-app-left{padding:4rem}}@media (min-width:640px){.mobile-app-heading{font-size:2.25rem}}@media (min-width:640px){.mobile-app-form{flex-direction:row}}@media (min-width:1024px){.mobile-app-right{min-height:auto}}@media (min-width:1024px){.mobile-app-right-overlay{background:linear-gradient(90deg,#2e5a4466 0%,#0000 60%,#0000001a 100%)}}@media (min-width:640px){.mobile-app-quote{padding:1.25rem;left:auto}}@media (min-width:640px){.value-props-title{font-size:2.25rem}}@media (min-width:768px){.value-props-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.value-props-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.animate-spin-slow{animation:12s linear infinite spin-slow}.homepage-container{flex:1;width:100%}.max-width-wrapper{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.max-width-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.max-width-wrapper{padding-left:2rem;padding-right:2rem}}.hero-section{flex-direction:column;justify-content:space-between;width:100%;height:92vh;min-height:720px;display:flex;position:relative}.hero-slides-wrapper{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-slide{background-position:50%;background-size:cover;transition:all 2s ease-in-out;position:absolute;inset:0}.hero-slide.active{opacity:1;transform:scale(1)}.hero-slide.inactive{opacity:0;transform:scale(1.05)}.hero-dots{z-index:20;gap:.5rem;display:flex;position:absolute;bottom:9rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background-color:#fff6;border:none;border-radius:9999px;width:.5rem;height:.5rem;transition:all .3s}.hero-dot.active{background-color:#fff;width:1.5rem}.hero-content{z-index:10;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;margin-top:4rem;display:flex;position:relative}.hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#faedcd;text-transform:uppercase;letter-spacing:.05em;background-color:#ffffff1f;border:1px solid #ffffff38;border-radius:9999px;align-items:center;gap:.375rem;margin-bottom:1.25rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero-heading{color:#fff;letter-spacing:-.03em;filter:drop-shadow(0 4px 12px #0000004d);max-width:56rem;font-size:2.5rem;font-weight:900;line-height:1.15;animation:.6s ease-out both slideUp}@media (min-width:640px){.hero-heading{font-size:3.25rem}}@media (min-width:768px){.hero-heading{font-size:4rem}}.hero-paragraph{color:#ffffffe0;max-width:40rem;margin-top:1rem;font-size:1rem;font-weight:400;animation:.7s ease-out .1s both slideUp}@media (min-width:640px){.hero-paragraph{font-size:1.125rem}}.gyg-search-wrapper{width:100%;max-width:54rem;margin-top:2rem;padding:0 1rem;animation:.7s ease-out .15s both slideUp;position:relative}.gyg-search-bar{background:#fff;border:1.5px solid #ffffff4d;border-radius:3rem;align-items:center;display:flex;overflow:hidden;box-shadow:0 8px 40px #00000047}.gyg-search-inner{flex:1;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.gyg-search-icon{color:#2e7d32;flex-shrink:0}.gyg-search-input{color:#1a2e22;background:0 0;border:none;outline:none;width:100%;font-size:.9rem;font-weight:500}.gyg-search-input::placeholder{color:#78816b}.gyg-search-clear{color:#78816b;cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.25rem;line-height:1;transition:color .2s}.gyg-search-clear:hover{color:#2e7d32}.gyg-search-divider{background:#e0e7d8;flex-shrink:0;width:1px;height:2rem}.gyg-search-select{color:#1a2e22;cursor:pointer;background:0 0;border:none;outline:none;flex-shrink:0;padding:.875rem 1rem;font-size:.8rem;font-weight:600}.gyg-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#d97706;border:none;border-radius:0 3rem 3rem 0;flex-shrink:0;align-items:center;gap:.5rem;padding:1.05rem 1.75rem;font-size:.875rem;font-weight:700;transition:background .2s;display:flex}.gyg-search-btn:hover{background:#b45309}.gyg-search-btn:active{transform:scale(.98)}.gyg-suggestions{z-index:100;background:#fff;border:1px solid #e8ede0;border-radius:1rem;position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem;overflow:hidden;box-shadow:0 12px 40px #00000026}.gyg-suggestion-item{color:#1a2e22;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.25rem;font-size:.875rem;transition:background .15s;display:flex}.gyg-suggestion-item:hover{color:#2e7d32;background:#f0f7ec}.gyg-suggestion-item svg{color:#78816b;flex-shrink:0}.hero-features{color:#ffffffd1;flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:1.25rem;font-size:.75rem;font-weight:500;animation:.7s ease-out .2s both slideUp;display:flex}.category-grid-wrapper{z-index:20;width:100%;position:relative;transform:translateY(3rem)}.category-grid{background-color:#fff;border:1px solid #faedcd33;border-radius:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.25rem;display:grid;box-shadow:0 20px 25px -5px #0000001a}@media (min-width:768px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.category-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.category-button{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:1rem;align-items:center;gap:.75rem;padding:.875rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.category-button:hover{background-color:var(--cat-bg,#faedcd33);border-color:#faedcd4d}.category-icon-wrapper{background-color:var(--color-sand-khaki,#faedcd);color:var(--color-jungle-green,#2e7d32);border-radius:.75rem;justify-content:center;align-items:center;padding:.625rem;transition:all .2s;display:flex}.category-button:hover .category-icon-wrapper{background-color:var(--color-jungle-green,#2e7d32);color:#faedcd}.category-title{color:#1a2e22;font-size:.75rem;font-weight:700}.category-desc{color:#606c38;margin-top:.125rem;font-size:.625rem;font-weight:600}.section-badge{color:#2e7d32;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;display:flex}.section-badge-icon{color:#d97706}.section-heading{color:#1a2e22;letter-spacing:-.025em;margin-top:.5rem;font-size:1.875rem;font-weight:800}.section-subtext{color:#606c38;margin-top:.25rem;font-size:.875rem;font-weight:500}.section-header{flex-direction:column;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;display:flex}@media (min-width:640px){.section-header{flex-direction:row;align-items:flex-end}}.section-action-btn{color:#2e7d32;cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.75rem;font-weight:700;transition:color .2s;display:flex}@media (min-width:640px){.section-action-btn{margin-top:0}}.section-action-btn:hover{color:#2e5a44cc}.section-action-icon{transition:transform .2s}.section-action-btn:hover .section-action-icon{transform:translate(.25rem)}.dest-scroll-section{background-color:#f9faf5;padding-top:6rem;padding-bottom:3rem}.dest-scroll-header{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.dest-scroll-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.dest-scroll-controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.dest-filter-pills{flex-wrap:wrap;gap:.5rem;display:flex}.dest-filter-pill{color:#2e7d32;cursor:pointer;background:#fff;border:1.5px solid #d1e4c9;border-radius:9999px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s}.dest-filter-pill.active,.dest-filter-pill:hover{color:#fff;background:#2e7d32;border-color:#2e7d32}.dest-nav-btns{gap:.5rem;display:flex}.dest-nav-btn{color:#2e7d32;cursor:pointer;background:#fff;border:1.5px solid #d1e4c9;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex}.dest-nav-btn:hover{color:#fff;background:#2e7d32;border-color:#2e7d32}.dest-scroll-row{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:1.25rem;padding-bottom:1rem;display:flex;overflow-x:auto}.dest-scroll-row::-webkit-scrollbar{display:none}.dest-scroll-card{cursor:pointer;background:#fff;border:1px solid #e8ede0;border-radius:1.25rem;flex-shrink:0;width:240px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 2px 12px #0000000f}.dest-scroll-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #2e5a4424}.dest-scroll-img-wrapper{height:160px;position:relative;overflow:hidden}.dest-scroll-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.dest-scroll-card:hover .dest-scroll-img{transform:scale(1.06)}.dest-scroll-overlay{background:linear-gradient(#0000 40%,#0006 100%);position:absolute;inset:0}.dest-scroll-heart{cursor:pointer;color:#555;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;transition:all .2s;display:flex;position:absolute;top:.65rem;right:.65rem}.dest-scroll-heart:hover,.dest-scroll-heart.liked{color:#fff;background:#e53e3e}.dest-scroll-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.2rem .55rem;font-size:.5625rem;font-weight:800;position:absolute;bottom:.65rem;left:.65rem}.dest-scroll-body{padding:.875rem 1rem 1rem}.dest-scroll-location{color:#606c38;align-items:center;gap:.25rem;margin-bottom:.25rem;font-size:.6875rem;font-weight:600;display:flex}.dest-scroll-title{color:#1a2e22;margin-bottom:.5rem;font-size:.9375rem;font-weight:700;line-height:1.3}.dest-scroll-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.25rem;margin-bottom:.5rem;display:flex}.dest-scroll-highlight{color:#2e7d32;font-size:.6875rem;font-weight:700}.dest-scroll-time{color:#78816b;align-items:center;gap:.2rem;font-size:.625rem;font-weight:600;display:flex}.dest-scroll-stats{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dest-scroll-rating{color:#1a2e22;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:flex}.dest-scroll-reviews{color:#78816b;font-size:.625rem;font-weight:400}.dest-scroll-activities{color:#606c38;font-size:.6875rem;font-weight:600}.dest-scroll-footer{border-top:1px solid #f0f4eb;justify-content:space-between;align-items:center;padding-top:.625rem;display:flex}.dest-scroll-from{color:#78816b;font-size:.5625rem;display:block}.dest-scroll-price{color:#1a2e22;font-size:1rem;font-weight:800}.dest-scroll-pp{color:#78816b;margin-left:.125rem;font-size:.5625rem}.dest-scroll-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2e7d32;border:none;border-radius:9999px;padding:.5rem .875rem;font-size:.6875rem;font-weight:700;transition:background .2s}.dest-scroll-btn:hover{background:#1b5e20}.offers-section{background-color:#fff;padding-top:3rem;padding-bottom:2.5rem}.offers-container{margin-top:1rem}.offers-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;display:grid}@media (min-width:1024px){.offers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.favorites-section{background-color:#f9faf5;padding-top:2.5rem;padding-bottom:3rem;overflow:hidden}.favorites-header{flex-direction:column;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}@media (min-width:768px){.favorites-header{flex-direction:row;align-items:flex-end}}.favorites-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem;display:flex}@media (min-width:768px){.favorites-actions{margin-top:0}}.filter-btn{color:#2e7d32;cursor:pointer;background:#fff;border:1.5px solid #d1e4c9;border-radius:9999px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.filter-btn:hover{background:#f0f7ec}.marquee-section-body{flex-direction:column;gap:1.25rem;margin-top:.25rem;display:flex}.marquee-viewport{width:100%;position:relative;overflow:hidden}.marquee-track{will-change:transform;gap:20px;width:max-content;display:flex}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translateX(calc(-1 * var(--marquee-width) - 20px))}}@keyframes marquee-right{0%{transform:translateX(calc(-1 * var(--marquee-width) - 20px))}to{transform:translate(0)}}.marquee-left{animation:marquee-left var(--marquee-duration,40s) linear infinite}.marquee-right{animation:marquee-right var(--marquee-duration,40s) linear infinite}.marquee-track.paused,.marquee-viewport:hover .marquee-track{animation-play-state:paused}.pkg-marquee-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e8ede0;border-radius:1.25rem;flex-shrink:0;width:280px;transition:box-shadow .3s,transform .3s;overflow:hidden;box-shadow:0 2px 10px #0000000f}.pkg-marquee-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #2e5a4424}.pkg-marquee-img-wrap{height:160px;position:relative;overflow:hidden}.pkg-marquee-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pkg-marquee-card:hover .pkg-marquee-img{transform:scale(1.05)}.pkg-marquee-img-fade{background:linear-gradient(#0000 45%,#00000061 100%);position:absolute;inset:0}.pkg-marquee-heart{cursor:pointer;color:#555;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;transition:all .2s;display:flex;position:absolute;top:.6rem;right:.6rem}.pkg-marquee-heart:hover,.pkg-marquee-heart.liked{color:#fff;background:#e53e3e}.pkg-marquee-badge{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:#d97706;border-radius:9999px;align-items:center;gap:.2rem;padding:.2rem .5rem;font-size:.5rem;font-weight:800;display:flex;position:absolute;bottom:.6rem;left:.6rem}.pkg-marquee-discount{color:#fff;background:#e53e3e;border-radius:.375rem;padding:.2rem .45rem;font-size:.5625rem;font-weight:800;position:absolute;top:.6rem;left:.6rem}.pkg-marquee-body{padding:.875rem 1rem 1rem}.pkg-marquee-cat{color:#2e7d32;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.5rem;font-weight:800;display:block}.pkg-marquee-title{color:#1a2e22;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.3rem;font-size:.875rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.pkg-marquee-loc{color:#606c38;align-items:center;gap:.2rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:flex}.pkg-marquee-pills{flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem;display:flex}.pkg-mpill{color:#606c38;background:#f0f4eb;border:1px solid #e0e7d8;border-radius:9999px;align-items:center;gap:.2rem;padding:.2rem .5rem;font-size:.5625rem;font-weight:700;display:flex}.pkg-marquee-hl{flex-direction:column;gap:.15rem;margin:0 0 .625rem;padding:0;list-style:none;display:flex}.pkg-marquee-hl li{color:#606c38;padding-left:.75rem;font-size:.625rem;font-weight:500;position:relative}.pkg-marquee-hl li:before{content:"✓";color:#2e7d32;font-weight:700;position:absolute;left:0}.pkg-marquee-footer{border-top:1px solid #f0f4eb;flex-direction:column;gap:.4rem;padding-top:.625rem;display:flex}.pkg-marquee-rating{color:#1a2e22;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:flex}.pkg-marquee-rev{color:#78816b;font-size:.6rem;font-weight:400}.pkg-marquee-price-row{justify-content:space-between;align-items:center;display:flex}.pkg-marquee-old{color:#9e9e9e;margin-right:.25rem;font-size:.6875rem;text-decoration:line-through}.pkg-marquee-price{color:#1a2e22;font-size:1rem;font-weight:800}.pkg-marquee-pp{color:#78816b;margin-left:.1rem;font-size:.5625rem}.pkg-marquee-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2e7d32;border:none;border-radius:9999px;flex-shrink:0;align-items:center;gap:.25rem;padding:.45rem .875rem;font-size:.6875rem;font-weight:700;transition:background .2s;display:flex}.pkg-marquee-btn:hover{background:#1b5e20}.pkg-marquee-cancel{color:#2e7d32;align-items:center;gap:.2rem;font-size:.5625rem;font-weight:600;display:flex}.mobile-app-section{background-color:#fff;padding-top:2.5rem;padding-bottom:2.5rem;overflow:hidden}.mobile-app-card{background-color:#1a3a24;border:1px solid #2e5a4433;border-radius:3rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (min-width:1024px){.mobile-app-card{flex-direction:row}}.mobile-app-left{color:#fff;flex-direction:column;flex:1;justify-content:space-between;padding:2rem;display:flex;position:relative}@media (min-width:640px){.mobile-app-left{padding:3rem}}@media (min-width:1024px){.mobile-app-left{padding:4rem}}.mobile-app-glow{filter:blur(64px);pointer-events:none;background-color:#ffffff08;border-radius:9999px;width:20rem;height:20rem;margin-top:-5rem;margin-right:-5rem;position:absolute;top:0;right:0}.mobile-app-badge{color:#faedcd;letter-spacing:.1em;text-transform:uppercase;background-color:#ffffff1a;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.375rem;width:fit-content;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.625rem;font-weight:700;display:inline-flex}.mobile-app-heading{letter-spacing:-.025em;color:#fff;max-width:28rem;font-size:1.875rem;font-weight:800;line-height:1.25}@media (min-width:640px){.mobile-app-heading{font-size:2.25rem}}.mobile-app-paragraph{color:#faedcdcc;max-width:32rem;margin-top:1rem;font-size:.875rem;font-weight:500;line-height:1.625}.mobile-app-mockups{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.mobile-app-ticket{color:#1a2e22;background-color:#fff;border:1px solid #faedcd4d;border-radius:1rem;align-items:center;gap:.75rem;width:100%;max-width:280px;padding:1rem;display:flex;box-shadow:0 20px 25px -5px #0000001a}.mobile-app-ticket-icon-wrapper{color:#2e7d32;background-color:#faedcd4d;border-radius:.75rem;justify-content:center;align-items:center;padding:.75rem;display:flex}.mobile-app-ticket-details{flex:1}.mobile-app-ticket-title{font-size:.75rem;font-weight:700}.mobile-app-ticket-subtitle{color:#606c38;margin-top:.125rem;font-size:.625rem;font-weight:600}.mobile-app-ticket-active{background-color:#2e5a440d;border-radius:.25rem;align-items:center;gap:.375rem;width:fit-content;margin-top:.5rem;padding:.25rem .5rem;display:flex}.mobile-app-ticket-active-dot{background-color:#22c55e;border-radius:9999px;width:.375rem;height:.375rem}.mobile-app-ticket-active-label{color:#2e7d32;font-size:.5625rem;font-weight:700}.mobile-app-qr{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffff1a;border:1px solid #ffffff26;border-radius:1rem;align-items:center;gap:.75rem;width:100%;max-width:220px;padding:1rem;display:flex}.mobile-app-qr-icon-wrapper{color:#1a2e22;background-color:#fff;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.mobile-app-qr-details{flex:1}.mobile-app-qr-title{color:#fff;font-size:.75rem;font-weight:700}.mobile-app-qr-subtitle{color:#faedcdb3;margin-top:.125rem;font-size:.5625rem}.mobile-app-form-wrapper{border-top:1px solid #ffffff26;margin-top:3rem;padding-top:2rem}.mobile-app-form-title{color:#faedcd;font-size:.875rem;font-weight:700}.mobile-app-form{flex-direction:column;gap:.75rem;width:100%;max-width:28rem;margin-top:1rem;display:flex}@media (min-width:640px){.mobile-app-form{flex-direction:row}}.mobile-app-input{color:#fff;background-color:#ffffff26;border:1px solid #fff3;border-radius:.75rem;flex:1;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.mobile-app-input::placeholder{color:#ffffff80}.mobile-app-input:focus{border-color:#fff6;outline:none}.mobile-app-submit{color:#fff;cursor:pointer;background-color:#d97706;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.mobile-app-submit:hover{background-color:#b45309}.mobile-app-submit-icon{transition:transform .2s}.mobile-app-submit:hover .mobile-app-submit-icon{transform:translate(.125rem)}.mobile-app-security{color:#ffffff8c;gap:1rem;margin-top:1.5rem;font-size:.625rem;font-weight:600;display:flex}.mobile-app-security-item{align-items:center;gap:.25rem;display:flex}.mobile-app-security-icon{color:#faedcd}.mobile-app-right{flex:1;min-height:350px;position:relative}@media (min-width:1024px){.mobile-app-right{min-height:auto}}.mobile-app-right-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.mobile-app-right-overlay{background:linear-gradient(#0000001a 0%,#0000 40%,#2e5a4466 100%);position:absolute;inset:0}@media (min-width:1024px){.mobile-app-right-overlay{background:linear-gradient(90deg,#2e5a4466 0%,#0000 60%,#0000001a 100%)}}.mobile-app-quote{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #fff9;border-radius:1rem;max-width:20rem;padding:1rem;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}@media (min-width:640px){.mobile-app-quote{padding:1.25rem;left:auto}}.mobile-app-quote-text{color:#1a2e22;font-size:.6875rem;font-style:italic;font-weight:600;line-height:1.5}.mobile-app-author{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.mobile-app-author-avatar{color:#fff;background-color:#2e7d32;border-radius:9999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.5625rem;font-weight:700;display:flex}.mobile-app-author-name{color:#1a2e22;font-size:.625rem;font-weight:700;line-height:1}.mobile-app-author-role{color:#606c38;margin-top:.125rem;font-size:.5rem;font-weight:700}.value-props-section{background-color:#fff;padding-top:2.5rem;padding-bottom:2.5rem}.value-props-header{text-align:center;max-width:48rem;margin-bottom:4rem;margin-left:auto;margin-right:auto}.value-props-badge{color:#2e7d32;text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;display:flex}.value-props-badge-icon{color:#d97706}.value-props-title{color:#1a2e22;letter-spacing:-.025em;margin-top:.5rem;font-size:1.875rem;font-weight:800}@media (min-width:640px){.value-props-title{font-size:2.25rem}}.value-props-desc{color:#606c38;max-width:40rem;margin-top:.5rem;margin-left:auto;margin-right:auto;font-size:.875rem;font-weight:500}.value-props-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;display:grid}@media (min-width:768px){.value-props-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.value-props-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.value-prop-card{background-color:#fff;border:1px solid #faedcd4d;border-radius:1.875rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.value-prop-card:hover{transform:translateY(-.25rem);box-shadow:0 25px 50px -12px #1a2e221f}.value-prop-bg-shape{background-color:#faedcd1a;border-radius:9999px;width:6rem;height:6rem;transition:transform .5s;position:absolute;top:-2.5rem;right:-2.5rem}.value-prop-card:hover .value-prop-bg-shape{transform:scale(1.5)}.value-prop-icon-wrapper{color:#2e7d32;background-color:#faedcd;border-radius:1rem;justify-content:center;align-items:center;width:fit-content;padding:.875rem;transition:all .3s;display:flex}.value-prop-card:hover .value-prop-icon-wrapper{color:#faedcd;background-color:#2e7d32}.value-prop-card-title{color:#1a2e22;margin-top:1.5rem;font-size:1.125rem;font-weight:700;transition:color .3s}.value-prop-card:hover .value-prop-card-title{color:#2e7d32}.value-prop-card-desc{color:#606c38;margin-top:.75rem;font-size:.75rem;font-weight:500;line-height:1.625}.value-prop-link{color:#2e7d32;cursor:pointer;align-items:center;gap:.25rem;margin-top:1.25rem;font-size:.625rem;font-weight:700;display:flex}.value-prop-link:hover{text-decoration:underline}.explore-hub-section{background-color:#fff;border-top:1px solid #faedcd33;border-bottom:1px solid #faedcd33;padding-top:2.5rem;padding-bottom:2.5rem}.explore-hub-header{text-align:center;max-width:48rem;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.explore-hub-badge{color:#2e7d32;text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;display:flex}.explore-hub-badge-icon{color:#d97706}.explore-hub-title{color:#1a2e22;letter-spacing:-.025em;margin-top:.5rem;font-size:1.875rem;font-weight:800}.explore-hub-desc{color:#606c38;margin-top:.25rem;font-size:.875rem;font-weight:500}.explore-hub-content{flex-direction:column;gap:2.5rem;display:flex}.region-heading{text-transform:uppercase;letter-spacing:.1em;color:#2e7d32;border-bottom:1px solid #faedcd4d;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:.75rem;font-weight:700;display:flex}.region-heading-icon{color:#d97706}.tag-grid{flex-wrap:wrap;gap:.75rem;display:flex}.tag-button{color:#1a2e22;cursor:pointer;background-color:#fff;border:1px solid #faedcd66;border-radius:9999px;align-items:center;gap:.375rem;padding:.625rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 2px #0000000d}.tag-button:hover{color:#fff;background-color:#2e7d32;border-color:#2e7d32;box-shadow:0 4px 6px -1px #0000001a}.tag-button:active{transform:scale(.95)}.tag-count{color:#606c38;font-size:.625rem;font-weight:400;transition:color .2s}.tag-button:hover .tag-count{color:#faedcdcc}
