/* ============================================
   BLOCK 11 — SEGURIDAD Y SOPORTE (stacked centered)
   ============================================ */
.home_block_11_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  max-width: 78rem;
  margin: 0 auto;
}
.home_block_11_text {
  color: var(--text-muted);
}
.home_block_11_cta {
  justify-content: center;
}
@media (max-width: 1024px) {
  .home_block_11_inner { max-width: 100%; }
}
