:root {
  --hfr-sales-red: #e3262e;
  --hfr-sales-red-dark: #a80f16;
  --hfr-sales-red-hover: #880b11;
}

.hfr-bh-campaign-bar {
  align-items: center;
  background: linear-gradient(135deg, var(--hfr-sales-red), var(--hfr-sales-red-dark));
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 0.75rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  color: #fff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0.75rem 1rem;
  max-width: 36rem;
  padding: 0.55rem 1rem;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hfr-bh-campaign-bar:hover {
  background: linear-gradient(135deg, var(--hfr-sales-red-dark), var(--hfr-sales-red-hover));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}

.hfr-bh-campaign-bar__event {
  font-family: "United Serif SmCd Bk", "Roboto Slab", sans-serif;
  font-size: 1.22rem;
  letter-spacing: 0.055em;
  line-height: 1.05;
}

.hfr-bh-campaign-bar__urgency {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.35;
  margin-top: 0.24rem;
}

a[href*="shop.ticketpay.de/IC8TAOV0"].border-4,
.hfr-bh-ticket-button {
  background-color: var(--hfr-sales-red-dark) !important;
  background-image: linear-gradient(180deg, var(--hfr-sales-red), var(--hfr-sales-red-dark)) !important;
  border-color: #fff !important;
  box-shadow: 0 8px 20px rgba(168, 15, 22, 0.32);
  color: #fff !important;
  flex-direction: column;
  gap: 0.2rem;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

a[href*="shop.ticketpay.de/IC8TAOV0"].border-4:hover,
.hfr-bh-ticket-button:hover {
  background-color: var(--hfr-sales-red-hover) !important;
  background-image: linear-gradient(180deg, var(--hfr-sales-red-dark), var(--hfr-sales-red-hover)) !important;
  box-shadow: 0 11px 25px rgba(136, 11, 17, 0.4);
  transform: translateY(-1px);
}

.hfr-bh-ticket-button__urgency {
  display: block;
  font-family: "Roboto Slab", sans-serif;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.2;
}

.hfr-bh-campaign-bar:focus-visible,
a[href*="shop.ticketpay.de/IC8TAOV0"].border-4:focus-visible,
.hfr-bh-ticket-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.hfr-bh-live-countdown {
  background: #171717;
  color: #fff;
  padding: 2.5rem 1rem;
}

.hfr-bh-live-countdown__inner {
  margin: 0 auto;
  max-width: 72rem;
  text-align: center;
}

.hfr-bh-live-countdown__eyebrow {
  color: #ffbd28;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 0.45rem;
}

.hfr-bh-live-countdown__title {
  color: #fff;
  font-family: "United Serif SmCd Bk", "Roboto Slab", sans-serif;
  font-size: clamp(1.8rem, 5vw, 3rem);
  letter-spacing: 0.035em;
  line-height: 1;
  margin: 0;
}

.hfr-bh-live-countdown__clock {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1.5rem auto;
  max-width: 44rem;
}

.hfr-bh-live-countdown__unit {
  background: linear-gradient(180deg, #252525, #0d0d0d);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.7rem;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.3);
  min-width: 0;
  padding: 0.8rem 0.25rem 0.65rem;
}

.hfr-bh-live-countdown__unit strong {
  color: #fff;
  display: block;
  font-family: "Roboto Slab", sans-serif;
  font-size: clamp(1.7rem, 6vw, 3.25rem);
  line-height: 1;
}

.hfr-bh-live-countdown__unit span {
  color: #ffbd28;
  display: block;
  font-size: clamp(0.62rem, 2vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-top: 0.45rem;
  text-transform: uppercase;
}

.hfr-bh-live-countdown__copy {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 700;
  margin: 0 auto 1.25rem;
  max-width: 44rem;
}

.hfr-bh-live-countdown__button {
  align-items: center;
  border-color: #fff;
  border-radius: 0.5rem;
  color: #fff !important;
  display: inline-flex;
  font-family: "United Serif SmCd Bk", "Roboto Slab", sans-serif;
  font-size: clamp(1rem, 3vw, 1.3rem);
  justify-content: center;
  letter-spacing: 0.04em;
  max-width: 32rem;
  padding: 0.9rem 1.25rem;
  text-decoration: none !important;
  width: 100%;
}

.hfr-bh-live-countdown__button:focus-visible {
  outline: 3px solid #ffbd28;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .hfr-bh-campaign-bar {
    margin: 0.8rem 0;
    width: min(100%, 32rem);
  }

  .hfr-bh-live-countdown {
    padding: 1.8rem 0.75rem 2.1rem;
  }

  .hfr-bh-live-countdown__clock {
    gap: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hfr-bh-campaign-bar,
  a[href*="shop.ticketpay.de/IC8TAOV0"].border-4,
  .hfr-bh-ticket-button {
    transition: none;
  }
}
