﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Inter",sans-serif;color:#4a4a4a;background-color:#fff;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Poppins",sans-serif;color:#1c1c1e;line-height:1.25;font-weight:600}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,4vw,2.25rem)}h3{font-size:clamp(1.15rem,3vw,1.5rem)}h4{font-size:1.125rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#1a6b7a;text-decoration:none;transition:all .3s ease}a:hover{color:#124f5b}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.5rem}ul li,ol li{margin-bottom:.4rem}strong{font-weight:600}:focus-visible{outline:2px solid #1a6b7a;outline-offset:3px}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}@media(min-width: 768px){.container{padding:0 2rem}}.section{padding:5rem 0}@media(max-width: 768px){.section{padding:3.5rem 0}}@media(max-width: 480px){.section{padding:2rem 0}}.section--light{background-color:#f8f7f4}.section--dark{background-color:#1c1c1e;color:#fff}.section--primary{background-color:#1a6b7a;color:#fff}.section-header{text-align:center;margin-bottom:3rem}@media(max-width: 480px){.section-header{margin-bottom:2rem}}.section-header h2{margin-bottom:.75rem}.section-header .section-subtitle{color:#777;font-size:1.05rem;max-width:560px;margin:0 auto}.section-header .section-label{display:inline-block;font-family:"Poppins",sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f4a621;margin-bottom:.5rem}.grid-2{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media(max-width: 768px){.grid-2{grid-template-columns:1fr}}.grid-3{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 768px){.grid-3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.grid-3{grid-template-columns:1fr}}.grid-4{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}@media(max-width: 1024px){.grid-4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.grid-4{grid-template-columns:1fr}}.text-center{text-align:center}.text-left{text-align:left}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}main{min-height:60vh}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e4de;box-shadow:0 1px 8px rgba(0,0,0,.06)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:68px}@media(max-width: 480px){.site-header .container{height:60px}}.site-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}.site-logo .logo-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.site-logo .logo-text{display:flex;flex-direction:column;line-height:1.1}.site-logo .logo-text .logo-name{font-family:"Poppins",sans-serif;font-weight:700;font-size:1.1rem;color:#1c1c1e}.site-logo .logo-text .logo-tagline{font-size:.68rem;color:#777;letter-spacing:.04em;text-transform:uppercase}.site-logo:hover .logo-name{color:#1a6b7a}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav a{font-family:"Poppins",sans-serif;font-size:.875rem;font-weight:500;color:#4a4a4a;padding:.4rem .75rem;border-radius:8px;transition:all .3s ease}.site-nav a:hover,.site-nav a.active{color:#1a6b7a;background:rgba(26,107,122,.07)}.site-nav .nav-cta{margin-left:.5rem;background:#1a6b7a;color:#fff !important;padding:.45rem 1rem !important}.site-nav .nav-cta:hover{background:#124f5b !important;color:#fff !important}@media(max-width: 768px){.site-nav{display:none}.site-nav.is-open{display:flex;flex-direction:column;align-items:flex-start;gap:0;position:fixed;top:60px;left:0;right:0;bottom:0;background:#fff;padding:1.5rem 1.25rem;overflow-y:auto;border-top:1px solid #e8e4de}.site-nav.is-open a{width:100%;padding:.9rem .5rem;font-size:1rem;border-bottom:1px solid #e8e4de;border-radius:0}.site-nav.is-open a:last-child{border-bottom:none}.site-nav.is-open .nav-cta{margin-left:0;margin-top:1rem;background:#1a6b7a;text-align:center;border-radius:8px;border-bottom:none !important}}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease}.nav-toggle:hover{background:#f8f7f4}.nav-toggle span{display:block;width:100%;height:2px;background:#1c1c1e;border-radius:2px;transition:all .3s ease}.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width: 768px){.nav-toggle{display:flex}}.page-header{background:linear-gradient(135deg, #1a6b7a 0%, #124f5b 100%);color:#fff;padding:3.5rem 0 3rem;text-align:center}@media(max-width: 480px){.page-header{padding:2.5rem 0 2rem}}.page-header h1{color:#fff;margin-bottom:.5rem}.page-header p{color:hsla(0,0%,100%,.82);font-size:1.05rem;max-width:520px;margin:0 auto}.hero{position:relative;min-height:92vh;display:flex;align-items:center;background:linear-gradient(135deg, #124f5b 0%, #1a6b7a 50%, #1d8a7a 100%);overflow:hidden}@media(max-width: 768px){.hero{min-height:80vh}}@media(max-width: 480px){.hero{min-height:70vh;padding:3rem 0}}.hero::before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero__content{position:relative;z-index:2;max-width:680px}@media(max-width: 480px){.hero__content{text-align:center}}.hero__badge{display:inline-flex;align-items:center;gap:.4rem;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);color:#fff;font-size:.8rem;font-weight:500;padding:.35rem .85rem;border-radius:100px;margin-bottom:1.25rem;backdrop-filter:blur(4px)}.hero__title{font-size:clamp(2.2rem,6vw,3.75rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1.25rem}.hero__title span{color:#f4a621;display:block}.hero__description{font-size:clamp(1rem,2.5vw,1.15rem);color:hsla(0,0%,100%,.88);margin-bottom:2rem;max-width:540px;line-height:1.7}@media(max-width: 480px){.hero__description{margin-left:auto;margin-right:auto}}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width: 480px){.hero__actions{justify-content:center}}.hero__stats{position:relative;z-index:2;display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid hsla(0,0%,100%,.2)}@media(max-width: 480px){.hero__stats{justify-content:center;gap:1.5rem;margin-top:2.5rem;padding-top:2rem}}.hero__stat .stat-number{display:block;font-family:"Poppins",sans-serif;font-size:1.75rem;font-weight:700;color:#fff;line-height:1}.hero__stat .stat-label{font-size:.8rem;color:hsla(0,0%,100%,.72);margin-top:.2rem}.hero__illustration{position:absolute;right:-2rem;top:50%;transform:translateY(-50%);font-size:18rem;opacity:.06;line-height:1;pointer-events:none;user-select:none}@media(max-width: 1024px){.hero__illustration{display:none}}.card,.testimonial-card,.itinerary-card,.service-card{background:#fff;border:1px solid #e8e4de;border-radius:16px;overflow:hidden;transition:all .3s ease}.card:hover,.testimonial-card:hover,.itinerary-card:hover,.service-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.14);transform:translateY(-3px)}.service-card{padding:2rem 1.75rem}@media(max-width: 480px){.service-card{padding:1.5rem 1.25rem}}.service-card .service-icon{font-size:2.25rem;margin-bottom:1rem;line-height:1;display:inline-block}.service-card h3{font-size:1.1rem;margin-bottom:.65rem}.service-card p{font-size:.9rem;color:#777;margin:0;line-height:1.65}.service-card .service-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.1rem;font-size:.85rem;font-weight:600;color:#1a6b7a}.service-card .service-link:hover{gap:.6rem}.itinerary-card .itinerary-header{background:linear-gradient(135deg, #1a6b7a, #124f5b);color:#fff;padding:1.5rem 1.75rem}.itinerary-card .itinerary-header .itinerary-duration{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.75);margin-bottom:.4rem}.itinerary-card .itinerary-header h3{color:#fff;font-size:1.2rem}.itinerary-card .itinerary-header .itinerary-highlight{margin-top:.75rem;font-size:.85rem;color:hsla(0,0%,100%,.82)}.itinerary-card .itinerary-body{padding:1.5rem 1.75rem}@media(max-width: 480px){.itinerary-card .itinerary-body{padding:1.25rem}}.itinerary-day{display:flex;gap:1rem;margin-bottom:1.1rem;align-items:flex-start}.itinerary-day:last-child{margin-bottom:0}.itinerary-day .day-label{flex-shrink:0;font-family:"Poppins",sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#1a6b7a;padding:.2rem .55rem;border-radius:100px;margin-top:.15rem;white-space:nowrap}.itinerary-day .day-content h4{font-size:.9rem;margin-bottom:.2rem}.itinerary-day .day-content p{font-size:.83rem;color:#777;margin:0;line-height:1.55}.itinerary-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e8e4de}.itinerary-tag{font-size:.75rem;padding:.2rem .6rem;background:#f8f7f4;border-radius:100px;color:#777;border:1px solid #e8e4de}.testimonial-card{padding:1.75rem}@media(max-width: 480px){.testimonial-card{padding:1.25rem}}.testimonial-card .testimonial-stars{margin-bottom:.75rem;font-size:1rem}.testimonial-card .testimonial-text{font-size:.93rem;color:#4a4a4a;line-height:1.7;margin-bottom:1.25rem;font-style:italic}.testimonial-card .testimonial-text::before{content:"“"}.testimonial-card .testimonial-text::after{content:"”"}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-card .testimonial-author .author-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg, #1a6b7a, #f4a621);display:flex;align-items:center;justify-content:center;font-family:"Poppins",sans-serif;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}.testimonial-card .testimonial-author .author-info .author-name{font-weight:600;font-size:.9rem;color:#1c1c1e;display:block}.testimonial-card .testimonial-author .author-info .author-meta{font-size:.78rem;color:#777}.testimonial-card .testimonial-screenshot{margin-bottom:1.25rem}.testimonial-card .testimonial-screenshot img{width:100%;border-radius:8px;display:block}.testimonial-card .testimonial-tour{margin-top:1rem;padding-top:1rem;border-top:1px solid #e8e4de;font-size:.78rem;color:#777}.testimonial-card .testimonial-tour span{font-weight:600;color:#1a6b7a}@keyframes wa-pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 14px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.45);animation:wa-pulse 2.5s infinite;transition:all .3s ease}.whatsapp-float svg{width:30px;height:30px;fill:#fff}.whatsapp-float:hover{background:#1da851;transform:scale(1.08);box-shadow:0 6px 24px rgba(37,211,102,.55)}.whatsapp-float::before{content:"Chat with Mifras";position:absolute;right:calc(100% + .75rem);top:50%;transform:translateY(-50%);background:#1c1c1e;color:#fff;font-size:.78rem;font-weight:500;white-space:nowrap;padding:.4rem .8rem;border-radius:8px;opacity:0;pointer-events:none;transition:opacity .2s ease}.whatsapp-float:hover::before{opacity:1}@media(max-width: 480px){.whatsapp-float{bottom:1rem;right:1rem;width:54px;height:54px}.whatsapp-float::before{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Poppins",sans-serif;font-weight:600;font-size:.9rem;padding:.75rem 1.6rem;border-radius:8px;border:2px solid rgba(0,0,0,0);cursor:pointer;text-decoration:none;transition:all .3s ease;white-space:nowrap;line-height:1.2;min-height:48px}.btn--primary{background:#f4a621;color:#1c1c1e;border-color:#f4a621}.btn--primary:hover{background:#d4891a;border-color:#d4891a;color:#1c1c1e;transform:translateY(-1px);box-shadow:0 4px 16px rgba(244,166,33,.4)}.btn--outline{background:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.6)}.btn--outline:hover{background:#fff;color:#1a6b7a;border-color:#fff}.btn--outline-dark{background:rgba(0,0,0,0);color:#1a6b7a;border-color:#1a6b7a}.btn--outline-dark:hover{background:#1a6b7a;color:#fff}.btn--white{background:#fff;color:#1a6b7a;border-color:#fff}.btn--white:hover{background:hsl(0,0%,95%);color:#124f5b;transform:translateY(-1px)}.btn--outline-white{background:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.7)}.btn--outline-white:hover{background:#fff;color:#1a6b7a;border-color:#fff}.btn--whatsapp{background:#25d366;color:#fff;border-color:#25d366}.btn--whatsapp:hover{background:#1da851;border-color:#1da851;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(37,211,102,.4)}.btn--lg{font-size:1rem;padding:.9rem 2rem;min-height:54px}.btn--sm{font-size:.8rem;padding:.5rem 1.1rem;min-height:40px}.badge{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .65rem;border-radius:100px;background:rgba(26,107,122,.1);color:#1a6b7a}.badge--accent{background:rgba(244,166,33,.15);color:rgb(166.7381974249,108.1545064378,8.2618025751)}.stars,.testimonial-card .testimonial-stars{color:#f4a621;font-size:.95rem;letter-spacing:.05em}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid #e8e4de}.faq-item:first-child{border-top:1px solid #e8e4de}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 0;background:none;border:none;text-align:left;cursor:pointer;font-family:"Poppins",sans-serif;font-size:1rem;font-weight:500;color:#1c1c1e;transition:all .3s ease;min-height:56px}.faq-question:hover{color:#1a6b7a}.faq-question .faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#f8f7f4;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#1a6b7a;transition:all .3s ease}.faq-question[aria-expanded=true]{color:#1a6b7a}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-answer{display:none;padding:0 0 1.25rem;color:#4a4a4a;line-height:1.75}.faq-answer.is-open{display:block}.highlights-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.25rem;margin-top:2rem}@media(max-width: 480px){.highlights-grid{grid-template-columns:1fr}}.highlight-item{display:flex;gap:.85rem;align-items:flex-start;padding:1.1rem;border-radius:8px;background:#f8f7f4;border:1px solid #e8e4de}.highlight-item .highlight-icon{font-size:1.5rem;flex-shrink:0;line-height:1;margin-top:.1rem}.highlight-item h4{font-size:.9rem;margin-bottom:.2rem}.highlight-item p{font-size:.85rem;color:#777;margin:0}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}@media(max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.contact-item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.contact-item .contact-icon{font-size:1.5rem;flex-shrink:0;width:48px;height:48px;background:rgba(26,107,122,.1);border-radius:8px;display:flex;align-items:center;justify-content:center}.contact-item h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#777;margin-bottom:.2rem}.contact-item a,.contact-item p{font-weight:500;color:#1c1c1e;margin:0}.contact-item a:hover{color:#1a6b7a}.whatsapp-cta-box{background:linear-gradient(135deg, #25d366, #1da851);color:#fff;border-radius:16px;padding:2rem;text-align:center}.whatsapp-cta-box h3{color:#fff;margin-bottom:.5rem}.whatsapp-cta-box p{color:hsla(0,0%,100%,.88);margin-bottom:1.5rem;font-size:.95rem}.whatsapp-cta-box .btn--white{background:#fff;color:#1da851;border-color:#fff;font-weight:700}.whatsapp-cta-box .btn--white:hover{background:hsl(0,0%,94%);transform:translateY(-1px)}.cta-banner{background:linear-gradient(135deg, #1a6b7a 0%, #124f5b 100%);color:#fff;padding:4.5rem 0;text-align:center}@media(max-width: 768px){.cta-banner{padding:3rem 0}}.cta-banner__content{max-width:680px;margin:0 auto}.cta-banner__content h2{color:#fff;margin-bottom:.75rem}.cta-banner__content p{color:hsla(0,0%,100%,.85);font-size:1.05rem;margin-bottom:0;max-width:540px;margin-left:auto;margin-right:auto}.cta-banner__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.feature-card{background:#fff;border:1px solid #e8e4de;border-radius:16px;padding:1.75rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.14);transform:translateY(-3px);border-color:rgba(26,107,122,.3)}.feature-card .feature-icon{font-size:2rem;line-height:1;margin-bottom:1rem;display:inline-block}.feature-card h3{font-size:1rem;margin-bottom:.5rem}.feature-card p{font-size:.88rem;color:#777;margin:0;line-height:1.65}.about-intro{display:grid;gap:3rem;align-items:start}@media(min-width: 768px){.about-intro{grid-template-columns:340px 1fr}}.about-intro__image .photo-placeholder{background:linear-gradient(135deg, rgba(26, 107, 122, 0.1), rgba(244, 166, 33, 0.1));border:2px dashed #e8e4de;border-radius:16px;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.about-intro__content h2{margin-bottom:1rem}.about-intro__content p{margin-bottom:1rem}.about-intro__content .btn{margin-top:.5rem}@media(max-width: 480px){.hide-mobile{display:none !important}.btn{min-height:48px;font-size:.92rem}}@media(max-width: 480px)and (max-width: 360px){.hero__actions{flex-direction:column;align-items:center}.hero__actions .btn{width:100%}}@media(min-width: 768px){.hide-desktop{display:none !important}}body{overflow-x:hidden}@media(hover: none)and (pointer: coarse){a,button{min-height:44px;min-width:44px}}/*# sourceMappingURL=main.css.map */