.be-ticket-page {
  --be-bg: #07111f;
  --be-card: #121c28;
  --be-card-2: #1b2633;
  --be-text: #f6f8fb;
  --be-muted: #b8c3d1;
  --be-blue: #14b8ff;
  --be-red: #ff314f;
  --be-pink: #ff2f82;

  margin: 0 auto 2rem;
  color: var(--be-text);
  font-family: inherit;
}

.be-ticket-page * {
  box-sizing: border-box;
}

.be-hero-card,
.be-card,
.be-section {
  background:
    linear-gradient(135deg, rgba(20,184,255,.14), transparent 38%),
    linear-gradient(315deg, rgba(255,49,79,.16), transparent 42%),
    var(--be-card);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

.be-hero-card {
  padding: 2rem;
  margin: 0 0 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.be-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 20%, rgba(255,255,255,.05) 20.5%, transparent 21%),
    linear-gradient(300deg, transparent 62%, rgba(255,49,79,.16) 62.5%, transparent 63%);
  pointer-events: none;
}

.be-kicker {
  margin: 0 0 .4rem;
  color: var(--be-blue);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 800;
}

.be-hero-card h1,
.be-section h2,
.be-card h2,
.be-card h3 {
  margin-top: 0;
  color: var(--be-text);
  line-height: 1.05;
}

.be-hero-card h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .02em;
  margin-bottom: .75rem;
}

.be-subtitle {
  max-width: 720px;
  margin: 0 auto 1.2rem;
  color: var(--be-muted);
  font-size: 1.05rem;
}

.be-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem;
}

.be-tags span {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  padding: .35rem .65rem;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.be-info-grid,
.be-split {
  display: grid;
  gap: 1rem;
}

.be-info-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.be-split {
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.be-card,
.be-section {
  padding: 1.35rem;
}

.be-card p,
.be-card li,
.be-section span {
  color: var(--be-muted);
}

.be-card strong {
  color: var(--be-text);
}

.be-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.be-card li {
  margin: .35rem 0;
}

.be-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.07);
  border-top: 3px solid var(--be-blue);
  margin-bottom: .8rem;
  font-size: 1.3rem;
}

.be-card-main {
  border-top: 3px solid var(--be-blue);
}

.be-card:nth-child(3),
.be-come {
  border-top: 3px solid var(--be-pink);
}

.be-charity {
  border-top: 3px solid var(--be-red);
}

.be-small {
  font-size: .9rem;
  margin-top: .8rem;
}

.be-section {
  margin-top: 1rem;
  border-top: 3px solid var(--be-red);
}

.be-timeline {
  display: grid;
  gap: .65rem;
}

.be-time {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  align-items: center;
  padding: .8rem 1rem;
  background: rgba(255,255,255,.055);
  border-left: 3px solid var(--be-blue);
}

.be-time strong {
  color: var(--be-text);
}

@media (max-width: 900px) {
  .be-info-grid,
  .be-split {
    grid-template-columns: 1fr;
  }

  .be-time {
    grid-template-columns: 1fr;
    gap: .25rem;
  }
}

.be-ticket-page {
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.be-hero-card {
  padding: 1.6rem 1.4rem;
  margin-bottom: .75rem;
}

.be-hero-card h1 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.be-info-grid,
.be-split {
  gap: .75rem;
}

.be-card,
.be-section {
  padding: 1rem 1.15rem;
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
}

.be-section {
  margin-top: .75rem;
}

.be-split {
  margin-top: .75rem;
}

.be-card h2,
.be-section h2 {
  font-size: 1.55rem;
}

.be-card h3 {
  font-size: 1.25rem;
}

.be-card p,
.be-card li,
.be-section span {
  font-size: .92rem;
}

.be-time {
  padding: .65rem .85rem;
}

.be-icon {
  width: 34px;
  height: 34px;
  font-size: .85rem;
  color: #14b8ff;
  font-weight: 900;
}

.be-guests {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .65rem;
  margin-top: .9rem;
}

.be-guest {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
  border-top: 3px solid var(--be-red);
  padding: .5rem;
  text-align: center;
}

.be-guest img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: .5rem;
  filter: saturate(1.05) contrast(1.05);
}

.be-guest strong {
  display: block;
  color: var(--be-text);
  font-size: .82rem;
  line-height: 1.15;
}

.be-guest span {
  display: block;
  margin-top: .2rem;
  color: var(--be-blue);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .62rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .be-guests {
    grid-template-columns: repeat(2, 1fr);
  }
}
.be-links {
  display: flex;
  gap: .75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0 1.25rem;
}

.be-button-secondary {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.be-button-secondary:hover {
  background: rgba(255,255,255,.14);
}

.be-cta-row {
  display: flex;
  justify-content: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin: 1rem 0 1.4rem;
}

.be-cta {
  display: inline-block;
  padding: .75rem 1rem;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-size: .75rem;
  border-radius: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.be-cta-primary {
  background: #e00000;
  color: #fff !important;
}

.be-cta-secondary {
  background: #111827;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18);
}

.be-cta:hover {
  filter: brightness(1.12);
}