/* Protección de Datos Personales — card destacada y landing */

.store-proteccion-card-section {
  animation: storeProteccionEntrada 0.7s ease-out both;
}

@keyframes storeProteccionEntrada {
  from {
    opacity: 0;
    transform: translateY(0.65rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.store-proteccion-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1rem, 3vw, 1.5rem);
  color: #fff;
  background: linear-gradient(118deg, var(--siglo-blue-dark) 0%, var(--siglo-blue) 48%, #0a68df 72%, var(--siglo-orange-strong) 130%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  box-shadow: 0 0.55rem 1.5rem rgba(0, 43, 115, 0.22);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.store-proteccion-card:hover,
.store-proteccion-card:focus-visible {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 0.85rem 1.85rem rgba(0, 43, 115, 0.3);
  outline: none;
}

.store-proteccion-card-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 180, 0, 0.35), transparent 42%),
    radial-gradient(circle at 12% 85%, rgba(255, 255, 255, 0.12), transparent 38%);
  pointer-events: none;
}

.store-proteccion-card-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  z-index: 2;
  padding: 0.2rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--siglo-blue-dark);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0.15rem 0.45rem rgba(0, 0, 0, 0.12);
}

.store-proteccion-card-icono {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  color: var(--siglo-blue-dark);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0.85rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}

.store-proteccion-card-contenido {
  position: relative;
  z-index: 1;
  flex: 1 1 14rem;
  min-width: 0;
  padding-right: 4.5rem;
}

.store-proteccion-card-kicker {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.store-proteccion-card-titulo {
  margin-bottom: 0.35rem;
  font-size: clamp(1.05rem, 2.6vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
}

.store-proteccion-card-resumen {
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  max-width: 52rem;
}

.store-proteccion-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
}

/* Landing */

.store-proteccion-page-hero {
  position: relative;
  margin-bottom: 1.5rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  color: #fff;
  background: linear-gradient(120deg, var(--siglo-blue-dark) 0%, var(--siglo-blue) 52%, #0a68df 72%, var(--siglo-orange-strong) 100%);
  border-radius: 1rem;
  overflow: hidden;
}

.store-proteccion-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(255, 180, 0, 0.28), transparent 42%);
  pointer-events: none;
}

.store-proteccion-page-hero-inner {
  position: relative;
  z-index: 1;
}

.store-proteccion-page-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.store-proteccion-page-title {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.store-proteccion-page-lead {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  max-width: 48rem;
}

.store-proteccion-intro {
  margin-bottom: 1.5rem;
}

.store-proteccion-intro p {
  margin-bottom: 0.85rem;
  line-height: 1.6;
  color: #495057;
}

.store-proteccion-section-title {
  margin-bottom: 1rem;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 800;
  color: var(--siglo-blue-dark);
  border-left: 5px solid var(--siglo-orange-strong);
  padding-left: 0.75rem;
}

.store-proteccion-servicio-card {
  height: 100%;
  padding: 1.15rem 1.2rem;
  color: #212529;
  background: #fff;
  border: 1px solid rgba(0, 43, 115, 0.14);
  border-radius: 0.85rem;
  box-shadow: 0 0.2rem 0.75rem rgba(0, 43, 115, 0.07);
}

.store-proteccion-servicio-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: #002b73;
}

.store-proteccion-servicio-card .store-proteccion-lista li {
  color: #212529;
  font-weight: 500;
}

.store-proteccion-lista {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.store-proteccion-lista li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.55rem;
  line-height: 1.5;
  color: #495057;
}

.store-proteccion-lista li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--siglo-orange), var(--siglo-orange-strong));
}

.store-proteccion-beneficios {
  margin-bottom: 1.5rem;
  padding: 1.15rem 1.2rem;
  background: rgba(3, 87, 201, 0.04);
  border: 1px solid rgba(3, 87, 201, 0.1);
  border-radius: 0.85rem;
}

.store-proteccion-cta-box {
  margin-bottom: 1.5rem;
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 43, 115, 0.04), rgba(3, 87, 201, 0.06));
  border: 1px solid rgba(0, 43, 115, 0.12);
  border-radius: 0.85rem;
}

.store-proteccion-cta-box h2 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  font-weight: 800;
  color: var(--siglo-blue-dark);
}

.store-proteccion-cta-box p {
  margin-bottom: 1rem;
  color: #5c6b7a;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.store-proteccion-diagnostico {
  margin-bottom: 1rem;
}

.store-proteccion-pregunta-grupo {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 115, 0.1);
  border-radius: 0.85rem;
  box-shadow: 0 0.15rem 0.55rem rgba(0, 43, 115, 0.05);
}

.store-proteccion-pregunta-grupo h3 {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--siglo-blue);
}

.store-proteccion-pregunta {
  margin-bottom: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px dashed rgba(0, 43, 115, 0.1);
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
}

.store-proteccion-pregunta:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.store-proteccion-opciones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.5rem;
}

.store-proteccion-opcion {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--siglo-blue-dark);
  background: rgba(3, 87, 201, 0.07);
  border: 1px solid rgba(3, 87, 201, 0.14);
  border-radius: 999px;
}

@media (max-width: 575.98px) {
  .store-proteccion-card-contenido {
    padding-right: 0;
    padding-top: 1.75rem;
  }

  .store-proteccion-card-badge {
    top: 0.55rem;
    right: 0.55rem;
  }
}
