﻿/* ═══════════════════════════════════════════════════════════════════════
   SANLILAS — CONTACTO (Premium Contact Page)
   Liquid Glass · Glassmorphism · Minimal Luxury · Cream #F8F5F1 · Gold #C8A66A
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  --ct-bg: #F8F5F1;
  --ct-beige: #EFE5DC;
  --ct-gold: #C8A66A;
  --ct-gold-soft: rgba(200, 166, 106, 0.14);
  --ct-chocolate: #4A2E2B;
  --ct-cream: #FFFFFF;
  --ct-card: rgba(255, 255, 255, 0.40);
  --ct-blur: 30px;
  --ct-radius-card: 40px;
  --ct-radius-btn: 999px;
  --ct-radius-input: 30px;
  --ct-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
  --ct-border: 1px solid rgba(255, 255, 255, 0.75);
}

body.page-contacto {
  background: linear-gradient(180deg, #F8F5F1 0%, #F2EBE3 42%, #EADFD6 100%);
  color: var(--ct-chocolate);
}

/* ═══ FONDO: aurora cálida + rayos de luz + partículas ═══ */
.ct-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ct-bg__aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  animation: ct-aurora 26s ease-in-out infinite alternate;
  will-change: transform;
}

.ct-bg__aurora--1 { width: 62vw; height: 62vw; top: -22vw; left: -18vw; background: radial-gradient(circle, rgba(232, 207, 183, 0.55) 0%, rgba(248, 245, 241, 0) 70%); }
.ct-bg__aurora--2 { width: 48vw; height: 48vw; right: -16vw; top: 30vh; background: radial-gradient(circle, rgba(216, 196, 163, 0.4) 0%, rgba(248, 245, 241, 0) 70%); animation-delay: -9s; }
.ct-bg__aurora--3 { width: 40vw; height: 40vw; left: 24vw; top: 72vh; background: radial-gradient(circle, rgba(200, 166, 106, 0.22) 0%, rgba(248, 245, 241, 0) 70%); animation-delay: -17s; }

@keyframes ct-aurora {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(4vw, -3vh, 0) scale(1.12); }
}

.ct-bg__ray {
  position: absolute;
  top: -30%;
  width: 2px;
  height: 160vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(200, 166, 106, 0.16) 55%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
  animation: ct-ray 18s linear infinite;
  will-change: transform;
}

.ct-bg__ray--1 { left: 12%; animation-delay: -4s; }
.ct-bg__ray--2 { left: 34%; animation-delay: -11s; }
.ct-bg__ray--3 { left: 62%; animation-delay: -7s; }
.ct-bg__ray--4 { left: 86%; animation-delay: -15s; }

@keyframes ct-ray {
  from { transform: translateY(0) rotate(8deg); opacity: 0; }
  10%  { opacity: 0.9; }
  90%  { opacity: 0.9; }
  to   { transform: translateY(-190vh) rotate(8deg); opacity: 0; }
}

canvas#ctParticles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ct-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 560px;
  height: 560px;
  margin: -280px 0 0 -280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 166, 106, 0.14) 0%, rgba(200, 166, 106, 0) 62%);
  pointer-events: none;
  z-index: 1;
  will-change: transform;
}

/* ═══ HERO 100vh · slideshow cinematográfico ═══ */
.ct-hero {
  position: relative;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  padding-top: clamp(110px, 14vh, 160px);
  padding-bottom: 6vh;
}

.ct-hero__media {
  position: absolute;
  inset: -8% 0;
  overflow: hidden;
  will-change: transform;
}

.ct-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: ct-kenburns 26s ease-in-out infinite alternate;
  will-change: transform;
}

.ct-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2.4s ease;
  will-change: transform, opacity;
}

.ct-hero__slide.is-active { opacity: 1; }

.ct-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: ct-kenburns 26s ease-in-out infinite alternate;
  will-change: transform;
}

.ct-hero__slide:nth-child(2) img { animation-delay: -8s; }
.ct-hero__slide:nth-child(3) img { animation-delay: -16s; }

@keyframes ct-kenburns {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to   { transform: scale(1.14) translate3d(1.6vw, -1.4vh, 0); }
}

.ct-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(30, 18, 16, 0.45) 0%, rgba(15, 10, 8, 0.72) 100%),
              linear-gradient(180deg, rgba(30, 18, 16, 0.5) 0%, rgba(248, 245, 241, 0.98) 100%);
}

.ct-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  pointer-events: none;
}

.ct-hero__content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  width: 100%;
  padding: 100px clamp(1.2rem, 4vw, 3rem) 70px;
  will-change: transform, opacity;
}

/* Tarjeta Glassmorphism para 100% Legibilidad de Texto */
.ct-hero__glass-card {
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(40px) saturate(190%);
  -webkit-backdrop-filter: blur(40px) saturate(190%);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1.8rem, 4vw, 3.5rem);
  box-shadow: 0 35px 90px rgba(45, 25, 22, 0.22), inset 0 1px 2px rgba(255, 255, 255, 0.95);
  text-align: center;
}

.ct-hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: #3E2723 !important;
  margin: 0 0 1.2rem;
  text-shadow: none;
}

.ct-hero__sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(62, 39, 35, 0.88) !important;
  max-width: 58ch;
  margin: 0 auto 2.2rem;
}

.ct-hero__actions {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}

/* Botones Liquid Glass */
.ct-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  height: 62px;
  padding: 0 2.6rem;
  border-radius: var(--ct-radius-btn);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ct-chocolate);
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(var(--ct-blur));
  -webkit-backdrop-filter: blur(var(--ct-blur));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, background 0.45s, border-color 0.45s, color 0.45s;
  text-decoration: none;
}

.ct-btn svg { opacity: 0.65; transition: transform 0.4s var(--ease-out-expo); }

.ct-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  transform: skewX(-18deg);
  transition: left 0.9s var(--ease-out-expo);
  pointer-events: none;
}

.ct-btn:hover::before { left: 130%; }
.ct-btn:hover svg { transform: translateX(4px); }

.ct-btn--gold {
  background: linear-gradient(135deg, rgba(200, 166, 106, 0.82), rgba(232, 212, 178, 0.75));
  border-color: rgba(200, 166, 106, 0.7);
  color: #fffdf8;
  box-shadow: 0 18px 50px rgba(200, 166, 106, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.ct-btn--gold:hover {
  box-shadow: 0 24px 62px rgba(200, 166, 106, 0.58), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  background: linear-gradient(135deg, rgba(200, 166, 106, 0.92), rgba(235, 216, 184, 0.85));
}

.ct-btn--line {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(74, 46, 43, 0.22);
}

.ct-btn--wa {
  background: linear-gradient(135deg, #25D366, #1EBE5D);
  border-color: rgba(37, 211, 102, 0.6);
  color: #ffffff;
  box-shadow: 0 20px 54px rgba(37, 211, 102, 0.42), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  animation: ct-wa-pulse 2.6s ease-in-out infinite;
}

@keyframes ct-wa-pulse {
  0%, 100% { box-shadow: 0 20px 54px rgba(37, 211, 102, 0.42), inset 0 1px 1px rgba(255, 255, 255, 0.5); }
  50%      { box-shadow: 0 20px 70px rgba(37, 211, 102, 0.62), inset 0 1px 1px rgba(255, 255, 255, 0.5); }
}

.ct-hero__scroll {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  color: rgba(74, 46, 43, 0.55);
}

.ct-hero__scroll span {
  width: 1px;
  height: 52px;
  background: linear-gradient(180deg, var(--ct-gold), transparent);
  position: relative;
  overflow: hidden;
}

.ct-hero__scroll span::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-chocolate);
  animation: ct-scroll-line 2.2s ease-in-out infinite;
}

@keyframes ct-scroll-line {
  0%   { top: -100%; }
  55%  { top: 0; }
  100% { top: 100%; }
}

.ct-hero__scroll small {
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

/* ═══ CABEZAS DE SECCIÓN ═══ */
.ct-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(3.2rem, 6vw, 5rem);
}

.ct-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--ct-gold);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ct-eyebrow::before,
.ct-eyebrow::after {
  content: '';
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ct-gold));
}

.ct-eyebrow::after {
  background: linear-gradient(90deg, var(--ct-gold), transparent);
}

.ct-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.3rem, 4.6vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ct-chocolate);
  margin: 0 0 1.3rem;
}

.ct-title em {
  font-style: italic;
  color: var(--ct-gold);
}

.ct-head__sub {
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(74, 46, 43, 0.62);
}

.ct-section {
  position: relative;
  z-index: 2;
  padding: var(--space-section) var(--space-lg);
  max-width: 1400px;
  margin: 0 auto;
}

/* ═══ CARDS GLASS ═══ */
.ct-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.2rem, 2.4vw, 2rem);
}

.ct-card {
  position: relative;
  border-radius: var(--ct-radius-card);
  background: var(--ct-card);
  backdrop-filter: blur(var(--ct-blur));
  -webkit-backdrop-filter: blur(var(--ct-blur));
  border: var(--ct-border);
  box-shadow: var(--ct-shadow), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  padding: clamp(1.8rem, 2.8vw, 2.6rem);
  overflow: hidden;
  transition: transform 0.6s var(--ease-out-expo), box-shadow 0.6s, background 0.6s, border-color 0.6s;
  will-change: transform;
}

.ct-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(420px circle at var(--gx, 50%) var(--gy, 50%), rgba(255, 255, 255, 0.55), transparent 45%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.ct-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -90%;
  width: 50%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-18deg);
  transition: left 1s var(--ease-out-expo);
  pointer-events: none;
}

.ct-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.12), inset 0 1px 1px rgba(255, 255, 255, 1);
}

.ct-card:hover::before { opacity: 1; }
.ct-card:hover::after { left: 140%; }

.ct-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--ct-gold);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(200, 166, 106, 0.35);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.ct-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.45rem;
  color: var(--ct-chocolate);
  margin: 0 0 0.7rem;
}

.ct-card p {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(74, 46, 43, 0.6);
  margin: 0 0 1.4rem;
}

.ct-card .ct-btn {
  height: 52px;
  padding: 0 2rem;
  font-size: 0.72rem;
  width: 100%;
}

/* ═══ FORMULARIO PREMIUM ═══ */
.ct-form-card {
  max-width: 960px;
  margin: 0 auto;
  border-radius: var(--ct-radius-card);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(var(--ct-blur));
  -webkit-backdrop-filter: blur(var(--ct-blur));
  border: var(--ct-border);
  box-shadow: var(--ct-shadow), inset 0 1px 1px rgba(255, 255, 255, 0.95);
  padding: clamp(2rem, 4.4vw, 4rem);
  position: relative;
  overflow: hidden;
}

.ct-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem 1.4rem;
}

.ct-field { display: flex; flex-direction: column; gap: 0.55rem; }
.ct-field--full { grid-column: 1 / -1; }

.ct-field label {
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(74, 46, 43, 0.55);
}

.ct-field input,
.ct-field select,
.ct-field textarea {
  width: 100%;
  padding: 1.05rem 1.3rem;
  border-radius: var(--ct-radius-input);
  border: 1px solid rgba(74, 46, 43, 0.12);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--ct-chocolate);
  outline: none;
  transition: border-color 0.4s, box-shadow 0.4s, background 0.4s;
}

.ct-field textarea { min-height: 130px; resize: vertical; }

.ct-field input::placeholder,
.ct-field textarea::placeholder { color: rgba(74, 46, 43, 0.35); }

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
  border-color: var(--ct-gold);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 4px rgba(200, 166, 106, 0.16), 0 14px 34px rgba(0, 0, 0, 0.06);
}

.ct-field input.is-invalid,
.ct-field select.is-invalid {
  border-color: #D9705A;
  box-shadow: 0 0 0 4px rgba(217, 112, 90, 0.14);
  animation: ct-shake 0.45s ease;
}

@keyframes ct-shake {
  0%, 100% { transform: translateX(0); }
  25%      { transform: translateX(-5px); }
  60%      { transform: translateX(4px); }
  85%      { transform: translateX(-2px); }
}

.ct-field select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234A2E2B' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
}

.ct-form__actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}

/* Éxito */
.ct-success {
  display: none;
  text-align: center;
  padding: 2.5rem 1rem;
}

.ct-form-card.is-success .ct-form { display: none; }
.ct-form-card.is-success .ct-success { display: block; animation: ct-fade-up 0.9s var(--ease-out-expo) both; }

@keyframes ct-fade-up {
  from { opacity: 0; transform: translateY(26px); filter: blur(8px); }
  to   { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.ct-success__check {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(200, 166, 106, 0.9), rgba(232, 212, 178, 0.85));
  box-shadow: 0 24px 60px rgba(200, 166, 106, 0.5);
  animation: ct-pop 0.8s var(--ease-elastic) both;
}

@keyframes ct-pop {
  from { transform: scale(0.2); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.ct-success h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 2.1rem;
  color: var(--ct-chocolate);
  margin: 0 0 0.8rem;
}

.ct-success p {
  font-size: 0.96rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(74, 46, 43, 0.62);
  max-width: 48ch;
  margin: 0 auto 2rem;
}

/* ═══ UBICACIÓN 50/50 ═══ */
.ct-ubicacion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 3vw, 3rem);
  align-items: stretch;
}

.ct-map {
  border-radius: var(--ct-radius-card);
  background: var(--ct-card);
  backdrop-filter: blur(var(--ct-blur));
  -webkit-backdrop-filter: blur(var(--ct-blur));
  border: var(--ct-border);
  box-shadow: var(--ct-shadow), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  padding: clamp(2.2rem, 4vw, 3.4rem) clamp(1.6rem, 3vw, 3rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-map__pin {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(200, 166, 106, 0.2), rgba(232, 212, 178, 0.2));
  border: 1px solid rgba(200, 166, 106, 0.4);
  margin-bottom: 1.4rem;
  color: var(--ct-gold);
}

.ct-map h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--ct-chocolate);
  margin: 0 0 0.6rem;
}

.ct-map p {
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(74, 46, 43, 0.6);
  margin: 0 0 1.6rem;
}

.ct-info {
  border-radius: var(--ct-radius-card);
  background: var(--ct-card);
  backdrop-filter: blur(var(--ct-blur));
  -webkit-backdrop-filter: blur(var(--ct-blur));
  border: var(--ct-border);
  box-shadow: var(--ct-shadow), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  padding: clamp(2.2rem, 4vw, 3.4rem) clamp(1.6rem, 3vw, 3rem);
}

.ct-info__row {
  margin-bottom: 1.4rem;
}

.ct-info__row:last-child { margin-bottom: 0; }

.ct-info__row h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--ct-chocolate);
  margin: 0 0 0.35rem;
}

.ct-info__row p {
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(74, 46, 43, 0.6);
  margin: 0;
}

.ct-info__note {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(74, 46, 43, 0.1);
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--ct-gold);
}

/* ═══ HORARIOS ═══ */
.ct-horarios {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: clamp(0.8rem, 1.6vw, 1.4rem);
}

.ct-horario {
  text-align: center;
  border-radius: 30px;
  background: var(--ct-card);
  backdrop-filter: blur(var(--ct-blur));
  -webkit-backdrop-filter: blur(var(--ct-blur));
  border: var(--ct-border);
  box-shadow: var(--ct-shadow), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  padding: clamp(1.4rem, 2.4vw, 2rem) 0.8rem;
  transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s, background 0.5s, border-color 0.5s;
  cursor: default;
}

.ct-horario:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, rgba(200, 166, 106, 0.85), rgba(232, 212, 178, 0.8));
  border-color: rgba(200, 166, 106, 0.6);
  box-shadow: 0 24px 60px rgba(200, 166, 106, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.ct-horario:hover h4,
.ct-horario:hover p { color: #fffdf8; }

.ct-horario h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--ct-chocolate);
  margin: 0 0 0.4rem;
}

.ct-horario p {
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(74, 46, 43, 0.6);
  margin: 0;
}

/* ═══ FAQ · acordeón spring ═══ */
.ct-faq {
  max-width: 860px;
  margin: 0 auto;
}

.ct-faq__item {
  border-radius: 30px;
  background: var(--ct-card);
  backdrop-filter: blur(var(--ct-blur));
  -webkit-backdrop-filter: blur(var(--ct-blur));
  border: var(--ct-border);
  box-shadow: var(--ct-shadow), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 1.1rem;
  overflow: hidden;
  transition: box-shadow 0.5s, background 0.5s, border-color 0.5s;
}

.ct-faq__item.is-open {
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.11), inset 0 1px 1px rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0.95);
}

.ct-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.5rem 1.8rem;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.22rem;
  color: var(--ct-chocolate);
  text-align: left;
}

.ct-faq__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(200, 166, 106, 0.4);
  transition: transform 0.6s var(--ease-elastic), background 0.5s;
}

.ct-faq__icon::before,
.ct-faq__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--ct-gold);
  transition: transform 0.6s var(--ease-elastic);
}

.ct-faq__icon::before { width: 12px; height: 1.6px; transform: translate(-50%, -50%); }
.ct-faq__icon::after  { width: 1.6px; height: 12px; transform: translate(-50%, -50%); }

.ct-faq__item.is-open .ct-faq__icon { transform: rotate(135deg); background: linear-gradient(135deg, rgba(200, 166, 106, 0.85), rgba(232, 212, 178, 0.8)); }
.ct-faq__item.is-open .ct-faq__icon::before,
.ct-faq__item.is-open .ct-faq__icon::after { background: #fffdf8; }

.ct-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.65s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.ct-faq__item.is-open .ct-faq__a { grid-template-rows: 1fr; }

.ct-faq__a-inner {
  overflow: hidden;
  min-height: 0;
}

.ct-faq__a p {
  margin: 0;
  padding: 0 1.8rem 1.7rem;
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(74, 46, 43, 0.64);
}

/* ═══ REDES SOCIALES ═══ */
.ct-redes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1.2rem, 2.4vw, 2rem);
}

.ct-social {
  position: relative;
  border-radius: 36px;
  background: var(--ct-card);
  backdrop-filter: blur(var(--ct-blur));
  -webkit-backdrop-filter: blur(var(--ct-blur));
  border: var(--ct-border);
  box-shadow: var(--ct-shadow), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  padding: clamp(1.8rem, 2.8vw, 2.6rem);
  text-align: center;
  overflow: hidden;
  transition: transform 0.6s var(--ease-out-expo), box-shadow 0.6s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.ct-social:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(200, 166, 106, 0.18), inset 0 1px 1px rgba(255, 255, 255, 1);
}

.ct-social__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(200, 166, 106, 0.35);
  color: var(--ct-gold);
  margin-bottom: 1.2rem;
  transition: background 0.4s, border-color 0.4s;
}

.ct-social:hover .ct-social__icon {
  background: linear-gradient(135deg, rgba(200, 166, 106, 0.85), rgba(232, 212, 178, 0.8));
  border-color: rgba(200, 166, 106, 0.6);
  color: #fffdf8;
}

.ct-social h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--ct-chocolate);
  margin: 0 0 0.35rem;
}

.ct-social small {
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(74, 46, 43, 0.55);
}

/* ═══ ¿POR QUÉ CONTACTARNOS? ═══ */
.ct-porque {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.4vw, 2rem);
}

/* ═══ TIEMPO DE RESPUESTA ═══ */
.ct-tiempo {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.ct-tiempo__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.2rem;
  align-items: center;
}

.ct-tiempo__label {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(74, 46, 43, 0.55);
}

.ct-tiempo__bar {
  height: 14px;
  border-radius: 999px;
  background: rgba(74, 46, 43, 0.09);
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
}

.ct-tiempo__bar i {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ct-gold), #E8D4AE);
  box-shadow: 0 4px 18px rgba(200, 166, 106, 0.55);
  transition: width 1.4s var(--ease-out-expo);
}

.ct-tiempo__row.is-visible .ct-tiempo__bar i { width: var(--ct-bar, 0%); }

/* ═══ CTA FINAL ═══ */
.ct-cta {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.ct-cta__bg {
  position: absolute;
  inset: -8% 0;
  overflow: hidden;
}

.ct-cta__bg .ct-hero__slide img {
  filter: blur(24px) brightness(0.55);
}

.ct-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 21, 21, 0.55);
  z-index: 2;
}

.ct-cta__content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: var(--space-lg);
}

.ct-cta__content h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.1;
  color: #FFFDF8;
  margin: 0 0 2.2rem;
}

/* ═══ FOOTER CREMA ═══ */
.ct-footer {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, var(--ct-bg) 0%, var(--ct-beige) 100%);
  color: var(--ct-chocolate);
  padding: var(--space-2xl) var(--space-lg) var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.ct-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: 1400px;
  margin: 0 auto;
}

.ct-footer h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  margin: 0 0 0.8rem;
}

.ct-footer h3 {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ct-gold);
  margin: 0 0 1.2rem;
}

.ct-footer__slogan {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(74, 46, 43, 0.6);
  margin: 0 0 1.4rem;
  max-width: 30ch;
}

.ct-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ct-footer a { color: rgba(74, 46, 43, 0.75); text-decoration: none; font-size: 0.92rem; font-weight: 300; transition: color 0.35s; }
.ct-footer a:hover { color: var(--ct-gold); }

.ct-footer__socials {
  display: flex;
  gap: 0.8rem;
}

.ct-footer__social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(74, 46, 43, 0.12);
  transition: transform 0.45s var(--ease-out-expo), background 0.45s, border-color 0.45s, color 0.45s;
}

.ct-footer__social-link:hover {
  transform: translateY(-4px);
  background: #fff;
  border-color: rgba(200, 166, 106, 0.5);
  color: var(--ct-gold);
}

.ct-footer__newsletter {
  display: flex;
  margin-top: 1.2rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(74, 46, 43, 0.1);
  border-radius: var(--ct-radius-btn);
  padding: 0.35rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ct-footer__newsletter input {
  flex: 1;
  min-width: 0;
  border: none;
  background: none;
  outline: none;
  padding: 0 1rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--ct-chocolate);
}

.ct-footer__newsletter button {
  flex: 0 0 auto;
  height: 46px;
  padding: 0 1.6rem;
  border-radius: var(--ct-radius-btn);
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fffdf8;
  background: linear-gradient(135deg, var(--ct-gold), #DDBE8E);
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s;
}

.ct-footer__newsletter button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(200, 166, 106, 0.45); }

.ct-footer__bottom {
  max-width: 1400px;
  margin: 3rem auto 0;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(74, 46, 43, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: rgba(74, 46, 43, 0.55);
}

/* ═══ REVEAL ═══ */
.reveal {
  opacity: 0;
  transform: translateY(46px);
  filter: blur(10px);
  transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo), filter 0.9s var(--ease-out-expo);
  will-change: transform, opacity, filter;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.reveal--d1 { transition-delay: 0.08s; }
.reveal--d2 { transition-delay: 0.16s; }
.reveal--d3 { transition-delay: 0.24s; }
.reveal--d4 { transition-delay: 0.32s; }
.reveal--d5 { transition-delay: 0.4s; }
.reveal--d6 { transition-delay: 0.48s; }

/* ═══ TÍTULO DEL HERO · chars ═══ */
.ct-hero__title .ch {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.42em);
  filter: blur(14px);
  animation: ct-char-in 1.1s var(--ease-out-expo) forwards;
  animation-delay: var(--d, 0s);
  will-change: transform, opacity, filter;
}

@keyframes ct-char-in {
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.ct-hero__fade {
  opacity: 0;
  transform: translateY(24px);
  animation: ct-char-in 1.1s var(--ease-out-expo) forwards;
  animation-delay: var(--d, 0s);
  will-change: transform, opacity;
}

/* ═══ SCROLL PROGRESS BAR ═══ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--ct-gold, #C8A66A), var(--ct-champagne, #D8C4A3));
  transition: width 0.1s linear;
  will-change: width;
  border-radius: 0 2px 2px 0;
}

/* ═══ TESTIMONIOS ═══ */
.ct-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 3rem auto 0;
}

.ct-testimonial {
  padding: 2rem 1.8rem 1.6rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 50px rgba(74, 46, 43, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.85);
  transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s;
}

.ct-testimonial:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(74, 46, 43, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.ct-testimonial__stars {
  font-size: 14px;
  letter-spacing: 2px;
  color: #C8A46A;
  margin-bottom: 1rem;
}

.ct-testimonial p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(74, 46, 43, 0.8);
}

.ct-testimonial__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(74, 46, 43, 0.08);
}

.ct-testimonial__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #F8F5F2;
  background: linear-gradient(135deg, #4A2E2B, rgba(74,46,43,0.8));
  box-shadow: 0 6px 16px rgba(74, 46, 43, 0.25);
  flex-shrink: 0;
}

.ct-testimonial__avatar--alt {
  background: linear-gradient(135deg, #C86D51, rgba(74,46,43,0.8));
}

.ct-testimonial__footer strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: #4A2E2B;
}

.ct-testimonial__footer span {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.78rem;
  color: rgba(74, 46, 43, 0.5);
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1080px) {
  .ct-cards { grid-template-columns: repeat(2, 1fr); }
  .ct-ubicacion { grid-template-columns: 1fr; }
  .ct-horarios { grid-template-columns: repeat(4, 1fr); }
  .ct-redes { grid-template-columns: repeat(3, 1fr); }
  .ct-porque { grid-template-columns: repeat(2, 1fr); }
  .ct-footer__grid { grid-template-columns: 1fr 1fr; }
  .ct-tiempo__row { grid-template-columns: 140px 1fr; }
  .ct-testimonials { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .ct-cards,
  .ct-horarios,
  .ct-redes,
  .ct-porque { grid-template-columns: 1fr; }
  .ct-form { grid-template-columns: 1fr; }
  .ct-hero__actions { flex-direction: column; align-items: center; }
  .ct-btn { width: min(100%, 320px); }
  .ct-footer__grid { grid-template-columns: 1fr; }
  .ct-tiempo__row { grid-template-columns: 1fr; gap: 0.6rem; }
  .ct-testimonials { grid-template-columns: 1fr; }
}

/* ═══ MOTION REDUCED ═══ */
@media (prefers-reduced-motion: reduce) {
  .ct-hero__slide img,
  .ct-bg__aurora,
  .ct-bg__ray,
  .ct-hero__title .ch,
  .ct-hero__fade,
  .ct-btn--wa { animation: none !important; }

  .ct-hero__title .ch,
  .ct-hero__fade { opacity: 1; transform: none; filter: none; }

  .reveal { opacity: 1; transform: none; filter: none; }
}
