/* Homepage — hero moderna */
body.home-hero-modern {
  background-color: #10131a;
  --hero-header-offset: 7.25rem;
}

body.home-hero-modern .header-5 {
  margin-top: 14px;
}

.hero-modern {
  position: relative;
  min-height: clamp(620px, 92vh, 920px);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-modern__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  z-index: 0;
}

.hero-modern__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 12, 22, 0.92) 0%, rgba(8, 12, 22, 0.72) 38%, rgba(8, 12, 22, 0.2) 68%, rgba(8, 12, 22, 0.45) 100%),
    linear-gradient(to top, rgba(8, 12, 22, 0.85) 0%, transparent 42%);
}

.hero-modern__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: calc(var(--hero-header-offset) + 0.75rem) clamp(1rem, 3vw, 2rem) clamp(3rem, 6vh, 4rem);
}

.hero-modern__content {
  max-width: 720px;
}

.hero-modern__head {
  margin-bottom: 1.5rem;
}

.hero-modern__badge {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  background: rgba(252, 163, 17, 0.2);
  border: 1px solid rgba(252, 163, 17, 0.55);
  color: #ffe2a8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-modern__title {
  margin: 0 0 0.85rem;
  font-family: var(--bs-font-family-style-3, "Poppins", sans-serif);
  font-size: clamp(2.5rem, 5.8vw, 4.6rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero-modern__lead {
  margin: 0;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.hero-modern__info-card {
  margin-bottom: 1.5rem;
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-modern__info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.hero-modern__info-item strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}

.hero-modern__info-item small {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
}

.hero-modern__info-categories {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-modern__fact-label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.hero-modern__category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.hero-modern__category-list li {
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  background: rgba(252, 163, 17, 0.1);
  border-left: 3px solid rgba(252, 163, 17, 0.65);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
}

.hero-modern__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-modern__btn {
  --bs-btn-padding-x: 1.55rem;
  --bs-btn-padding-y: 0.7rem;
  --bs-btn-font-size: 0.95rem;
  --bs-btn-border-radius: 999px;
  font-weight: 700;
}

.hero-modern__btn--ghost {
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
}

.hero-modern__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

#evento-info {
  scroll-margin-top: 6rem;
}

@media (max-width: 991.98px) {
  body.home-hero-modern {
    --hero-header-offset: 7.75rem;
  }

  body.home-hero-modern .header-5 {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .hero-modern {
    min-height: auto;
    align-items: stretch;
    margin-bottom: 0.5rem;
  }

  .hero-modern__inner {
    padding: calc(var(--hero-header-offset) + 1.35rem) 1.15rem 2.25rem;
  }

  .hero-modern__overlay {
    background:
      linear-gradient(to bottom, rgba(8, 12, 22, 0.4) 0%, rgba(8, 12, 22, 0.78) 50%, rgba(8, 12, 22, 0.96) 100%);
  }

  .hero-modern__bg-img {
    object-position: center 25%;
  }

  .hero-modern__head {
    margin-bottom: 1.5rem;
  }

  .hero-modern__badge {
    margin-bottom: 1rem;
    font-size: 0.65rem;
    padding: 0.4rem 0.8rem;
  }

  .hero-modern__title {
    font-size: clamp(1.35rem, 6.2vw, 1.85rem);
    line-height: 1.15;
    margin-bottom: 0.85rem;
  }

  .hero-modern__lead {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }

  .hero-modern__info-card {
    margin-bottom: 1.4rem;
    padding: 1rem 1.05rem;
    border-radius: 14px;
  }

  .hero-modern__info-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hero-modern__info-item strong {
    font-size: 0.92rem;
  }

  .hero-modern__info-item small {
    font-size: 0.82rem;
  }

  .hero-modern__info-categories {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
  }

  .hero-modern__category-list li {
    font-size: 0.78rem;
    padding: 0.45rem 0.6rem;
  }

  .hero-modern__actions {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-modern__actions .hero-modern__btn {
    width: 100%;
    justify-content: center;
    --bs-btn-padding-y: 0.75rem;
  }

  body.home-hero-modern .countdown-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (max-width: 380px) {
  body.home-hero-modern {
    --hero-header-offset: 8rem;
  }

  .hero-modern__title {
    font-size: 1.28rem;
  }

  .hero-modern__lead {
    font-size: 0.85rem;
  }
}

@media (min-width: 1200px) {
  body.home-hero-modern {
    --hero-header-offset: 8.75rem;
  }
}
