/* ============================================================
   JR FITNESS - Estilos de la Landing Page Pública (Ultra-Moderna & Híbrida)
   ============================================================ */

/* ── Reset local ─────────────────────────────────────────── */
.landing-body {
  background-color: #0b0f17;
  color: #f3f4f6;
  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;
  background: rgba(11, 15, 23, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: 72px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.nav-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 0.35rem 0.65rem;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
}

.nav-logo-img {
  height: 32px;
  width: auto;
  display: block;
}

.nav-logo-text {
  font-weight: 800;
  font-size: 1.25rem;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.nav-logo-text span {
  color: #10b981;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.nav-links a:hover {
  color: #34d399;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.btn-landing-sec {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 0.6rem 1.2rem;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-landing-sec:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-landing-pri {
  background: linear-gradient(135deg, #10b981, #059669);
  border: none;
  color: #ffffff;
  padding: 0.6rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
  transition: all 0.25s ease;
}

.btn-landing-pri:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.6);
}

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

/* ── Hero Section (Dynamic Dark & Neon Mesh) ─────────────── */
.hero-section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 85px;
  background: 
    radial-gradient(circle at 75% 25%, rgba(16, 185, 129, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 15% 75%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #0b0f17 0%, #0f172a 100%);
  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;
  background: rgba(16, 185, 129, 0.12);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.35);
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.2);
  margin-bottom: 1.25rem;
}

.hero-title {
  font-size: 3rem;
  line-height: 1.12;
  font-weight: 800;
  color: #ffffff;
  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;
  color: #9ca3af;
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 560px;
}

.hero-cta-group {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  flex-wrap: wrap;
}

.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);
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  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;
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}

.hero-visual {
  position: relative;
  width: 100%;
}

.hero-card-preview {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-img-main {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.floating-badge {
  position: absolute;
  background: rgba(17, 24, 39, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 0.75rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.badge-top {
  top: 20px;
  left: 20px;
}

.badge-bottom {
  bottom: 20px;
  right: 20px;
}

.badge-icon {
  font-size: 1.3rem;
  background: rgba(16, 185, 129, 0.15);
  padding: 0.35rem;
  border-radius: 10px;
}

.floating-badge strong {
  display: block;
  font-size: 0.88rem;
  color: #ffffff;
}

.floating-badge small {
  font-size: 0.73rem;
  color: #9ca3af;
}

/* ── 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;
  color: #ffffff;
  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;
  color: #9ca3af;
}

/* ── Features Section (Modern Glass Cards) ──────────────── */
.features-section {
  padding: 90px 0;
  background: #0f172a;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.75rem;
}

.feature-card {
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.08);
  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);
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(16, 185, 129, 0.15);
}

.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;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 16px;
  flex-shrink: 0;
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.65rem;
}

.feature-card p {
  font-size: 0.92rem;
  color: #9ca3af;
  line-height: 1.6;
  margin: 0;
}

/* ── Pricing Section (Neon Highlights & Sleek Tiers) ─────── */
.pricing-section {
  padding: 90px 0;
  background: #0b0f17;
  position: relative;
}

.pricing-tabs-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.35rem;
  border-radius: 99px;
  margin: 1.5rem auto 0.5rem;
}

.pricing-tab-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.55rem 1.25rem;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.pricing-tab-btn.active {
  background: #10b981;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.4);
}

.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 {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 2rem 1.6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.pricing-card.popular {
  border-color: #10b981;
  background: linear-gradient(145deg, rgba(16, 185, 129, 0.1), rgba(15, 23, 42, 0.9));
  box-shadow: 0 15px 40px rgba(16, 185, 129, 0.25), 0 0 25px rgba(16, 185, 129, 0.2);
}

.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);
}

/* ── Tótem y Mascota Integrados en Tarjeta de Tarifas ── */
.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;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  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;
  color: #94a3b8;
  margin-top: 0.15rem;
  line-height: 1.3;
}

.pricing-days-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  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-card.popular .pricing-days-badge {
  background: rgba(16, 185, 129, 0.25);
  border-color: #34d399;
  color: #a7f3d0;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.2);
}

.pricing-sessions-highlight {
  font-size: 0.88rem;
  color: #cbd5e1;
  margin: 0.35rem 0 0.75rem 0;
  line-height: 1.4;
}

.pricing-sessions-highlight strong {
  color: #10b981;
  font-weight: 800;
}

.pricing-header h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.price {
  font-size: 1.1rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.price span {
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffffff;
}

.price small {
  font-size: 0.85rem;
}

.pricing-features {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  font-size: 0.9rem;
  color: #d1d5db;
}

.pricing-features li {
  margin-bottom: 0.65rem;
}

.btn-price {
  width: 100%;
  padding: 0.8rem;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-price:hover {
  background: rgba(255, 255, 255, 0.14);
}

.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 específicos por tarjeta / tótem ────────────────────────── */

/* Plan 1: Halcón (Ámbar / Oro) */
.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;
}

/* Plan 2: Lince (Esmeralda / Menta) */
.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;
}

/* Plan 3: Lobo (Azul Cobalto / Índigo - Popular) */
.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);
}

/* Plan 4: Puma (Naranja Fuego / Coral) */
.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;
}

/* Plan 5: León (Oro Imperial / Amarillo) */
.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;
}

/* ── Estilos para Bonos de Sesiones Sueltas ── */
.pricing-voucher-avatar-mini {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.pricing-card:hover .pricing-voucher-avatar-mini {
  transform: scale(1.1) rotate(5deg);
}

/* Bono Cobra - 5 Sesiones (Turquesa / Teal) */
.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;
}

/* Bono Zorro - 10 Sesiones (Ámbar / Naranja) */
.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;
}

/* Bono 20 Sesiones (Morado VIP / Fucsia) */
.pricing-card-voucher-20 {
  border-top: 3.5px solid #8b5cf6;
}
.pricing-card-voucher-20.popular {
  border-color: #8b5cf6;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.15), rgba(15, 23, 42, 0.95));
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.3), 0 0 25px rgba(139, 92, 246, 0.2);
}
.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 Section ────────────────────────────────────── */
.location-section {
  padding: 90px 0;
  background: #0f172a;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: stretch;
}

.location-card-info {
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.08);
  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;
  background: rgba(16, 185, 129, 0.15);
  padding: 0.6rem;
  border-radius: 12px;
  color: #34d399;
}

.location-item strong {
  display: block;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.location-item p, .location-item a {
  font-size: 0.92rem;
  color: #9ca3af;
  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;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* ── Footer ──────────────────────────────────────────────── */
.landing-footer {
  background: #070a0f;
  color: #f8fafc;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 45px;
}

.footer-logo {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
}

.footer-logo span {
  color: #10b981;
}

.footer-links strong {
  display: block;
  font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.footer-links a {
  display: block;
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #34d399;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.25rem 0;
  text-align: center;
  font-size: 0.78rem;
  color: #6b7280;
}

/* ── Modal Auth High Contrast (Dark Modern Card) ────────── */
.auth-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.auth-modal-card {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  width: 100%;
  max-width: 490px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem 1.75rem;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);
  margin: auto;
}

.auth-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 1.35rem;
  cursor: pointer;
}

.auth-modal-close:hover {
  color: #ffffff;
}

.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-modal-card .form-group {
  margin-bottom: 1.15rem;
  width: 100%;
}

.auth-modal-card .form-label {
  display: block;
  color: #f3f4f6 !important;
  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;
  background: #1f2937 !important;
  color: #ffffff !important;
  border: 1.5px solid #374151 !important;
  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-input::placeholder {
  color: #9ca3af !important;
}

.auth-modal-card .form-hint {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  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;
  background: #1f2937;
  border: 1.5px dashed #475569;
  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;
  color: #cbd5e1;
  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 {
  background: rgba(17, 24, 39, 0.6);
  border-radius: 8px;
}
.auth-modal-card::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 8px;
}
.auth-modal-card::-webkit-scrollbar-thumb:hover {
  background: #10b981;
}
.auth-modal-card {
  scrollbar-width: thin;
  scrollbar-color: #334155 rgba(17, 24, 39, 0.6);
}

/* Evitar que el autofill del navegador pinte los inputs de color blanco/azul claro */
.auth-modal-card input:-webkit-autofill,
.auth-modal-card input:-webkit-autofill:hover, 
.auth-modal-card input:-webkit-autofill:focus, 
.auth-modal-card input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #1f2937 inset !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.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%;
}

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

@media (max-width: 900px) {
  .landing-navbar {
    height: 64px;
    background: rgba(11, 15, 23, 0.96);
  }

  .nav-actions {
    display: none !important;
  }

  .nav-mobile-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  .nav-mobile-buttons button {
    width: 100%;
    text-align: center;
    padding: 0.85rem;
    font-size: 0.95rem;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: #0b0f17;
    flex-direction: column;
    padding: 1.75rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.85);
    gap: 1.25rem;
    z-index: 999;
  }

  .nav-links a {
    font-size: 1.1rem;
    padding: 0.4rem 0;
    color: #f3f4f6;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
  }

  .hero-section {
    padding-top: 95px;
    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;
  }

  .hero-img-main {
    height: 220px;
    object-fit: cover;
  }

  /* Insignias flotantes en foto principal en mobile */
  .floating-badge {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 0.75rem !important;
    width: 100% !important;
    box-sizing: border-box !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;
  }

  .location-map-card iframe {
    height: 250px !important;
    min-height: 250px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
