/* CSS generado para AVT (ver conversación) */
:root{
  --bg:#f5f7ff;
  --bg2:#ffffff;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --accent:#2563eb;
  --accent2:#22c55e;
  --line:rgba(15,23,42,.12);
  --shadow:0 12px 30px rgba(2,6,23,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% 0%, #ffffff 0%, var(--bg) 55%, #e9eefc 100%);
  color:var(--text);
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{width:min(1120px, 92%); margin:auto}
.topbar{
  background:rgba(2,6,23,.10);
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(8px);
}
.topbar__inner{
  display:flex; gap:12px;
  align-items:center; justify-content:space-between;
  padding:10px 0;
  font-size:14px;
}
.topbar__link{opacity:.9}
.topbar__link:hover{opacity:1; text-decoration:underline}
.sep{opacity:.5}
.pill{
  display:inline-flex; gap:6px; align-items:center;
  padding:6px 10px; border:1px solid var(--line);
  border-radius:999px; background:rgba(15,23,42,.06)
}
.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:14px 0;
}
.brand{display:flex; align-items:center; gap:12px}
.brand__logo{
  width:48px; height:48px; object-fit:contain;
  border-radius:10px;
  background:rgba(15,23,42,.06);
  border:1px solid var(--line);
  padding:6px;
}
.brand__text{display:flex; flex-direction:column; line-height:1.05}
.brand__name{font-weight:900; letter-spacing:.5px}
.brand__tag{font-size:13px; opacity:.85}
.nav{display:flex; align-items:center; gap:18px}
.nav a{opacity:.9}
.nav a:hover{opacity:1; text-decoration:underline}
.menuBtn{
  display:none;
  border:1px solid var(--line);
  background:rgba(15,23,42,.06);
  color:var(--text);
  padding:10px 12px;
  border-radius:10px;
}
.mobileNav{
  display:none;
  border-top:1px solid var(--line);
  padding:10px 0 14px;
}
.mobileNav a{
  display:block;
  padding:10px 0;
  opacity:.95;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:12px;
  background:linear-gradient(90deg, var(--accent2), var(--accent));
  color:#07101f;
  font-weight:800;
  border:none;
  box-shadow: var(--shadow);
}
.btn:hover{transform: translateY(-1px)}
.btn--ghost{
  background:transparent;
  color:var(--text);
  border:1px solid var(--line);
  box-shadow:none;
}
.btn--small{padding:10px 12px; border-radius:10px; font-weight:800}
.hero{position:relative; overflow:hidden}
.hero__bg{
  position:absolute; inset:0;
  background:
    /* Fondo claro (la foto se mantiene viva, pero el contenido queda luminoso) */
    linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.70) 55%, rgba(255,255,255,.92) 100%),
    url("images/hero.jpg") center/cover no-repeat;
  filter:saturate(1.02) contrast(1.03);
  transform: scale(1.02);
}
.hero__inner{
  position:relative;
  display:grid;
  grid-template-columns: 1.3fr .9fr;
  gap:26px;
  padding:54px 0;
}
.hero__content h1{
  margin:0 0 10px;
  font-size: clamp(32px, 4vw, 52px);
  line-height:1.05;
}
.accent{color:var(--accent)}
.hero__content p{
  margin:0 0 18px;
  color:var(--muted);
  font-size: clamp(15px, 1.8vw, 18px);
  max-width: 56ch;
}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:18px}
.hero__badges{display:flex; gap:10px; flex-wrap:wrap}
.badge{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(15,23,42,.06);
  font-weight:700;
  font-size:13px;
}
.hero__card{
  align-self:center;
  border:1px solid var(--line);
  background:rgba(255,255,255,.78);
  border-radius:16px;
  overflow:hidden;
  box-shadow: var(--shadow);
}
.hero__cardText{
  padding:14px 14px 16px;
  display:flex; flex-direction:column; gap:4px;
}
.hero__cardText span{color:var(--muted)}
.section{padding:60px 0}
.section--alt{background:#f8fafc; border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.section__title h2{margin:0 0 8px; font-size:30px}
.section__title p{margin:0 0 22px; color:var(--muted)}
.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}

/* Galería de destinos (miniaturas) */
.destinationsGrid{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:14px;
}
.destCard{
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow);
}
.destCard img{
  width:100%;
  height:140px;
  object-fit:cover;
  display:block;
}
.destCard__body{
  padding:12px 12px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.destCard__body strong{font-size:14px}
.destCard__tag{
  font-size:12px;
  font-weight:800;
  color:var(--accent2);
  background:rgba(14,165,233,.12);
  border:1px solid rgba(14,165,233,.25);
  padding:6px 10px;
  border-radius:999px;
  white-space:nowrap;
}
.card{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
  box-shadow: var(--shadow);
}
.card h3{margin:0 0 10px}
.card--image{padding:0; overflow:hidden}
.card--image img{height:100%; object-fit:cover}
.chips{
  list-style:none;
  padding:0; margin:0 0 12px;
  display:flex; flex-wrap:wrap; gap:10px;
}
.chips li{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(15,23,42,.06);
  font-weight:700;
  font-size:13px;
}
.link{color:var(--accent2); font-weight:800}
.link:hover{text-decoration:underline}
.features{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:16px;
}
.feature{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
}
.feature h3{margin:0 0 8px}
.feature p{margin:0; color:var(--muted)}
.location{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:16px;
  align-items:stretch;
}
.location__info{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
}
.location__actions{display:flex; gap:12px; flex-wrap:wrap; margin:14px 0}
.location__image{
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
  background:rgba(15,23,42,.04);
}
.note{
  margin-top:14px;
  padding:12px;
  border-radius:12px;
  border:1px dashed var(--line);
  color:var(--muted);
}
.quotes{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.quote{
  margin:0;
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
  color:var(--text);
}
.quote footer{margin-top:10px; color:var(--muted)}
.contact{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.contact__card{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
  box-shadow: var(--shadow);
}
.big{font-size:22px; font-weight:900; margin:6px 0 14px}
.muted{color:var(--muted)}
.footer{
  border-top:1px solid var(--line);
  background:rgba(2,6,23,.10);
  padding:22px 0;
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.footer__links{display:flex; gap:14px}
.footer__links a{opacity:.9}
.footer__links a:hover{opacity:1; text-decoration:underline}
.wafloat{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:60;
  padding:12px 14px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--accent2), var(--accent));
  color:#07101f;
  font-weight:900;
  border:0;
  box-shadow: var(--shadow);
}
@media (max-width: 980px){
  .hero__inner{grid-template-columns:1fr; padding:44px 0}
  .grid{grid-template-columns:1fr}
  .destinationsGrid{grid-template-columns:1fr 1fr}
  .features{grid-template-columns:1fr 1fr}
  .location{grid-template-columns:1fr}
  .quotes{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  .nav{display:none}
  .menuBtn{display:inline-flex}
  .topbar__inner{flex-direction:column; align-items:flex-start}
}
