.hero-eventos {
  position: relative;
  color: #fff;
}

.hero-eventos-media img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.hero-eventos-content {
  position: relative;
  margin-top: -12rem;
}

.hero-eventos-text {
  max-width: 640px;
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at top left, rgba(199, 161, 91, 0.22), transparent 55%), rgba(17, 12, 8, 0.86);
  box-shadow: var(--shadow-medium);
}

.hero-eventos-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
  font-size: var(--font-size-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.hero-eventos-breadcrumb-link {
  text-decoration: none;
}

.hero-eventos-breadcrumb-link:hover {
  text-decoration: underline;
}

.hero-eventos-breadcrumb-current {
  opacity: 0.8;
}

.hero-eventos-text h1 {
  color: #fff;
}

.hero-eventos-text .lead {
  color: rgba(255, 255, 255, 0.86);
}

.hero-eventos-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.hero-eventos-note {
  margin-top: var(--space-6);
  color: rgba(255, 255, 255, 0.86);
}

.hero-eventos-note strong {
  color: #fff;
}

.section--alt {
  background-color: var(--color-background-alt);
}

.hero-eventos-intro {
  align-items: flex-start;
}

.hero-eventos-intro-card {
  align-self: stretch;
}

.hero-eventos-list {
  list-style: none;
  padding-left: 0;
}

.hero-eventos-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
}

.hero-eventos-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
}

.hero-eventos-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.hero-eventos-ambientes {
  align-items: center;
}

.hero-eventos-ambientes-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-medium);
}

.hero-eventos-gastronomia-grid,
.hero-eventos-poker-grid,
.hero-eventos-experiencias-grid,
.hero-eventos-servico-grid {
  align-items: stretch;
}

.hero-eventos-card-media {
  margin-bottom: var(--space-4);
}

.hero-eventos-card-media img {
  border-radius: var(--radius-md);
}

.hero-eventos-poker-side {
  align-self: center;
}

.hero-eventos-servico-card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-eventos-cta-final {
  background: radial-gradient(circle at top, rgba(199, 161, 91, 0.13), transparent 55%);
}

.hero-eventos-cta-final h2 {
  max-width: 26rem;
  margin-inline: auto;
}

.hero-eventos-cta-final .lead {
  max-width: 44rem;
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .hero-eventos-media img {
    height: 48vh;
  }

  .hero-eventos-content {
    margin-top: -8rem;
  }

  .hero-eventos-text {
    padding: var(--space-4);
  }

  .hero-eventos-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (min-width: 1024px) {
  .hero-eventos-media img {
    height: 70vh;
  }

  .hero-eventos-text {
    margin-left: 4%;
  }
}
