:root {
  --bg: #030303;
  --panel: #0b0b0b;
  --gold: #d7a62b;
  --gold-light: #ffe19a;
  --text: #f5f5f5;
  --muted: #a7a7a7;
  --line: rgba(215,166,43,.33);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 50% 0%, #151008 0, #050505 35rem, #000 100%);
  color: var(--text);
  font-family: Montserrat, Arial, sans-serif;
}
a { color: inherit; }
.page-shell { width: min(100%, 760px); margin: 0 auto; padding: 18px 14px 28px; }
.hero-image-wrap { position: relative; }
.hero-image, .fight-poster {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 0 34px rgba(215,166,43,.17);
}
.poster-link { position: absolute; left: 8%; right: 8%; z-index: 2; border-radius: 20px; }
.poster-link:focus-visible { outline: 3px solid white; }
.poster-link-tiktok { top: 74%; height: 10%; }
.poster-link-instagram { top: 86%; height: 10%; }
.fight-section { padding-top: 42px; text-align: center; }
.eyebrow { margin: 0 0 6px; color: var(--gold); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
h1 { margin: 0 0 22px; font-size: clamp(1.55rem, 5vw, 2.35rem); letter-spacing: .04em; }
.fight-poster { border: 1px solid var(--line); }
.event-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 16px 0 12px;
}
.event-details > div { padding: 12px 8px; background: rgba(12,12,12,.88); border: 1px solid var(--line); border-radius: 10px; }
.event-details .location { grid-column: 1 / -1; }
.event-details span { display: block; color: var(--gold); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 5px; }
.event-details strong { font-size: clamp(.86rem, 3.2vw, 1.06rem); }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 14px 0 18px; }
.count-box { padding: 13px 4px 10px; background: linear-gradient(180deg,#111,#070707); border: 1px solid var(--line); border-radius: 10px; }
.count-box strong { display: block; color: var(--gold-light); font-size: clamp(1.25rem, 5vw, 2rem); line-height: 1; }
.count-box span { display: block; margin-top: 7px; color: var(--muted); font-size: .7rem; }
.ticket-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: min(100%, 430px);
  padding: 12px 24px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: linear-gradient(180deg,#e6ba43,#a87908);
  color: #090909;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0 24px rgba(215,166,43,.25);
}
.ticket-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
footer { display: flex; justify-content: center; gap: 18px; padding: 0 16px 30px; }
.footer-link { border: 0; background: transparent; color: #bdbdbd; cursor: pointer; font: inherit; font-size: .78rem; }
.footer-link:hover { color: white; }
dialog { width: min(92vw, 520px); color: white; background: #101010; border: 1px solid var(--gold); border-radius: 16px; padding: 28px; box-shadow: 0 20px 70px black; }
dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(4px); }
dialog h2 { color: var(--gold-light); margin-top: 0; }
dialog a { color: var(--gold-light); }
.modal-close { position: absolute; right: 13px; top: 8px; border: 0; background: transparent; color: white; font-size: 2rem; cursor: pointer; }
.close-text { margin-top: 12px; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--gold); background: transparent; color: white; cursor: pointer; }
@media (max-width: 420px) {
  .page-shell { padding-inline: 8px; }
  .hero-image, .fight-poster { border-radius: 10px; }
  .countdown { gap: 5px; }
}

.visitor-counter {
  width: min(100%, 430px);
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(18,18,18,.94), rgba(6,6,6,.94));
  box-shadow: 0 0 20px rgba(215,166,43,.10);
}
.visitor-counter-label {
  display: block;
  color: var(--gold);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.visitor-counter strong {
  display: block;
  margin: 5px 0 3px;
  color: var(--gold-light);
  font-size: clamp(1.45rem, 5vw, 2.15rem);
  line-height: 1;
}
.visitor-counter small {
  color: var(--muted);
  font-size: .67rem;
}

/* Auffällige Hinweise für Content und Tickets */
.eyebrow,
.ticket-button {
  animation: goldAttention 1.45s ease-in-out infinite;
}

.eyebrow {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid rgba(255, 209, 74, .72);
  border-radius: 999px;
  background: rgba(215, 166, 43, .10);
  color: #ffd14a;
  text-shadow: 0 0 8px rgba(255, 209, 74, .78);
  box-shadow: 0 0 16px rgba(215, 166, 43, .22);
}

.ticket-button {
  background: linear-gradient(180deg, #ffd85a, #c88b08);
  border-color: #ffd14a;
  color: #080808;
  box-shadow: 0 0 18px rgba(255, 209, 74, .48), 0 0 38px rgba(215, 166, 43, .24);
}

.ticket-button:hover,
.ticket-button:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-2px) scale(1.025);
  box-shadow: 0 0 25px rgba(255, 209, 74, .72), 0 0 50px rgba(215, 166, 43, .34);
}

@keyframes goldAttention {
  0%, 100% {
    opacity: 1;
    filter: brightness(1);
  }
  50% {
    opacity: .58;
    filter: brightness(1.45);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eyebrow,
  .ticket-button {
    animation: none;
  }
}
