/* Instalar App deshabilitado */
.nav-install-item,
.footer-install,
.js-install-app,
.install-banner,
.install-ios-sheet { display: none !important; }

:root {
  --primary: #22372B;
  --primary-soft: #2F4A3A;
  --accent: #3D5C4A;
  --bg: #F7F5F2;
  --text: #1A1A1A;
  --muted: #6B736E;
  --white: #ffffff;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
.topbar {
  background: var(--primary);
  color: var(--white);
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.65rem 1rem;
  padding-top: calc(0.65rem + env(safe-area-inset-top, 0));
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 245, 242, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(34, 55, 43, 0.08);
}
.nav {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.85rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: nowrap;
}
.logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}
.logo img { height: 36px; width: auto; }
.lang-toggle {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-width: 3.9rem;
  padding: 2px;
  border: 1px solid rgba(34, 55, 43, 0.22);
  background: rgba(34, 55, 43, 0.04);
  vertical-align: middle;
}
.lang-opt {
  display: grid;
  place-items: center;
  padding: 0.28rem 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease;
}
.lang-opt:hover {
  color: var(--primary);
}
.lang-opt.is-active {
  background: var(--primary);
  color: #fff;
}
.nav-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.05rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-links > li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-links a:hover { color: var(--primary); }
.nav-links .reserva { font-weight: 700; color: var(--primary); }
.nav-cart-item,
.nav-lang-item {
  margin-left: 0.15rem;
}
.cart-nav-btn {
  border: 0;
  background: transparent;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  color: var(--primary);
  cursor: pointer;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  white-space: nowrap;
}
.cart-badge {
  display: inline-grid;
  place-items: center;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0;
  font-weight: 700;
}
.product-add-btn {
  width: calc(100% - 1.5rem);
  margin: 0 0.75rem 0.9rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.72rem;
}
.product-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.modal-cart { width: min(560px, 100%); }
.cart-empty {
  text-align: center;
  color: var(--muted);
  padding: 1.5rem 0;
}
.cart-lines { display: grid; gap: 0.75rem; margin-bottom: 1rem; }
.cart-line {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  border-bottom: 1px solid rgba(34, 55, 43, 0.1);
  padding-bottom: 0.75rem;
}
.cart-line-img {
  width: 64px;
  height: 64px;
  background: #e8eee9;
  overflow: hidden;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  color: var(--primary);
}
.cart-line-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-line-info {
  display: grid;
  gap: 0.2rem;
  font-size: 0.9rem;
}
.cart-line-info span { color: var(--muted); font-size: 0.85rem; }
.cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.25rem;
}
.cart-qty button {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(34, 55, 43, 0.2);
  background: #fff;
  cursor: pointer;
  color: var(--primary);
}
.cart-qty em { font-style: normal; min-width: 1.2rem; text-align: center; }
.cart-remove {
  border: 0;
  background: transparent;
  font-size: 1.3rem;
  cursor: pointer;
  color: var(--muted);
}
.cart-footer { display: grid; gap: 0.55rem; }
.cart-total {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}
.cart-toast {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 1200;
  background: var(--primary);
  color: #fff;
  padding: 0.7rem 1.1rem;
  font-size: 0.9rem;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* WhatsApp flotante circular (estilo original) */
.wa-float {
  position: fixed;
  right: max(1.15rem, env(safe-area-inset-right));
  bottom: max(1.25rem, calc(1rem + env(safe-area-inset-bottom)));
  z-index: 900;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 50%;
  background: #25D366;
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: waPulse 2.8s ease-in-out infinite;
}
body.has-install-banner .wa-float {
  bottom: max(5.75rem, calc(5.4rem + env(safe-area-inset-bottom)));
}
.wa-float:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
  animation: none;
}
.wa-float-icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
}
.wa-float-icon svg {
  width: 32px;
  height: 32px;
}
.wa-float-text {
  display: none;
}
@media (max-width: 560px) {
  .wa-float {
    right: 0.9rem;
    bottom: 1rem;
    width: 56px;
    height: 56px;
  }
  .wa-float-icon svg {
    width: 30px;
    height: 30px;
  }
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--primary);
}
.hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(34, 55, 43, 0.35), rgba(34, 55, 43, 0.55)),
    var(--primary-soft);
  color: var(--white);
  text-align: center;
}
.hero--solid {
  background:
    linear-gradient(165deg, var(--primary) 0%, var(--primary-soft) 55%, var(--accent) 100%);
}
.hero--solid .hero-bg,
.hero--solid .hero-slider {
  display: none;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 2rem 1.25rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  letter-spacing: 0.12em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
.hero p {
  margin: 0 auto 1.5rem;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  opacity: 0.95;
  max-width: 28rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.6rem;
  background: var(--primary);
  color: var(--white);
  border: 0;
  border-radius: 2px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.btn:hover {
  background: var(--primary-soft);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
}
.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4.5rem 1.25rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2rem;
  color: var(--text);
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid rgba(34, 55, 43, 0.12);
  padding-bottom: 0.75rem;
}
.tab-btn {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  padding: 0.4rem 0.2rem;
  border-bottom: 2px solid transparent;
}
.tab-btn.active {
  color: var(--text);
  border-bottom-color: var(--primary);
}
.tab-panel {
  display: none;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  animation: fadeUp 0.45s ease both;
}
.tab-panel.active { display: block; }
.tab-panel img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  margin-bottom: 1.25rem;
}
.class-photo-empty {
  width: 100%;
  max-height: 360px;
  min-height: 200px;
  margin-bottom: 1.25rem;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
.concept { background: var(--white); }
.concept-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}
.concept-grid--single {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}
.concept-grid--empresa {
  grid-template-columns: 1.15fr 0.85fr;
  max-width: 1100px;
  margin: 0 auto;
  gap: 2.5rem;
}
.empresa-mv {
  display: grid;
  gap: 1.5rem;
}
.empresa-block h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
  margin: 0 0 0.65rem;
  color: var(--primary);
  letter-spacing: 0.04em;
}
.empresa-block p {
  margin: 0;
  color: var(--muted);
  white-space: pre-line;
  text-align: left;
  line-height: 1.75;
}
.concept h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 500;
  margin: 0 0 1rem;
  color: var(--primary);
}
.concept p {
  color: var(--muted);
  white-space: pre-line;
  text-align: left;
  line-height: 1.75;
  max-width: 38rem;
}
.concept .tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--primary);
  margin-top: 1.5rem;
  text-align: left;
}
.tab-panel p {
  text-align: center;
  line-height: 1.7;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.package p {
  text-align: left;
  line-height: 1.65;
}
.packages {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
.package {
  background: var(--white);
  padding: 1.75rem 1.4rem;
  border: 1px solid rgba(34, 55, 43, 0.1);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.package:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
}
.package.featured {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.package.featured .btn {
  background: var(--white);
  color: var(--primary);
}
.package.featured .btn:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
}
.package.featured .btn-outline {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
}
.package.featured .btn-outline:hover {
  background: var(--white);
  color: var(--primary);
}

.package h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.package .price {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0.75rem 0;
}
.package ul {
  padding-left: 1.1rem;
  margin: 0 0 1.25rem;
  opacity: 0.9;
}
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}
.schedule-table th,
.schedule-table td {
  padding: 0.9rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(34, 55, 43, 0.1);
  font-size: 0.95rem;
}
.schedule-table th {
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.gallery-hint {
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  margin: -0.5rem 0 1.25rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #1a1a1a;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}
.gallery-item-veil {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.45rem;
  background: linear-gradient(180deg, rgba(34, 55, 43, 0.05), rgba(34, 55, 43, 0.55));
  opacity: 0;
  transition: opacity 0.35s ease;
  color: #fff;
}
.gallery-item-eye {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: relative;
}
.gallery-item-eye::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1.5px solid #fff;
  border-radius: 50%;
}
.gallery-item-cap {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0.5rem;
}
.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.05);
}
.gallery-item:hover .gallery-item-veil,
.gallery-item:focus-visible .gallery-item-veil {
  opacity: 1;
}

/* Visor AURA — inmersivo */
.aura-viewer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.aura-viewer.is-open {
  opacity: 1;
  visibility: visible;
}
.aura-viewer[hidden] { display: none; }
.aura-viewer.is-open[hidden] { display: grid; }
.aura-viewer-bg {
  position: absolute;
  inset: -40px;
  background-position: center;
  background-size: cover;
  filter: blur(28px) saturate(1.1) brightness(0.35);
  transform: scale(1.12);
  transition: background-image 0.45s ease, opacity 0.45s ease;
}
.aura-viewer-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 30%, rgba(10, 16, 12, 0.72) 100%),
    linear-gradient(180deg, rgba(10, 16, 12, 0.55) 0%, transparent 22%, transparent 70%, rgba(10, 16, 12, 0.75) 100%);
  pointer-events: none;
}
.aura-viewer-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  cursor: pointer;
  border-radius: 50%;
}
.aura-viewer-close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1.5px;
  background: #fff;
}
.aura-viewer-close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.aura-viewer-close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
.aura-viewer-close:hover { background: rgba(255, 255, 255, 0.14); }
.aura-viewer-meta {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 5;
  max-width: min(60vw, 420px);
}
.aura-viewer-count {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.7;
}
.aura-viewer-title {
  margin: 0;
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-weight: 500;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: 0.06em;
}
.aura-viewer-stage {
  position: relative;
  z-index: 2;
  width: min(86vw, 1080px);
  height: min(68vh, 720px);
  display: grid;
  place-items: center;
  touch-action: pan-y;
}
.aura-viewer-frame {
  margin: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.94) translateY(12px);
  transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.aura-viewer-frame.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.aura-viewer-frame.is-exit {
  opacity: 0;
  transform: scale(1.04) translateY(-8px);
}
.aura-viewer-frame img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Flechas laterales tipo rail */
.aura-viewer-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 64px;
  height: min(52vh, 420px);
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  gap: 0.5rem;
}
.aura-viewer-prev { left: 0.35rem; }
.aura-viewer-next { right: 0.35rem; }
.aura-nav-rail {
  position: absolute;
  inset: 0;
  width: 3px;
  margin: auto;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transition: width 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.aura-viewer-prev .aura-nav-rail { margin-left: 18px; margin-right: auto; }
.aura-viewer-next .aura-nav-rail { margin-right: 18px; margin-left: auto; }
.aura-nav-glyph {
  position: relative;
  z-index: 1;
  opacity: 0.85;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.aura-nav-label {
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.55;
  transition: opacity 0.3s ease, letter-spacing 0.3s ease;
}
.aura-viewer-prev .aura-nav-label { transform: rotate(180deg); }
.aura-viewer-nav:hover .aura-nav-rail,
.aura-viewer-nav:focus-visible .aura-nav-rail {
  width: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.aura-viewer-prev:hover .aura-nav-glyph,
.aura-viewer-prev:focus-visible .aura-nav-glyph { transform: translateX(-4px); opacity: 1; }
.aura-viewer-next:hover .aura-nav-glyph,
.aura-viewer-next:focus-visible .aura-nav-glyph { transform: translateX(4px); opacity: 1; }
.aura-viewer-nav:hover .aura-nav-label,
.aura-viewer-nav:focus-visible .aura-nav-label {
  opacity: 1;
  letter-spacing: 0.36em;
}

.aura-viewer-strip-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 1rem 1.1rem;
}
.aura-viewer-progress {
  height: 2px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 0.85rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  overflow: hidden;
}
.aura-viewer-progress::after {
  content: "";
  display: block;
  height: 100%;
  width: var(--p, 0%);
  background: #fff;
  transition: width 0.35s ease;
}
.aura-viewer-strip {
  display: flex;
  gap: 0.55rem;
  justify-content: center;
  overflow-x: auto;
  padding: 0.25rem 0.5rem 0.4rem;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
.aura-viewer-thumb {
  flex: 0 0 auto;
  width: 64px;
  height: 48px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}
.aura-viewer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aura-viewer-thumb.is-active {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-3px);
}
.aura-viewer-thumb:hover { opacity: 0.85; }

@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .aura-viewer-stage {
    width: 92vw;
    height: 58vh;
  }
  .aura-viewer-nav {
    width: 44px;
    height: 38vh;
  }
  .aura-nav-label { display: none; }
  .aura-viewer-meta { max-width: 70vw; }
  .aura-viewer-thumb { width: 52px; height: 40px; }
}
@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .aura-viewer,
  .aura-viewer-frame,
  .gallery-item img { transition: none !important; }
}

/* Modal reserva */
body.modal-open {
  overflow: hidden;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(34, 55, 43, 0.55);
  display: grid;
  place-items: center;
  padding: 1.25rem;
  animation: modalFade 0.25s ease both;
}
.modal-overlay[hidden] {
  display: none !important;
}
.modal {
  position: relative;
  width: min(520px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  background: var(--bg);
  color: var(--text);
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid rgba(34, 55, 43, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  animation: modalUp 0.35s ease both;
}
.modal h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
  color: var(--primary);
  text-align: center;
}
.modal-lead {
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 1.25rem;
}
.modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  border: 0;
  background: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
}
.modal-close:hover {
  color: var(--primary);
}
.modal-form {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.modal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.modal-alert {
  padding: 0.75rem 0.9rem;
  margin-bottom: 1rem;
  font-size: 0.92rem;
}
.modal-alert.is-ok {
  background: #e7f0ea;
  color: var(--primary);
}
.modal-alert.is-err {
  background: #f8e8e6;
  color: #7a2e24;
}
@keyframes modalFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes modalUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {
  .modal-row { grid-template-columns: 1fr; }
}

.reserve-form {
  max-width: 560px;
  margin: 0 auto;
  background: var(--white);
  padding: 2rem 1.5rem;
  display: grid;
  gap: 0.9rem;
}
.reserve-form label {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.reserve-form input,
.reserve-form select,
.reserve-form textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(34, 55, 43, 0.2);
  background: var(--bg);
  font: inherit;
}
.reserve-form textarea { min-height: 100px; resize: vertical; }
.alert { padding: 0.85rem 1rem; margin-bottom: 1rem; font-size: 0.95rem; }
.alert-ok { background: #e7f0ea; color: var(--primary); }
.alert-err { background: #f8e8e6; color: #7a2e24; }
.site-footer {
  background: var(--primary);
  color: rgba(255, 255, 255, 0.9);
  padding: 3rem 1.25rem 2rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 1fr 1fr;
}
.site-footer h3 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
}
.footer-social {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.footer-social a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-social a:hover { color: #fff; }
.footer-social-empty {
  color: rgba(255, 255, 255, 0.45);
}
.footer-bottom {
  max-width: 1100px;
  margin: 2rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.85rem;
  opacity: 0.75;
  text-align: center;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45); transform: scale(1); }
  50% { box-shadow: 0 10px 28px rgba(37, 211, 102, 0.62); transform: scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .wa-float { animation: none; }
  .hero-slide,
  .expert-card,
  .product-card,
  .package { transition: none !important; animation: none !important; }
}
@media (max-width: 1100px) {
  .concept-grid,
  .concept-grid--empresa,
  .packages,
  .footer-inner,
  .gallery-grid,
  .product-grid,
  .product-modal-grid { grid-template-columns: 1fr; }
  .nav-toggle {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    font-size: 1.35rem;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.15rem;
    padding: 0.75rem 1.1rem calc(1.25rem + env(safe-area-inset-bottom));
    border-bottom: 1px solid rgba(34, 55, 43, 0.1);
    max-height: min(78vh, 560px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: normal;
  }
  .nav-links.open { display: flex; }
  .nav-links > li {
    width: 100%;
  }
  .nav-links a,
  .nav-links .cart-nav-btn,
  .nav-install-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.85rem 0.35rem;
    min-height: 44px;
    font-size: 1rem;
  }
  .nav-lang-item {
    padding: 0.55rem 0.35rem 0.85rem;
    border-top: 1px solid rgba(34, 55, 43, 0.08);
    margin-top: 0.25rem;
  }
  .lang-toggle {
    min-width: 5.5rem;
  }
  .lang-opt {
    padding: 0.5rem 0.55rem;
    min-height: 38px;
    font-size: 0.72rem;
  }
  .hero {
    min-height: min(78vh, 640px);
  }
  .hero-content { padding: 1.5rem 1.1rem; }
  .section { padding-left: 1rem; padding-right: 1rem; }
  .tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; justify-content: flex-start; }
  .aura-cal-toolbar { gap: 0.75rem; }
  .modal {
    width: calc(100% - 1.25rem);
    max-height: calc(100vh - 2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    overflow-y: auto;
    margin: max(0.75rem, env(safe-area-inset-top)) auto;
  }
}

/* Instalar App */
.nav-install-btn {
  border: 1px solid rgba(34, 55, 43, 0.25);
  background: var(--primary);
  color: #fff !important;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  cursor: pointer;
  border-radius: 4px;
}
.nav-install-item { list-style: none; }
.install-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  padding: 0.65rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(34, 55, 43, 0.97);
  color: #fff;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18);
}
.install-banner[hidden] { display: none !important; }
.install-banner-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.install-banner-text {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}
.install-banner-text strong {
  font-size: 0.92rem;
  font-weight: 600;
}
.install-banner-text span {
  font-size: 0.78rem;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.install-banner-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
}
.install-banner .btn {
  margin: 0;
  padding: 0.55rem 0.85rem;
  font-size: 0.78rem;
  background: #fff;
  color: var(--primary) !important;
}
.install-banner-close {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
}
.install-ios-sheet {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(10, 16, 12, 0.55);
  display: grid;
  place-items: end center;
  padding: 1rem;
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
}
.install-ios-sheet[hidden] { display: none !important; }
.install-ios-card {
  width: min(100%, 420px);
  background: #fff;
  color: var(--text);
  padding: 1.35rem 1.25rem 1.5rem;
  border-radius: 12px 12px 0 0;
  position: relative;
}
.install-ios-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--primary);
}
.install-ios-card ol {
  margin: 0.5rem 0 0.85rem;
  padding-left: 1.2rem;
  color: #444;
  line-height: 1.55;
}
.install-ios-note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}
.install-ios-close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--muted);
}
.footer-install {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
html.aura-standalone .install-banner,
html.aura-standalone .nav-install-item,
html.aura-standalone .js-install-app { display: none !important; }

@media (min-width: 901px) {
  .install-banner { display: none !important; }
}

.package-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.hero-slide.is-active { opacity: 1; }
.product-cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.product-cat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: 96px;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(34, 55, 43, 0.15);
  background: var(--white);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.product-cat.is-active,
.product-cat:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: #eef3f0;
}
.product-cat-icon {
  display: grid;
  place-items: center;
  color: var(--primary);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.product-card {
  background: var(--white);
  border: 1px solid rgba(34, 55, 43, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.product-card:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
}
.product-card.is-hidden { display: none; }
.product-card-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
.product-photo {
  aspect-ratio: 1;
  background: #e8eee9;
  overflow: hidden;
}
.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.product-card:hover .product-photo img { transform: scale(1.04); }
.product-photo-empty {
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--primary);
  font-family: var(--font-display);
  letter-spacing: 0.12em;
}
.product-info { padding: 1rem 1rem 1.15rem; }
.product-cat-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.product-info h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.35rem;
  margin: 0.25rem 0 0.4rem;
}
.product-price {
  font-weight: 600;
  color: var(--primary);
  margin: 0;
}
.product-entrega {
  color: var(--muted);
  font-size: 0.92rem;
}
.modal-product {
  width: min(860px, 100%);
  padding: 1.25rem;
}
.product-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.product-modal-photo {
  background: #e8eee9;
  min-height: 260px;
}
.product-modal-photo img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
}
.product-modal-body h2 {
  text-align: left;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.product-modal-body h3 {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 1rem 0 0.4rem;
}
.product-modal-body ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--muted);
}

/* Calendario AURA: semana / mes / lista */
.week-cal-section { max-width: 1200px; }
.aura-cal {
  background: var(--white);
  border: 1px solid rgba(34, 55, 43, 0.08);
  padding: 1.1rem 1rem 1.4rem;
}
.aura-cal-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.aura-cal-views {
  display: inline-flex;
  border: 1px solid rgba(34, 55, 43, 0.15);
  overflow: hidden;
}
.aura-cal-view {
  border: 0;
  background: transparent;
  padding: 0.45rem 0.85rem;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
}
.aura-cal-view.is-active {
  background: var(--primary);
  color: #fff;
}
.aura-cal-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.aura-cal-today {
  border: 1px solid rgba(34, 55, 43, 0.2);
  background: #fff;
  color: var(--primary);
  font: inherit;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}
.aura-cal-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.aura-cal-filters label {
  display: grid;
  gap: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.aura-cal-filters select {
  min-width: 140px;
  padding: 0.4rem 0.5rem;
  border: 1px solid rgba(34, 55, 43, 0.2);
  font: inherit;
  background: #fff;
}
.aura-cal-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-bottom: 0.85rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.cal-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.cal-legend-item i {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  display: inline-block;
}
.week-cal-month {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  min-width: 9rem;
  text-align: center;
}
.week-cal-arrow {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--primary);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
}
.week-cal-arrow:hover { background: #eef3f0; }
.week-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.55rem;
  align-items: start;
}
.week-day-head { text-align: center; margin-bottom: 0.55rem; }
.week-day-num { display: block; font-size: 1.05rem; font-weight: 600; }
.week-day-name {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}
.week-day-slots { display: flex; flex-direction: column; gap: 0.4rem; }
.week-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  width: 100%;
  padding: 0.65rem 0.35rem;
  border: 0;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.week-slot:hover { transform: translateY(-1px); filter: brightness(1.05); }
.week-slot.is-full { opacity: 0.55; cursor: not-allowed; }
.week-slot.tone-a { background: #22372B; }
.week-slot.tone-b { background: #2F4A3A; }
.week-slot.tone-c { background: #3D5C4A; }
.week-slot.tone-d { background: #1a2c23; }
.cal-legend-item i.tone-a,
.week-slot.tone-a { background: #22372B; }
.cal-legend-item i.tone-b { background: #2F4A3A; }
.cal-legend-item i.tone-c { background: #3D5C4A; }
.cal-legend-item i.tone-d { background: #1a2c23; }
.week-slot.is-compact {
  padding: 0.3rem 0.25rem;
  border-radius: 6px;
}
.week-slot.is-compact .week-slot-class { font-size: 0.5rem; }
.week-slot.is-compact .week-slot-time { font-size: 0.72rem; }
.week-slot-class {
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.92;
  line-height: 1.2;
}
.week-slot-time { font-size: 0.95rem; font-weight: 700; line-height: 1.2; }
.week-slot-range { font-size: 0.55rem; opacity: 0.85; }
.week-slot-coach {
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}
.week-slot-cupo { font-size: 0.52rem; opacity: 0.8; margin-top: 0.05rem; }

.month-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
}
.month-cal-dow {
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  padding: 0.35rem 0;
}
.month-cal-cell {
  min-height: 110px;
  border: 1px solid rgba(34, 55, 43, 0.1);
  padding: 0.35rem;
  background: #fbfaf8;
}
.month-cal-cell.is-out { opacity: 0.45; }
.month-cal-cell.is-today { border-color: var(--primary); background: #eef3f0; }
.month-cal-num { font-size: 0.8rem; font-weight: 600; margin-bottom: 0.25rem; }
.month-cal-slots { display: flex; flex-direction: column; gap: 0.25rem; }

.list-cal { display: grid; gap: 0.85rem; }
.list-cal-day h4 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--primary);
}
.list-cal-day h4 span {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--muted);
  margin-left: 0.35rem;
}
.list-cal-empty { color: var(--muted); font-size: 0.9rem; margin: 0; }
.list-cal-row {
  width: 100%;
  display: grid;
  grid-template-columns: 90px 1.2fr 1fr auto;
  gap: 0.5rem;
  align-items: center;
  text-align: left;
  border: 0;
  border-radius: 8px;
  color: #fff;
  padding: 0.7rem 0.85rem;
  margin-bottom: 0.35rem;
  cursor: pointer;
  font: inherit;
}
.list-cal-row em { font-style: normal; font-size: 0.8rem; opacity: 0.9; }

@media (max-width: 900px) {
  .week-cal-grid { grid-template-columns: repeat(2, 1fr); }
  .month-cal-cell { min-height: 84px; }
  .list-cal-row { grid-template-columns: 70px 1fr; }
  .list-cal-row span:nth-child(3),
  .list-cal-row em { grid-column: 2; }
}
@media (max-width: 560px) {
  .week-cal-grid {
    display: flex;
    overflow-x: auto;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
  }
  .week-day { flex: 0 0 42%; scroll-snap-align: start; }
  .aura-cal-toolbar { flex-direction: column; align-items: stretch; }
  .aura-cal-nav { justify-content: center; }
}

.map-address {
  text-align: center;
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto 1.25rem;
  line-height: 1.6;
}
.map-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid rgba(34, 55, 43, 0.12);
  overflow: hidden;
  background: #e8eee9;
  aspect-ratio: 16 / 9;
  min-height: 320px;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

/* Expertos que te Acompañan */
.experts-section {
  background: linear-gradient(180deg, #f3f6f4 0%, var(--bg) 100%);
  max-width: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.experts-section .section-title,
.experts-lead,
.experts-grid {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.experts-lead {
  text-align: center;
  color: var(--muted);
  max-width: 560px;
  margin: -1rem auto 2rem;
}
.experts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.expert-card {
  background: var(--white);
  border: 1px solid rgba(34, 55, 43, 0.08);
  overflow: hidden;
  animation: fadeUp 0.7s ease both;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.expert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(34, 55, 43, 0.12);
}
.expert-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #dfe8e2;
}
.expert-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.expert-card:hover .expert-photo img {
  transform: scale(1.05);
}
.expert-photo-empty {
  height: 100%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--primary);
  background: linear-gradient(160deg, #e8eee9, #d3ddd6);
}
.expert-body {
  padding: 1.15rem 1.1rem 1.35rem;
}
.expert-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.55rem;
  color: var(--primary);
}
.expert-role {
  margin: 0.25rem 0 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}
.expert-bio {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
.expert-ig {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  border-bottom: 1px solid rgba(34, 55, 43, 0.35);
}
.expert-ig:hover { border-bottom-color: var(--primary); }
@media (max-width: 900px) {
  .experts-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .experts-grid { grid-template-columns: 1fr; max-width: 360px; }
}
@media (max-width: 900px) {
  .week-cal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .week-cal {
    overflow-x: auto;
  }
}
@media (max-width: 560px) {
  .week-cal-grid {
    display: flex;
    overflow-x: auto;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
  }
  .week-day {
    flex: 0 0 42%;
    scroll-snap-align: start;
  }
}

/* AURA_FIX_RESERVAR_BORDE_V1 */
.package.featured .btn,
.package.featured .btn-outline,
.package.featured .js-open-reserva,
.package.featured a.js-open-reserva,
.package.featured .js-pay,
.package.featured button.js-pay {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
}
.package.featured .btn:hover,
.package.featured .btn-outline:hover,
.package.featured .js-open-reserva:hover,
.package.featured a.js-open-reserva:hover,
.package.featured .js-pay:hover,
.package.featured button.js-pay:hover {
  background: #fff !important;
  color: var(--primary, #22372B) !important;
  -webkit-text-fill-color: var(--primary, #22372B) !important;
}

/* AURA_FIX_MEMBRESIA_SOLO_PAGAR_V2 */
.package-actions {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}
.package-actions > a.js-open-reserva,
.package-actions > a.btn.js-open-reserva {
  display: none !important;
}
