body.theme-hybrid {
  background:
    radial-gradient(circle at 10% 4%, rgba(52, 110, 224, 0.1), transparent 22%),
    linear-gradient(180deg, #fcfcfa 0%, #f2f4f8 36%, #ecebe6 100%);
}

body.theme-hybrid::before,
body.theme-hybrid::after {
  display: none;
}

body.theme-hybrid h1,
body.theme-hybrid h2 {
  letter-spacing: -0.05em;
}

body.theme-hybrid .eyebrow {
  background: rgba(17, 17, 17, 0.035);
  border-color: rgba(17, 17, 17, 0.07);
  color: #315ba8;
}

body.theme-hybrid .header-shell {
  background: rgba(252, 252, 250, 0.82);
  border-bottom-color: rgba(17, 17, 17, 0.06);
}

body.theme-hybrid .nav-list a:hover,
body.theme-hybrid .nav-list a:focus-visible,
body.theme-hybrid .nav-list a[aria-current="page"] {
  background: rgba(17, 17, 17, 0.05);
  box-shadow: none;
}

body.theme-hybrid .button-primary {
  background: linear-gradient(180deg, #28cf6f 0%, #16914d 100%);
  box-shadow: 0 18px 34px rgba(22, 145, 77, 0.22);
}

body.theme-hybrid .button-primary:hover,
body.theme-hybrid .button-primary:focus-visible {
  background: linear-gradient(180deg, #23c365 0%, #137f44 100%);
}

body.theme-hybrid .button-secondary {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(45, 88, 170, 0.12);
  color: #18489b;
  box-shadow: none;
}

body.theme-hybrid .hero-copy,
body.theme-hybrid .card,
body.theme-hybrid .step-card,
body.theme-hybrid .coverage-panel,
body.theme-hybrid .coverage-map,
body.theme-hybrid .page-hero-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 253, 0.9));
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.06);
}

body.theme-hybrid .hero-copy::before,
body.theme-hybrid .card::before,
body.theme-hybrid .step-card::before,
body.theme-hybrid .coverage-panel::before,
body.theme-hybrid .coverage-map::before,
body.theme-hybrid .page-hero-card::before {
  background: linear-gradient(135deg, rgba(43, 93, 190, 0.16), rgba(255, 255, 255, 0.72), rgba(17, 17, 17, 0.04));
}

body.theme-hybrid .hero-visual {
  background:
    radial-gradient(circle at 86% 18%, rgba(80, 227, 145, 0.18), transparent 16%),
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.14), transparent 14%),
    linear-gradient(135deg, #0d1830 0%, #17376d 54%, #2d69d1 100%);
}

body.theme-hybrid .highlight-panel,
body.theme-hybrid .cta-panel {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 100% 18%, rgba(56, 122, 255, 0.18), transparent 22%),
    linear-gradient(135deg, #15171c 0%, #1d2430 54%, #121212 100%);
}

body.theme-hybrid .benefit-chip,
body.theme-hybrid .hero-microcopy span,
body.theme-hybrid .coverage-item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(43, 93, 190, 0.08);
  box-shadow: none;
}

body.theme-hybrid .coverage-map {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 245, 249, 0.92));
}

body.theme-hybrid .footer-shell {
  background: linear-gradient(180deg, #121316 0%, #181a20 100%);
}

body.theme-hybrid .floating-whatsapp-button {
  background: rgba(12, 20, 37, 0.94);
  border-color: rgba(78, 219, 132, 0.22);
  box-shadow: 0 20px 38px rgba(12, 20, 37, 0.2);
}

body.theme-hybrid .floating-whatsapp-icon {
  background: linear-gradient(180deg, #39dd7c 0%, #18974f 100%);
}

body.theme-hybrid .floating-whatsapp-copy span {
  color: rgba(255, 255, 255, 0.62);
}

body.theme-hybrid .mobile-menu {
  background: rgba(12, 18, 29, 0.98);
}

/* --- Mejoras Visuales y Catálogo --- */

/* 1. Header Glassmorphism Moderno */
body.theme-hybrid .header-shell {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* 2. Micro-animaciones y Efectos Premium para Tarjetas */
body.theme-hybrid .card,
body.theme-hybrid .step-card,
body.theme-hybrid .coverage-panel,
body.theme-hybrid .coverage-map,
body.theme-hybrid .catalog-spotlight-card {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body.theme-hybrid .card:hover,
body.theme-hybrid .step-card:hover,
body.theme-hybrid .coverage-panel:hover,
body.theme-hybrid .coverage-map:hover,
body.theme-hybrid .catalog-spotlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.12);
}

/* 3. Mejoras para el Catálogo de Productos (catalog-spotlight-card) */
body.theme-hybrid .catalog-spotlight-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.theme-hybrid .catalog-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

body.theme-hybrid .catalog-spotlight-media {
  background: linear-gradient(180deg, #f8f9fa 0%, #edf1f5 100%);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0;
}

body.theme-hybrid .catalog-spotlight-media img {
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0,0,0,0.12));
}

body.theme-hybrid .catalog-spotlight-card:hover .catalog-spotlight-media img {
  transform: scale(1.06);
}

body.theme-hybrid .catalog-spotlight-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

body.theme-hybrid .catalog-spotlight-body .eyebrow {
  align-self: flex-start;
  margin-bottom: 12px;
}

body.theme-hybrid .catalog-spotlight-actions {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* 4. Categorías del catálogo visualmente como tarjetas premium */
body.theme-hybrid .catalog-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 36px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 253, 0.6) 100%);
  border: 1px solid rgba(28, 120, 255, 0.08);
}

body.theme-hybrid .catalog-card h3 {
  color: #1a365d;
  font-size: 1.6rem;
  margin-bottom: 12px;
}

body.theme-hybrid .catalog-card .button {
  margin-top: auto;
  align-self: flex-start;
}

/* CTA Buttons adjustments for more vibrant feel */
body.theme-hybrid .button-whatsapp-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
body.theme-hybrid .button-whatsapp-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

body.theme-hybrid .button-primary {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}
body.theme-hybrid .button-primary::after {
  content: "";
  position: absolute;
  top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
}
body.theme-hybrid .button-primary:hover::after {
  left: 150%;
}
body.theme-hybrid .button-primary:hover,
body.theme-hybrid .button-primary:focus-visible {
  filter: brightness(1.05);
  box-shadow: 0 18px 34px rgba(22, 145, 77, 0.28), 0 0 22px rgba(57, 221, 124, 0.38);
  transform: translateY(-3px);
}

body.theme-hybrid .button-accent {
  background: linear-gradient(180deg, #2f76ff 0%, #184fb6 100%);
  color: #fff;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(24, 79, 182, 0.24);
}
body.theme-hybrid .button-accent::after {
  content: "";
  position: absolute;
  top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
}
body.theme-hybrid .button-accent:hover::after {
  left: 150%;
}
body.theme-hybrid .button-accent:hover,
body.theme-hybrid .button-accent:focus-visible {
  filter: brightness(1.05);
  box-shadow: 0 18px 34px rgba(24, 79, 182, 0.3), 0 0 20px rgba(47, 118, 255, 0.35);
  transform: translateY(-3px);
}

@keyframes whatsapp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(57, 221, 124, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(57, 221, 124, 0); }
  100% { box-shadow: 0 0 0 0 rgba(57, 221, 124, 0); }
}
body.theme-hybrid .floating-whatsapp-icon {
  animation: whatsapp-pulse 2s infinite;
  border-radius: 50%;
}
