.politicas-hero {
  padding: 9rem var(--side) 4rem;
  background: var(--green-ultra);
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.politicas-hero .section-eyebrow { margin-bottom: 1rem; }

.politicas-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--black);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.politicas-hero h1 em { font-style: italic; color: var(--green); }

.politicas-hero-desc {
  font-size: 1rem;
  color: var(--muted);
  font-weight: 300;
  max-width: 500px;
  margin: 1rem auto 0;
  line-height: 1.8;
}

.politicas-meta {
  font-size: 13px;
  color: var(--subtle);
  font-weight: 300;
  margin-top: 1.25rem;
}

.politicas-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.politica-bloque {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
}

.politica-bloque:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.politica-bloque h2 {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--black);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.politica-bloque p {
  font-size: 15px;
  color: var(--mid);
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.politica-bloque p:last-child { margin-bottom: 0; }

/* ─── TARJETAS ─── */
.regla-card {
  background: var(--green-pale);
  border: 1px solid var(--border-green);
  border-left: 3px solid var(--green);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.regla-icon {
  width: 38px;
  height: 38px;
  background: var(--white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.regla-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--green-dark);
}

.regla-texto { flex: 1; }

.regla-titulo {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.regla-desc {
  font-size: 14px;
  color: var(--mid);
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
}

/* ─── TARJETA ALERTA ─── */
.alerta-card {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-left: 3px solid #f9a825;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.alerta-icon svg { stroke: #f9a825; }
.alerta-card .regla-titulo { color: #5d4037; }
.alerta-card .regla-desc { color: #6d4c41; }

/* ─── LISTA ─── */
.lista-politica {
  list-style: none;
  padding: 0;
  margin: 0.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lista-politica li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--mid);
  font-weight: 300;
  line-height: 1.7;
}

.lista-politica li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
  margin-top: 8px;
}

/* ─── CONTACTO BOX ─── */
.contacto-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.75rem;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contacto-box-titulo {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.01em;
}

.contacto-medio {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--mid);
  font-weight: 300;
}

.contacto-medio strong { font-weight: 500; color: var(--dark); }

.contacto-medio a {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.contacto-medio a:hover { color: var(--green); }

.contacto-icon {
  width: 36px;
  height: 36px;
  background: var(--green-pale);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contacto-icon svg {
  width: 17px;
  height: 17px;
  stroke: var(--green-dark);
  fill: none;
}

/* WhatsApp icon es fill, no stroke */
.contacto-icon svg[fill="currentColor"] {
  fill: var(--green-dark);
  stroke: none;
  width: 16px;
  height: 16px;
}

/* ─── VOLVER ─── */
.volver-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--mid);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  margin-bottom: 2.5rem;
}

.volver-link:hover { color: var(--black); border-color: var(--black); }
.volver-link svg { stroke: currentColor; }

/* ─── MOBILE ─── */
@media (max-width: 900px) {
  .politicas-hero { padding: 7rem var(--side) 3rem; }
  .politicas-body { padding: 3rem 1.5rem; }
}

@media (max-width: 480px) {
  .regla-card, .alerta-card { flex-direction: column; gap: 10px; }
  .regla-icon { margin-top: 0; }
}
