:root {
  --bg: #000;
  --text: #fff;
  --muted: rgba(255,255,255,.8);
  --red: #bc1222;
  --red-bright: #e11b2f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: #000;
  color: var(--text);
  overflow-x: hidden;
}
a { text-decoration: none; }
img { max-width: 100%; height: auto; }

.hero-section,
.venue-section,
.matches-section,
.about-section,
.partners-section { position: relative; background: #000; }

.hero-section { padding: .25rem 0 3.2rem; }
.hero-container { max-width: 1180px; }
.hero-banner {
  position: relative;
  z-index: 3;
  margin: 0 auto -8rem;
  max-width: 980px;
}
.hero-banner-inner {
  position: relative;
  min-height: 160px;
}
.hero-top-flag { width: min(100%, 170px); margin-top: 2.8rem; }
.hero-top-ticket { margin-top: 2.15rem; }
.hero-top-ticket img,
.btn-ticket img,
.ticket-panel-btn img { width: 205px; }
.btn-map img { width: 220px; }
.btn-asset {
  display: inline-block;
  transition: transform .2s ease, filter .2s ease;
}
.btn-asset:hover { transform: translateY(-2px); filter: brightness(1.08); }

.hero-visual-wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  z-index: 1;
}
.hero-fighters {
  width: 100%;
  display: block;
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.55));
}
.hero-overlay-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(120px, 15vw, 180px);
  z-index: 4;
}
.hero-title-wrap { margin-top: -2.4rem; position: relative; z-index: 2; }
.event-title-asset { width: min(100%, 930px); }
.sold-wrap { margin-top: 2rem; }
.sold-badge { width: min(100%, 380px); }
.fighter-strip { margin-top: 3rem; }
.fighter-strip-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: .55rem;
  flex-wrap: nowrap;
}
.fighter-strip-img {
  width: 132px;
  flex: 0 0 auto;
}

.venue-section { padding: 2.7rem 0 4.4rem; }
.venue-container { max-width: 1180px; z-index: 1; }
.venue-light {
  position: absolute;
  top: -2rem;
  width: clamp(230px, 28vw, 420px);
  opacity: .9;
  pointer-events: none;
  z-index: 0;
}
.venue-light-left { left: -4vw; }
.venue-light-right { right: -4vw; }
.section-heading-big {
  margin: 0;
  font-weight: 700;
  font-size: clamp(2.35rem, 5.7vw, 4.25rem);
  line-height: 1;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.event-date {
  margin-top: 1.7rem;
  font-weight: 700;
  font-size: clamp(3rem, 8.5vw, 5.8rem);
  line-height: .95;
  letter-spacing: -.07em;
}
.countdown-asset {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.45rem;
}
.count-group { text-align: center; }
.digits {
  display: flex;
  justify-content: center;
  gap: .2rem;
}
.digits img {
  width: 60px;
}
.count-label {
  margin-top: .45rem;
  font-size: .95rem;
  letter-spacing: .02em;
  color: #fff;
}
.ticket-panel {
  margin: 2.1rem auto 0;
  width: min(100%, 640px);
  min-height: 112px;
  border-radius: 999px;
  background: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 1.8rem;
  border: 2px solid white;
}
.ticket-panel-text {
  color: white;
  font-size: 1.05rem;
  white-space: nowrap;
}
.ticket-panel-text strong { font-weight: 900; }

.matches-section {
  padding: 3.6rem 0 2.7rem;
}
.matches-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 46%;
  background: url('assets/PNG/ring.jpg') center bottom / cover no-repeat;
  opacity: .65;
  pointer-events: none;
}
.section-heading { position: relative; z-index: 1; }
.section-heading-big-sm,
.section-heading-small {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.04em;
}
.section-heading-big-sm { font-size: clamp(2rem, 4vw, 3rem); }
.section-eyebrow {
  color: var(--red-bright);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .95rem;
}
.white-eyebrow { color: #fff; }
.matches-grid { max-width: 1130px; margin: 0 auto; }
.fight-card {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  transition: transform .25s ease, filter .25s ease;
}
.fight-card:hover { transform: translateY(-4px); filter: brightness(1.05); }
.fight-card img { width: 100%; display: block; border-radius: 10px; }

.about-section {
  padding: 4.2rem 0 2rem;
}
.about-ring-bg {
  position: absolute;
  inset: -6rem 0 0;
  background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.12) 30%, rgba(0,0,0,.1) 100%), url('assets/PNG/ring.jpg') center 22% / cover no-repeat;
  opacity: .5;
  pointer-events: none;
}
.about-row { max-width: 930px; margin: 0 auto; }
.about-logo { width: 210px; }
.about-section p {
  color: rgba(255,255,255,.86);
  line-height: 1.7;
  font-size: 1rem;
}

.partners-section { padding: 2.6rem 0 3rem; }
.general-partner { margin-bottom: 2.2rem; }
.general-label {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding: .45rem .95rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.general-partner-logo { width: min(100%, 360px); }
.partners-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.7rem;
}
.partners-label {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-right: .5rem;
}
.partner-logo {
  max-height: 36px;
  width: auto;
  object-fit: contain;
}

.site-footer {
  padding: 1.4rem 0 2.2rem;
  color: rgba(255,255,255,.82);
  font-size: .72rem;
  line-height: 1.6;
  background: #000;
}

.fight-modal-content {
  background: rgba(0,0,0,.96);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
}
.modal-fight-image {
  max-height: 84vh;
  width: auto;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .hero-banner { max-width: 920px; margin-bottom: -4.3rem; }
  .hero-banner-inner { min-height: 136px; }
  .hero-top-flag { margin-top: 2.35rem; width: 150px; }
  .hero-top-ticket { margin-top: 1.8rem; }
  .fighter-strip-row { gap: .35rem; }
  .fighter-strip-img { width: 92px; }
  .matches-bg { top: 56%; }
}

@media (max-width: 767.98px) {
  .hero-section { padding-top: .1rem; }
  .hero-banner { margin-bottom: -2rem; }
  .hero-banner-inner { min-height: 96px; }
  .hero-top-flag { width: 112px; margin-top: 1.75rem; }
  .hero-overlay-logo { top: 0; width: 92px; }
  .hero-top-ticket { margin-top: 1.25rem; }
  .hero-title-wrap { margin-top: -1rem; }
  .event-title-asset { max-width: 94%; }
  .sold-wrap { margin-top: 1.2rem; }
  .fighter-strip { margin-top: 2rem; overflow-x: auto; }
  .fighter-strip-row { padding: 0 .5rem .35rem;flex-wrap: wrap; }
  .fighter-strip-img { width: 130px; }
  .venue-section { padding-top: 1.8rem; }
  .venue-light { width: 190px; opacity: .78; top: 5rem; }
  .digits img { width: 38px; }
  .countdown-asset { gap: 1rem; }
  .ticket-panel { min-height: 96px; padding: .8rem 1rem; flex-direction: column; border-radius: 32px; }
  .ticket-panel-text { font-size: .98rem; }
  .hero-top-ticket img { width: 120px; }
  .ticket-panel-btn img, .btn-ticket img { width: 180px; }
  .about-section { padding-top: 3rem; }
  .partners-inline { gap: 1rem 1.2rem; }
  .partner-logo { max-height: 30px; }
  .sold-badge {width: min(70%, 380px);}
}
