*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#25424a;--primary-dark:#1a2f35;--secondary-color:#5f8b8f;--accent-color:#c07a5d;--text-dark:#000;--text-light:#25424a;--text-lighter:#5f8b8f;--bg-light:#f4f1e8;--bg-white:#f4f1e8;--bg-section:#fff;--border-color:#25424a33;--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 25px #0000001a;--shadow-xl:0 20px 40px #00000026;--transition:all .3s ease}html{scroll-behavior:smooth}body{color:var(--text-dark);background-color:var(--bg-light);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 60px}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-family:HK Grotesk,Space Grotesk,sans-serif;font-weight:700;line-height:1.2}.section-title{text-align:center;color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.section-header{margin-bottom:4rem}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);z-index:1000;transition:var(--transition);background:#f4f1e8f2;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-md)}.nav-wrapper{justify-content:space-between;align-items:center;padding:1.35rem 0;display:flex}.logo-link{text-decoration:none;display:inline-block}.logo-image{object-fit:contain;vertical-align:middle;width:auto;max-width:8rem;height:2rem}.nav-menu{align-items:center;gap:2rem;list-style:none;display:flex}.nav-link{color:var(--text-dark);transition:var(--transition);font-weight:500;text-decoration:none;position:relative}.nav-link:after{content:"";background:var(--accent-color);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.nav-link:hover{color:var(--accent-color)}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--accent-color)}.nav-link.active:after{background:var(--accent-color);width:100%}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.nav-toggle span{background:var(--text-dark);width:25px;height:3px;transition:var(--transition)}.hero{color:#fff;text-align:center;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;background:linear-gradient(135deg,#25424a 0%,#5f8b8f 50%,#c07a5d 100%);position:absolute;inset:0}.hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:#0000008c;position:absolute;inset:0}.hero-content{z-index:1;color:#fff;max-width:800px;padding:2.5rem 2rem;animation:1s fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-logo{filter:drop-shadow(0 0 12px #fff9)drop-shadow(0 0 24px #fff6);width:100%;max-width:380px;height:auto;margin:0 auto .25rem;display:block}.hero-title{color:#fff;text-shadow:0 2px 8px #00000080;margin-bottom:1.5rem;font-size:2rem}.hero-subtitle{color:#fffffff2;text-shadow:0 1px 4px #00000080;margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{transition:var(--transition);cursor:pointer;border:2px solid #0000;border-radius:50px;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.btn-primary{background:var(--accent-color);color:var(--bg-white);box-shadow:var(--shadow-lg)}.btn-primary:hover{background:var(--primary-color);box-shadow:var(--shadow-xl);transform:translateY(-2px)}.btn-secondary{color:var(--bg-white);border-color:var(--bg-white);background:0 0}.btn-secondary:hover{background:var(--bg-white);color:var(--primary-color)}.hero-content .btn-secondary{color:#fff;border-color:#fff}.hero-content .btn-secondary:hover{color:var(--primary-color);background:#fff}.scroll-indicator{color:#fff;z-index:1;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-arrow{border-bottom:2px solid #fff;border-right:2px solid #fff;width:20px;height:20px;animation:2s infinite bounce;transform:rotate(45deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)rotate(45deg)}40%{transform:translateY(-10px)rotate(45deg)}60%{transform:translateY(-5px)rotate(45deg)}}.about{background:var(--bg-section);padding:6rem 0}.about-content{grid-template-columns:2fr 1fr;align-items:center;gap:4rem;display:grid}.about-text p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.about-text ul{margin:0 0 1.5rem;padding-left:1.5rem}.about-text li{color:var(--text-light);margin-bottom:.5rem;line-height:1.7}.about-stats{flex-direction:column;gap:2rem;display:flex}.stat-item{text-align:center;background:var(--bg-light);border-radius:15px;padding:1.5rem}.stat-number{color:var(--accent-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{color:var(--text-light);font-size:1rem}.destinations{background:var(--bg-light);padding:6rem 0}.destinations-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.destination-card{background:var(--bg-white);box-shadow:var(--shadow-md);transition:var(--transition);border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.destination-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-10px)}.destination-card-link{color:inherit;cursor:pointer;text-decoration:none}.destination-card-grayed{opacity:.65;filter:grayscale(.4);pointer-events:none;cursor:default}.destination-card-grayed:hover{box-shadow:var(--shadow-md);opacity:.65;filter:grayscale(.4);transform:none}.destination-image{background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:var(--primary-color);justify-content:flex-end;align-items:flex-start;height:200px;padding:1rem;display:flex;position:relative}.destination-badge{background:var(--bg-white);color:var(--accent-color);box-shadow:var(--shadow-sm);border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.destination-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.destination-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.destination-name{color:var(--text-dark);flex:1;margin:0;font-size:1.5rem}.destination-seats-badge{background:var(--bg-light);color:var(--text-dark);white-space:nowrap;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex}.seats-icon{font-size:1rem}.seats-text{color:var(--accent-color)}.destination-description{color:var(--text-light);-webkit-line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:7rem;margin-bottom:1rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.destination-summary-info{background:var(--bg-light);border-radius:10px;margin:1rem 0;padding:1rem}.summary-item{color:var(--text-light);margin-bottom:.5rem;font-size:.9375rem}.summary-item:last-child{margin-bottom:0}.price-highlight{color:var(--accent-color);font-size:1.125rem;font-weight:700}.destination-highlights{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.highlight-tag{background:var(--bg-section);border:1px solid var(--border-color);color:var(--text-light);transition:var(--transition);border-radius:50px;padding:.3125rem .625rem;font-size:.6875rem;font-weight:500;display:inline-block}.highlight-tag:hover{background:var(--primary-color);color:var(--bg-white);border-color:var(--primary-color)}.btn-destination{text-align:center;width:100%;margin-top:auto;padding-top:.75rem}.benefits{background:var(--bg-section);padding:4rem 0}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.benefit-card{text-align:center;background:var(--bg-light);transition:var(--transition);border-radius:15px;padding:1.5rem 1.25rem}.benefit-card:hover{box-shadow:var(--shadow-md);background:var(--bg-section);transform:translateY(-5px)}.benefit-icon{margin-bottom:1rem;font-size:2.25rem}.benefit-title{color:var(--text-dark);margin-bottom:.75rem;font-size:1.0625rem}.benefit-description{color:var(--text-light);font-size:.875rem;line-height:1.6}.testimonials{background:var(--bg-light);padding:4rem 0}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.testimonial-card{background:var(--bg-section);box-shadow:var(--shadow-md);transition:var(--transition);border-radius:15px;padding:1.5rem}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.testimonial-rating{color:var(--accent-color);margin-bottom:1rem;font-size:1.125rem}.testimonial-text{color:var(--text-light);margin-bottom:1.25rem;font-size:.875rem;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;gap:.75rem;display:flex}.author-avatar{background:var(--primary-color);width:45px;height:45px;color:var(--bg-white);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.author-name{color:var(--text-dark);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.author-role{color:var(--text-lighter);font-size:.875rem}.contact{background:var(--bg-section);padding:4rem 0;overflow:visible}.contact-content{flex-flow:row;align-items:flex-start;gap:2.5rem;max-width:1000px;margin:0 auto;display:flex}.contact-info{flex:1;min-width:0}.contact-form-wrapper{flex:1.2;min-width:0}.contact-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-icon{background:var(--bg-light);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.contact-details h3{color:var(--text-dark);margin-bottom:.25rem;font-size:1rem}.contact-details p{color:var(--text-light);text-align:left;font-size:.875rem}.contact-apps{vertical-align:middle;gap:.25rem;margin-top:.5rem;display:inline-flex}.contact-app-badge{color:var(--bg-white);border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.1rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.contact-app-badge-whatsapp{background:#25d366}a.contact-app-badge{color:var(--bg-white);text-decoration:none}a.contact-app-badge:hover{opacity:.9;color:var(--bg-white)}.contact-form{background:#f4f1e8;border-radius:15px;flex-direction:column;padding:1.25rem;display:flex}.contact-form .contact-form-title{color:var(--text-dark);text-align:center;margin-bottom:1rem;font-size:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-dark);margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.required-asterisk{color:#c00}.form-group input,.form-group select,.form-group textarea{border:2px solid var(--border-color);width:100%;transition:var(--transition);background:var(--bg-white);border-radius:8px;padding:.625rem;font-family:inherit;font-size:.875rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #c07a5d1a}.form-group textarea{resize:vertical;min-height:80px}.phone-input-row{align-items:stretch;gap:.5rem;display:flex}.country-code-wrap{flex-shrink:0;width:5.5rem;position:relative}.country-code-input-wrap{border:2px solid var(--border-color);background:var(--bg-white);height:100%;min-height:42px;transition:var(--transition);border-radius:8px;align-items:center;gap:.375rem;padding:0 .5rem;display:flex}.country-code-input-wrap:focus-within{border-color:var(--accent-color);box-shadow:0 0 0 3px #c07a5d1a}.country-flag{font-size:1.25rem;line-height:1}.country-flag-prefix{flex-shrink:0}.phone-input-row .country-code-input{width:100%;color:var(--text-dark);background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:600}.phone-input-row .country-code-input:focus{box-shadow:none;border-color:#0000;outline:none}.country-code-input::placeholder{color:var(--text-lighter);font-weight:500}.country-code-dropdown{background:var(--bg-white);border:2px solid var(--border-color);min-width:220px;max-height:260px;box-shadow:var(--shadow-lg);z-index:100;border-radius:8px;margin-top:2px;position:absolute;top:100%;left:0}.country-code-list{max-height:220px;margin:0;padding:.25rem 0;list-style:none;overflow-y:auto}.country-code-option{cursor:pointer;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:background .15s;display:flex}.country-code-option:hover,.country-code-option.selected{background:var(--bg-light)}.country-code-option .country-flag{font-size:1.125rem}.country-code-text{min-width:2.5rem;color:var(--text-dark);font-weight:600}.country-code-option .country-name{color:var(--text-light)}.country-code-no-match{color:var(--text-lighter);cursor:default}.country-code-no-match:hover{background:0 0}.phone-input-row .phone-number-input{border:2px solid var(--border-color);background:var(--bg-white);border-radius:8px;flex:1;min-width:0;padding:.625rem .75rem;font-family:inherit;font-size:.875rem}.phone-input-row .phone-number-input:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #c07a5d1a}.form-group-checkbox{margin-bottom:1rem}.form-group-checkbox .checkbox-label{cursor:pointer;min-height:2.75rem;color:var(--text-light);align-items:center;gap:.5rem;margin:0;padding:.625rem 0;font-size:.875rem;font-weight:400;line-height:1.4;display:flex}.form-group-checkbox .form-checkbox{width:1.125rem;height:1.125rem;accent-color:var(--accent-color);flex-shrink:0;margin:0;padding:0}.form-link{color:var(--accent-color);text-decoration:underline}.form-link:hover{color:var(--primary-color)}.form-group-captcha{margin-bottom:1rem}.form-group-captcha .g-recaptcha{margin-bottom:.25rem}.captcha-error{color:var(--accent-color);margin-top:.25rem;font-size:.875rem;display:none}.terms-page{background:var(--bg-section);min-height:60vh;padding:6rem 0 4rem}.back-link{color:var(--accent-color);margin-bottom:2rem;font-size:.9375rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--primary-color);text-decoration:underline}.terms-title{color:var(--text-dark);margin-bottom:2rem}.terms-content{max-width:720px;color:var(--text-light);line-height:1.7}.terms-content h2{color:var(--text-dark);margin-top:2.5rem;margin-bottom:.75rem}.terms-content p{margin-bottom:1rem}.terms-content ul{margin:0 0 1rem;padding-left:1.5rem}.terms-content li{margin-bottom:.5rem;line-height:1.7}.terms-back-to-top-wrap{margin-top:2.5rem;margin-bottom:0}.terms-back-to-top{color:var(--accent-color);font-size:.9375rem;text-decoration:none}.terms-back-to-top:hover{color:var(--primary-color);text-decoration:underline}.terms-placeholder{color:var(--text-lighter);font-style:italic}.faq-accordion{gap:.75rem;display:grid}.faq-item{border:1px solid var(--border-color);background:var(--bg-light);border-radius:10px;padding:.75rem 1rem}.faq-question{color:var(--text-dark);cursor:pointer;font-weight:600}.faq-answer{margin:.75rem 0 0}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1.5rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-logo{margin-bottom:.75rem;font-family:HK Grotesk,Space Grotesk,sans-serif;font-size:1.25rem}.footer-section p{color:#ffffffb3;font-size:.875rem;line-height:1.6}.footer-section h4{margin-bottom:.75rem;font-size:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ffffffb3;transition:var(--transition);font-size:.875rem;text-decoration:none}.footer-links a:hover{color:#fff;padding-left:5px}.social-links{flex-wrap:wrap;gap:1rem;display:flex}.social-icon{color:#ffffffb3;width:40px;height:40px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-icon:hover{background:var(--accent-color);color:#fff;transform:translateY(-3px)}.footer-bottom{text-align:center;color:#ffffffb3;border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.875rem}.destination-hero{color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:8rem 0 4rem;position:relative}.destination-hero:before{content:"";z-index:1;background:#0006;position:absolute;inset:0}.destination-hero .container{z-index:2;position:relative}.destination-hero-content{text-align:center}.destination-hero-title{text-shadow:2px 2px 4px #00000080;margin-bottom:1rem;font-size:3rem}.destination-hero-subtitle{opacity:.95;max-width:700px;margin:0 auto;font-size:1.25rem}.destination-details{background:var(--bg-section);margin-bottom:0;padding:4rem 0;overflow:visible}.schedule-table-section{background:var(--bg-section);padding:0 0 4rem}.schedule-table-section .container{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.schedule-table-section .destination-section{grid-column:1/-1}.schedule-footnote{color:var(--text-light);margin-top:.75rem;font-size:.9rem}.destination-details-grid{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.destination-main-content{background:var(--bg-section)}.destination-section-combined{background:var(--bg-light);border-radius:15px;margin-bottom:0;padding:2rem}.section-subsection{margin-bottom:2rem}.section-subsection:last-child{margin-bottom:0}.section-subsection h2{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.section-subsection p{color:var(--text-light);margin-bottom:1rem;line-height:1.7}.back-button{background:var(--bg-section);border:2px solid var(--primary-color);color:var(--text-dark);transition:var(--transition);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.back-button:hover{background:var(--primary-color);color:var(--bg-white);transform:translate(-5px)}.back-arrow{font-size:1.25rem}.activities-grid-compact{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.activity-item-compact{background:var(--bg-section);border:2px solid var(--accent-color);color:var(--text-dark);transition:var(--transition);border-radius:50px;align-items:center;gap:.375rem;padding:.4375rem .8125rem;font-size:.75rem;font-weight:600;display:inline-flex;box-shadow:0 2px 4px #c07a5d33}.activity-item-compact:hover{background:var(--accent-color);color:var(--bg-white);border-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 4px 8px #c07a5d66}.activity-icon-small{font-size:.875rem}.included-list{margin:.75rem 0 0;padding:0;list-style:none}.included-list li{color:var(--text-light);padding:.25rem 0 .25rem 1.25rem;font-size:.875rem;line-height:1.5;position:relative}.included-list li:before{content:"✓";color:var(--accent-color);font-size:.875rem;font-weight:600;position:absolute;left:0}.destination-sidebar{flex-direction:column;align-self:start;gap:2rem;display:flex}.booking-card{background:var(--bg-light);box-shadow:var(--shadow-md);border-radius:15px;align-self:start;max-height:calc(100vh - 120px);padding:2rem;position:sticky;top:100px;overflow-y:auto}.booking-card h3{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem}.booking-info{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.booking-item{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 0;display:flex}.booking-item:last-child{border-bottom:none}.booking-item strong{color:var(--text-dark);min-width:120px;font-weight:600}.booking-item .date-select{flex:1;min-width:200px}.booking-item span{color:var(--text-light)}.booking-price{font-size:1.5rem;font-weight:700;color:var(--accent-color)!important}.seats-available{color:var(--accent-color);font-weight:600}.date-select{border:2px solid var(--border-color);width:100%;color:var(--text-dark);cursor:pointer;transition:var(--transition);background:#fff;border-radius:8px;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.date-select:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #c07a5d1a}.btn-booking{text-align:center;width:100%;margin-bottom:1rem}.btn-booking-disabled{background:var(--text-lighter);color:var(--bg-white);cursor:not-allowed;opacity:.7;pointer-events:none}.btn-booking-disabled:hover{background:var(--text-lighter);box-shadow:var(--shadow-lg);transform:none}.booking-note{color:var(--text-lighter);text-align:left;font-size:.875rem;line-height:1.6}.schedule-section{border:2px solid var(--primary-color);background:linear-gradient(135deg,#25424a0d 0%,#5f8b8f0d 100%);border-radius:15px;padding:2rem}.schedule-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.schedule-header h2{color:var(--text-dark);margin:0;font-size:1.75rem}.schedule-toggle{background:var(--primary-color);color:var(--bg-white);cursor:pointer;transition:var(--transition);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:flex}.schedule-toggle:hover{background:var(--primary-dark);transform:translateY(-2px)}.toggle-icon{transition:var(--transition);font-size:.875rem}.schedule-toggle[aria-expanded=true] .toggle-icon{transform:rotate(180deg)}.schedule-table-wrapper{background:var(--bg-section);border-radius:10px;margin:0;padding:1.5rem;overflow-x:auto}.schedule-table-hours{border-collapse:collapse;width:100%;font-size:.875rem}.schedule-table-hours thead th{background:var(--primary-color);color:var(--bg-white);text-align:center;border:1px solid var(--primary-dark);padding:1rem .75rem;font-weight:600}.schedule-table-hours thead th:first-child{background:var(--primary-dark)}.schedule-table-hours tbody td{border:1px solid var(--border-color);text-align:center;vertical-align:top;padding:.75rem}.time-cell{background:var(--bg-light);color:var(--text-dark);width:80px;font-weight:600}.activity-cell{background:var(--bg-section);color:var(--text-light);min-height:50px}.activity-cell:hover{background:var(--bg-light)}.activity-location{color:var(--text-lighter);margin-top:.25rem;font-size:.75rem;font-style:italic;display:block}.day-subtitle{opacity:.9;margin-top:.25rem;font-size:.75rem;font-weight:400;display:block}.schedule-table-hours .day-date{color:var(--accent-color);opacity:1;margin-top:.25rem;font-size:.6875rem;font-weight:600;display:block}@media (max-width:968px){.container{padding:0 20px}.logo-image{max-width:7rem;height:1.75rem}.nav-menu{background:var(--bg-white);text-align:center;width:100%;transition:var(--transition);box-shadow:var(--shadow-lg);flex-direction:column;gap:1rem;padding:2rem 0;position:fixed;top:70px;left:-100%}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.hero-logo{max-width:320px;margin-bottom:.25rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9375rem}.section-title{font-size:2rem}.about-content{grid-template-columns:1fr}.about-stats{flex-direction:row;justify-content:space-around}.destinations-grid{grid-template-columns:repeat(2,1fr)}.destination-info-row{flex-direction:column;align-items:flex-start;gap:1rem}.destination-header{flex-direction:column;align-items:flex-start;gap:.75rem}.destination-seats-badge{align-self:flex-start}.contact-content{flex-direction:column}.destination-details-grid,.schedule-table-section .container{grid-template-columns:1fr}.booking-card{align-self:stretch;position:relative;top:0}.schedule-list-detailed li{grid-template-columns:1fr;gap:.5rem}.schedule-time{margin-bottom:.5rem}}@media (max-width:640px){.hero-logo{max-width:260px;margin-bottom:.25rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.875rem}.section-title{font-size:1.75rem}.about-stats{flex-direction:column}.destinations-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.btn{width:100%}.benefits-grid,.testimonials-grid{grid-template-columns:1fr}.destination-content{padding:1.5rem}.schedule-list li,.activities-list li{font-size:.875rem}.destination-highlights{gap:.375rem}.highlight-tag{padding:.25rem .5rem;font-size:.625rem}.included-item-compact{padding:.4375rem .75rem;font-size:.6875rem}.included-icon{font-size:.8125rem}.schedule-header{flex-direction:column;align-items:flex-start;gap:1rem}.schedule-toggle{justify-content:center;width:100%}.schedule-table-wrapper{margin:0;padding:1rem;overflow-x:auto}.schedule-section{padding:1.5rem}.schedule-table-hours thead th{padding:.75rem .5rem}.schedule-table-hours tbody td{padding:.5rem}.included-list-main{grid-template-columns:1fr}.social-links{justify-content:center}.schedule-table-hours{font-size:.75rem}}

