.hero-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(253, 0, 150, 0.07), transparent 25%),
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.34), transparent 22%),
    radial-gradient(circle at 78% 78%, rgba(222, 194, 209, 0.2), transparent 30%),
    linear-gradient(135deg, #fbf6f8 0%, #f5edf2 45%, #efe7df 100%);
  background-attachment: fixed;
  isolation: isolate;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-section::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.hero-section::after {
  background:
    radial-gradient(circle at 8% -4%, rgba(253, 0, 150, 0.04), transparent 18rem),
    radial-gradient(circle at 94% 100%, rgba(253, 0, 150, 0.025), transparent 20rem);
}

.hero-stack {
  --hero-content-width: 95%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.hero-banner-frame {
  width: var(--hero-content-width);
}

.hero-ticket-card {
  width: min(var(--hero-content-width), 52rem);
  padding: 1.1rem;
  border: 1px solid rgba(37, 55, 199, 0.12);
  border-radius: 1.5rem;
  background: rgba(255, 251, 254, 0.8);
  box-shadow: 0 18px 45px rgba(37, 55, 199, 0.12);
  backdrop-filter: blur(10px);
}

.hero-ticket-card__eyebrow {
  margin: 0 0 0.85rem;
  color: #cf3e98;
  font-family: "Caviar Dreams", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

.hero-ticket-card__grid {
  display: grid;
  gap: 0.85rem;
}

.hero-ticket-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1rem 1.05rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(37, 55, 199, 0.1);
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.hero-ticket-item--friday {
  border-color: rgba(37, 55, 199, 0.16);
  box-shadow: inset 0 0 0 1px rgba(37, 55, 199, 0.05);
}

.hero-ticket-item--saturday {
  border-color: rgba(253, 0, 150, 0.16);
  box-shadow: inset 0 0 0 1px rgba(253, 0, 150, 0.05);
}

.hero-ticket-item__day {
  margin: 0;
  color: #2537c7;
  font-family: "Stardos Stencil", serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.hero-ticket-item__text {
  margin: 0.35rem 0 0;
  color: #4256d4;
  font-family: "Caviar Dreams", sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.hero-ticket-card__footer {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(37, 55, 199, 0.08);
  justify-items: center;
}

.hero-ticket-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: #2537c7;
  color: #fff;
  font-family: "Caviar Dreams", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.hero-ticket-link:hover {
  background: #1e2ca3;
  transform: translateY(-1px);
}

.hero-ticket-link--primary {
  min-width: 13.5rem;
  background: linear-gradient(135deg, #2537c7 0%, #fd0096 100%);
  box-shadow: 0 12px 24px rgba(96, 38, 143, 0.22);
}

.hero-ticket-link--primary:hover {
  background: linear-gradient(135deg, #1e2ca3 0%, #dc0a88 100%);
}

.program-section {
  background:
    linear-gradient(180deg, rgba(251, 246, 248, 0.18) 0%, rgba(247, 238, 244, 0.12) 100%),
    url("../images/programa_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.program-shell {
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.program-header {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.program-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.program-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(231, 239, 45, 0.4);
  color: #2537c7;
  font-family: "Caviar Dreams", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.program-tag--place {
  background: rgba(37, 55, 199, 0.1);
}

.program-header__copy {
  text-align: center;
}

.program-overline {
  margin: 0 0 0.55rem;
  color: #cf3e98;
  font-family: "Caviar Dreams", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.program-title {
  margin: 0;
  font-family: "Stardos Stencil", serif;
  font-size: clamp(2.55rem, 6vw, 4.85rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: #2537c7;
}

.program-subtitle {
  margin: 0.65rem 0 0;
  color: #4558d6;
  font-family: "Caviar Dreams", sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  letter-spacing: 0.04em;
}

.program-layout {
  display: grid;
  gap: 1.5rem;
}

.program-days {
  display: grid;
  gap: 1.25rem;
}

.program-day {
  padding: 1.5rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(37, 55, 199, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 35px rgba(37, 55, 199, 0.12);
}

.program-day__head {
  margin-bottom: 1.25rem;
}

.program-day__body {
  display: grid;
  gap: 1.15rem;
}

.program-day__date {
  margin: 0;
  font-family: "Stardos Stencil", serif;
  font-size: clamp(2.35rem, 5vw, 3.55rem);
  font-weight: 700;
  line-height: 0.92;
  color: #dce419;
  text-shadow: 0 2px 0 rgba(37, 55, 199, 0.08);
}

.program-day__label {
  margin: 0.4rem 0 0;
  color: #cf3e98;
  font-family: "Caviar Dreams", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.program-day__price {
  margin: 0.6rem 0 0;
  color: rgba(37, 55, 199, 0.78);
  font-family: "Caviar Dreams", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.program-list {
  display: grid;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-item {
  display: grid;
  grid-template-columns: clamp(5.2rem, 8vw, 6.8rem) minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
}

.program-time {
  color: #f03c9f;
  font-family: "Stardos Stencil", serif;
  font-size: clamp(1.3rem, 2.05vw, 2.55rem);
  font-weight: 700;
  line-height: 0.96;
  white-space: nowrap;
}

.program-copy {
  min-width: 0;
}

.program-act {
  margin: 0;
  color: #2537c7;
  font-family: "Stardos Stencil", serif;
  font-size: clamp(1.3rem, 2.05vw, 2.55rem);
  font-weight: 700;
  line-height: 0.96;
}

.program-extra {
  margin: 0.28rem 0 0;
  color: #4256d4;
  font-family: "Caviar Dreams", sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.2rem);
  font-style: italic;
  letter-spacing: 0.03em;
}

.program-day__note {
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(37, 55, 199, 0.1);
}

.program-day__note--friday {
  background: rgba(37, 55, 199, 0.08);
}

.program-day__note--saturday {
  background: rgba(253, 0, 150, 0.08);
}

.program-day__note-label {
  margin: 0 0 0.35rem;
  color: #2537c7;
  font-family: "Caviar Dreams", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.program-day__note-text {
  margin: 0;
  color: #4256d4;
  font-family: "Caviar Dreams", sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
}

.section-instagram {
  background-image: url("../images/sect3r.jpg");
}

.section-instagram h2,
.section-instagram a {
  font-family: "Caviar Dreams", sans-serif;
  letter-spacing: 0.03em;
}

.section-botiga {
  background-image: url("../images/sect4r.jpg");
}

.section-ubicacio {
  background-image: url("../images/sect5r.jpg");
}

.section-ubicacio h2 {
  font-family: "Stardos Stencil", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.96;
}

.supporters-section {
  background:
    radial-gradient(circle at 16% 12%, rgba(253, 0, 150, 0.08), transparent 18rem),
    radial-gradient(circle at 86% 18%, rgba(37, 55, 199, 0.08), transparent 16rem),
    linear-gradient(180deg, #fbf6f8 0%, #f5edf2 52%, #f2ecf5 100%);
}

.supporters-shell {
  width: 100%;
  max-width: 112rem;
}

.supporters-grid {
  display: grid;
  gap: 0.7rem;
}

.supporters-card {
  margin: 0;
  padding: clamp(0.3rem, 0.8vw, 0.7rem);
  border: 1px solid rgba(37, 55, 199, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(37, 55, 199, 0.1);
}

.supporters-card img {
  display: block;
  width: 100%;
  height: auto;
}

.widget-iframe {
  width: 100%;
  border: 0;
  overflow: hidden;
}

.map-iframe {
  border: 0;
}

@media (min-width: 768px) {
  .hero-stack {
    --hero-content-width: 82%;
  }

  .program-shell {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 2rem;
  }

  .hero-ticket-card__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .program-days {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-stack {
    --hero-content-width: 72%;
  }

  .program-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .program-days {
    max-width: 68rem;
    margin-inline: auto;
    gap: 1.75rem;
  }

  .program-day {
    display: grid;
    grid-template-columns: minmax(9.5rem, 13rem) minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
    padding: clamp(1.75rem, 3vw, 2.35rem);
  }

  .program-day__head {
    margin-bottom: 0;
    padding-top: 0.2rem;
  }
}

@media (min-width: 1440px) {
  .hero-stack {
    --hero-content-width: 60%;
  }
}
