/* ============================================================
   JR FITNESS - landing_base.css
   Estructura pura: layout, tipografía, animaciones, responsive.
   Sin colores de tema - van en landing_dark.css / landing_light.css
   ============================================================ */

/* ── Reset local ──────────────────────────────────────────── */
.landing-body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.landing-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

/* ── Navbar ───────────────────────────────────────────────── */
.landing-navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding-top: env(safe-area-inset-top, 0px);
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  height: calc(72px + env(safe-area-inset-top, 0px));
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1.25rem;
}
.nav-left-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-width: 0;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 0.32rem 0.6rem;
  border-radius: 12px;
}
.nav-logo-img { height: 30px; width: auto; display: block; }
.nav-logo-mobile-badge { display: none; text-decoration: none; }
.nav-logo-img-mini { height: 24px; width: auto; display: block; }
.nav-logo-text {
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.nav-logo-text span { color: #10b981; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  flex-shrink: 1;
  min-width: 0;
}
.nav-links-list {
  display: contents;
}
.nav-link-item {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.nav-link-item:hover { color: #34d399; }
.nav-link-icon-box,
.nav-link-chevron,
.nav-mobile-bottom {
  display: none !important;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.nav-mobile-right {
  display: none;
  align-items: center;
  gap: 0.6rem;
}
.btn-landing-sec {
  padding: 0 1.25rem;
  height: 42px;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.btn-landing-pri {
  border: none;
  padding: 0 1.35rem;
  height: 42px;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.btn-landing-pri:hover { transform: translateY(-2px); }
.btn-landing-install {
  gap: 0.45rem;
  border: 1px solid rgba(16, 185, 129, 0.4) !important;
  color: #10b981 !important;
  background: rgba(16, 185, 129, 0.1) !important;
}
.btn-landing-install:hover {
  background: rgba(16, 185, 129, 0.2) !important;
  border-color: #10b981 !important;
  transform: translateY(-2px);
}
.btn-mobile-install {
  gap: 0.45rem;
  border: 1px solid rgba(16, 185, 129, 0.4) !important;
  color: #10b981 !important;
  background: rgba(16, 185, 129, 0.1) !important;
}
.btn-mobile-install:hover {
  background: rgba(16, 185, 129, 0.2) !important;
  border-color: #10b981 !important;
}
.btn-theme-toggle {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
  box-sizing: border-box;
}
.btn-theme-toggle:hover { transform: scale(1.06); }



.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero-section   { position: relative; padding-top: calc(140px + env(safe-area-inset-top, 0px)); padding-bottom: 85px; overflow: hidden; }
.hero-grid      { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.hero-badge     { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; font-weight: 800; padding: 0.4rem 1rem; border-radius: 99px; margin-bottom: 1.25rem; }
.hero-title     { font-size: 3rem; line-height: 1.12; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1.25rem; }
.hero-title span { background: linear-gradient(135deg, #10b981, #34d399, #60a5fa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-description { font-size: 1.1rem; line-height: 1.65; margin-bottom: 2rem; max-width: 560px; }
.hero-cta-group { display: flex; gap: 1.1rem; align-items: center; flex-wrap: wrap; }

/* Botón primario verde - igual en ambos temas */
.btn-hero-primary {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
  padding: 0.95rem 2.25rem;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(16,185,129,0.45);
  transition: all 0.25s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(16,185,129,0.65); }

/* Botón secundario - colores en dark/light */
.btn-hero-secondary {
  padding: 0.95rem 1.85rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Botón WhatsApp - colores de marca */
.btn-hero-whatsapp {
  background: linear-gradient(135deg, rgba(37,211,102,0.2), rgba(18,140,126,0.25));
  border: 1px solid rgba(37,211,102,0.45);
  color: #ffffff;
  padding: 0.95rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn-hero-whatsapp:hover {
  background: linear-gradient(135deg, #25d366, #128c7e);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(37,211,102,0.5);
}

.hero-visual        { position: relative; width: 100%; }
.hero-card-preview  { position: relative; border-radius: 24px; overflow: hidden; }
.hero-img-main      { width: 100%; height: 400px; object-fit: cover; display: block; }

/* ── Floating Badges ──────────────────────────────────────── */
.floating-badge {
  position: absolute;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 0.75rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  z-index: 2;
}
.badge-top    { top: 20px; left: 20px; }
.badge-bottom { bottom: 20px; right: 20px; }
.badge-icon   { font-size: 1.3rem; padding: 0.35rem; border-radius: 10px; }
.floating-badge strong { display: block; font-size: 0.88rem; }
.floating-badge small  { font-size: 0.73rem; }

/* ── Hero Countdown Overlay ───────────────────────────────── */
.hero-countdown-overlay {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 1rem 1.35rem;
  z-index: 3;
  width: 86%;
  max-width: 360px;
  text-align: center;
  box-sizing: border-box;
  animation: hcdGlow 4s ease-in-out infinite alternate;
}

@keyframes hcdGlow {
  0%   { border-color: rgba(16,185,129,0.35); box-shadow: 0 20px 45px rgba(0,0,0,0.7), 0 0 20px rgba(16,185,129,0.2); }
  100% { border-color: rgba(16,185,129,0.65); box-shadow: 0 20px 45px rgba(0,0,0,0.7), 0 0 35px rgba(16,185,129,0.4); }
}

.hcd-header { display: flex; align-items: center; justify-content: center; gap: 0.45rem; margin-bottom: 0.75rem; }
.hcd-pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #10b981; box-shadow: 0 0 10px #10b981; animation: hcdPulse 1.5s infinite; }

@keyframes hcdPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.8); } }

.hcd-title      { font-size: 0.75rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #10b981; }
.hcd-timer-grid { display: flex; align-items: center; justify-content: center; gap: 0.35rem; }
.hcd-time-unit  { border-radius: 12px; padding: 0.45rem 0.5rem; min-width: 56px; display: flex; flex-direction: column; align-items: center; }
.hcd-digit      { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1.65rem; font-weight: 900; line-height: 1.1; font-variant-numeric: tabular-nums; }
.hcd-label      { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.75px; font-weight: 700; margin-top: 0.15rem; }
.hcd-sep        { font-family: ui-monospace, monospace; font-size: 1.35rem; font-weight: 900; color: rgba(16,185,129,0.7); margin-bottom: 0.85rem; animation: hcdBlink 1s infinite; }

@keyframes hcdBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

/* ── Section Headers ──────────────────────────────────────── */
.section-header { text-align: center; max-width: 840px; margin: 0 auto 3.5rem; }
.section-tag    { font-size: 0.8rem; font-weight: 800; color: #10b981; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 0.5rem; display: block; }
.section-header .section-title, .section-title { font-size: 2.35rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.85rem; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 1.25rem !important; width: 100% !important; }
.section-header .section-title::before, .section-header .section-title::after, .section-title::before, .section-title::after { content: '' !important; display: inline-block !important; width: 55px !important; height: 2.5px !important; border-radius: 99px !important; flex: 0 0 55px !important; }
.section-header .section-title::before, .section-title::before { background: linear-gradient(90deg, transparent, #10b981) !important; }
.section-header .section-title::after,  .section-title::after  { background: linear-gradient(90deg, #10b981, transparent) !important; }
.section-subtitle { font-size: 1.05rem; }

/* ── Features ─────────────────────────────────────────────── */
.features-section { padding: 90px 0; }
.features-grid    { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.75rem; }
.feature-card     { border-radius: 20px; padding: 2rem 1.6rem; transition: all 0.3s ease; position: relative; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, #10b981, transparent); opacity: 0; transition: opacity 0.3s ease; }
.feature-card:hover { transform: translateY(-6px); }
.feature-card:hover::before { opacity: 1; }
.feature-icon   { width: 58px; height: 58px; font-size: 1.85rem; margin-bottom: 1.25rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; flex-shrink: 0; }
.feature-card h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 0.65rem; }
.feature-card p  { font-size: 0.92rem; line-height: 1.6; margin: 0; }

/* ── Pricing ──────────────────────────────────────────────── */
.pricing-section { padding: 90px 0; position: relative; }
.pricing-tabs-wrapper { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem; border-radius: 99px; margin: 1.5rem auto 0.75rem; max-width: 100%; box-sizing: border-box; }
.pricing-tab-btn { background: transparent; border: none; font-size: 0.88rem; font-weight: 700; padding: 0.6rem 1.35rem; border-radius: 99px; cursor: pointer; transition: all 0.25s ease; font-family: inherit; display: inline-flex; align-items: center; gap: 0.35rem; }
.pricing-tab-btn.active { background: #10b981; color: #ffffff; box-shadow: 0 4px 14px rgba(16,185,129,0.4); }

.ptab-text-full { display: inline-flex; align-items: center; gap: .35rem; }
.ptab-text-short { display: none; align-items: center; gap: .35rem; }
.tab-pill { font-size: 0.7rem; font-weight: 800; padding: 2px 7px; border-radius: 99px; background: rgba(255,255,255,0.15); vertical-align: middle; transition: all 0.2s ease; white-space: nowrap; }
.pricing-tab-btn.active .tab-pill { background: rgba(255,255,255,0.25); color: #ffffff; }
.tab-pill-highlight { background: rgba(245,158,11,0.2); color: #f59e0b; border: 1px solid rgba(245,158,11,0.4); }
.pricing-tab-btn.active .tab-pill-highlight { background: #f59e0b; color: #ffffff; border-color: transparent; }

@media (max-width: 600px) {
  .pricing-tabs-wrapper {
    display: flex;
    width: calc(100% - 1rem);
    max-width: 420px;
    margin: 1.25rem auto 0.75rem;
    padding: 0.3rem;
    border-radius: 16px;
    gap: 0.3rem;
  }
  .pricing-tab-btn {
    flex: 1;
    min-width: 0;
    padding: 0.58rem 0.35rem;
    font-size: 0.82rem;
    border-radius: 12px;
    justify-content: center;
    gap: 0.25rem;
    white-space: nowrap;
  }
  .ptab-text-full { display: none !important; }
  .ptab-text-short { display: inline-flex !important; }
  .tab-pill {
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 6px;
  }
}

@media (max-width: 360px) {
  .pricing-tab-btn {
    font-size: 0.75rem;
    padding: 0.5rem 0.2rem;
  }
  .tab-pill {
    display: none;
  }
}

/* Callout interactivo para descubrir la otra modalidad */
.pricing-mode-callout {
  margin-top: 2.25rem;
  background: rgba(30, 41, 59, 0.6);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.25rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  cursor: pointer;
  transition: all 0.25s ease;
}
.pricing-mode-callout:hover {
  border-color: #10b981;
  background: rgba(30, 41, 59, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
html.theme-light .pricing-mode-callout {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
html.theme-light .pricing-mode-callout:hover {
  border-color: #10b981;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
}

.pricing-mode-callout-left {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}
.pricing-mode-callout-icon {
  font-size: 2.2rem;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(16, 185, 129, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pricing-mode-callout-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #f8fafc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}
html.theme-light .pricing-mode-callout-title {
  color: #0f172a;
}
.pricing-callout-badge {
  background: rgba(245, 158, 11, 0.18);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.4);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
  letter-spacing: 0.03em;
}
.pricing-mode-callout-desc {
  font-size: 0.88rem;
  margin: 0;
  color: #94a3b8;
  line-height: 1.45;
}
html.theme-light .pricing-mode-callout-desc {
  color: #64748b;
}

.pricing-mode-callout-btn {
  background: rgba(16, 185, 129, 0.15);
  border: 1.5px solid #10b981;
  color: #34d399;
  padding: 0.65rem 1.25rem;
  border-radius: 99px;
  font-weight: 800;
  font-size: 0.85rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.pricing-mode-callout-btn:hover {
  background: #10b981;
  color: #ffffff;
  transform: translateY(-1px);
}
html.theme-light .pricing-mode-callout-btn {
  background: #f0fdf4;
  color: #15803d;
  border-color: #16a34a;
}
html.theme-light .pricing-mode-callout-btn:hover {
  background: #16a34a;
  color: #ffffff;
}

@media (max-width: 768px) {
  .pricing-mode-callout {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.15rem;
    gap: 1rem;
  }
  .pricing-mode-callout-btn {
    width: 100%;
    text-align: center;
  }
}

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.75rem; }
.pricing-grid-vouchers { max-width: 1140px; margin: 0 auto; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
@media (max-width: 960px) { .pricing-grid-vouchers { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } }
.pricing-card { border-radius: 22px; padding: 2rem 1.6rem; position: relative; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.3s ease; }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #10b981, #059669); color: #ffffff; font-size: 0.72rem; font-weight: 800; padding: 0.3rem 0.95rem; border-radius: 99px; letter-spacing: 0.06em; box-shadow: 0 4px 12px rgba(16,185,129,0.4); }
.pricing-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.85rem; }
.pricing-mascot-title-group { display: flex; align-items: center; gap: 0.75rem; }
.pricing-totem-avatar-mini { width: 44px; height: 44px; border-radius: 12px; padding: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s ease; }
.pricing-card:hover .pricing-totem-avatar-mini { transform: scale(1.1) rotate(-3deg); }
.pricing-totem-avatar-mini svg { width: 100%; height: 100%; display: block; }
.pricing-totem-slogan { font-size: 0.78rem; font-style: italic; margin-top: 0.15rem; line-height: 1.3; }
.pricing-days-badge { display: inline-flex; align-items: center; gap: 0.25rem; font-size: 0.75rem; font-weight: 800; padding: 0.25rem 0.65rem; border-radius: 8px; letter-spacing: 0.03em; text-transform: uppercase; white-space: nowrap; }
.pricing-sessions-highlight { font-size: 0.88rem; margin: 0.35rem 0 0.75rem 0; line-height: 1.4; }
.pricing-sessions-highlight strong { font-weight: 800; }
.pricing-header h3 { font-size: 1.3rem; font-weight: 800; margin: 0; }
.price           { font-size: 1.1rem; margin-bottom: 0.5rem; }
.price span      { font-size: 2.6rem; font-weight: 800; }
.price small     { font-size: 0.85rem; }
.pricing-features { list-style: none; margin: 1.5rem 0; padding: 0; font-size: 0.9rem; }
.pricing-features li { margin-bottom: 0.65rem; }
.btn-price       { width: 100%; padding: 0.8rem; font-size: 0.92rem; font-weight: 700; border-radius: 12px; cursor: pointer; transition: all 0.2s ease; font-family: inherit; }
.btn-price-pop   { background: linear-gradient(135deg, #10b981, #059669); border: none; box-shadow: 0 4px 14px rgba(16,185,129,0.35); }
.btn-price-pop:hover { box-shadow: 0 8px 24px rgba(16,185,129,0.6); }

/* Colores por plan - IDÉNTICOS en ambos temas */
.pricing-card-plan-1 { border-top: 3.5px solid #f59e0b; }
.pricing-card-plan-1:hover { border-color: #f59e0b; box-shadow: 0 12px 35px rgba(245,158,11,0.2); }
.pricing-card-plan-1 .pricing-days-badge { background: rgba(245,158,11,0.15); border-color: rgba(245,158,11,0.4); color: #fbbf24; }
.pricing-card-plan-1 .pricing-sessions-highlight strong { color: #fbbf24; }
.pricing-card-plan-1 .btn-price:hover { background: rgba(245,158,11,0.2); border-color: #f59e0b; color: #fbbf24; }
.pricing-card-plan-2 { border-top: 3.5px solid #10b981; }
.pricing-card-plan-2:hover { border-color: #10b981; box-shadow: 0 12px 35px rgba(16,185,129,0.2); }
.pricing-card-plan-2 .pricing-days-badge { background: rgba(16,185,129,0.15); border-color: rgba(16,185,129,0.4); color: #34d399; }
.pricing-card-plan-2 .pricing-sessions-highlight strong { color: #34d399; }
.pricing-card-plan-2 .btn-price:hover { background: rgba(16,185,129,0.2); border-color: #10b981; color: #34d399; }
.pricing-card-plan-3 { border-top: 3.5px solid #3b82f6; }
.pricing-card-plan-3.popular { border-color: #3b82f6; background: linear-gradient(145deg, rgba(59,130,246,0.15), rgba(15,23,42,0.95)); box-shadow: 0 15px 40px rgba(59,130,246,0.28), 0 0 25px rgba(59,130,246,0.2); }
.pricing-card-plan-3 .popular-badge { background: linear-gradient(135deg, #3b82f6, #1d4ed8); box-shadow: 0 4px 14px rgba(59,130,246,0.45); }
.pricing-card-plan-3 .pricing-days-badge { background: rgba(59,130,246,0.2); border-color: rgba(59,130,246,0.5); color: #93c5fd; }
.pricing-card-plan-3 .pricing-sessions-highlight strong { color: #60a5fa; }
.pricing-card-plan-3 .btn-price-pop { background: linear-gradient(135deg, #3b82f6, #1d4ed8); box-shadow: 0 4px 14px rgba(59,130,246,0.35); }
.pricing-card-plan-3 .btn-price-pop:hover { background: linear-gradient(135deg, #2563eb, #1e40af); box-shadow: 0 6px 20px rgba(59,130,246,0.55); }
.pricing-card-plan-4 { border-top: 3.5px solid #f97316; }
.pricing-card-plan-4:hover { border-color: #f97316; box-shadow: 0 12px 35px rgba(249,115,22,0.2); }
.pricing-card-plan-4 .pricing-days-badge { background: rgba(249,115,22,0.15); border-color: rgba(249,115,22,0.4); color: #fb923c; }
.pricing-card-plan-4 .pricing-sessions-highlight strong { color: #fb923c; }
.pricing-card-plan-4 .btn-price:hover { background: rgba(249,115,22,0.2); border-color: #f97316; color: #fb923c; }
.pricing-card-plan-5 { border-top: 3.5px solid #eab308; }
.pricing-card-plan-5:hover { border-color: #eab308; box-shadow: 0 12px 35px rgba(234,179,8,0.2); }
.pricing-card-plan-5 .pricing-days-badge { background: rgba(234,179,8,0.15); border-color: rgba(234,179,8,0.4); color: #fde047; }
.pricing-card-plan-5 .pricing-sessions-highlight strong { color: #fde047; }
.pricing-card-plan-5 .btn-price:hover { background: rgba(234,179,8,0.2); border-color: #eab308; color: #fde047; }

.pricing-voucher-avatar-mini { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; flex-shrink: 0; }
.pricing-card:hover .pricing-voucher-avatar-mini { transform: scale(1.1) rotate(5deg); }
.pricing-card-voucher-5  { border-top: 3.5px solid #06b6d4; }
.pricing-card-voucher-5:hover  { border-color: #06b6d4; box-shadow: 0 12px 35px rgba(6,182,212,0.25); }
.pricing-card-voucher-5  .pricing-sessions-highlight strong { color: #22d3ee; }
.pricing-card-voucher-5  .btn-price:hover { background: rgba(6,182,212,0.2); border-color: #06b6d4; color: #22d3ee; }
.pricing-card-voucher-10 { border-top: 3.5px solid #f59e0b; }
.pricing-card-voucher-10:hover { border-color: #f59e0b; box-shadow: 0 12px 35px rgba(245,158,11,0.25); }
.pricing-card-voucher-10 .pricing-sessions-highlight strong { color: #fbbf24; }
.pricing-card-voucher-10 .btn-price:hover { background: rgba(245,158,11,0.2); border-color: #f59e0b; color: #fbbf24; }
.pricing-card-voucher-20 { border-top: 3.5px solid #8b5cf6; }
.pricing-card-voucher-20 .popular-badge { background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: 0 4px 14px rgba(139,92,246,0.45); }
.pricing-card-voucher-20 .pricing-sessions-highlight strong { color: #a78bfa; }
.pricing-card-voucher-20 .btn-price-pop { background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: 0 4px 14px rgba(139,92,246,0.35); }
.pricing-card-voucher-20 .btn-price-pop:hover { background: linear-gradient(135deg, #7c3aed, #5b21b6); box-shadow: 0 6px 20px rgba(139,92,246,0.55); }

/* ── Location ─────────────────────────────────────────────── */
.location-section { padding: 90px 0; }
.location-grid    { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; align-items: stretch; }
.location-card-info { border-radius: 22px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; }
.location-item    { display: flex; gap: 1.1rem; align-items: flex-start; margin-bottom: 1.6rem; }
.loc-icon         { font-size: 1.4rem; padding: 0.6rem; border-radius: 12px; color: #34d399; }
.location-item strong { display: block; font-size: 1rem; margin-bottom: 0.25rem; }
.location-item p, .location-item a { font-size: 0.92rem; text-decoration: none; line-height: 1.5; margin: 0; }
.location-item a:hover { color: #10b981; }
.btn-location { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; background: linear-gradient(135deg, #10b981, #059669); color: #ffffff; padding: 0.9rem 1.75rem; font-size: 0.95rem; font-weight: 700; border-radius: 14px; text-decoration: none; box-shadow: 0 4px 16px rgba(16,185,129,0.35); transition: all 0.25s ease; width: 100%; box-sizing: border-box; }
.btn-location:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(16,185,129,0.55); }
.location-map-card { border-radius: 22px; overflow: hidden; }

/* ── Social ───────────────────────────────────────────────── */
.social-section { padding: 85px 0; position: relative; }
.social-grid    { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; max-width: 1050px; margin: 0 auto; }
.social-card    { border-radius: 22px; padding: 1.85rem 1.65rem; display: flex; flex-direction: column; justify-content: space-between; backdrop-filter: blur(10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }
.social-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; opacity: 0; transition: opacity 0.3s ease; }
.social-card--whatsapp::before  { background: linear-gradient(90deg, #25d366, #128c7e); }
.social-card--instagram::before { background: linear-gradient(90deg, #833ab4, #fd1d1d, #fcb045); }
.social-card--facebook::before  { background: linear-gradient(90deg, #1877f2, #0b5ed7); }
.social-card--x::before         { background: linear-gradient(90deg, #94a3b8, #ffffff); }
.social-card--youtube::before   { background: linear-gradient(90deg, #ff0000, #cc0000); }
.social-card--tiktok::before    { background: linear-gradient(90deg, #00f2fe, #fe0979); }
.social-card:hover { transform: translateY(-5px); }
.social-card:hover::before { opacity: 1; }
.social-card-header { display: flex; align-items: center; gap: 1.15rem; margin-bottom: 1.15rem; }
.social-avatar  { width: 54px; height: 54px; border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.social-card-info { display: flex; flex-direction: column; }
.social-badge   { display: inline-block; font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: #34d399; margin-bottom: 0.2rem; }
.social-name    { font-size: 1.18rem; font-weight: 800; margin: 0; line-height: 1.2; }
.social-handle  { font-size: 0.85rem; font-weight: 600; margin-top: 0.15rem; }
.social-desc    { font-size: 0.88rem; line-height: 1.55; margin: 0 0 1.5rem 0; flex-grow: 1; }
.social-card-action { margin-top: auto; }
.btn-social-card { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; box-sizing: border-box; padding: 0.82rem 1.25rem; border-radius: 13px; font-size: 0.88rem; font-weight: 700; text-decoration: none; transition: all 0.25s ease; font-family: inherit; }
.btn-social-card .social-arrow { font-size: 1.1rem; transition: transform 0.2s ease; }
.btn-social-card:hover .social-arrow { transform: translate(2px, -2px); }
.btn-social-card--whatsapp  { background: linear-gradient(135deg, rgba(37,211,102,0.22), rgba(18,140,126,0.22)); border: 1px solid rgba(37,211,102,0.45); color: #ffffff; }
.btn-social-card--whatsapp:hover  { background: linear-gradient(135deg, #25d366, #128c7e); border-color: transparent; box-shadow: 0 8px 22px rgba(37,211,102,0.5); color: #ffffff; }
.btn-social-card--instagram { background: linear-gradient(135deg, rgba(225,48,108,0.22), rgba(131,58,180,0.22)); border: 1px solid rgba(225,48,108,0.45); color: #ffffff; }
.btn-social-card--instagram:hover { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); border-color: transparent; box-shadow: 0 8px 22px rgba(225,48,108,0.5); }
.btn-social-card--facebook  { background: rgba(24,119,242,0.18); border: 1px solid rgba(24,119,242,0.4); }
.btn-social-card--facebook:hover  { background: #1877f2; border-color: transparent; box-shadow: 0 8px 22px rgba(24,119,242,0.5); }
.btn-social-card--x         { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); }
.btn-social-card--x:hover         { background: #000000; border-color: rgba(255,255,255,0.45); }
.btn-social-card--youtube   { background: rgba(255,0,0,0.18); border: 1px solid rgba(255,0,0,0.4); }
.btn-social-card--youtube:hover   { background: #ff0000; border-color: transparent; box-shadow: 0 8px 22px rgba(255,0,0,0.5); }
.btn-social-card--tiktok    { background: linear-gradient(135deg, rgba(0,242,254,0.15), rgba(254,9,121,0.15)); border: 1px solid rgba(254,9,121,0.4); }
.btn-social-card--tiktok:hover    { background: linear-gradient(135deg, #00f2fe, #fe0979); border-color: transparent; box-shadow: 0 8px 22px rgba(254,9,121,0.5); }

/* ── Footer ───────────────────────────────────────────────── */
.landing-footer { padding-top: 60px; }
.footer-grid    { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 45px; }
.footer-social  { display: flex; gap: 0.65rem; margin-top: 1.25rem; flex-wrap: wrap; }
.footer-social-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; text-decoration: none; transition: all 0.25s ease; box-sizing: border-box; }
.footer-social-icon:hover { transform: translateY(-3px); }
.footer-social-icon--whatsapp:hover  { background: #25d366 !important; border-color: #25d366 !important; color: #ffffff !important; box-shadow: 0 6px 16px rgba(37,211,102,0.45); }
.footer-social-icon--instagram:hover { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important; border-color: transparent !important; color: #ffffff !important; box-shadow: 0 6px 16px rgba(225,48,108,0.45); }
.footer-social-icon--facebook:hover  { background: #1877f2 !important; border-color: transparent !important; color: #ffffff !important; box-shadow: 0 6px 16px rgba(24,119,242,0.45); }
.footer-social-icon--x:hover         { background: #000000 !important; border-color: #000000 !important; color: #ffffff !important; }
.footer-social-icon--youtube:hover   { background: #ff0000 !important; border-color: transparent !important; color: #ffffff !important; box-shadow: 0 6px 16px rgba(255,0,0,0.45); }
.footer-social-icon--tiktok:hover    { background: linear-gradient(135deg, #00f2fe, #fe0979) !important; border-color: transparent !important; color: #ffffff !important; box-shadow: 0 6px 16px rgba(254,9,121,0.45); }
.footer-logo    { font-size: 1.35rem; font-weight: 800; }
.footer-logo span { color: #10b981; }
.footer-desc    { font-size: 0.88rem; line-height: 1.55; margin-top: 0.5rem; }
.footer-links strong { display: block; font-size: 0.9rem; margin-bottom: 1rem; }
.footer-links a { display: block; font-size: 0.85rem; margin-bottom: 0.5rem; transition: color 0.2s; text-decoration: none; }
.footer-links a:hover { color: #34d399; }
.footer-bottom  { padding: 1.25rem 0; text-align: center; font-size: 0.78rem; }

/* ── Auth Modal ───────────────────────────────────────────── */
.auth-modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2000; backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: center; padding: calc(1rem + env(safe-area-inset-top, 0px)) calc(1rem + env(safe-area-inset-right, 0px)) calc(1rem + env(safe-area-inset-bottom, 0px)) calc(1rem + env(safe-area-inset-left, 0px)); overflow-y: auto; -webkit-overflow-scrolling: touch; }
.auth-modal-card    { border-radius: 24px; width: 100%; max-width: 490px; max-height: 90vh; overflow-y: auto; padding: 2rem 1.75rem; position: relative; margin: auto; box-sizing: border-box; }
.auth-modal-close   { position: absolute; top: 1.25rem; right: 1.25rem; background: none; border: none; font-size: 1.35rem; cursor: pointer; }
.auth-modal-header  { text-align: center; margin-bottom: 1.5rem; }
.auth-modal-header .login-logo-badge { display: inline-flex; align-items: center; justify-content: center; background: #ffffff !important; padding: 0.5rem 1.1rem; border-radius: 14px; box-shadow: 0 4px 14px rgba(0,0,0,0.25); margin-bottom: 0.5rem; }
.auth-logo-img { height: 48px; width: auto; display: block; }
.auth-modal-logo-title { font-size: 1.3rem; font-weight: 900; margin-top: 0.6rem; letter-spacing: 0.5px; }
.auth-modal-logo-title span { color: #10b981; }
.auth-modal-subtitle { font-size: 0.8rem; margin-top: 0.15rem; }

.auth-tabs { display: flex; padding: 0.35rem; border-radius: 14px; gap: 0.35rem; margin-bottom: 1.5rem; align-items: center; justify-content: center; }
.auth-tab  { flex: 1; border: none; background: transparent; padding: 0.65rem 1rem; font-size: 0.92rem; font-weight: 700; border-radius: 10px; cursor: pointer; transition: all 0.2s ease; font-family: inherit; display: flex; align-items: center; justify-content: center; text-align: center; }
.auth-tab.active { background: #10b981 !important; color: #ffffff !important; box-shadow: 0 4px 12px rgba(16,185,129,0.35); }

.auth-modal-card .form-group { margin-bottom: 1.15rem; width: 100%; }
.auth-modal-card .form-label { display: block; font-weight: 700 !important; font-size: 0.85rem !important; margin-bottom: 0.4rem; letter-spacing: 0.01em; }
.auth-modal-card .form-input-icon { position: relative; width: 100%; display: flex; align-items: center; }
.auth-modal-card .form-input-icon .icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); font-size: 1.15rem; pointer-events: none; z-index: 2; line-height: 1; }
.auth-modal-card .form-input-icon .form-input { padding-left: 2.75rem !important; }
.auth-modal-card .form-input { width: 100%; box-sizing: border-box; border-radius: 12px; padding: 0.75rem 1rem; font-size: 0.95rem; font-family: inherit; transition: all 0.2s ease; }
.auth-modal-card .form-input:focus { border-color: #10b981 !important; box-shadow: 0 0 0 3px rgba(16,185,129,0.25) !important; outline: none; }
.auth-modal-card .form-hint { display: block; font-size: 0.75rem; margin-top: 0.35rem; line-height: 1.35; }
.auth-modal-card .photo-upload-compact { display: flex; align-items: center; justify-content: center; gap: 0.75rem; border-radius: 12px; padding: 0.75rem 1rem; text-align: center; cursor: pointer; position: relative; transition: all 0.2s ease; min-height: 48px; width: 100%; box-sizing: border-box; }
.auth-modal-card .photo-upload-compact:hover { border-color: #10b981; background: rgba(16,185,129,0.08); }
.auth-modal-card .photo-upload-compact input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; z-index: 5; }
.auth-modal-card .photo-compact-content { display: flex; align-items: center; justify-content: center; gap: 0.6rem; font-size: 0.88rem; font-weight: 600; pointer-events: none; }
.auth-modal-card .photo-compact-icon { font-size: 1.25rem; line-height: 1; }
.auth-modal-card .photo-preview-compact { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid #10b981; box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.auth-modal-card::-webkit-scrollbar { width: 6px; }
.auth-modal-card::-webkit-scrollbar-track { border-radius: 8px; }
.auth-modal-card::-webkit-scrollbar-thumb { border-radius: 8px; }
.auth-modal-card::-webkit-scrollbar-thumb:hover { background: #10b981; }
.auth-modal-card .btn-primary { background: linear-gradient(135deg, #10b981, #059669) !important; color: #ffffff !important; font-weight: 800 !important; font-size: 1rem !important; padding: 0.88rem !important; border-radius: 12px !important; border: none !important; box-shadow: 0 4px 16px rgba(16,185,129,0.4) !important; cursor: pointer; width: 100%; font-family: inherit; }

/* Mensajes de error y avisos en modal de autenticación */
.login-error {
  margin-bottom: 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  transition: all 0.2s ease;
}

/* Notice box, checkbox, recaptcha */
.auth-notice-box { border-radius: 12px; padding: 0.8rem 1rem; font-size: 0.82rem; margin-bottom: 1.15rem; line-height: 1.45; }
.auth-remember-label { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.84rem; font-weight: 600; cursor: pointer; user-select: none; }
.auth-remember-label input[type="checkbox"] { width: 16px; height: 16px; accent-color: #10b981; cursor: pointer; }
.auth-forgot-link { font-size: 0.82rem; font-weight: 700; text-decoration: none; transition: all 0.2s ease; }
.auth-forgot-link:hover { text-decoration: underline; }
.checkbox-label { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.82rem; cursor: pointer; line-height: 1.45; }
.checkbox-label input[type="checkbox"] { margin-top: 0.15rem; width: 17px; height: 17px; accent-color: #10b981; cursor: pointer; flex-shrink: 0; }
.checkbox-label a { color: #10b981; text-decoration: underline; font-weight: 600; }
/* ── Botones de Autenticación SSO (Google & Microsoft) ──────── */
.sso-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}
.btn-sso {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.72rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  border: 1.5px solid #374151;
  background: #1e293b;
  color: #f8fafc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.btn-sso:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.btn-sso-google:hover {
  border-color: #4285F4;
  background: #233148;
}
.btn-sso-ms:hover {
  border-color: #00a4ef;
  background: #1f3047;
}
.btn-sso svg {
  flex-shrink: 0;
}
.sso-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.25rem 0;
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sso-divider::before,
.sso-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.sso-divider::before { margin-right: 0.75rem; }
.sso-divider::after  { margin-left: 0.75rem; }

/* Light theme support */
html.theme-light .btn-sso {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #1e293b;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
html.theme-light .btn-sso-google:hover {
  background: #f8fafc;
  border-color: #4285F4;
}
html.theme-light .btn-sso-ms:hover {
  background: #f8fafc;
  border-color: #00a4ef;
}
.sso-bottom-section {
  margin-top: 1rem;
}
.sso-prompt-text {
  font-size: 0.8rem;
  color: #94a3b8;
  text-align: center;
  margin-bottom: 0.65rem;
  line-height: 1.4;
  font-weight: 600;
}
html.theme-light .sso-prompt-text {
  color: #475569;
}

.auth-recaptcha-notice { font-size: 0.72rem; text-align: center; margin-top: 0.75rem; line-height: 1.4; }

/* ── Auth Modal Mobile Optimization (Compact Zero-Scroll) ───── */
@media (max-width: 640px), (max-height: 800px) {
  .auth-modal-overlay {
    padding: 0.5rem;
  }
  .auth-modal-card {
    padding: 1.15rem 1.15rem;
    border-radius: 20px;
    max-height: 94vh;
  }
  .auth-modal-close {
    top: 0.75rem;
    right: 0.75rem;
    font-size: 1.15rem;
  }
  .auth-modal-header {
    margin-bottom: 0.65rem;
  }
  .auth-modal-header .login-logo-badge {
    padding: 0.3rem 0.75rem;
    border-radius: 10px;
    margin-bottom: 0.25rem;
  }
  .auth-logo-img {
    height: 34px;
  }
  .auth-modal-logo-title {
    font-size: 1.08rem;
    margin-top: 0.25rem;
  }
  .auth-modal-subtitle {
    font-size: 0.72rem;
  }
  .auth-tabs {
    padding: 0.22rem;
    gap: 0.22rem;
    margin-bottom: 0.75rem !important;
    border-radius: 10px;
  }
  .auth-tab {
    padding: 0.42rem 0.65rem;
    font-size: 0.82rem;
    border-radius: 8px;
  }
  .auth-modal-card .form-group {
    margin-bottom: 0.65rem;
  }
  .auth-modal-card .form-label {
    font-size: 0.76rem !important;
    margin-bottom: 0.2rem;
  }
  .auth-modal-card .form-input-icon .icon {
    left: 0.75rem;
    font-size: 0.95rem;
  }
  .auth-modal-card .form-input-icon .form-input {
    padding-left: 2.25rem !important;
  }
  .auth-modal-card .form-input {
    padding: 0.5rem 0.75rem;
    font-size: 0.86rem;
    border-radius: 10px;
  }
  .auth-options-row {
    margin-bottom: 0.75rem !important;
  }
  .auth-remember-label {
    font-size: 0.75rem;
  }
  .auth-forgot-link {
    font-size: 0.75rem;
  }
  .auth-modal-card .btn-primary {
    padding: 0.62rem 0.95rem !important;
    font-size: 0.9rem !important;
    border-radius: 10px !important;
  }
  .sso-bottom-section {
    margin-top: 0.55rem;
  }
  .sso-divider {
    margin: 0.55rem 0;
    font-size: 0.7rem;
  }
  .sso-prompt-text {
    font-size: 0.74rem;
    margin-bottom: 0.4rem;
    line-height: 1.25;
  }
  .btn-sso {
    padding: 0.52rem 0.8rem;
    font-size: 0.84rem;
    border-radius: 10px;
    gap: 0.45rem;
  }
  .sso-buttons-container {
    margin-bottom: 0.4rem;
  }
  .auth-recaptcha-notice {
    font-size: 0.66rem;
    margin-top: 0.45rem;
  }
}

/* Success Card */
.auth-success-card { text-align: center; padding: 0.75rem 0; }
.auth-success-icon { font-size: 3.2rem; margin-bottom: 0.5rem; }
.auth-success-title { font-size: 1.35rem; font-weight: 900; margin-bottom: 0.5rem; }
.auth-success-desc  { font-size: 0.88rem; line-height: 1.5; margin-bottom: 1.15rem; }
.auth-email-notice { border-radius: 12px; padding: 0.85rem 1rem; font-size: 0.83rem; margin-bottom: 1.25rem; text-align: left; display: flex; align-items: flex-start; gap: 0.75rem; line-height: 1.45; }
.auth-email-icon { font-size: 1.35rem; line-height: 1; }
.auth-expedite-wrapper { margin-bottom: 1.5rem; text-align: left; }
.auth-expedite-title { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.65rem; display: flex; align-items: center; gap: 0.4rem; }

/* Tarjetas de contacto */
.auth-contact-list { display: flex; flex-direction: column; gap: 0.65rem; margin-top: 0.5rem; }
.auth-contact-option { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 0.95rem; border-radius: 12px; text-decoration: none !important; transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1); }
.auth-contact-option:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.35); }
.auth-contact-option.opt-whatsapp  { background: rgba(37,211,102,0.08); border-color: rgba(37,211,102,0.25); }
.auth-contact-option.opt-whatsapp:hover  { background: rgba(37,211,102,0.16); border-color: rgba(37,211,102,0.5); }
.auth-contact-option.opt-instagram { background: rgba(225,48,108,0.08); border-color: rgba(225,48,108,0.25); }
.auth-contact-option.opt-instagram:hover { background: rgba(225,48,108,0.16); border-color: rgba(225,48,108,0.5); }
.auth-contact-option.opt-location  { background: rgba(59,130,246,0.08); border-color: rgba(59,130,246,0.25); }
.auth-contact-option.opt-location:hover  { background: rgba(59,130,246,0.16); border-color: rgba(59,130,246,0.5); }
.auth-contact-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; }
.opt-whatsapp  .auth-contact-icon { background: rgba(37,211,102,0.18); }
.opt-instagram .auth-contact-icon { background: rgba(225,48,108,0.18); }
.opt-location  .auth-contact-icon { background: rgba(59,130,246,0.18); }
.auth-contact-info { flex-grow: 1; text-align: left; margin-left: 0.75rem; }
.auth-contact-title { font-weight: 700; font-size: 0.88rem; display: flex; align-items: center; gap: 0.35rem; }
.auth-contact-desc  { font-size: 0.75rem; margin-top: 0.1rem; }
.auth-contact-arrow { font-size: 0.95rem; font-weight: 800; opacity: 0.75; transition: transform 0.2s ease, opacity 0.2s ease; margin-left: 0.5rem; }
.auth-contact-option:hover .auth-contact-arrow { transform: translateX(3px); opacity: 1; }
.opt-whatsapp  .auth-contact-title, .opt-whatsapp  .auth-contact-arrow { color: #4ade80; }
.opt-instagram .auth-contact-title, .opt-instagram .auth-contact-arrow { color: #f472b6; }
.opt-location  .auth-contact-title, .opt-location  .auth-contact-arrow { color: #60a5fa; }

/* ── Responsive ───────────────────────────────────────────── */
.nav-mobile-buttons { display: none; }

@media (max-width: 768px) {
  .landing-navbar { height: calc(64px + env(safe-area-inset-top, 0px)); }
  .nav-left-group { gap: 0.65rem; }
  .nav-logo-desktop { display: none !important; }
  .nav-logo-mobile-badge { display: inline-flex !important; align-items: center; justify-content: center; background: #ffffff; padding: 0.25rem 0.45rem; border-radius: 10px; box-shadow: 0 4px 14px rgba(16, 185, 129, 0.25); }
  .nav-actions { display: none !important; }
  .nav-mobile-right { display: flex !important; align-items: center; gap: 0.65rem; }
  .btn-theme-toggle-topbar { width: 38px !important; height: 38px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; font-size: 1.15rem !important; border-radius: 10px !important; }
  body.nav-open { overflow: hidden !important; }
  .nav-links {
    display: none;
    position: fixed;
    top: calc(64px + env(safe-area-inset-top, 0px)); left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: calc(100vh - 64px - env(safe-area-inset-top, 0px));
    height: calc(100dvh - 64px - env(safe-area-inset-top, 0px));
    max-height: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.65rem calc(0.95rem + env(safe-area-inset-right, 0px)) calc(1.25rem + env(safe-area-inset-bottom, 0px)) calc(0.95rem + env(safe-area-inset-left, 0px));
    gap: 0.65rem;
    z-index: 9999;
    align-items: stretch;
    box-sizing: border-box;
  }
  .nav-links.open {
    display: flex;
    animation: navMenuFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  @keyframes navMenuFadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .nav-links-list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 100%;
  }
  .nav-link-item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.85rem;
    border-radius: 11px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    width: 100%;
  }
  .nav-link-main {
    display: flex;
    align-items: center;
    gap: 0.65rem;
  }
  .nav-link-icon-box {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    flex-shrink: 0;
  }
  .nav-link-label {
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
  .nav-link-chevron {
    display: inline-block !important;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.2s ease;
  }
  .nav-link-item:active .nav-link-chevron {
    transform: translateX(3px);
  }
  .nav-mobile-bottom {
    display: flex !important;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
    margin-top: 0.2rem;
    flex: 1;
  }
  .nav-mobile-buttons {
    padding-top: 1.25rem;
    display: flex !important;
    flex-direction: column;
    gap: 0.4rem;
    width: 100%;
    box-sizing: border-box;
  }
  .btn-mobile-sec, .btn-mobile-pri {
    width: 100%;
    text-align: center;
    padding: 0.6rem 1rem;
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: 11px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
  }
  .nav-mobile-footer-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    align-items: center;
    width: 100%;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
    margin-top: auto;
  }
  .nav-mobile-direct-wa-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.8rem;
    border-radius: 11px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .nav-mobile-direct-wa-btn:active {
    transform: scale(0.98);
  }
  .nav-wa-left {
    display: flex;
    align-items: center;
    gap: 0.65rem;
  }
  .nav-wa-icon {
    font-size: 1.15rem;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .nav-wa-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 0.05rem;
  }
  .nav-wa-title {
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .nav-wa-sub {
    font-size: 0.7rem;
    font-weight: 500;
    opacity: 0.8;
  }
  .nav-wa-arrow {
    font-size: 0.95rem;
    font-weight: 700;
    transition: transform 0.2s ease;
  }
  .nav-mobile-direct-wa-btn:hover .nav-wa-arrow {
    transform: translateX(3px);
  }
  .nav-mobile-social-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
  }
  .nav-social-section-label {
    font-size: 0.66rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .nav-mobile-social-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
  }
  .nav-social-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .nav-social-icon-btn:active {
    transform: scale(0.92);
  }
  .nav-social-icon-btn svg {
    display: block;
    transition: transform 0.2s ease;
  }
  .nav-social-icon-btn:hover svg {
    transform: scale(1.1);
  }
  .nav-toggle { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; font-size: 1.4rem; border-radius: 12px; transition: all 0.2s ease; }
  .hero-section { padding-top: calc(95px + env(safe-area-inset-top, 0px)); padding-bottom: 50px; }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-badge { font-size: 0.8rem; padding: 0.5rem 1rem; white-space: normal; text-align: center; line-height: 1.4; width: 100%; box-sizing: border-box; }
  .hero-title { font-size: 2.15rem; line-height: 1.2; text-align: center; }
  .hero-description { font-size: 0.98rem; text-align: center; margin-bottom: 1.75rem; }
  .hero-cta-group { flex-direction: column; width: 100%; gap: 0.85rem; }
  .btn-hero-primary, .btn-hero-secondary { width: 100%; box-sizing: border-box; padding: 0.95rem 1.25rem; font-size: 0.98rem; justify-content: center; }
  .hero-card-preview { border-radius: 20px; position: relative; overflow: hidden; margin-top: 0.5rem; }
  .hero-img-main { height: 240px; object-fit: cover; display: block; width: 100%; }
  .hero-countdown-overlay { position: absolute !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; width: 90% !important; max-width: 320px !important; padding: 0.65rem 0.75rem !important; border-radius: 16px !important; }
  .hcd-header { margin-bottom: 0.45rem !important; }
  .hcd-title  { font-size: 0.68rem !important; }
  .hcd-timer-grid { gap: 0.25rem !important; }
  .hcd-digit  { font-size: 1.25rem !important; }
  .hcd-time-unit { min-width: 44px !important; padding: 0.25rem 0.35rem !important; border-radius: 9px !important; }
  .hcd-label  { font-size: 0.55rem !important; letter-spacing: 0.5px !important; }
  .hcd-sep    { font-size: 1rem !important; margin-bottom: 0.6rem !important; }
  .floating-badge { display: none !important; }
  .section-header { margin-bottom: 2rem; }
  .section-title  { font-size: 1.65rem !important; gap: 0.75rem !important; }
  .section-header .section-title::before, .section-header .section-title::after,
  .section-title::before, .section-title::after { width: 25px !important; flex: 0 0 25px !important; }
  .features-grid  { grid-template-columns: 1fr; gap: 1.25rem; }
  .feature-card   { text-align: center; align-items: center; padding: 1.6rem 1.25rem; }
  .feature-icon   { margin-left: auto; margin-right: auto; margin-bottom: 1rem; }
  .pricing-grid   { grid-template-columns: 1fr; gap: 1.5rem; }
  .location-grid  { grid-template-columns: 1fr; gap: 1.5rem; }
  .social-grid    { grid-template-columns: 1fr; gap: 1.25rem; }
  .footer-grid    { grid-template-columns: 1fr; gap: 1.75rem; }
  .location-map-card iframe { height: 250px !important; min-height: 250px !important; }
}

.grecaptcha-badge { visibility: hidden !important; }

.auth-contact-option.opt-facebook { background: rgba(24,119,242,0.08); border-color: rgba(24,119,242,0.25); }
.auth-contact-option.opt-facebook:hover { background: rgba(24,119,242,0.16); border-color: rgba(24,119,242,0.5); }
.opt-facebook .auth-contact-icon { background: rgba(24,119,242,0.18); }
.opt-facebook .auth-contact-title, .opt-facebook .auth-contact-arrow { color: #60a5fa; }



/* ── Formato Web Tradicional de Escritorio para 769px - 1160px (ej. 1024px) ── */
@media (min-width: 769px) and (max-width: 1280px) {
  .landing-container {
    max-width: 100%;
    padding: 0 1.15rem;
  }
  .landing-navbar {
    height: calc(66px + env(safe-area-inset-top, 0px));
  }
  .nav-container {
    gap: 0.65rem;
    justify-content: space-between;
  }
  .nav-left-group {
    gap: 0.9rem;
  }
  .nav-logo-badge {
    padding: 0.28rem 0.5rem;
  }
  .nav-logo-img {
    height: 26px;
  }
  .nav-logo-text {
    font-size: 1.08rem;
  }
  .nav-links {
    display: flex !important;
    gap: 0.75rem;
  }
  .nav-link-item {
    font-size: 0.78rem;
    font-weight: 600;
  }
  .nav-actions {
    display: flex !important;
    gap: 0.5rem;
  }
  .btn-landing-sec {
    padding: 0 0.85rem;
    height: 38px;
    font-size: 0.78rem;
    border-radius: 10px;
  }
  .btn-landing-pri {
    padding: 0 0.95rem;
    height: 38px;
    font-size: 0.78rem;
    border-radius: 10px;
  }
  .btn-theme-toggle {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
    border-radius: 10px;
  }
  .nav-toggle, .nav-mobile-right {
    display: none !important;
  }

  /* Hero tradicional 2 columnas a 1024px */
  .hero-section {
    padding-top: calc(105px + env(safe-area-inset-top, 0px));
    padding-bottom: 60px;
  }
  .hero-grid {
    display: grid !important;
    grid-template-columns: 1.05fr 0.95fr !important;
    gap: 1.75rem !important;
    align-items: center !important;
  }
  .hero-badge {
    font-size: 0.76rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: 0.85rem;
  }
  .hero-title {
    font-size: 2.25rem !important;
    line-height: 1.15 !important;
    text-align: left !important;
    margin-bottom: 1rem !important;
  }
  .hero-description {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    text-align: left !important;
    margin-bottom: 1.5rem !important;
  }
  .hero-cta-group {
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 0.75rem !important;
  }
  .btn-hero-primary {
    padding: 0.8rem 1.4rem !important;
    font-size: 0.88rem !important;
    border-radius: 12px !important;
  }
  .btn-hero-secondary {
    padding: 0.8rem 1.25rem !important;
    font-size: 0.85rem !important;
    border-radius: 12px !important;
  }
  .hero-card-preview {
    border-radius: 20px !important;
    margin-top: 0 !important;
  }
  .hero-img-main {
    height: 330px !important;
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  .floating-badge {
    display: flex !important;
    padding: 0.5rem 0.8rem !important;
    border-radius: 12px !important;
    gap: 0.55rem !important;
  }
  .badge-top { top: 12px !important; left: 12px !important; }
  .badge-bottom { bottom: 12px !important; right: 12px !important; }
  .floating-badge strong { font-size: 0.78rem !important; }
  .floating-badge small { font-size: 0.68rem !important; }
  .badge-icon { font-size: 1.1rem !important; padding: 0.25rem !important; }
  .hero-countdown-overlay {
    width: 88% !important;
    max-width: 310px !important;
    padding: 0.75rem 0.95rem !important;
    border-radius: 16px !important;
  }
  .hcd-digit { font-size: 1.35rem !important; }
  .hcd-time-unit { min-width: 46px !important; padding: 0.35rem 0.4rem !important; }
  .hcd-label { font-size: 0.56rem !important; }

  /* Secciones a 1024px */
  .features-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.25rem !important;
  }
  .feature-card {
    padding: 1.5rem 1.2rem !important;
  }
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.2rem !important;
  }
  .pricing-card {
    padding: 1.6rem 1.2rem !important;
  }
  .location-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem !important;
  }
}

/* ── Etiquetas Adaptables Navbar ── */
.nav-label-mobile { display: none !important; }
.nav-label-desktop { display: inline !important; }

@media (max-width: 992px) {
  .nav-label-mobile { display: inline !important; }
  .nav-label-desktop { display: none !important; }
}
