:root{
  --navy:#06285f;
  --navy-2:#001b44;
  --red:#e0001b;
  --gold:#c8944d;
  --cream:#f8f4ed;
  --white:#fff;
  --text:#13213b;
  --muted:#657086;
  --line:#dfe4ec;
  --green:#16a34a;
  --shadow:0 12px 30px rgba(6,40,95,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.5}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px clamp(16px,4vw,64px);background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}
.brand img{display:block;width:min(330px,44vw);height:54px;object-fit:contain;object-position:left center}
.menu{display:flex;gap:20px;align-items:center}
.menu a{text-decoration:none;font-size:.92rem;font-weight:700;color:var(--navy)}
.menu a:hover{color:var(--red)}
.menu-toggle{display:none;border:0;background:none;font-size:1.8rem;color:var(--navy)}
.hero{position:relative;min-height:560px;display:grid;place-items:center;text-align:center;padding:80px 20px;background:
  linear-gradient(120deg,rgba(6,40,95,.93),rgba(6,40,95,.56)),
  radial-gradient(circle at 20% 20%,#4a85b8,transparent 35%),
  linear-gradient(135deg,#0a346f,#d8b98d);
  color:white;overflow:hidden}
.hero:after{content:"✈";position:absolute;font-size:8rem;opacity:.12;right:7%;top:12%;transform:rotate(-12deg)}
.hero-content{position:relative;z-index:1;max-width:820px}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.78rem;color:var(--gold)}
.hero .eyebrow{color:#fff}
.hero h1{font-size:clamp(3rem,8vw,6.5rem);line-height:.95;margin:12px 0}
.hero-slogan{font-size:clamp(1.25rem,3vw,2rem);font-weight:700}
.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:9px;text-decoration:none;font-weight:800}
.btn-whatsapp{background:var(--green);color:white}
.btn-secondary{background:white;color:var(--navy)}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);color:white}
.trust-strip article{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px;border-right:1px solid rgba(255,255,255,.15);text-align:left}
.trust-strip span{font-size:1.8rem}
.trust-strip strong{max-width:180px}
.section{padding:80px clamp(18px,6vw,96px)}
.section-alt{background:#f7f9fc}
.section-heading{text-align:center;margin-bottom:36px}
.section-heading h2{margin:4px 0;font-size:clamp(2rem,4vw,3rem);color:var(--navy)}
.about-grid,.departure-grid,.location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1100px;margin:auto}
.panel{background:white;border:1px solid var(--line);border-radius:14px;padding:26px;box-shadow:var(--shadow)}
.panel-wide{grid-column:1/-1}
.panel h3{color:var(--navy);margin-top:0}
.placeholder{color:var(--muted);font-style:italic}
.group-title{text-align:center;color:var(--navy);margin:44px 0 20px}
.group-title.specialized{color:#a76b18}
.cards{display:grid;gap:18px;max-width:1150px;margin:auto}
.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-card{background:white;border:1px solid #cfd8e6;border-radius:14px;padding:26px 22px;text-align:center;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center}
.special-card{border-color:#e5c79c}
.service-icon{font-size:3rem}
.service-card h4{font-size:1.1rem;color:var(--navy);margin:14px 0 6px}
.service-card p{color:var(--muted);flex:1}
.card-link{display:inline-flex;padding:10px 18px;border:1px solid var(--navy);border-radius:8px;text-decoration:none;font-weight:800;color:var(--navy)}
.special-link{border-color:var(--gold);color:#9b671f}
.departure-grid dl{margin:0}
.departure-grid dl div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line)}
.departure-grid dt{font-weight:800}
.departure-grid dd{margin:0;color:var(--muted)}
.faq{max-width:900px;margin:auto}
details{background:white;border:1px solid var(--line);border-radius:10px;margin-bottom:10px;padding:0 18px}
summary{cursor:pointer;font-weight:800;color:var(--navy);padding:18px 0}
.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:900px;margin:0 auto 30px}
.social-card{display:flex;gap:10px;align-items:center;justify-content:center;padding:18px;border-radius:12px;border:1px solid var(--line);text-decoration:none;font-weight:800;background:white}
.social-card span{font-size:1.5rem}
.disabled{opacity:.45;pointer-events:none}
.location-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.email-line{text-align:center;margin-top:26px}
.site-footer{background:var(--navy-2);color:white;text-align:center;padding:38px 20px}
.site-footer img{width:min(420px,85vw);height:78px;object-fit:contain;filter:brightness(0) invert(1)}
.site-footer div{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:20px 0}
.site-footer a{text-decoration:none}
.floating-wa{position:fixed;right:18px;bottom:18px;z-index:60;background:var(--green);color:white;text-decoration:none;border-radius:999px;padding:14px 20px;box-shadow:0 10px 28px rgba(0,0,0,.25);font-weight:800}
@media(max-width:900px){
  .menu-toggle{display:block}
  .menu{display:none;position:absolute;top:74px;left:0;right:0;flex-direction:column;align-items:stretch;background:white;padding:14px 20px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}
  .menu.open{display:flex}
  .menu a{padding:10px}
  .brand img{width:220px;height:48px}
  .trust-strip{grid-template-columns:repeat(2,1fr)}
  .cards-3{grid-template-columns:1fr}
  .about-grid,.departure-grid,.location-grid{grid-template-columns:1fr}
  .panel-wide{grid-column:auto}
  .contact-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .site-header{padding:8px 14px}
  .brand img{width:190px;height:44px}
  .hero{min-height:590px;padding:64px 18px}
  .hero h1{font-size:3.7rem}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .trust-strip{grid-template-columns:1fr 1fr}
  .trust-strip article{padding:18px 12px;flex-direction:column;text-align:center}
  .trust-strip strong{font-size:.78rem}
  .section{padding:60px 16px}
  .contact-grid{grid-template-columns:1fr 1fr}
  .floating-wa span{display:none}
  .floating-wa{width:58px;height:58px;padding:0;display:grid;place-items:center;font-size:1.4rem}
}
