/* ============================================
   BLOCK 11 — CONCLUSIÓN (calm closing)
   ============================================ */

.home_block_11 {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0, 168, 89, 0.05) 0%, transparent 55%),
    var(--bg-surface);
  border-bottom: 1px solid var(--accent-line);
}

.home_block_11 > .concl_wrap {
  max-width: 100rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.home_block_11 .concl_header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.home_block_11 .concl_p {
  max-width: 90rem;
  font-size: 1.32rem;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .home_block_11 > .concl_wrap {
    gap: 3rem;
  }

  .home_block_11 .concl_p {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
