*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal: #0891B2;
  --teal-dark: #0E7490;
  --coral: #F97316;
  --coral-light: #FDBA74;
  --sand: #FEF3C7;
  --sand-dark: #FDE68A;
  --navy: #0C4A6E;
  --white: #ffffff;
  --gray: #64748B;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--navy);
  background: var(--sand);
  line-height: 1.65;
}

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

img { max-width: 100%; display: block; }

/* WhatsApp pill button */
.wa-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,211,102,0.5); }

/* Topbar */
.topbar {
  position: sticky;
  top: var(--airvi-demo-bar-h, 40px);
  z-index: 100;
  background: rgba(254,243,199,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(8,145,178,0.15);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark { width: 44px; height: 44px; }
.brand-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--teal-dark);
  line-height: 1.2;
}
.brand-sub {
  font-size: 0.7rem;
  color: var(--coral);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 32px;
}
.menu a {
  text-decoration: none;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}
.menu a:hover { color: var(--teal); }
.menu-cta {
  background: var(--coral) !important;
  color: white !important;
  padding: 10px 22px;
  border-radius: 50px;
}
.menu-cta:hover { background: #EA580C !important; }

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  padding: 4px;
}
.burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--navy);
}

/* Hero split */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 72px);
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 48px 60px max(24px, calc((100vw - 1180px) / 2 + 24px));
}

.pill {
  display: inline-block;
  background: white;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  color: var(--teal-dark);
  margin-bottom: 24px;
  width: fit-content;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.hero-left h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: 20px;
}
.hero-left h1 em { color: var(--coral); font-style: italic; }

.lead {
  font-size: 1.1rem;
  color: var(--gray);
  max-width: 440px;
  margin-bottom: 32px;
}

.cta-main {
  display: inline-block;
  background: var(--teal);
  color: white;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  width: fit-content;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
}
.cta-main:hover { background: var(--teal-dark); }
.cta-full { width: 100%; text-align: center; }

.trust-row {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(8,145,178,0.2);
}
.trust-item { font-size: 0.85rem; color: var(--gray); }
.trust-item strong { display: block; font-size: 1.4rem; color: var(--teal); }

.hero-right {
  position: relative;
  overflow: hidden;
}
.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-card {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: white;
  padding: 20px 28px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.hero-card span { font-size: 0.75rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; }
.hero-card strong { display: block; font-family: var(--font-serif); font-size: 1.2rem; color: var(--navy); margin: 4px 0; }
.hero-card p { font-size: 0.85rem; color: var(--coral); }

/* Empresa */
.empresa { padding: 100px 0; background: white; }
.empresa-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.empresa-copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.25;
  margin-bottom: 24px;
  color: var(--navy);
}
.empresa-copy p { color: var(--gray); margin-bottom: 16px; }
.badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.badges span {
  background: var(--sand);
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
}

.empresa-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.empresa-gallery img:first-child {
  grid-column: 1 / -1;
  border-radius: 20px;
  height: 220px;
  object-fit: cover;
}
.empresa-gallery img:not(:first-child) {
  border-radius: 16px;
  height: 160px;
  object-fit: cover;
}

/* Experiencias bento */
.experiencias { padding: 100px 0; }
.sec-head { text-align: center; margin-bottom: 48px; }
.sec-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 10px;
}
.sec-head p { color: var(--gray); }
.sec-head--white h2, .sec-head--white p { color: white; }

.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 220px 220px;
  gap: 16px;
}
.bento-item {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: transform 0.3s;
}
.bento-item:hover { transform: scale(1.02); }
.bento-large { grid-row: 1 / 3; }
.bento-wide { grid-column: 2 / 4; }
.bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(12,74,110,0.85));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: white;
}
.bento-overlay h3 { font-family: var(--font-serif); font-size: 1.3rem; margin-bottom: 6px; }
.bento-overlay p { font-size: 0.85rem; opacity: 0.9; }

/* Excursiones */
.excursiones {
  padding: 100px 0;
  background: linear-gradient(160deg, var(--teal) 0%, var(--teal-dark) 100%);
}
.exc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.exc-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s;
}
.exc-card:hover { transform: translateY(-8px); }
.exc-card--featured { box-shadow: 0 0 0 3px var(--coral); }
.exc-ribbon {
  position: absolute;
  top: 16px;
  right: -28px;
  background: var(--coral);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 36px;
  transform: rotate(45deg);
  z-index: 2;
}
.exc-card img { width: 100%; height: 200px; object-fit: cover; }
.exc-info { padding: 24px; }
.exc-tag {
  font-size: 0.75rem;
  color: var(--teal);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.exc-info h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin: 8px 0 12px;
  color: var(--navy);
}
.exc-info ul { list-style: none; margin-bottom: 20px; }
.exc-info li {
  font-size: 0.85rem;
  color: var(--gray);
  padding: 4px 0;
  padding-left: 18px;
  position: relative;
}
.exc-info li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); }
.exc-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
}
.exc-price {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--coral);
  line-height: 1;
}
.exc-price small { display: block; font-family: var(--font-sans); font-size: 0.7rem; color: var(--gray); }
.cta-sec {
  background: var(--teal);
  color: white;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}
.cta-sec:hover { background: var(--teal-dark); }

/* Opiniones slider */
.opiniones { padding: 100px 0; background: white; }
.opiniones-slider { position: relative; min-height: 180px; }
.op-card {
  position: absolute;
  inset: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.op-card--active { opacity: 1; pointer-events: auto; position: relative; }
.op-card p {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-style: italic;
  color: var(--navy);
  max-width: 700px;
  margin: 0 auto 24px;
  line-height: 1.5;
}
.op-card cite { color: var(--coral); font-style: normal; font-weight: 700; font-size: 0.95rem; }
.slider-dots { display: flex; justify-content: center; gap: 10px; margin-top: 32px; }
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: var(--sand-dark);
  cursor: pointer;
  transition: background 0.2s;
}
.dot.active { background: var(--teal); }

/* Contacto */
.contacto { padding: 100px 0; background: var(--sand); }
.contacto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contacto-info h2 {
  font-family: var(--font-serif);
  font-size: 2rem;
  margin-bottom: 16px;
  color: var(--navy);
}
.contacto-info > p { color: var(--gray); margin-bottom: 24px; }
.contacto-list { list-style: none; margin-bottom: 28px; }
.contacto-list li { padding: 8px 0; color: var(--navy); font-weight: 500; }
.mapa { border-radius: 20px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08); }

.formulario {
  background: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.formulario h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--navy);
}
.formulario input,
.formulario select,
.formulario textarea {
  padding: 14px 18px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  transition: border-color 0.2s;
}
.formulario input:focus,
.formulario select:focus,
.formulario textarea:focus {
  outline: none;
  border-color: var(--teal);
}
.form-ok {
  text-align: center;
  color: var(--teal-dark);
  font-weight: 700;
  padding: 12px;
  background: #ECFEFF;
  border-radius: 12px;
}

/* Footer */
.pie {
  background: var(--navy);
  color: rgba(255,255,255,0.6);
  padding: 32px 0;
  text-align: center;
  font-size: 0.85rem;
}
.demo-note { margin-top: 8px; font-size: 0.75rem; opacity: 0.5; }

@media (max-width: 968px) {
  .menu {
    position: fixed;
    top: calc(72px + var(--airvi-demo-bar-h, 40px)); left: 0; right: 0;
    background: var(--sand);
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    transform: translateX(100%);
    transition: transform 0.3s;
    box-shadow: -4px 0 24px rgba(0,0,0,0.1);
  }
  .menu.open { transform: translateX(0); }
  .burger { display: flex; }
  .hero-split { grid-template-columns: 1fr; }
  .hero-left { padding: 48px 24px; }
  .hero-right { height: 360px; }
  .empresa-layout, .contacto-grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; grid-template-rows: auto; }
  .bento-large, .bento-wide { grid-row: auto; grid-column: auto; }
  .bento-item { min-height: 200px; }
  .exc-cards { grid-template-columns: 1fr; }
  .trust-row { flex-direction: column; gap: 16px; }
}
