/* ═══════════════════════════════════════════════════════
   Cenotes Homún — tours-cancun.css
   Estilos específicos de tours-cancun.html
   El CSS global está en assets/style.css
═══════════════════════════════════════════════════════ */

/* ─── HERO ──────────────────────────────────────────────── */
.tc-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #0a1a2e;
}
.tc-hero-bg {
  position: absolute;
  inset: 0;
}
.tc-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(10, 26, 46, 0.85) 0%,
    rgba(10, 60, 90, 0.6) 50%,
    rgba(10, 96, 128, 0.4) 100%
  );
  z-index: 1;
}
.tc-hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  padding: 120px 48px 80px;
  text-align: center;
}
.tc-coming-soon-badge {
  display: inline-block;
  background: rgba(232,160,0,0.18);
  border: 1px solid rgba(232,160,0,0.35);
  color: #f0c040;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}
.tc-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  color: var(--arena);
  line-height: 1.12;
  margin-bottom: 20px;
}
.tc-hero-title em {
  font-style: italic;
  color: #7fd4e8;
}
.tc-hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(245,237,224,0.7);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── FORMULARIO NOTIFICACIÓN ───────────────────────────── */
.tc-notify-form {
  max-width: 420px;
  margin: 0 auto;
}
.tc-notify-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.tc-notify-input {
  flex: 1;
  padding: 13px 18px;
  border: none;
  border-radius: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.92rem;
  background: rgba(255,255,255,0.92);
  color: #1c1c1c;
  outline: none;
  transition: box-shadow 0.2s;
}
.tc-notify-input:focus {
  box-shadow: 0 0 0 3px rgba(127,211,232,0.4);
  background: white;
}
.tc-notify-input::placeholder { color: #aaa; }
.tc-notify-btn {
  background: #e8a000;
  color: white;
  border: none;
  padding: 13px 22px;
  border-radius: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.tc-notify-btn:hover {
  background: #c88800;
  transform: translateY(-1px);
}
.tc-notify-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.tc-notify-note {
  font-size: 0.76rem;
  color: rgba(245,237,224,0.4);
  margin-top: 6px;
}
.tc-notify-success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 14px 20px;
  color: var(--arena);
  font-size: 0.92rem;
  backdrop-filter: blur(4px);
  max-width: 420px;
  margin: 0 auto;
}
.tc-success-check {
  width: 26px; height: 26px;
  background: rgba(56,161,105,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  color: #68d391;
  flex-shrink: 0;
}

/* ─── SECCIÓN LO QUE VIENE ──────────────────────────────── */
.tc-coming {
  padding: 100px 48px;
  background: var(--blanco);
}
.tc-coming-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.tc-tours-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tc-tour-card {
  background: var(--gris, #f0f0ee);
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.tc-tour-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.09);
}
.tc-tour-icon {
  font-size: 2rem;
  margin-bottom: 14px;
  display: block;
}
.tc-tour-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--selva);
  margin-bottom: 10px;
  line-height: 1.3;
}
.tc-tour-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.65;
  margin-bottom: 16px;
}
.tc-tour-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 10px;
  background: rgba(232,160,0,0.1);
  color: #c88800;
  border: 1px solid rgba(232,160,0,0.2);
}

/* ─── CTA IR A CENOTES ──────────────────────────────────── */
.tc-cta {
  background: var(--selva);
  padding: 80px 48px;
  text-align: center;
}
.tc-cta-inner {
  max-width: 560px;
  margin: 0 auto;
}
.tc-cta-pre {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--agua-light);
  margin-bottom: 12px;
}
.tc-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--arena);
  margin-bottom: 14px;
  line-height: 1.2;
}
.tc-cta-sub {
  color: rgba(245,237,224,0.6);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* ─── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 900px) {
  .tc-hero-content { padding: 100px 24px 64px; }
  .tc-coming { padding: 80px 24px; }
  .tc-tours-grid { grid-template-columns: 1fr 1fr; }
  .tc-cta { padding: 64px 24px; }
}
@media (max-width: 560px) {
  .tc-notify-row { flex-direction: column; }
  .tc-tours-grid { grid-template-columns: 1fr; }
}
