/* ============================================
   BLOCK 11 — Atención al cliente
   Clean centered table, no asset (breathing room)
   ============================================ */

.home_block_11_inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.home_block_11_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  max-width: 820px;
}

.home_block_11_intro {
  font-size: 1.2rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 820px;
}

.home_block_11_table {
  text-align: left;
  width: 100%;
}

.home_block_11_closer {
  font-size: 1.18rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 900px;
}

.home_block_11_cta {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .home_block_11_inner { gap: 4rem; }
  .home_block_11_intro { font-size: 2.4rem; }
  .home_block_11_closer { font-size: 2.4rem; }
}
