*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Libre Baskerville',Georgia,serif;font-weight:400;line-height:1.6;color:#1e293b;background-color:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}h1,h2,.section-title{font-family:'Libre Baskerville',serif;font-weight:700}h3,h4,h5,h6{font-family:'Libre Baskerville',serif;font-weight:400;text-transform:uppercase;letter-spacing:.15em}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease;background:0 0}.header.scrolled{background:#1e293b;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.header-container{max-width:1280px;margin:0 auto;padding:0 7rem;display:flex;align-items:center;justify-content:space-between;height:80px}.logo-img{height:48px;width:auto;transition:all .3s ease}.header.scrolled .logo-img{filter:brightness(0) invert(1)}.nav-desktop{display:none}@media (min-width:768px){.nav-desktop{display:flex;align-items:center;gap:.25rem}}.nav-link{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.9);transition:all .3s ease}.nav-link:hover{color:#fff;background:rgba(255,255,255,.1)}.header.scrolled .nav-link{color:rgba(255,255,255,.8)}.header.scrolled .nav-link:hover{color:#fff;background:rgba(255,255,255,.1)}.btn-cta{display:none;padding:.5rem 1rem;background:rgba(255,255,255,.2);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:.5rem;font-weight:600;transition:all .3s ease}@media (min-width:768px){.btn-cta{display:inline-block}}.btn-cta:hover{background:rgba(255,255,255,.3)}.header.scrolled .btn-cta{background:#10b981;border-color:#10b981}.header.scrolled .btn-cta:hover{background:#059669}.mobile-menu-btn{display:block;padding:.5rem;background:0 0;border:none;color:#fff;cursor:pointer}@media (min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn .close-icon{display:none}.mobile-menu-btn.active .menu-icon{display:none}.mobile-menu-btn.active .close-icon{display:block}.hidden{display:none}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#1e293b;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);overflow:hidden;max-height:0;transition:max-height .3s ease}.mobile-menu.open{display:block;max-height:400px}.mobile-nav{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.mobile-nav-link{display:block;padding:.75rem 1rem;color:rgba(255,255,255,.8);border-radius:.5rem;transition:all .3s ease}.mobile-nav-link:hover{background:rgba(255,255,255,.1);color:#fff}.btn-cta-mobile{display:block;margin-top:.5rem;padding:.75rem 1rem;background:#10b981;color:#fff;text-align:center;border-radius:.5rem;font-weight:600}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg-img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(15,23,42,.6),rgba(15,23,42,.4),rgba(6,78,59,.6))}.hero-content{position:relative;z-index:10;text-align:center;padding:1rem;max-width:1024px;margin:0 auto}.hero-title{font-size:3rem;color:#fff;line-height:1.1;margin-bottom:1.5rem}@media (min-width:768px){.hero-title{font-size:4.5rem}}@media (min-width:1024px){.hero-title{font-size:6rem}}.hero-title span{display:block}.hero-title-gradient{background:linear-gradient(to right,#6ee7b7,#7dd3fc,#6ee7b7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-quote{font-size:1.25rem;color:rgba(255,255,255,.9);font-style:italic;font-weight:300;max-width:672px;margin:0 auto 1rem}@media (min-width:768px){.hero-quote{font-size:1.5rem}}.hero-cite{display:block;color:#6ee7b7;font-weight:500;font-style:normal;margin-bottom:2rem}.hero-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:1rem}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center}}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#10b981;color:#fff;font-weight:600;border-radius:.75rem;transition:all .3s ease;box-shadow:0 10px 15px -3px rgba(16,185,129,.3)}.btn-primary:hover{background:#059669;transform:none;box-shadow:0 10px 15px -3px rgba(16,185,129,.2)}.btn-primary.btn-large{padding:1.25rem 2rem;font-size:1.125rem}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:#fff;font-weight:600;border-radius:.75rem;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.btn-secondary:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.btn-dark{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#1e293b;color:#fff;font-weight:600;border-radius:.75rem;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.btn-dark:hover{background:#10b981;transform:translateY(-2px)}.btn-dark.btn-full{width:100%;justify-content:center;margin-top:1rem;padding:.875rem 1.5rem}.btn-whatsapp{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;background:#22c55e;color:#fff;font-weight:600;border-radius:.75rem;transition:all .3s ease;box-shadow:0 10px 15px -3px rgba(34,197,94,.3)}.btn-whatsapp:hover{background:#16a34a;transform:translateY(-2px)}.btn-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;background:#10b981;color:#fff;font-weight:600;font-size:1.125rem;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.btn-submit:hover{background:#059669}.section{padding:6rem 0}.section-light{background:linear-gradient(to bottom,#f8fafc,#fff)}.section-white{background:#fff}.section-dark{background:linear-gradient(135deg,#1e293b,#0f172a,#064e3b);position:relative;overflow:hidden}.section-gradient{background:linear-gradient(135deg,#064e3b,#0f172a,#0c4a6e);position:relative;overflow:hidden}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;color:#1e293b;margin-bottom:1rem}@media (min-width:768px){.section-title{font-size:3rem}}.section-title.text-white{color:#fff}.section-subtitle{font-size:1.25rem;color:#64748b;max-width:672px;margin:0 auto}.section-subtitle.text-white-70{color:rgba(255,255,255,.7)}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.badge svg{width:1rem;height:1rem}.badge-emerald{background:#d1fae5;color:#047857}.badge-sky{background:#e0f2fe;color:#0369a1}.badge-amber{background:#fef3c7;color:#b45309}.badge-glass{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.2)}.history-grid{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.history-grid{grid-template-columns:1fr 1fr}}.history-image{position:relative}.history-image img{width:100%;height:500px;object-fit:cover;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.history-date-badge{position:absolute;bottom:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.history-date-badge svg{width:1.25rem;height:1.25rem;color:#10b981}.date-label{display:block;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.date-value{display:block;font-weight:600;color:#1e293b}.history-content{display:flex;flex-direction:column;gap:1.5rem}.history-content p{color:#64748b;line-height:1.8}.about-grid{display:grid;gap:4rem;align-items:center}@media (min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-image{position:relative;order:2}@media (min-width:1024px){.about-image{order:1}}.about-image img{width:100%;height:450px;object-fit:cover;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.about-floating-card{position:absolute;bottom:-1.5rem;right:-1.5rem;background:#fff;border-radius:1rem;padding:1.5rem;max-width:240px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.floating-card-icon{display:inline-flex;padding:.5rem;background:#fee2e2;border-radius:.5rem;margin-bottom:.75rem}.floating-card-icon svg{width:1.25rem;height:1.25rem;color:#ef4444}.floating-card-title{display:block;font-weight:600;color:#1e293b;margin-bottom:.25rem}.floating-card-text{font-size:.875rem;color:#64748b}.about-content{order:1}@media (min-width:1024px){.about-content{order:2}}.about-content p{color:#64748b;font-size:1.125rem;margin-bottom:1rem}.text-emerald{color:#047857 !important;font-weight:500}.text-bold{color:#334155 !important;font-weight:500}.packages-grid{display:grid;gap:2rem;max-width:1024px;margin:0 auto}@media (min-width:768px){.packages-grid{grid-template-columns:1fr 1fr}}.package-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);transition:all .5s ease}.package-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.package-image{position:relative;height:224px;overflow:hidden}.package-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.package-card:hover .package-image img{transform:scale(1.1)}.package-duration{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-radius:9999px;font-size:.875rem;font-weight:600;color:#334155}.package-duration svg{width:1rem;height:1rem;color:#10b981}.package-price{position:absolute;bottom:1rem;left:1rem;font-size:2.25rem;font-weight:700;color:#fff}.package-content{padding:1.5rem}.package-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;transition:color .3s ease}.package-card:hover .package-title{color:#047857}.package-description{color:#64748b;margin-bottom:1rem}.package-highlights{list-style:none;padding-top:.5rem}.package-highlights li{display:flex;align-items:center;gap:.75rem;color:#64748b;font-size:.875rem;margin-bottom:.5rem}.package-highlights svg{width:.75rem;height:.75rem;padding:.25rem;background:#d1fae5;border-radius:9999px;color:#10b981;flex-shrink:0}.trips-grid{display:grid;gap:1.5rem;max-width:896px;margin:0 auto 4rem;.trips-grid{justify-items:center}.trip-card{width:min(560px, 100%)}@media (min-width:768px){.trips-grid{grid-template-columns:1fr 1fr}}.trip-card{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border-radius:1rem;padding:1.5rem;border:1px solid rgba(255,255,255,.2);transition:background .3s ease;margin:0 auto}}.trip-card:hover{background:rgba(255,255,255,.15)}.trip-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.trip-name{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.trip-description{color:#6ee7b7;font-size:.875rem}.trip-badge{padding:.25rem .75rem;background:rgba(16,185,129,.2);color:#6ee7b7;font-size:.75rem;font-weight:500;border-radius:9999px;border:1px solid rgba(16,185,129,.3)}.trip-date{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.7);font-size:.875rem}.trip-date svg{width:1rem;height:1rem}.countdown-section{text-align:center}.countdown-title{font-size:1.25rem;color:rgba(255,255,255,.8);font-weight:500;margin-bottom:2rem}.countdown{display:flex;justify-content:center;gap:1rem}@media (min-width:768px){.countdown{gap:2rem}}.countdown-item{text-align:center}.countdown-value{width:80px;height:80px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border-radius:1rem;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:1.875rem;font-weight:700;color:#fff}@media (min-width:768px){.countdown-value{width:112px;height:112px;font-size:3rem}}.countdown-label{margin-top:1rem;font-size:.75rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.1em}.gallery-quote{font-size:1.125rem;color:#64748b;font-style:italic;max-width:768px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.gallery-item{position:relative;overflow:hidden;border-radius:1rem;cursor:pointer}.gallery-item img{width:100%;height:192px;object-fit:cover;transition:transform .7s ease}@media (min-width:768px){.gallery-item img{height:256px}}.gallery-item:hover img{transform:scale(1.1)}.gallery-item-large{grid-column:span 2;grid-row:span 2}.gallery-item-large img{height:100%}.lightbox{display:none;position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.9);align-items:center;justify-content:center;padding:1rem}.lightbox.open{display:flex}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;padding:.5rem;background:0 0;border:none;color:rgba(255,255,255,.7);cursor:pointer;transition:color .3s ease}.lightbox-close:hover{color:#fff}.lightbox-close svg{width:2rem;height:2rem}#lightbox-img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:.5rem}.testimonials-grid{display:grid;gap:2rem}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{position:relative;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.testimonial-featured{transform:translateY(-1rem)}.testimonial-quote-icon{position:absolute;top:-1rem;left:2rem;padding:.75rem;background:#10b981;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.testimonial-quote-icon svg{width:1.25rem;height:1.25rem;color:#fff}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem;padding-top:1rem}.star-filled{width:1rem;height:1rem;color:#fbbf24;fill:#fbbf24}.testimonial-text{color:#64748b;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.author-avatar{width:48px;height:48px;background:linear-gradient(135deg,#34d399,#0ea5e9);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.author-name{font-weight:600;color:#1e293b}.author-location{font-size:.875rem;color:#64748b}.testimonial-date{font-size:.75rem;color:#94a3b8;margin-top:1rem}.contact-grid{display:grid;gap:3rem;align-items:flex-start}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-card{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border-radius:1rem;padding:2rem;border:1px solid rgba(255,255,255,.2)}.contact-info-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{padding:.75rem;background:rgba(16,185,129,.2);border-radius:.75rem}.contact-icon svg{width:1.5rem;height:1.5rem;color:#6ee7b7}.contact-icon-green{background:rgba(34,197,94,.2)}.contact-icon-green svg{color:#86efac}.contact-label{display:block;font-size:.875rem;color:rgba(255,255,255,.6)}.contact-value{display:block;color:#fff;font-weight:500}.contact-link:hover{color:#6ee7b7}.contact-form-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.form-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}.input-wrapper{position:relative}.input-wrapper svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#94a3b8}.input-wrapper input{width:100%;padding:.75rem .75rem .75rem 2.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:all .3s ease}.input-wrapper input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;resize:vertical;transition:all .3s ease}textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.footer{background:#0f172a;color:#fff}.footer-grid{display:grid;gap:3rem;padding:4rem 0}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-logo{height:56px;width:auto;filter:brightness(0) invert(1);margin-bottom:1.5rem}.footer-description{color:#94a3b8;line-height:1.8}.footer-links h4,.footer-contact h4{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer-links ul,.footer-contact ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#94a3b8;transition:color .3s ease}.footer-links a:hover{color:#6ee7b7}.footer-contact li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#94a3b8;font-size:.875rem}.footer-contact svg{width:1.25rem;height:1.25rem;color:#6ee7b7;flex-shrink:0}.footer-contact a{color:#94a3b8;transition:color .3s ease}.footer-contact a:hover{color:#fff}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;border-top:1px solid #1e293b}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{font-size:.875rem;color:#64748b;display:flex;align-items:center;gap:.25rem}.heart-icon{width:1rem;height:1rem;color:#ef4444;fill:#ef4444}@media (max-width:767px){.about-floating-card{display:none}}.contact-modal{position:fixed;inset:0;display:none;z-index:9999}.contact-modal.is-open{display:block}.contact-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px)}.contact-modal__card{position:relative;width:min(520px, calc(100% - 32px));margin:12vh auto 0 auto;border-radius:18px;padding:22px 20px;background:rgba(17,24,39,.92);border:1px solid rgba(255,255,255,.18);box-shadow:0 20px 60px rgba(0,0,0,.35);color:rgba(255,255,255,.92)}.contact-modal__title{margin:0 0 8px;font-size:20px}.contact-modal__text{margin:0 0 16px;line-height:1.5;color:rgba(255,255,255,.78)}.contact-modal__btn{width:100%;border:0;border-radius:12px;padding:12px 14px;font-weight:700;cursor:pointer}.contact-modal__close{position:absolute;right:10px;top:10px;width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:rgba(255,255,255,.9);cursor:pointer;font-size:20px;line-height:1}.nav-dropdown{position:relative}.nav-dropdown-btn{background:0 0;border:0;cursor:pointer}.nav-dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:240px;background:#1e293b;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:8px 0;box-shadow:0 20px 40px rgba(0,0,0,.25);z-index:999999;display:none}.nav-dropdown.is-open .nav-dropdown-menu{display:block}.nav-dropdown-menu a{display:block;padding:10px 14px;font-size:14px;color:rgba(255,255,255,.88)}.nav-dropdown-menu a:hover{background:rgba(255,255,255,.08);color:#fff}.next-trip-cta{display:flex;justify-content:center;margin:18px 0 34px}