@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";:root{--blue:#0b5fc6;--green:#08733f;--dark:#10243d;--orange:#f36b18;--orange2:#ff7b20;--text:#17263b;--muted:#667384;--line:#e2e7ec}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,sans-serif;color:var(--text);background:#fff;font-size:16px}button,select,input{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.app{overflow:hidden}.header{height:78px;background:#fff;display:flex;align-items:center;padding:0 5.2vw;gap:28px;position:absolute;top:0;left:0;right:0;z-index:30;box-shadow:0 1px #0000000d}.logo{display:flex;align-items:center;gap:10px;min-width:215px}.logo-symbol{width:41px;height:41px;border-radius:10px;background:#eaf6ed;color:var(--green);display:grid;place-items:center}.logo strong{font-size:24px;line-height:18px;color:#176b43;letter-spacing:-1px}.logo strong span{color:var(--orange)}.logo small{display:block;font-size:8px;letter-spacing:1.4px;color:#65736b;margin-top:6px}.nav{display:flex;align-items:center;gap:29px;flex:1;justify-content:center}.nav a{font-size:14px;font-weight:600;color:#253346;padding:28px 0 25px;border-bottom:2px solid transparent}.nav a:first-child{color:var(--green);border-bottom-color:#2d83c9}.header-actions{display:flex;align-items:center;gap:17px}.icon-btn,.login-link,.register-link{background:none;border:0;color:#253346;font-size:13px;display:flex;align-items:center;gap:6px;white-space:nowrap}.register-link{font-weight:600}.orange-btn{border:0;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;border-radius:8px;padding:13px 18px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:8px;box-shadow:0 5px 14px #f36b182e}.mobile-menu{display:none;border:0;background:none}.hero{position:relative;height:790px;min-height:760px;margin-top:0;background:#17392f;color:#fff;isolation:isolate}.hero-bg{position:absolute;z-index:0;inset:0;background-image:var(--hero-image);background-position:center 48%;background-size:cover;animation:heroFade .65s ease both}.hero-shade{z-index:1}@keyframes heroFade{0%{opacity:.2;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#031830c9,#041b3040 64%,#03141e1a),linear-gradient(0deg,rgba(5,23,30,.55),transparent 45%)}.hero-content{position:absolute;z-index:3;left:6.5vw;top:145px;max-width:650px}.hero-kicker{font-size:14px;font-weight:700;letter-spacing:.8px;margin-bottom:14px}.hero h1{font-size:60px;line-height:1.02;letter-spacing:-2.6px;margin:0 0 16px;font-weight:700}.hero h1 em{font-style:normal;color:#fff}.hero-content p{font-size:17px;line-height:1.55;max-width:590px;margin:0;color:#fffffff0}.hero-location{position:absolute;right:7vw;top:120px;z-index:2;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px}.hero-script{position:absolute;right:10vw;top:175px;z-index:2;font-family:Playfair Display,serif;font-size:62px;line-height:.75;transform:rotate(-5deg);text-align:center;color:#fff}.hero-script i{font-size:43px}.hero-arrow{position:absolute;z-index:5;top:42%;width:42px;height:42px;border:0;border-radius:50%;background:#ffffffd9;color:#23425c;display:grid;place-items:center}.hero-left{left:20px}.hero-right{right:20px}.hero-dots{display:flex;gap:6px;margin-top:20px}.hero-dots button{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#ffffff80}.hero-dots button.active{width:26px;border-radius:8px;background:#fff}.search-panel{position:absolute;z-index:5;left:6.5vw;right:6.5vw;bottom:112px;background:#fff;border-radius:14px;min-height:88px;display:grid;grid-template-columns:1.08fr 1.05fr 1fr .92fr 180px;padding:8px;box-shadow:0 14px 38px #09233b45;color:var(--text)}.search-option{position:relative;display:flex;align-items:center;gap:11px;padding:11px 17px;border-right:1px solid var(--line)}.search-option>svg:first-child{color:#1474dc;width:24px;flex:none}.search-option>svg:last-of-type{width:16px;color:#3c4754;margin-left:auto}.search-option span{display:flex;flex-direction:column;min-width:0}.search-option b{font-size:12px;margin-bottom:5px}.search-option small{font-size:13px;color:#657181;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-option select{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%}.search-submit{border:0;border-radius:9px;background:var(--orange);color:#fff;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;gap:9px}.hero-benefits{position:absolute;z-index:3;left:7vw;right:7vw;bottom:28px;display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.hero-benefits>div{display:flex;align-items:center;gap:12px}.hero-benefits svg{width:31px;height:31px}.hero-benefits span{display:flex;flex-direction:column}.hero-benefits b{font-size:12px}.hero-benefits small{font-size:10px;opacity:.82;margin-top:4px}.section{padding:70px 6.5vw}.popular{background:#f8fbfe}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.eyebrow{display:block;font-size:10px;letter-spacing:1.8px;font-weight:800;margin-bottom:8px}.eyebrow.green{color:var(--green)}.section-title h2{font-size:35px;letter-spacing:-.8px;margin:0 0 5px}.section-title p{font-size:14px;color:var(--muted);margin:0}.section-title>a{color:#0870ce;font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px;margin-bottom:5px}.destinations-wrap{position:relative}.destinations-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.destination{border:1px solid #e1e6eb;border-radius:11px;background:#fff;overflow:hidden;box-shadow:0 4px 14px #0f253b12;transition:.25s;cursor:pointer}.destination:hover{transform:translateY(-5px);box-shadow:0 13px 28px #0f253b21}.destination-img{height:185px;position:relative;overflow:hidden}.destination-img img{width:100%;height:100%;object-fit:cover;transition:.5s}.destination:hover .destination-img img{transform:scale(1.06)}.heart{position:absolute;right:10px;top:10px;width:33px;height:33px;border-radius:50%;background:#fff;border:1px solid #dce2e8;color:#667686;display:grid;place-items:center}.heart.liked{color:#e54848}.destination-body{padding:13px}.destination-head{display:flex;justify-content:space-between;gap:7px}.destination h3{font-size:16px;margin:0 0 4px}.destination-head>div:first-child span{font-size:12px;color:#718092}.rating{font-size:12px;color:#e9a800;display:flex;align-items:center;gap:4px;white-space:nowrap}.rating small{color:#697686;font-size:10px}.destination-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:17px}.destination-bottom>span:first-child{display:flex;flex-direction:column}.destination-bottom small{font-size:10px;color:#7a8490}.destination-bottom b{font-size:18px;color:#17263b;margin-top:2px}.days{font-size:11px;color:#6f7b88;display:flex;gap:5px;align-items:center;margin-bottom:5px}.destination-bottom button{width:34px;height:34px;border-radius:50%;border:0;background:#eaf7ef;color:var(--green);display:grid;place-items:center}.carousel-btn{display:grid;place-items:center;position:absolute;z-index:3;top:43%;width:40px;height:40px;border:1px solid #d8e0e7;border-radius:50%;background:#fff;color:#24445d;box-shadow:0 5px 15px #0000001a}.carousel-btn.left{left:-20px}.carousel-btn.right{right:-20px}.dots{display:flex;justify-content:center;gap:6px;margin-top:20px}.dots button{width:7px;height:7px;border:0;padding:0;border-radius:50%;background:#d1d9e1}.dots button.active{width:25px;border-radius:7px;background:var(--green)}.experience-section{background:#fff}.exp-controls{display:flex;gap:8px}.exp-controls button{width:40px;height:40px;border:1px solid #dce2e8;background:#fff;border-radius:50%;display:grid;place-items:center;color:#28465e}.experience-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.experience-card{height:245px;position:relative;border-radius:11px;overflow:hidden;cursor:pointer}.experience-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.experience-card:hover img{transform:scale(1.07)}.experience-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,23,18,.83),transparent 62%)}.experience-label{position:absolute;left:15px;bottom:14px;color:#fff;display:flex;flex-direction:column}.experience-label span{font-size:16px;font-weight:700}.experience-label small{font-size:10px;opacity:.85;margin-top:3px}.experience-arrow{position:absolute;right:13px;bottom:15px;color:#fff}.experience-banner{height:275px;margin:0 6.5vw;border-radius:14px;overflow:hidden;position:relative;background:url(https://images.unsplash.com/photo-1470214304380-aadaedcfff1b?auto=format&fit=crop&w=1800&q=88) center/cover;color:#fff}.experience-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#061f1be0,#08242240 70%)}.experience-content{position:absolute;z-index:2;left:4.5%;top:38px}.experience-content h2{font-size:37px;line-height:1.04;margin:0 0 9px}.experience-content h2 em{font-style:normal}.experience-content p{font-size:14px;margin:0 0 19px;color:#ffffffe6}.white-btn{background:#fff;color:#1b3448;border:0;border-radius:8px;padding:12px 17px;font-size:12px;font-weight:700;display:flex;gap:8px;align-items:center}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;padding-top:43px;padding-bottom:48px}.value{display:flex;gap:13px;align-items:center}.value>span{width:46px;height:46px;border:1px solid #cce6d6;border-radius:50%;display:grid;place-items:center;color:var(--green)}.value svg{width:22px}.value b,.value small{display:block}.value b{font-size:13px}.value small{font-size:11px;color:#788492;margin-top:4px}.final-cta{text-align:center;padding:75px 20px;background:#f6faf7}.final-cta h2{font-family:Playfair Display,serif;font-size:45px;line-height:1;margin:0 0 28px;font-weight:600}.final-cta h2 em{font-style:normal;color:var(--green)}.orange-btn.large{padding:14px 23px;font-size:13px}.footer{background:#112b23;color:#fff;padding:52px 6.5vw 20px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:42px}.footer-brand p{font-size:11px;color:#ffffff8c;line-height:1.7;margin-top:20px}.footer-top>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-top>div>b{font-size:11px;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px}.footer-top a:not(.logo){font-size:11px;color:#ffffff94}.social{display:flex!important;flex-direction:row!important;gap:9px!important}.social a{width:34px;height:34px;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center}.social svg{width:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:16px;display:flex;justify-content:space-between;color:#ffffff59;font-size:9px}.whatsapp{position:fixed;z-index:45;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;background:#16b95b;color:#fff;display:grid;place-items:center;font-size:0;box-shadow:0 7px 20px #16b95b4d}.whatsapp:after{content:"◔";font-size:30px;transform:rotate(-35deg)}.toast{position:fixed;z-index:110;right:24px;bottom:88px;background:#142b24;color:#fff;padding:12px 17px;border-radius:8px;font-size:12px;display:flex;align-items:center;gap:8px;box-shadow:0 12px 30px #0003}.modal-backdrop{position:fixed;z-index:100;inset:0;background:#07121e9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center;padding:20px}.login-modal{width:min(840px,100%);min-height:530px;background:#fff;border-radius:14px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:0 28px 90px #00000052;position:relative}.modal-close{position:absolute;z-index:4;right:13px;top:13px;width:34px;height:34px;border:0;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;color:#1e2c39}.login-photo{position:relative;min-height:530px}.login-photo img{width:100%;height:100%;object-fit:cover}.login-photo-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,32,25,.82),transparent 60%)}.login-photo-copy{position:absolute;bottom:37px;left:30px;color:#fff}.login-photo-copy b{font-family:Playfair Display,serif;font-size:34px;display:block}.login-photo-copy span{font-size:11px;color:#ffffffd1}.login-form{padding:48px 45px 31px}.mini-logo{display:flex;align-items:center;gap:8px;margin-bottom:23px;color:#176b43}.mini-logo .logo-symbol{width:32px;height:32px}.mini-logo b{font-size:21px}.mini-logo b span{color:var(--orange)}.login-form h2{font-size:31px;margin:0 0 4px}.login-reason{font-size:12px;color:#74808c;margin:0 0 22px}.login-form>label{display:block;font-size:10px;font-weight:700;margin:14px 0;color:#3d4b5b}.input-wrap{height:43px;border:1px solid #dce2e8;border-radius:7px;display:flex;align-items:center;gap:9px;padding:0 11px;margin-top:7px}.input-wrap>svg{width:16px;color:#84909d}.input-wrap input{border:0;outline:0;flex:1;font-size:12px;min-width:0}.input-wrap button{border:0;background:none;color:#84909d;padding:0}.input-wrap button svg{width:16px}.remember{display:flex;justify-content:space-between;align-items:center;margin:14px 0 18px;font-size:10px}.remember label{display:flex;align-items:center;gap:5px}.remember a{color:#0871d0;font-weight:600}.login-submit{width:100%;height:43px;border:0;border-radius:7px;background:var(--orange);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.or{display:flex;align-items:center;gap:9px;color:#98a1aa;font-size:10px;margin:17px 0}.or span{height:1px;background:#e5e8eb;flex:1}.social-login{display:grid;grid-template-columns:1fr 1fr;gap:9px}.social-login button{height:39px;background:#fff;border:1px solid #dce2e8;border-radius:6px;font-size:11px;color:#3d4a58;display:flex;align-items:center;justify-content:center;gap:8px}.social-login b{color:#4285f4;font-size:15px}.social-login svg{color:#1877f2}.register-prompt{text-align:center;font-size:10px;color:#77818c;margin:19px 0 0}.register-prompt button{border:0;background:none;color:#0871d0;font-weight:700;padding:0}@media(max-width:1200px){.nav{gap:19px}.header-actions{gap:10px}.register-link{display:none}.destinations-grid{grid-template-columns:repeat(4,1fr)}.destination:nth-child(5){display:none}.experience-grid{grid-template-columns:repeat(3,1fr)}.experience-card{height:220px}.search-panel{grid-template-columns:1.1fr 1.1fr 1fr 1fr 160px}.hero-script{right:5vw}}@media(max-width:850px){.header{height:68px;padding:0 5vw}.logo{min-width:auto}.logo strong{font-size:21px}.nav{display:none;position:absolute;top:68px;left:5vw;right:5vw;background:#fff;box-shadow:0 12px 25px #0000001f;flex-direction:column;gap:0;padding:10px}.nav.nav-open{display:flex}.nav a{padding:13px 8px;border-bottom:1px solid #edf0f2;font-size:14px}.header-actions{margin-left:auto}.search-top{display:none}.login-link{font-size:12px}.orange-btn{padding:11px 13px}.mobile-menu{display:block}.hero{height:820px;min-height:800px}.hero-content{top:118px;left:7vw;right:7vw}.hero h1{font-size:50px}.hero-script{display:none}.hero-location{top:105px;right:7vw}.hero-arrow{top:36%;width:38px;height:38px}.search-panel{left:5vw;right:5vw;bottom:118px;grid-template-columns:1fr 1fr;padding:8px}.search-option:nth-child(2){border-right:0}.search-option:nth-child(3),.search-option:nth-child(4){border-top:1px solid var(--line);padding-top:14px}.search-submit{height:52px;grid-column:1/-1;margin-top:5px}.hero-benefits{left:7vw;right:7vw;bottom:27px;grid-template-columns:repeat(3,1fr);gap:13px}.hero-benefits>div:nth-child(n+4){display:none}.section{padding:55px 5vw}.destinations-grid{grid-template-columns:repeat(2,1fr)}.destination:nth-child(5){display:none}.carousel-btn{display:grid}.carousel-btn.left{left:-13px}.carousel-btn.right{right:-13px}.experience-grid{grid-template-columns:repeat(3,1fr)}.experience-card{height:200px}.experience-banner{margin:0 5vw}.values{grid-template-columns:1fr 1fr;padding-top:35px}.footer{padding-left:5vw;padding-right:5vw}.footer-top{grid-template-columns:1.4fr 1fr 1fr}.login-modal{grid-template-columns:1fr;max-width:470px}.login-photo{display:none}}@media(max-width:580px){body{font-size:15px}.header-actions .orange-btn{display:none}.header{padding:0 4vw}.logo strong{font-size:20px}.login-link{font-size:11px}.hero{height:850px;min-height:830px}.hero-content{top:112px}.hero h1{font-size:43px;letter-spacing:-1.8px}.hero-content p{font-size:14px}.hero-kicker{font-size:11px}.hero-location{font-size:10px}.hero-arrow{top:40%}.search-panel{grid-template-columns:1fr;bottom:112px}.search-option{border-right:0!important;border-top:1px solid var(--line);min-height:56px}.search-option:first-child{border-top:0}.search-submit{grid-column:auto}.hero-benefits{grid-template-columns:1fr 1fr;bottom:20px}.hero-benefits>div:nth-child(n+3){display:none}.hero-benefits b{font-size:10px}.hero-benefits small{font-size:8px}.section-title{display:block}.section-title h2{font-size:31px}.section-title p{font-size:13px}.section-title>a{margin-top:13px;font-size:12px}.destinations-grid{grid-template-columns:1fr}.destination:nth-child(n+2){display:none}.destination-img{height:215px}.carousel-btn{width:36px;height:36px}.carousel-btn.left{left:-8px}.carousel-btn.right{right:-8px}.experience-grid{grid-template-columns:1fr 1fr}.experience-card{height:185px}.experience-label span{font-size:14px}.experience-label small{font-size:9px}.experience-banner{height:300px}.experience-content{left:24px;right:18px;top:46px}.experience-content h2{font-size:30px}.experience-content p{font-size:12px}.values{grid-template-columns:1fr}.final-cta h2{font-size:37px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-top>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:7px}.whatsapp{width:49px;height:49px;right:15px;bottom:15px}.toast{right:15px;bottom:74px;max-width:calc(100% - 30px)}.login-form{padding:38px 23px 26px}.login-form h2{font-size:28px}}
