/* ============================================
   BLOCK 6 — Baccarat y póker (stacked: text-top + image-bottom full)
   ============================================ */

.home_block_6 {
  background: var(--bg-dark);
  position: relative;
}

.home_block_6_inner {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.home_block_6_head {
  max-width: 78ch;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-self: flex-start;
}

.home_block_6_title {
  color: var(--text);
}

.home_block_6_image {
  position: relative;
  padding: 1.6rem;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-card);
}

.home_block_6_image > img {
  display: block;
  width: 100%;
  height: auto;
  filter: sepia(0.45) saturate(0.95) brightness(0.85) contrast(1.08);
}

@media (max-width: 1024px) {
  .home_block_6_inner {
    gap: 5rem;
  }

  .home_block_6_image {
    padding: 2rem;
  }
}
