.home-hero-shell {
  padding: 18px 0 12px;
}

.home-hero-shell__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.home-hero-copy {
  min-width: 0;
  max-width: 100%;
}

.home-hero-copy {
  display: grid;
  gap: 18px;
  padding: 34px 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, .12), transparent 26%),
    radial-gradient(circle at top right, rgba(99, 102, 241, .18), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #13233f 48%, #173257 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, .12);
}

.home-hero-copy__eyebrow {
  display: inline-flex;
  width: max-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .95);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.home-hero-copy p {
  margin: 0;
  max-width: 720px;
  color: rgba(226, 232, 240, .88);
  font-size: 1rem;
  line-height: 1.65;
}

.home-search-compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.home-search-compact__field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(255, 255, 255, .42);
}

.home-search-compact__field svg {
  width: 20px;
  height: 20px;
  fill: #475569;
  flex: 0 0 auto;
}

.home-search-compact__field input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 1rem;
  outline: 0;
}

.home-search-compact .btn {
  min-height: 58px;
  padding-inline: 22px;
}

.home-search-compact__field:focus-within {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.home-hero-copy__benefits {
  margin-top: -4px;
}

.home-hero-copy__benefits-list {
  display: flex;
  gap: 6px 8px;
  flex-wrap: wrap;
}

.home-hero-copy__benefits-list span,
.home-quick-categories__item {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  color: rgba(226, 232, 240, .72);
  font-size: .72rem;
  font-weight: 500;
  text-decoration: none;
}

.home-quick-categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.home-quick-categories__item:hover {
  background: rgba(255, 255, 255, .16);
}

.home-hero-spotlight {
  display: grid;
}

.home-spotlight-card {
  display: grid;
  min-width: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 32px rgba(15, 23, 42, .1);
  text-decoration: none;
}

.home-spotlight-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #dbe4ef;
}

.home-spotlight-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-spotlight-card__tag {
  position: absolute;
  left: 16px;
  top: 16px;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .74);
  color: #fff;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-spotlight-card__body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.home-spotlight-card__body h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  line-height: 1.08;
}

.home-spotlight-card__body p,
.home-spotlight-card__date {
  margin: 0;
  color: #475569;
  font-size: .94rem;
  line-height: 1.55;
}

.home-spotlight-card__cta {
  display: inline-flex;
  width: max-content;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e8f0ff;
  color: #1d4ed8;
  font-size: .88rem;
  font-weight: 700;
}

.home-spotlight-card--empty {
  align-items: center;
}

.home-refine-strip {
  padding: 10px 0 0;
}

.home-refine-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
}

.home-refine-panel__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-refine-panel__row--dates {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-refine-panel__row--dates[hidden] {
  display: none;
}

.home-refine-field {
  display: grid;
  gap: 6px;
}

.home-refine-field span {
  color: #334155;
  font-size: .76rem;
  font-weight: 700;
}

.home-refine-field input,
.home-refine-field select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #d5dde8;
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  font-size: .92rem;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.home-refine-field input:focus,
.home-refine-field select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.home-refine-panel__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.section--events {
  padding-top: 18px;
}

@media (max-width: 980px) {
  .home-hero-shell__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-hero-copy {
    padding: 22px;
  }

  .home-search-compact,
  .home-refine-panel__row,
  .home-refine-panel__row--dates {
    grid-template-columns: 1fr;
  }
}


.home-hero-copy p {
  max-width: 840px;
}

.home-search-compact {
  max-width: 880px;
}

.home-hero-copy__benefits,
.home-quick-categories {
  max-width: 980px;
}

.home-hero-spotlight,
.home-spotlight-card,
.home-spotlight-card__media,
.home-spotlight-card__image,
.home-spotlight-card__tag,
.home-spotlight-card__body,
.home-spotlight-card__cta,
.home-spotlight-card--empty {
  display: none !important;
}

@media (max-width: 900px) {
  .home-hero-copy {
    padding: 26px 22px;
  }

  .home-search-compact {
    max-width: 100%;
  }
}


.public-section__header .section__head-badge { display: none; }

@media (max-width: 640px) {
  main.container.section {
    padding-inline: 18px;
  }

  #resultados {
    margin-top: 8px;
    padding-top: 10px;
  }

  #resultados .public-section__header {
    padding-inline: 2px;
    margin-bottom: 10px;
  }

  #resultados .section__head h2,
  #resultados .section__head p,
  #resultados .public-section__eyebrow {
    padding-inline: 2px;
  }

  #resultados .grid-events {
    gap: 18px;
  }

  #resultados .event-card {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
  }

  #resultados .event-card__cover {
    border-radius: 0;
  }

  #resultados .event-card__body {
    padding: 14px 14px 16px;
  }

  #resultados .event-card__meta {
    gap: 8px;
  }
}
