:root{--evt-primary:#0d6efd}
/* Full-bleed helper (se quiser usar no hero da home) */
.full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.evt-hero{background:linear-gradient(90deg,#0d6efd 0%, #20a0ff 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.15)}
.evt-hero h1{font-weight:800;letter-spacing:.3px}

/* remove o espaço entre o topo e o banner */
main.my-4 { margin-top: 0px !important; }

.hover-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.hover-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.5rem rgba(15, 23, 42, 0.15);
}
