/* FECCETEC 2026 — v1.12.3
 * Informações oficiais de data, horário e local da 14ª FECCETEC.
 */

/* Destaque discreto no rodapé do hero para substituir o aviso temporário. */
.hero-footnote.event-footnote {
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
  letter-spacing: .01em;
}

/* Bloco de serviço no "Sobre a FECCETEC", seguindo a identidade do site. */
.event-details {
  display: grid;
  grid-template-columns: 1.05fr .8fr 1.55fr;
  gap: 1px;
  margin: 34px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(117, 51, 239, .16);
  border-radius: 22px;
  background: rgba(117, 51, 239, .14);
  box-shadow: 0 18px 44px rgba(37, 24, 58, .08);
}

.event-detail {
  min-width: 0;
  min-height: 126px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: rgba(255, 255, 255, .94);
}

.event-detail-label {
  color: #7533ef;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.event-detail strong {
  color: #1e1730;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.28;
}

.event-detail small {
  color: #665f72;
  font-size: .82rem;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .event-details {
    grid-template-columns: 1fr 1fr;
  }

  .event-detail-location {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .hero-footnote.event-footnote {
    width: calc(100% - 34px);
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }

  .event-details {
    grid-template-columns: 1fr;
    margin-top: 28px;
    border-radius: 18px;
  }

  .event-detail,
  .event-detail-location {
    grid-column: auto;
    min-height: 0;
    padding: 20px 22px;
  }
}
