.eventos-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 26px 24px 96px;
}

.btn-voltar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.eventos-hero {
  margin-top: 34px;
}

.eventos-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -1.4px;
}

.eventos-hero p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 16px;
  font-weight: 700;
}

.eventos-filtros {
  margin-top: 24px;
  display: grid;
  gap: 18px;
}

.busca {
  height: 58px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.busca span {
  font-size: 22px;
  color: #1e3a8a;
}

.busca input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.filtros-regiao {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filtro-regiao {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: #334155;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.035);
}

.filtro-regiao.ativo {
  background: #1e3a8a;
  border-color: #1e3a8a;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(30, 58, 138, 0.18);
}

.eventos-listagem {
  margin-top: 34px;
}

.grid-eventos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.grid-eventos .card {
  width: 100%;
  flex: none;
}

.grid-eventos .foto-wrap {
  height: 210px;
}

.acoes-listagem {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.btn-carregar-mais {
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(30, 58, 138, 0.20);
  background: #ffffff;
  color: #1e3a8a;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.empty {
  grid-column: 1 / -1;
  padding: 28px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #64748b;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.card {
  position: relative;
  background: rgba(255,255,255,.96);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.058);
  box-shadow:
    0 10px 26px rgba(15,23,42,.045),
    inset 0 1px 0 rgba(255,255,255,.85);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(15,23,42,.09);
  box-shadow:
    0 18px 42px rgba(15,23,42,.085),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.foto-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #e5e7eb;
}

.foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, opacity .3s ease;
}

.card:hover .foto {
  transform: scale(1.035);
}

.overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(2,6,23,.72),
      rgba(15,23,42,.18),
      rgba(15,23,42,.02)
    );
}

.overlay-content {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  z-index: 4;
}

.overlay-text {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.48px;
  text-shadow: 0 2px 12px rgba(0,0,0,.20);
}

.ver-mais {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  border: 1px solid rgba(255,255,255,.18);
}

.card-body {
  padding: 12px 14px 14px;
  background: #ffffff;
}

.meta {
  color: #64748b;
  font-size: 13px;
  line-height: 1.38;
  font-weight: 700;
}

.price,
.btn-favorito,
.favorito-btn,
.favorite-btn,
.floating-lojas {
  display: none !important;
}

.footer {
  margin-top: 80px;
}

@media (max-width: 1180px) {
  .grid-eventos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .eventos-container {
    padding: 22px 16px 80px;
  }

  .eventos-hero h1 {
    font-size: 30px;
  }

  .grid-eventos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .grid-eventos .foto-wrap {
    height: 160px;
  }
}

@media (max-width: 520px) {
  .eventos-container {
    padding: 18px 12px 72px;
  }

  .eventos-hero h1 {
    font-size: 26px;
  }

  .eventos-hero p {
    font-size: 14px;
  }

  .busca {
    height: 52px;
    padding: 0 14px;
  }

  .busca input {
    font-size: 14px;
  }

  .filtros-regiao {
    gap: 8px;
  }

  .filtro-regiao {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .grid-eventos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .grid-eventos .foto-wrap {
    height: 122px;
  }

  .card {
    border-radius: 18px;
  }

  .overlay-content {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .overlay-text {
    font-size: 12.5px;
  }

  .ver-mais {
    min-height: 24px;
    padding: 0 8px;
    font-size: 9px;
  }

  .card-body {
    padding: 9px 10px 10px;
  }

  .meta {
    font-size: 10.5px;
  }

  .footer {
    margin-top: 64px;
  }
}
