﻿/* ============================================================
   producto.css — BEM styles for landing de producto oposiciones
   Namespace: lp-opo-prod-*
   Colores: rojo var(--color-primary) · degradado oscuro (135deg var(--color-secondary-dark)→var(--color-secondary)→var(--color-primary)) · verde var(--color-accent)
   ============================================================ */

:root {
  --prod-grad: linear-gradient(135deg, var(--color-secondary-dark) 0%, var(--color-secondary) 50%, var(--color-primary) 100%);
}

/* ─── HERO ─────────────────────────────────────────────────── */
.lp-opo-prod-hero {
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 255, 255, 0.10) 0%, transparent 55%),
    radial-gradient(circle at 85% 90%, rgba(0, 0, 0, 0.18) 0%, transparent 55%),
    var(--prod-grad);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 3rem 0 2rem;
}

@media (min-width: 992px) {
  .lp-opo-prod-hero {
    padding: 4rem 0 3rem;
  }
}

/* Badge "Centro especializado" */
.lp-opo-prod-hero__badge-inline {
  margin-bottom: 1rem;
}

.lp-opo-prod-hero__badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(235, 86, 89, 0.15);
  color: var(--color-primary);
  border: 1px solid rgba(235, 86, 89, 0.3);
  border-radius: 50px;
  padding: 0.3rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
}

/* H1 */
.lp-opo-prod-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.15;
  color: #fff;
  margin-bottom: 0.75rem;
}

/* Claim */
.lp-opo-prod-hero__claim {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.25rem;
}

/* Trust bar (rating + alumnos + certificado + modalidad) */
.lp-opo-prod-hero__trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}

.lp-opo-prod-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  font-weight: 500;
}

.lp-opo-prod-hero__trust-item--star {
  color: var(--color-warning);
  font-weight: 700;
}

/* Iconos dinámicos del webInfo */
.lp-opo-prod-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-opo-prod-hero__stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-opo-prod-hero__stat-icon {
  font-size: 1.5rem;
  color: var(--color-primary);
  flex-shrink: 0;
}

.lp-opo-prod-hero__stat-data strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.2;
}

.lp-opo-prod-hero__stat-data small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
}

/* Garantías rápidas (desktop) */
.lp-opo-prod-hero__guarantees {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-bottom: 1.5rem;
}

.lp-opo-prod-hero__guarantee {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
}

.lp-opo-prod-hero__guarantee .bi {
  color: var(--color-accent);
}

/* CTAs */
.lp-opo-prod-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .lp-opo-prod-hero__actions {
    flex-direction: row;
    align-items: center;
  }
}

.lp-opo-prod-hero__cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s ease;
  width: 100%;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .lp-opo-prod-hero__cta-primary {
    width: auto;
  }
}

.lp-opo-prod-hero__cta-primary:hover {
  background: var(--color-primary-dark);
  color: #fff;
}

.lp-opo-prod-hero__cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.lp-opo-prod-hero__cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 0;
}

.lp-opo-prod-hero__cta-secondary:hover {
  color: #fff;
}

.lp-opo-prod-hero__cta-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  padding: 0.875rem 1.25rem;
  border-radius: 4px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s ease;
  width: 100%;
}

@media (min-width: 576px) {
  .lp-opo-prod-hero__cta-whatsapp {
    width: auto;
  }
}

.lp-opo-prod-hero__cta-whatsapp:hover {
  background: #1eaa52;
  color: #fff;
}

/* Mini testimonio (desktop) */
.lp-opo-prod-hero__testimonial {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  background: rgba(255, 255, 255, 0.07);
  border-left: 3px solid var(--color-primary);
  border-radius: 0 6px 6px 0;
  margin-top: 0.5rem;
}

.lp-opo-prod-hero__testimonial-stars {
  display: flex;
  gap: 0.15rem;
  color: var(--color-warning);
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}

.lp-opo-prod-hero__testimonial-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  font-style: italic;
  margin: 0;
}

/* Media (imagen/vídeo) */
.lp-opo-prod-hero__media {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.lp-opo-prod-hero__img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mini CTA card (visible solo en desktop) */
.lp-opo-prod-hero__cta-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
}

.lp-opo-prod-hero__cta-card-header {
  background: var(--color-primary);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.lp-opo-prod-hero__cta-card-body {
  padding: 1.25rem;
}

.lp-opo-prod-hero__cta-card-text {
  font-size: 0.9rem;
  color: #4a5464;
  margin-bottom: 1rem;
}

.lp-opo-prod-hero__cta-whatsapp-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #25d366;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0.75rem;
}

.lp-opo-prod-hero__cta-whatsapp-desktop:hover {
  color: #1eaa52;
}

.lp-opo-prod-hero__cta-card-trust {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #f0f0f0;
}

.lp-opo-prod-hero__cta-card-trust span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

/* ─── VENTAJAS ──────────────────────────────────────────────── */
.lp-opo-prod-ventajas {
  padding: 4rem 0;
  background: var(--color-bg-soft);
}

.lp-opo-prod-ventajas__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(235, 86, 89, 0.1);
  color: var(--color-primary);
  border-radius: 50px;
  padding: 0.3rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.lp-opo-prod-ventajas__heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--color-bg-dark);
  margin-bottom: 0.5rem;
}

.lp-opo-prod-ventajas__subheading {
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.lp-opo-prod-ventajas__card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.lp-opo-prod-ventajas__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.lp-opo-prod-ventajas__card--featured {
  border: 2px solid var(--color-primary);
}

.lp-opo-prod-ventajas__card-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(235, 86, 89, 0.1);
  color: var(--color-primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.lp-opo-prod-ventajas__card-icon--featured {
  background: var(--color-primary);
  color: #fff;
}

.lp-opo-prod-ventajas__card-title {
  font-size: 1rem;
  color: var(--color-bg-dark);
  margin-bottom: 0.5rem;
}

.lp-opo-prod-ventajas__card-text {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  margin-bottom: 0.75rem;
}

.lp-opo-prod-ventajas__card-badge {
  display: inline-block;
  background: rgba(235, 86, 89, 0.1);
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
}

/* Trust strip post-ventajas */
.lp-opo-prod-ventajas__trust-strip {
  margin-top: 3rem;
  padding: 1.5rem;
  background: var(--prod-grad);
  border-radius: 10px;
}

.lp-opo-prod-ventajas__trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
}

.lp-opo-prod-ventajas__trust-num {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

/* ─── RIBBON ────────────────────────────────────────────────── */
.lp-opo-prod-ribbon {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 150px;
  height: 150px;
  pointer-events: none;
}

.lp-opo-prod-ribbon--top-right {
  top: -10px;
  right: -10px;
}

.lp-opo-prod-ribbon--top-right span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 8px 0;
  background: var(--color-primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  right: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* ─── COUNTDOWN ─────────────────────────────────────────────── */
@keyframes pulse-countdown {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.lp-opo-prod-countdown {
  animation: pulse-countdown 2s infinite;
}

@media (max-width: 767px) {
  .lp-opo-prod-countdown {
    padding: 0.75rem !important;
  }
}

/* ─── CTA 1 (FINANCIACIÓN) ──────────────────────────────────── */
.lp-opo-prod-cta1 {
  padding: 3.5rem 0;
  background: var(--prod-grad);
}

.lp-opo-prod-cta1__inner {
  border-radius: 12px;
  overflow: hidden;
}

.lp-opo-prod-cta1__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(235, 86, 89, 0.15);
  color: var(--color-primary);
  border-radius: 50px;
  padding: 0.3rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.lp-opo-prod-cta1__title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.lp-opo-prod-cta1__subtitle {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.lp-opo-prod-cta1__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lp-opo-prod-cta1__check-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.lp-opo-prod-cta1__check-item .bi {
  color: var(--color-accent);
  flex-shrink: 0;
}

.lp-opo-prod-cta1__urgency {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

.lp-opo-prod-cta1__urgency .bi {
  color: var(--color-warning);
}

.lp-opo-prod-cta1__action-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 1.5rem;
}

.lp-opo-prod-cta1__action-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-accent);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.lp-opo-prod-cta1__action-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.lp-opo-prod-cta1__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  padding: 0.875rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85rem;
  text-align: center;
  margin-bottom: 0.875rem;
  position: relative;
  overflow: hidden;
}

.lp-opo-prod-cta1__btn:hover {
  background: var(--color-primary-dark);
  color: #fff;
}

.lp-opo-prod-cta1__action-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}

/* ─── OPINIONES (CAROUSEL) ──────────────────────────────────── */
.lp-opo-prod-opiniones {
  padding: 4rem 0;
  background: #fff;
}

.lp-opo-prod-opiniones__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(var(--color-primary-rgb), 0.10);
  color: var(--color-primary);
  border-radius: 50px;
  padding: 0.3rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.lp-opo-prod-opiniones__heading {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: #1a2332;
  margin-bottom: 0.5rem;
}

.lp-opo-prod-opiniones__rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #4a5464;
}

.lp-opo-prod-opiniones__stars {
  color: #f5b301;
  display: flex;
  gap: 0.1rem;
}

.lp-opo-prod-opiniones__dots {
  position: relative;
  margin-bottom: 1.5rem;
}

.lp-opo-prod-opiniones__dots [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee2e6;
  opacity: 0.5;
  border: none;
  transition: all 0.3s ease;
}

.lp-opo-prod-opiniones__dots .active {
  opacity: 1;
  background: var(--color-primary);
  transform: scale(1.2);
}

.lp-opo-prod-opiniones__slide {
  padding: 0 1rem;
  max-width: 820px;
  margin: 0 auto;
}

.lp-opo-prod-opiniones__card {
  position: relative;
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 16px;
  padding: 2.25rem 2rem 2rem;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.08);
}
.lp-opo-prod-opiniones__card::before {
  content: '';
  position: absolute;
  top: -45%;
  right: -25%;
  width: 320px;
  height: 320px;
  background: radial-gradient(closest-side, rgba(var(--color-primary-rgb), 0.10), transparent 70%);
  z-index: -1;
}
.lp-opo-prod-opiniones__card::after {
  content: '\201C'; /* comilla tipográfica */
  position: absolute;
  top: 0.4rem;
  left: 1.2rem;
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
  color: rgba(var(--color-primary-rgb), 0.10);
  z-index: -1;
  pointer-events: none;
}

/* Avatar con paleta armónica (6 variantes por slide) */
.lp-opo-prod-opiniones__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--avatar-from, var(--color-primary)) 0%,
                                       var(--avatar-to,   rgba(var(--color-primary-rgb), 0.75)) 100%);
  box-shadow: 0 6px 14px -3px var(--avatar-shadow, rgba(var(--color-primary-rgb), 0.35));
}
.lp-opo-prod-opiniones__avatar--color-0 {
  --avatar-from:   var(--color-primary);
  --avatar-to:     rgba(var(--color-primary-rgb), 0.75);
  --avatar-shadow: rgba(var(--color-primary-rgb), 0.35);
}
.lp-opo-prod-opiniones__avatar--color-1 {
  --avatar-from: #2d9b87; --avatar-to: #4db8a5;
  --avatar-shadow: rgba(45, 155, 135, 0.35);
}
.lp-opo-prod-opiniones__avatar--color-2 {
  --avatar-from: #3a7ca5; --avatar-to: #5a9bc4;
  --avatar-shadow: rgba(58, 124, 165, 0.35);
}
.lp-opo-prod-opiniones__avatar--color-3 {
  --avatar-from: #c17c3b; --avatar-to: #d99a5d;
  --avatar-shadow: rgba(193, 124, 59, 0.35);
}
.lp-opo-prod-opiniones__avatar--color-4 {
  --avatar-from: #8668b0; --avatar-to: #a186c9;
  --avatar-shadow: rgba(134, 104, 176, 0.35);
}
.lp-opo-prod-opiniones__avatar--color-5 {
  --avatar-from: #b55a6f; --avatar-to: #cf7e92;
  --avatar-shadow: rgba(181, 90, 111, 0.35);
}

.lp-opo-prod-opiniones__card-stars {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
  color: #f5b301;
  margin-bottom: 0.75rem;
}

.lp-opo-prod-opiniones__card-title {
  font-size: 1.15rem;
  color: #1a2332;
  margin-bottom: 0.75rem;
}

.lp-opo-prod-opiniones__card-body {
  color: #5a6370;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.lp-opo-prod-opiniones__card-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px dashed #eef0f3;
}

.lp-opo-prod-opiniones__card-author {
  font-style: normal;
  font-weight: 700;
  font-size: 0.92rem;
  color: #1a2332;
}

.lp-opo-prod-opiniones__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-primary);
}

/* Controles de navegación */
.lp-opo-prod-opiniones__nav {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.lp-opo-prod-opiniones__nav:hover {
  border-color: rgba(var(--color-primary-rgb), 0.4);
  box-shadow: 0 8px 20px -6px rgba(var(--color-primary-rgb), 0.35);
  background: rgba(var(--color-primary-rgb), 0.05);
}

.lp-opo-prod-opiniones__nav-icon {
  color: var(--color-primary);
  font-size: 1rem;
}

.lp-opo-prod-opiniones__cta-text {
  font-size: 1.1rem;
  color: #1a2332;
}

@media (max-width: 767px) {
  .lp-opo-prod-opiniones__slide { padding: 0; }
  .lp-opo-prod-opiniones__nav  { display: none; }
}

/* ─── FAQs ──────────────────────────────────────────────────── */
.lp-opo-prod-faqs {
  padding: 4rem 0;
  background: #fff;
}

.lp-opo-prod-faqs__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(235, 86, 89, 0.1);
  color: var(--color-primary);
  border-radius: 50px;
  padding: 0.3rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.lp-opo-prod-faqs__heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--color-bg-dark);
  margin-bottom: 0.5rem;
}

.lp-opo-prod-faqs__subheading {
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.lp-opo-prod-faqs__item {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px !important;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.lp-opo-prod-faqs__button {
  font-size: 0.95rem;
  color: var(--color-bg-dark) !important;
  background: #fff !important;
  padding: 1rem 1.25rem;
  box-shadow: none !important;
}

.lp-opo-prod-faqs__button:not(.collapsed) {
  color: var(--color-primary) !important;
}

.lp-opo-prod-faqs__answer {
  color: #4a5464;
  font-size: 0.9rem;
  line-height: 1.65;
}

/* CTA bajo FAQs */
.lp-opo-prod-faqs__cta-box {
  background: var(--color-bg-soft);
  border-radius: 12px;
  padding: 2rem;
}

.lp-opo-prod-faqs__cta-title {
  font-size: 1.2rem;
  color: var(--color-bg-dark);
  margin-bottom: 0.5rem;
}

.lp-opo-prod-faqs__cta-text {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.lp-opo-prod-faqs__cta-btn {
  background: var(--prod-grad);
  border-color: var(--color-secondary);
  color: #fff;
  font-weight: 600;
}

.lp-opo-prod-faqs__cta-btn:hover {
  filter: brightness(0.88);
  color: #fff;
}

/* ─── CTA 2 (ORIENTACIÓN) ──────────────────────────────────── */
.lp-opo-prod-cta2 {
  background: var(--color-accent);
  padding: 3.5rem 0;
}

.lp-opo-prod-cta2__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50px;
  padding: 0.3rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.875rem;
}

.lp-opo-prod-cta2__title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.lp-opo-prod-cta2__subtitle {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.lp-opo-prod-cta2__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.lp-opo-prod-cta2__checklist li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.88rem;
}

.lp-opo-prod-cta2__checklist .bi {
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}

.lp-opo-prod-cta2__testimonial {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  font-style: italic;
}

.lp-opo-prod-cta2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-bg-dark);
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.88rem;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: none;
}

@media (min-width: 992px) {
  .lp-opo-prod-cta2__btn { width: auto; }
}

.lp-opo-prod-cta2__btn:hover { background: #f4f4f4; }

/* ─── CTA 3 (FINAL) ─────────────────────────────────────────── */
.lp-opo-prod-cta3 {
  background: var(--prod-grad);
  padding: 4rem 0;
}

.lp-opo-prod-cta3__title {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.lp-opo-prod-cta3__subtitle {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.75rem;
}

.lp-opo-prod-cta3__stats {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}

.lp-opo-prod-cta3__stat {
  width: 88px;
  height: 88px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
}

.lp-opo-prod-cta3__stat-num {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
}

.lp-opo-prod-cta3__stat span {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  line-height: 1.2;
}

.lp-opo-prod-cta3__testimonial {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 1rem 1.25rem;
}

.lp-opo-prod-cta3__quote-icon {
  font-size: 1.75rem;
  color: var(--color-primary);
  flex-shrink: 0;
  line-height: 1;
}

.lp-opo-prod-cta3__testimonial-text {
  color: rgba(255, 255, 255, 0.88);
  font-style: italic;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

.lp-opo-prod-cta3__testimonial-author {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

/* Action box */
.lp-opo-prod-cta3__action-box {
  background: #fff;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.lp-opo-prod-cta3__action-title {
  font-size: 1.3rem;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
}

.lp-opo-prod-cta3__action-text {
  color: #4a5464;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.lp-opo-prod-cta3__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  padding: 0.875rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.88rem;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  border: none;
}

.lp-opo-prod-cta3__btn:hover {
  background: var(--color-primary-dark);
  color: #fff;
}

.lp-opo-prod-cta3__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.lp-opo-prod-cta3__guarantee .bi {
  color: var(--color-accent);
}

/* ─── WHATSAPP FLOTANTE ─────────────────────────────────────── */
.lp-opo-prod-whatsapp {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 999;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease;
  text-decoration: none;
}

.lp-opo-prod-whatsapp:hover {
  transform: scale(1.1);
  color: #fff;
}

.lp-opo-prod-whatsapp__tooltip {
  position: absolute;
  right: 64px;
  background: var(--color-bg-dark);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.lp-opo-prod-whatsapp:hover .lp-opo-prod-whatsapp__tooltip {
  opacity: 1;
}

@media (max-width: 991px) {
  .lp-opo-prod-whatsapp { bottom: 80px; }
}

/* ─── OCULTAR LLAMANOS GLOBAL EN PRODUCTO (solo móvil) ──────── */
/* boton.jsp (.llamanos) en móvil se convierte en barra fixed bottom:0 igual
   que la sticky bar propia → se solapan. La ocultamos solo en <lg donde la
   sticky bar toma el relevo. En desktop (≥992px) .llamanos sigue como botón
   lateral y la sticky bar está oculta (d-lg-none), sin conflicto. */
@media (max-width: 991.98px) {
  body:has(.lp-opo-prod) .llamanos {
    display: none !important;
  }
}

/* ─── STICKY CTA MÓVIL ──────────────────────────────────────── */
.lp-opo-prod-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
  padding-bottom: env(safe-area-inset-bottom);
  transition: transform 0.3s ease;
}

.lp-opo-prod-sticky-cta.hidden {
  transform: translateY(100%);
}

.lp-opo-prod-sticky-cta__tel {
  flex: 0 0 30%;
  background: var(--color-bg-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.875rem 0.5rem;
  font-size: 0.9rem;
}

.lp-opo-prod-sticky-cta__tel:hover {
  background: #121a27;
  color: #fff;
}

.lp-opo-prod-sticky-cta__btn {
  flex: 1;
  background: var(--color-primary);
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 0.875rem 1rem;
  cursor: pointer;
  font-size: 0.9rem;
}

.lp-opo-prod-sticky-cta__btn:hover {
  background: var(--color-primary-dark);
}

/* ─── METODOLOGÍA ────────────────────────────────────────────
   Estilos extraídos a /assets/css/custom/veterinaria/metodologia.css
   Ese fichero se carga en /home y /cms/curso vía CMS-tiles.xml.
   Editar allí para que los cambios apliquen a todas las páginas.
   ─────────────────────────────────────────────────────────── */
/* =============================================================================
 * selector-ambitos.css — Selector territorial de Sanidad
 * Mobile-first. Mapa esquemático CSS Grid con CCAA en posición aproximada.
 * ============================================================================= */

.lp-san-prod-mapa {
    background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
    padding: 4rem 0;
    overflow: hidden;
}

.lp-san-prod-mapa__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.lp-san-prod-mapa__label {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-primary);
    background: rgba(13, 110, 253, 0.08);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.lp-san-prod-mapa__heading {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--color-secondary-dark);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.lp-san-prod-mapa__subheading {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.5;
    margin: 0;
}

/* ============================================================================
 * GRID DEL MAPA — 5 columnas × 5 filas con áreas nombradas rectangulares.
 * REQUISITO CSS: grid-template-areas SOLO acepta áreas rectangulares. Si una
 * no lo es, el browser descarta TODA la declaración y el mapa se descompone.
 * Layout geográfico aproximado (norte arriba, sur abajo, este derecha).
 * ============================================================================ */
.lp-san-prod-mapa__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, minmax(72px, auto));
    gap: 0.5rem;
    max-width: 820px;
    margin: 0 auto;
    grid-template-areas:
        "gal  ast  can  pvas nav"
        "gal  cyl  cyl  rio  ara"
        "ext  mad  clm  clm  cat"
        "ext  and  and  mur  val"
        "can2 can2 ceu  mel  bal";
}

.lp-san-prod-mapa__cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.6rem 0.5rem 0.65rem;
    color: var(--color-secondary-dark);
    transition: all 0.2s ease;
    cursor: pointer;
    min-height: 78px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    gap: 0.25rem;
}

.lp-san-prod-mapa__cell:hover,
.lp-san-prod-mapa__cell:focus-visible {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--color-primary-rgb), 0.28);
    outline: none;
}

.lp-san-prod-mapa__flag {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    background: #fff;
    display: block;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.lp-san-prod-mapa__cell:hover .lp-san-prod-mapa__flag,
.lp-san-prod-mapa__cell:focus-visible .lp-san-prod-mapa__flag {
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.06);
}

.lp-san-prod-mapa__acro {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.05;
}

.lp-san-prod-mapa__name {
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.15;
    opacity: 0.85;
}

/* Áreas de cuadrícula (posiciones aproximadas en el mapa de España) */
.lp-san-prod-mapa__cell--galicia        { grid-area: gal;  }
.lp-san-prod-mapa__cell--asturias       { grid-area: ast;  }
.lp-san-prod-mapa__cell--cantabria      { grid-area: can;  }
.lp-san-prod-mapa__cell--pais-vasco     { grid-area: pvas; }
.lp-san-prod-mapa__cell--navarra        { grid-area: nav;  }
.lp-san-prod-mapa__cell--la-rioja       { grid-area: rio;  }
.lp-san-prod-mapa__cell--castilla-y-leon{ grid-area: cyl;  }
.lp-san-prod-mapa__cell--aragon         { grid-area: ara;  }
.lp-san-prod-mapa__cell--cataluna       { grid-area: cat;  }
.lp-san-prod-mapa__cell--madrid         { grid-area: mad;  }
.lp-san-prod-mapa__cell--extremadura    { grid-area: ext;  }
.lp-san-prod-mapa__cell--castilla-la-mancha { grid-area: clm; }
.lp-san-prod-mapa__cell--valencia       { grid-area: val;  }
.lp-san-prod-mapa__cell--baleares       { grid-area: bal;  }
.lp-san-prod-mapa__cell--andalucia      { grid-area: and;  }
.lp-san-prod-mapa__cell--murcia         { grid-area: mur;  }
.lp-san-prod-mapa__cell--canarias       { grid-area: can2; }
.lp-san-prod-mapa__cell--ceuta          { grid-area: ceu;  }
.lp-san-prod-mapa__cell--melilla        { grid-area: mel;  }

/* ============================================================================
 * BLOQUE DE ORGANISMOS ESPECIALES — SNS + Defensa
 * ============================================================================ */
.lp-san-prod-mapa__especial {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 920px;
    margin: 1.5rem auto 0;
}

.lp-san-prod-mapa__special-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0 1rem;
    align-items: center;
    text-decoration: none;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    color: var(--color-secondary-dark);
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.lp-san-prod-mapa__special-card:hover,
.lp-san-prod-mapa__special-card:focus-visible {
    background: var(--color-secondary-dark);
    color: #ffffff;
    border-color: var(--color-secondary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(10, 37, 64, 0.25);
    outline: none;
}

.lp-san-prod-mapa__special-card--sns      { border-left: 6px solid var(--color-primary); }
.lp-san-prod-mapa__special-card--defensa  { border-left: 6px solid #6f42c1; }

.lp-san-prod-mapa__special-acro {
    grid-row: 1 / 3;
    font-size: 1.3rem;
    font-weight: 800;
    background: #f1f5f9;
    color: var(--color-primary);
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    min-width: 70px;
    text-align: center;
    line-height: 1;
}

.lp-san-prod-mapa__special-card--defensa .lp-san-prod-mapa__special-acro {
    color: #6f42c1;
}

.lp-san-prod-mapa__special-card:hover .lp-san-prod-mapa__special-acro {
    background: #ffffff;
}

.lp-san-prod-mapa__special-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.lp-san-prod-mapa__special-desc {
    font-size: 0.85rem;
    line-height: 1.3;
    opacity: 0.8;
    grid-column: 2;
}

/* ============================================================================
 * RESPONSIVE — Mobile-first defaults arriba; aquí ajustes para tablet/desktop
 * ============================================================================ */
@media (max-width: 575.98px) {
    .lp-san-prod-mapa {
        padding: 2.5rem 0;
    }

    /* En mobile colapsamos a 3 columnas y descartamos la posición geográfica
       para garantizar tap targets grandes. Es accesible y no requiere zoom. */
    .lp-san-prod-mapa__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-template-areas: none;
        gap: 0.6rem;
    }

    .lp-san-prod-mapa__cell {
        grid-area: auto !important;
        min-height: 72px;
        padding: 0.85rem 0.5rem;
    }

    .lp-san-prod-mapa__acro {
        font-size: 1rem;
    }

    .lp-san-prod-mapa__name {
        font-size: 0.72rem;
    }

    .lp-san-prod-mapa__special-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 1rem;
    }

    .lp-san-prod-mapa__special-acro {
        grid-row: auto;
        margin: 0 auto 0.5rem;
    }

    .lp-san-prod-mapa__special-desc {
        grid-column: 1;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .lp-san-prod-mapa__grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-template-areas: none;
    }

    .lp-san-prod-mapa__cell {
        grid-area: auto !important;
    }
}

@media (min-width: 768px) {
    .lp-san-prod-mapa__especial {
        grid-template-columns: 1fr 1fr;
    }
}

/* =============================================================================
 * landingComunidad.jsp — Hub por servicio de salud (lp-san-com-*)
 * ============================================================================= */

.lp-san-com-hero {
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 255, 255, 0.10) 0%, transparent 55%),
        radial-gradient(circle at 85% 90%, rgba(0, 0, 0, 0.18) 0%, transparent 55%),
        linear-gradient(135deg,
            var(--color-secondary-dark) 0%,
            var(--color-secondary) 55%,
            var(--color-primary) 100%);
    color: #ffffff;
    padding: 4rem 0 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.lp-san-com-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.78rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    backdrop-filter: blur(8px);
}

.lp-san-com-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.15;
}

.lp-san-com-hero__subtitle {
    max-width: 720px;
    margin: 0 auto 2rem;
    font-size: 1.05rem;
    line-height: 1.55;
    opacity: 0.92;
}

.lp-san-com-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 540px;
    margin: 0 auto;
}

.lp-san-com-hero__stat-num {
    display: block;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1;
}

.lp-san-com-hero__stat-label {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.85;
    margin-top: 0.4rem;
}

@media (max-width: 575.98px) {
    .lp-san-com-hero { padding: 2.5rem 0 2rem; }
    .lp-san-com-hero__stats { gap: 0.75rem; }
}

.lp-san-com-cursos {
    padding: 4rem 0;
    background: #f4f8fc;
}

.lp-san-com-cursos__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.lp-san-com-cursos__heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--color-secondary-dark);
    margin-bottom: 0.75rem;
}

.lp-san-com-cursos__subheading {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.5;
    margin: 0;
}

.lp-san-com-cursos__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.lp-san-com-cursos__card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    text-decoration: none;
    color: var(--color-secondary-dark);
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.lp-san-com-cursos__card:hover,
.lp-san-com-cursos__card:focus-visible {
    transform: translateY(-4px);
    border-color: var(--color-primary);
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.18);
    outline: none;
}

.lp-san-com-cursos__card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #5096ff 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.lp-san-com-cursos__card-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.lp-san-com-cursos__card-text {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.4;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.lp-san-com-cursos__card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-primary);
}

.lp-san-com-cursos__card:hover .lp-san-com-cursos__card-cta i {
    transform: translateX(3px);
    transition: transform 0.2s;
}

.lp-san-com-cursos__empty {
    text-align: center;
    color: #6b7280;
    padding: 2rem;
}

/* ───────────────────────────────────────────────────────────────────
   Introducción extendida (pub_web_info.descripcion)
   Renderiza el párrafo largo con keywords tras el hero.
   ─────────────────────────────────────────────────────────────────── */
.lp-opo-prod-intro {
    background: #fff;
}

.lp-opo-prod-intro__content {
    color: #1f2937;
    font-size: 1.02rem;
    line-height: 1.7;
}

.lp-opo-prod-intro__content p {
    margin-bottom: 1rem;
}

.lp-opo-prod-intro__content strong {
    color: var(--color-primary);
}

.lp-opo-prod-intro__content ul {
    margin: 1.25rem 0 0.5rem 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.5rem 1.5rem;
}

.lp-opo-prod-intro__content ul li {
    position: relative;
    padding-left: 1.5rem;
    color: #374151;
}

.lp-opo-prod-intro__content ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-weight: 700;
}

/* ───────────────────────────────────────────────────────────────────
   Cross-linking entre servicios de salud (solo landing territorial)
   Refuerza razón "dos convocatorias simultáneas con una matrícula".
   ─────────────────────────────────────────────────────────────────── */
.lp-opo-prod-cross {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.lp-opo-prod-cross__card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.75rem 1.75rem 1.5rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.lp-opo-prod-cross__header {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.lp-opo-prod-cross__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: var(--color-primary-soft, rgba(25, 96, 224, 0.1));
    color: var(--color-primary);
    font-size: 1.4rem;
}

.lp-opo-prod-cross__title {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    color: var(--color-heading, #0f172a);
    line-height: 1.3;
}

.lp-opo-prod-cross__lead {
    margin: 0;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.55;
}

.lp-opo-prod-cross__lead strong {
    color: var(--color-primary);
}

.lp-opo-prod-cross__grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.5rem;
}

.lp-opo-prod-cross__item {
    margin: 0;
}

.lp-opo-prod-cross__chip {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.6rem 0.85rem;
    border-radius: 0.6rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 0.93rem;
    cursor: default;
}

.lp-opo-prod-cross__chip i {
    color: var(--color-primary);
    flex: 0 0 auto;
    font-size: 0.95rem;
    opacity: 0.85;
}

@media (max-width: 576px) {
    .lp-opo-prod-cross__header {
        flex-direction: column;
        gap: 0.75rem;
    }
    .lp-opo-prod-cross__card {
        padding: 1.25rem;
    }
    .lp-opo-prod-cross__title {
        font-size: 1.15rem;
    }
}
