@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--qs-cyan:#00b7ce;--qs-cyan-dark:#0096aa;--qs-navy:#005b7f;--qs-navy-dark:#003c55;--bg-light:#f4f7f9;--text-dark:#111827;--text-body:#4b5563;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-body);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;line-height:1.6}h1,h2,h3,h4{color:var(--qs-navy);letter-spacing:-.02em;font-weight:700;line-height:1.2}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.site-nav{background:var(--white);z-index:100;padding:1rem 0;position:sticky;top:0;box-shadow:0 4px 20px #005b7f0d}.nav-inner{justify-content:center;display:flex}.site-logo{object-fit:contain;height:45px}@media (width>=768px){.nav-inner{justify-content:flex-start}}.hero-section{background-image:url(https://dirf4l6ns2uc8.cloudfront.net/highlights/Nemo_Hero.jpg);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;min-height:70vh;display:flex;position:relative}.hero-overlay{background:linear-gradient(135deg,#005b7fd9 0%,#00b7ce99 100%);position:absolute;inset:0}.hero-content{z-index:10;color:var(--white);padding-top:4rem;padding-bottom:8rem;position:relative}.hero-title{color:var(--white);text-transform:uppercase;letter-spacing:.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.hero-divider{background:var(--qs-cyan);border-radius:3px;width:80px;height:6px;margin-bottom:2rem}.hero-subtitle{opacity:.95;max-width:700px;font-size:1.25rem;font-weight:300}@media (width>=768px){.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.5rem}}.discount-wrapper{z-index:20;margin-top:-5rem;padding-bottom:4rem;position:relative}.discount-block{background:var(--white);border-radius:20px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 40px #005b7f1a}@media (width>=992px){.discount-block{flex-direction:row}}.discount-col-left{background:var(--qs-navy);color:var(--white);flex:1;padding:3rem;position:relative;overflow:hidden}.discount-col-left h2{color:var(--white);margin-bottom:1rem;font-size:2rem}.discount-accent-line{background:var(--qs-cyan);width:50px;height:4px;margin-bottom:1.5rem}.discount-col-left p{opacity:.9;z-index:2;font-size:1.1rem;position:relative}.discount-icon-large{opacity:.05;width:150px;height:150px;color:var(--white);position:absolute;bottom:-20px;right:-20px;transform:rotate(-15deg)}.discount-col-right{background:var(--white);flex-direction:column;flex:1.5;justify-content:center;padding:3rem;display:flex}.discount-col-right h2{color:var(--qs-navy);margin-bottom:1rem;font-size:2rem}.discount-rules{list-style:none}.discount-rules li{color:var(--text-dark);margin-bottom:1.2rem;padding-left:2rem;font-weight:500;position:relative}.discount-rules li:before{content:"";background:var(--qs-cyan);border-radius:50%;width:10px;height:10px;position:absolute;top:6px;left:0}.tours-section{padding:4rem 0 6rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--qs-cyan);font-size:1.2rem;font-weight:500}.tab-controls{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.tab-btn{border:2px solid var(--qs-navy);color:var(--qs-navy);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.tab-btn:hover{background:#005b7f0d}.tab-btn.active{background:var(--qs-navy);color:var(--white);border-color:var(--qs-navy)}.tour-grid{grid-template-columns:1fr;gap:2.5rem;width:100%;display:grid}.tour-card{background:var(--white);border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}@media (width>=992px){.tour-card{flex-direction:row;align-items:stretch}}.tour-card-image-wrap{height:250px;position:relative}@media (width>=992px){.tour-card-image-wrap{flex-shrink:0;width:40%;height:auto;min-height:100%}}.tour-card-image{object-fit:cover;width:100%;height:100%}.discount-badge{background:var(--qs-cyan);color:var(--white);text-align:center;z-index:5;text-transform:uppercase;letter-spacing:.05em;border-radius:8px;width:28%;padding:.8rem 1rem;font-size:1.2rem;font-weight:800;line-height:1.2;position:absolute;top:15px;left:15px;box-shadow:0 4px 10px #0003}.tour-card-logo{background:var(--white);border-radius:8px;justify-content:center;align-items:center;width:28%;padding:8px 12px;display:flex;position:absolute;bottom:15px;left:15px;box-shadow:0 4px 15px #0000001a}.tour-card-logo img{object-fit:contain;width:100%;max-height:60px}.tour-card-content{flex-direction:column;flex-grow:1;padding:2.5rem 2rem 2rem;display:flex}.tour-card-title{color:var(--qs-navy);align-items:center;margin-bottom:.2rem;font-size:1.6rem;display:flex}.tour-card-product-name{color:var(--qs-navy);opacity:.6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding-left:2.2rem;font-size:.9rem;font-weight:500}.title-icon{color:var(--qs-cyan);margin-right:.6rem}.tour-card-desc{color:var(--text-body);opacity:.9;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.tour-card-features{flex-grow:1;margin-bottom:1.5rem;list-style:none}.tour-card-features li{color:var(--text-body);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.feature-icon{color:var(--qs-cyan);flex-shrink:0;margin-top:3px}.tour-card-footer{border-top:1px solid #0000000d;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}@media (width>=992px){.tour-card-footer{flex-direction:row}}.book-btn,.learn-more-btn{background:var(--qs-cyan);color:var(--white);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;text-align:center;border:none;border-radius:8px;width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background .3s;display:inline-block}.learn-more-btn{background:var(--qs-navy)}.learn-more-btn:hover{background:var(--qs-navy-dark)}@media (width>=992px){.book-btn,.learn-more-btn{flex:1;width:auto}}.book-btn:hover{background:var(--qs-cyan-dark)}.about-section{background:var(--white);padding:4rem 0 6rem}.about-content{max-width:800px;margin:0 auto}.about-title{color:var(--qs-navy);margin-top:3rem;margin-bottom:1rem;font-size:1.8rem}.about-title:first-child{margin-top:0}.about-text{color:var(--text-body);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.brands-section{background:var(--bg-light);border-top:1px solid #005b7f0d;padding:5rem 0}.brand-section-title{color:var(--qs-navy);font-size:2.2rem}.brands-grid{grid-template-rows:repeat(5,auto);grid-template-columns:repeat(2,1fr);grid-auto-flow:column;place-items:center;gap:2rem;margin-top:3rem;display:grid}@media (width>=768px){.brands-grid{grid-template-rows:none;grid-template-columns:repeat(3,1fr);grid-auto-flow:row}}@media (width>=1024px){.brands-grid{grid-template-columns:repeat(5,1fr);gap:3rem}}.brand-logo-link{opacity:.8;justify-content:center;align-items:center;width:100%;padding:1rem;transition:transform .3s,opacity .3s;display:flex}.brand-logo-link:hover{opacity:1;transform:scale(1.05)}.brand-logo-link img{object-fit:contain;max-width:100%;height:auto;max-height:70px}.eco-section{background:var(--qs-navy);color:var(--white);padding:4rem 0}.eco-section-title{color:var(--white);font-size:1.8rem}.eco-logos-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin-top:2.5rem;display:flex}.eco-logo-img{object-fit:contain;filter:brightness(0)invert();opacity:.9;height:60px}@media (width<=768px){.eco-logo-img{height:40px}}.site-footer{background:var(--qs-navy-dark);color:var(--white);text-align:center;padding:5rem 0 2rem}.footer-logo{object-fit:contain;max-width:100%;height:60px;margin-bottom:2rem}.footer-desc{opacity:.8;max-width:500px;margin:0 auto 3rem;font-size:1.1rem}.footer-bottom{opacity:.6;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}.tour-quick-hits{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.quick-hit-badge{color:var(--qs-navy);border:1px solid #00b7ce4d;border-radius:50px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-flex}.hit-color-0{color:#0284c7;background:#e0f2fe;border-color:#bae6fd}.hit-color-0 svg{color:#0284c7}.hit-color-1{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.hit-color-1 svg{color:#16a34a}.hit-color-2{color:#d97706;background:#fffbeb;border-color:#fef08a}.hit-color-2 svg{color:#d97706}.hit-color-3{color:#9333ea;background:#faf5ff;border-color:#e9d5ff}.hit-color-3 svg{color:#9333ea}.text-center{text-align:center}.mb-8{margin-bottom:2rem}.social-grid{grid-template-columns:repeat(1,1fr);gap:4.5rem 2rem;width:100%;margin-top:6rem;padding-bottom:2rem;display:grid}@media (width>=768px){.social-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.social-grid{grid-template-columns:repeat(3,1fr)}}.social-card{aspect-ratio:1;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:relative}.social-card-bg{background-color:var(--white);background-position:50%;background-size:cover;border-radius:16px;transition:box-shadow .3s;position:absolute;inset:0;overflow:hidden;box-shadow:0 10px 30px #0000000d}.social-card-overlay{z-index:1;background:#005b7f4d;transition:background .3s;position:absolute;inset:0}.social-card-inner{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;height:100%;padding:2rem;display:flex;position:relative}.social-logo-container{z-index:10;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:66%;height:90px;padding:15px 20px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 25px #00000026}.social-logo{object-fit:contain;max-width:100%;max-height:100%}.social-icons{gap:1.5rem;margin-top:1rem;display:flex}.social-link{color:var(--qs-navy);background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:color .3s,transform .3s,background .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #00000026}.social-link:hover{transform:scale(1.1)}.social-link.fb:hover{color:#1877f2;background:#1877f21a}.social-link.ig:hover{color:#e4405f;background:#e4405f1a}
