.agv-events-hero {
  background-image: linear-gradient(90deg, rgba(4,38,30,.96) 0%, rgba(4,38,30,.78) 34%, rgba(4,38,30,.34) 64%, rgba(4,38,30,.08) 100%), url('assets/eventos-hero-pro.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.agv-events-hero .shell {
  position: relative;
  z-index: 1;
}

.agv-events-hero h1 {
  color: #fff;
  max-width: 760px;
  font-size: clamp(68px, 7.2vw, 108px);
  line-height: .88;
  text-shadow: 0 8px 34px rgba(0,0,0,.2);
}

.agv-events-hero .lead {
  max-width: 610px;
}

.agv-events-gallery > .shell {
  width: 100%;
  max-width: none;
}

.agv-events-carousel-notice {
  width: min(760px, calc(100% - 40px));
  margin: 60px auto;
  padding: 18px 22px;
  border: 1px solid rgba(216,163,49,.5);
  border-radius: 14px;
  color: #102e2a;
  background: #fff8e6;
  font-weight: 700;
  text-align: center;
}

.agv-events-cta h2 {
  color: #fff !important;
}

.agv-events-cta .events-whatsapp {
  flex: 0 0 auto;
  min-width: 320px;
  min-height: 72px;
  margin: 0;
  padding: 12px 34px;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
  color: #0b352b;
  background: #fff;
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 18px 46px rgba(0,0,0,.16);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.agv-events-cta .events-whatsapp:hover,
.agv-events-cta .events-whatsapp:focus-visible {
  transform: translateY(-3px);
  background: #f4f7ef;
  box-shadow: 0 22px 52px rgba(0,0,0,.23);
}

.events-whatsapp-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #10b965;
}

.events-whatsapp-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.events-whatsapp-label {
  color: #0b352b;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .agv-events-hero {
    background-position: 58% center;
  }

  .agv-events-cta .events-whatsapp {
    width: 100%;
    min-width: 0;
    min-height: 66px;
    padding-inline: 22px;
  }
}
