:root {
  --font-arabic: "Cairo", "Bahij TheSansArabic", "Bahij Janna", Tahoma, Arial, sans-serif;
  --bg: #08070a;
  --bg-soft: #100a0d;
  --surface: #171014;
  --surface-strong: #211318;
  --text: #fff7f5;
  --muted: #cfc1bd;
  --line: rgba(255, 255, 255, 0.12);
  --brand: #c7000b;
  --brand-deep: #76000a;
  --brand-hot: #f5222d;
  --gold: #ffb74a;
  --teal: #ff674d;
  --blue: #e3273f;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(9, 10, 13, 0.96), rgba(9, 10, 13, 1) 55%),
    #090a0d;
  color: var(--text);
  font-family: var(--font-arabic);
  line-height: 1.85;
  letter-spacing: 0;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 72%);
  animation: gridDrift 18s linear infinite;
}

body > * {
  position: relative;
  z-index: 1;
}

body::selection {
  background: rgba(231, 19, 26, 0.35);
  color: #fff;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(1680px, calc(100% - clamp(32px, 5vw, 88px)));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 999;
  translate: 0 -140%;
  background: #fff;
  color: #050506;
  padding: 10px 14px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus {
  translate: 0;
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(9, 10, 13, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
}

.header-shell,
.header-inner {
  width: min(1680px, calc(100% - clamp(32px, 5vw, 88px)));
  min-height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  min-width: max-content;
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  animation: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 12px 24px rgba(231, 19, 26, 0.26));
}

.brand-mark svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.brand-copy {
  display: grid;
  line-height: 1.25;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 900;
}

.brand--text {
  gap: 0;
  padding-block: 8px;
}

.brand--text .brand-copy strong {
  position: relative;
  font-size: clamp(0.98rem, 1.15vw, 1.22rem);
  letter-spacing: -0.035em;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(135deg, #fff 0%, #fff2ea 48%, #ff4852 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 14px 34px rgba(245, 34, 45, 0.22);
}

.brand--text .brand-copy strong::after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-hot), var(--gold));
  opacity: 0.82;
}

.brand-copy small {
  color: var(--brand-hot);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav-link {
  position: relative;
  display: inline-flex;
  padding: 10px 13px;
  border-radius: var(--radius);
  color: #ded9cf;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 800;
  transition: background-color 180ms ease, color 180ms ease;
}

.nav-link--disabled {
  cursor: default;
  opacity: 0.78;
}

.nav-link::after {
  content: "";
  position: absolute;
  inset-inline: 12px;
  inset-block-end: 6px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  transition: transform 220ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 11px 18px;
  text-decoration: none;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.header-cta,
.button-primary {
  background:
    linear-gradient(135deg, #ff3846 0%, var(--brand) 48%, var(--brand-deep) 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(231, 19, 26, 0.24);
}

.header-cta {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 42px rgba(231, 19, 26, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.header-cta::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -30%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-18deg) translateX(-140%);
  transition: transform 520ms ease;
}

.header-cta:hover::before {
  transform: skewX(-18deg) translateX(360%);
}

.header-cta span,
.header-cta .icon {
  position: relative;
  z-index: 1;
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.button-secondary:hover {
  border-color: rgba(215, 175, 97, 0.65);
  background: rgba(215, 175, 97, 0.12);
}

.hero {
  --hero-parallax-x: 0px;
  --hero-parallax-y: 0px;
  --hero-glow-x: 0px;
  --hero-glow-y: 0px;
  position: relative;
  min-height: calc(82vh - var(--header-height));
  min-height: calc(82svh - var(--header-height));
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 22%, rgba(245, 34, 45, 0.22), transparent 30%),
    radial-gradient(circle at 18% 68%, rgba(37, 199, 184, 0.14), transparent 34%),
    radial-gradient(circle at 50% 115%, rgba(215, 175, 97, 0.1), transparent 38%);
  opacity: 0.75;
  transform: translate3d(var(--hero-glow-x), var(--hero-glow-y), 0);
  transition: transform 160ms ease-out;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(9, 10, 13, 0.96) 0%, rgba(9, 10, 13, 0.78) 48%, rgba(9, 10, 13, 0.38) 100%),
    linear-gradient(180deg, rgba(9, 10, 13, 0.18), rgba(9, 10, 13, 0.9)),
    url("https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&fit=crop&w=2200&q=85");
  background-position: center;
  background-size: cover;
  transform: scale(1.04) translate3d(var(--hero-parallax-x, 0px), var(--hero-parallax-y, 0px), 0);
  animation: heroPan 18s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(0deg, var(--bg), rgba(9, 10, 13, 0));
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "actions copy"
    "showcase showcase";
  direction: ltr;
  gap: clamp(8px, 1.2vw, 18px) clamp(28px, 4vw, 66px);
  align-items: end;
  padding-block: clamp(38px, 5vh, 58px) 34px;
}

.hero-content > * {
  animation: heroLift 760ms ease both;
}

.hero-content > *:nth-child(2) {
  animation-delay: 90ms;
}

.hero-content > *:nth-child(3) {
  animation-delay: 170ms;
}

.hero-content > *:nth-child(4) {
  animation-delay: 250ms;
}

.hero-content > *:nth-child(5) {
  animation-delay: 330ms;
}

.hero-copy {
  grid-area: copy;
  direction: rtl;
  min-width: 0;
  justify-self: end;
  padding-top: 0;
  text-align: right;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 900;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.05rem, 2.75vw, 3rem);
  line-height: 1.04;
  font-weight: 900;
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
}

.hero-lead {
  max-width: 520px;
  margin: 6px 0 0;
  color: #e2ded5;
  font-size: 0.86rem;
  font-weight: 600;
}

.hero-actions {
  grid-area: actions;
  position: relative;
  z-index: 14;
  direction: ltr;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: end;
  justify-self: start;
  gap: 14px;
  margin-top: 0;
}

.hero-actions .button {
  direction: rtl;
}

html[dir="ltr"] .hero-actions .button {
  direction: ltr;
}

html[dir="ltr"] .hero-actions .button-primary .icon {
  transform: scaleX(-1);
}

@media (min-width: 1021px) {
  html[dir="ltr"] .hero-content {
    grid-template-columns: minmax(0, 1.22fr) minmax(420px, 0.78fr);
  }

  html[dir="ltr"] .hero-copy,
  html[dir="ltr"] .hero h1 {
    width: 100%;
    max-width: none;
  }

  html[dir="ltr"] .hero-lead {
    max-width: 680px;
  }
}

.hero-value-panel {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 38px 0 0;
}

.hero-value-card {
  position: relative;
  min-height: 142px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  column-gap: 12px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--radius) - 2px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(0, 0, 0, 0.16);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.hero-value-card::before {
  content: "";
  position: absolute;
  inset: auto 14px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--brand), var(--gold), var(--teal));
  opacity: 0.72;
}

.hero-value-card::after {
  content: "";
  position: absolute;
  inset: -40% auto auto -24%;
  width: 82px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(245, 34, 45, 0.18);
  filter: blur(18px);
}

.hero-value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 175, 97, 0.34);
  background-color: rgba(255, 255, 255, 0.055);
}

.hero-value-card b {
  position: relative;
  z-index: 1;
  grid-row: span 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.9), rgba(118, 0, 10, 0.82));
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(199, 0, 11, 0.26);
}

.hero-value-card b svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.hero-value-card--social b {
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.86), rgba(18, 140, 126, 0.78));
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.2);
}

.hero-value-card--arena b {
  background:
    linear-gradient(135deg, rgba(215, 175, 97, 0.9), rgba(108, 73, 17, 0.8));
  box-shadow: 0 16px 32px rgba(215, 175, 97, 0.2);
}

.hero-value-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(215, 175, 97, 0.13);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.hero-value-card strong {
  position: relative;
  z-index: 1;
  display: block;
  align-self: start;
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 900;
}

.hero-value-card small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
  font-weight: 700;
}

.hero-ticker {
  width: min(760px, 100%);
  margin-top: 34px;
  overflow: hidden;
  direction: ltr;
  border-block: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.hero-ticker--wide {
  width: 100%;
  margin: 10px 0 0;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(90deg, rgba(199, 0, 11, 0.18), rgba(255, 255, 255, 0.035), rgba(37, 199, 184, 0.12)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-ticker-track {
  --ticker-duration: 22s;
  --ticker-distance: 1200px;
  width: max-content;
  display: flex;
  gap: 16px;
  padding-block: 12px;
  direction: ltr;
  animation: tickerMove var(--ticker-duration) linear infinite;
  will-change: transform;
}

.hero-ticker:hover .hero-ticker-track {
  animation-play-state: paused;
}

.hero-ticker-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.hero-ticker-item {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 3px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: inherit;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

html[dir="rtl"] .hero-ticker-item {
  direction: rtl;
}

.hero-ticker-item:hover,
.hero-ticker-item:focus-visible {
  border-color: rgba(255, 89, 89, 0.62);
  background: rgba(225, 0, 25, 0.18);
  color: #fff;
  outline: none;
}

.hero-offer-slider {
  grid-area: showcase;
  direction: rtl;
  align-self: start;
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-slider-head {
  position: absolute;
  inset: 14px;
  z-index: 8;
  pointer-events: none;
}

.hero-slider-controls {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-slider-controls button {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.065)),
    rgba(9, 10, 13, 0.62);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-slider-controls [data-hero-prev] {
  left: 14px;
  right: auto;
}

.hero-slider-controls [data-hero-next] {
  right: 14px;
  left: auto;
}

.hero-slider-controls button:hover {
  transform: translateY(-50%) scale(1.06);
  border-color: rgba(215, 175, 97, 0.52);
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.7), rgba(199, 0, 11, 0.62)),
    rgba(9, 10, 13, 0.7);
  box-shadow: 0 22px 56px rgba(199, 0, 11, 0.34);
}

.hero-slider-controls svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.hero-offer-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.hero-offer-track::-webkit-scrollbar {
  display: none;
}

.hero-slide-card {
  position: relative;
  flex: 0 0 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #090a0d;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  isolation: isolate;
  transform-style: preserve-3d;
}

.hero-slide-card:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: -4px;
}

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

.hero-slide-card::before {
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.9), rgba(9, 10, 13, 0.2) 58%, rgba(9, 10, 13, 0.68)),
    linear-gradient(0deg, rgba(9, 10, 13, 0.92), transparent 62%);
}

.hero-slide-card::after {
  inset: 14px;
  border: 1px solid rgba(215, 175, 97, 0.34);
  border-radius: calc(var(--radius) - 6px);
}

.hero-slide-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 620ms ease, filter 420ms ease;
}

.hero-slide-content {
  position: absolute;
  z-index: 2;
  inset-inline: 28px;
  inset-block-end: 26px;
  max-width: 500px;
  display: grid;
  gap: 7px;
  justify-items: start;
  padding: 16px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(9, 10, 13, 0.68), rgba(9, 10, 13, 0.3)),
    rgba(9, 10, 13, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px) saturate(1.15);
  -webkit-backdrop-filter: blur(8px) saturate(1.15);
  transition: transform 320ms ease, opacity 320ms ease, filter 320ms ease;
}

.hero-slide-badge {
  position: absolute;
  z-index: 3;
  inset-block-start: 30px;
  inset-inline-end: 32px;
  width: max-content;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid rgba(215, 175, 97, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(215, 175, 97, 0.28), rgba(116, 78, 18, 0.18)),
    rgba(9, 10, 13, 0.35);
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(6px) saturate(1.12);
  -webkit-backdrop-filter: blur(6px) saturate(1.12);
}

.hero-slide-content strong {
  color: #fff;
  font-size: clamp(1.45rem, 2.55vw, 2.28rem);
  line-height: 1.14;
  font-weight: 900;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.46);
}

.hero-slide-title {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.hero-slide-title::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: auto;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.hero-slide-title:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 5px;
}

.hero-slider-dots {
  display: none;
}

.hero-slide-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.hero-slide-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.82) saturate(1.12);
}

.hero-slide-card:hover .hero-slide-content {
  transform: translateY(-3px);
  opacity: 1;
  filter: none;
}

.hero .hero-slide-card {
  aspect-ratio: 16 / 8.25;
  height: clamp(455px, 37vw, 680px);
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.1);
}

.hero .hero-slide-card::before {
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.48), rgba(9, 10, 13, 0.06) 58%, rgba(9, 10, 13, 0.36)),
    linear-gradient(0deg, rgba(9, 10, 13, 0.58), transparent 58%);
}

.hero .hero-slide-card::after {
  display: none;
}

.hero .hero-slide-card img {
  filter: brightness(1.08) contrast(1.04) saturate(1.08);
}

.hero-offer-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #090a0d;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
  transform-style: preserve-3d;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.hero-offer-frame:hover {
  transform: translateY(-6px) rotateX(1.5deg) rotateY(-1.5deg);
  border-color: rgba(215, 175, 97, 0.48);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.52);
}

.hero-offer-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.86), rgba(9, 10, 13, 0.18) 58%, rgba(9, 10, 13, 0.72)),
    linear-gradient(0deg, rgba(9, 10, 13, 0.92), transparent 58%);
}

.hero-offer-frame::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(215, 175, 97, 0.34);
  border-radius: var(--radius);
  pointer-events: none;
}

.hero-offer-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: offerImageFloat 11s ease-in-out infinite alternate;
}

.hero-offer-frame figcaption {
  position: absolute;
  z-index: 3;
  inset-inline: 28px;
  inset-block-end: 24px;
  display: grid;
  gap: 4px;
}

.hero-offer-frame figcaption span {
  width: max-content;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: var(--radius);
  background: rgba(215, 175, 97, 0.16);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-offer-frame figcaption strong {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 900;
}

.hero-offer-frame figcaption small {
  max-width: 410px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.hero-offer-badge {
  position: absolute;
  z-index: 4;
  inset-block-start: 26px;
  inset-inline-end: 24px;
  min-width: 118px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(231, 19, 26, 0.78);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(12px);
  animation: badgeBeat 3.2s ease-in-out infinite;
}

.hero-offer-badge span {
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
}

.hero-offer-badge strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 900;
}

.quick-strip {
  position: relative;
  padding-block: 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 34, 45, 0.18), transparent 30%),
    radial-gradient(circle at 86% 100%, rgba(37, 199, 184, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(199, 0, 11, 0.16), transparent 42%, rgba(215, 175, 97, 0.1)),
    #0c0709;
  border-bottom: 1px solid var(--line);
}

.quick-strip::before {
  content: "";
  position: absolute;
  inset-inline: clamp(24px, 5vw, 84px);
  inset-block-start: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-hot), var(--gold), var(--teal), transparent);
  opacity: 0.72;
}

.quick-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quick-item {
  position: relative;
  overflow: hidden;
  min-height: 148px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%),
    linear-gradient(160deg, rgba(199, 0, 11, 0.1), rgba(37, 199, 184, 0.045)),
    rgba(13, 9, 11, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 20px 50px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.quick-item::after {
  content: "";
  position: absolute;
  inset-inline-end: -40px;
  inset-block-start: -46px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 175, 97, 0.22), transparent 62%);
  transform: scale(0.84);
  transition: transform 280ms ease, opacity 280ms ease;
}

.quick-item::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--brand), var(--gold), var(--teal));
  transform: scaleY(0.28);
  transform-origin: top;
  transition: transform 260ms ease;
}

.quick-item:hover {
  transform: translateY(-4px);
  background: #12151d;
  border-color: rgba(215, 175, 97, 0.34);
}

.quick-item:hover::before {
  transform: scaleY(1);
}

.quick-item:hover::after {
  transform: scale(1.08);
}

.quick-item span {
  color: var(--teal);
  width: max-content;
  padding: 2px 9px;
  border: 1px solid rgba(37, 199, 184, 0.24);
  border-radius: var(--radius);
  background: rgba(37, 199, 184, 0.08);
  font-weight: 900;
}

.quick-item i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-top: 6px;
  border: 1px solid rgba(245, 34, 45, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(199, 0, 11, 0.72), rgba(255, 103, 77, 0.28));
  color: #fff;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 20px 44px rgba(199, 0, 11, 0.24);
}

.quick-item i svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.quick-item:nth-child(2) i {
  border-color: rgba(37, 211, 102, 0.28);
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.76), rgba(18, 140, 126, 0.32));
  box-shadow: 0 20px 44px rgba(37, 211, 102, 0.2);
}

.quick-item:nth-child(3) i {
  border-color: rgba(215, 175, 97, 0.32);
  background: linear-gradient(135deg, rgba(215, 175, 97, 0.82), rgba(108, 73, 17, 0.34));
  box-shadow: 0 20px 44px rgba(215, 175, 97, 0.2);
}

.quick-item strong {
  font-size: 1.28rem;
  line-height: 1.35;
  text-wrap: balance;
}

.quick-item small {
  color: var(--muted);
  font-weight: 800;
}

.section-band {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
}

.section-band::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 175, 97, 0.65), transparent);
  transform: translateX(100%);
  animation: sectionSweep 7s ease-in-out infinite;
}

.section-band-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    var(--bg-soft);
  border-block: 1px solid var(--line);
}

.section-head {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-head h2,
.guide-copy h2,
.download-layout h2 {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.25;
  font-weight: 900;
  text-wrap: balance;
}

.section-head p:not(.eyebrow),
.guide-copy > p,
.download-layout p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 600;
  text-wrap: pretty;
}

.filter-bar,
.community-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-button,
.community-tab,
.load-more,
.faq-item button {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 900;
}

.filter-button,
.community-tab,
.load-more {
  min-height: 44px;
  padding: 9px 16px;
}

.filter-button:hover,
.filter-button.is-active,
.community-tab:hover,
.community-tab.is-active {
  border-color: rgba(215, 175, 97, 0.7);
  background: rgba(215, 175, 97, 0.13);
}

.community-tab[data-community="facebook"].is-active,
.community-tab[data-community="facebook"]:hover {
  border-color: rgba(24, 119, 242, 0.8);
  background: rgba(24, 119, 242, 0.18);
}

.community-tab[data-community="telegram"].is-active,
.community-tab[data-community="telegram"]:hover {
  border-color: rgba(34, 158, 217, 0.8);
  background: rgba(34, 158, 217, 0.18);
}

.community-tab[data-community="discord"].is-active,
.community-tab[data-community="discord"]:hover {
  border-color: rgba(64, 78, 237, 0.8);
  background: rgba(64, 78, 237, 0.2);
}

.offers-grid,
.community-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.community-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.offers-grid {
  direction: rtl;
  justify-content: start;
}

.offers-grid--featured {
  margin-top: 6px;
}

.offer-hub-card {
  color: inherit;
  text-decoration: none;
}

.offer-hub-card .tag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 7px;
  width: 100%;
  min-height: 28px;
  overflow: visible;
}

.offer-hub-card .tag {
  flex: 0 0 auto;
  width: max-content;
  max-width: 100%;
  visibility: visible;
  opacity: 1;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .offer-hub-card .tag-row {
    gap: 6px;
  }

  .offer-hub-card .tag {
    min-height: 26px;
    padding: 3px 8px;
    font-size: 0.72rem;
  }
}

.offer-hub-card .campaign-symbol {
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.offer-hub-card .campaign-icon {
  position: absolute;
  inset-block-start: 30px;
  inset-inline-end: 28px;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(9, 10, 13, 0.38);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  animation: symbolFloat 3.8s ease-in-out infinite;
}

.offer-hub-card .campaign-icon svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.28));
}

.offer-hub-card .campaign-icon--offers {
  color: #ffd15f;
}

.offer-hub-card .campaign-icon--guide {
  color: #5eead4;
}

.offer-hub-card .campaign-icon--agc {
  color: #ffb84d;
}

.offer-hub-card .campaign-art::before,
.offer-hub-card .campaign-art::after {
  display: none;
}

.community-grid {
  direction: rtl;
}

.offer-card,
.community-card,
.tournament-item,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.offer-card {
  display: grid;
  direction: rtl;
  min-height: 100%;
  transform: translateY(0);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.offer-card:hover {
  transform: translateY(-8px);
  border-color: rgba(215, 175, 97, 0.52);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.offer-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.campaign-art {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(145deg, #1b1f2a, #0d0f15);
}

.campaign-photo {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.08);
  transition: opacity 260ms ease, transform 520ms ease;
}

.offer-card:hover .campaign-photo {
  opacity: 0.62;
  transform: scale(1.14);
}

.campaign-art::before,
.campaign-art::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  transform: skewY(-6deg);
}

.campaign-art::after {
  inset: 42px 34px 30px;
  opacity: 0.45;
  transform: skewY(6deg);
}

.campaign-art--rewards {
  background: linear-gradient(135deg, #341112, #171b25 52%, #5d4320);
}

.campaign-art--points {
  background: linear-gradient(135deg, #092a28, #101923 54%, #245c54);
}

.campaign-art--coupons {
  background: linear-gradient(135deg, #101b36, #131722 54%, #3e5fb5);
}

.campaign-art--strategy {
  background: linear-gradient(135deg, #1f132e, #141820 54%, #6b4a1f);
}

.campaign-art--topup {
  background: linear-gradient(135deg, #082d32, #121820 54%, #b45d24);
}

.campaign-art--weekend {
  background: linear-gradient(135deg, #321016, #121820 54%, #82302b);
}

.campaign-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.18), transparent 48%);
  transform: translateX(110%);
  animation: artScan 4.6s ease-in-out infinite;
}

.campaign-symbol {
  position: absolute;
  inset-block-start: 30px;
  inset-inline-end: 28px;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(9, 10, 13, 0.34);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  animation: symbolFloat 3.8s ease-in-out infinite;
}

.campaign-stat {
  position: absolute;
  inset-block-start: 36px;
  inset-inline-start: 28px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(9, 10, 13, 0.34);
  color: #fff;
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 900;
  text-align: start;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
}

.campaign-stack {
  position: absolute;
  inset-inline: 24px;
  inset-block-end: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  max-width: calc(100% - 48px);
}

.campaign-stack span {
  width: auto;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(9, 10, 13, 0.42);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 900;
  transform: translateX(0);
  backdrop-filter: blur(9px) saturate(1.18);
  -webkit-backdrop-filter: blur(9px) saturate(1.18);
  animation: stackPulse 3.2s ease-in-out infinite;
}

.campaign-stack span:nth-child(2) {
  animation-delay: 180ms;
}

.campaign-stack span:nth-child(3) {
  animation-delay: 360ms;
}

.offer-body,
.community-card,
.tournament-item {
  padding: 22px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 900;
}

.tag.is-gold {
  color: #16120a;
  background: var(--gold);
}

.tag.is-teal {
  color: #041512;
  background: var(--teal);
}

.tag.is-blue {
  color: #07101e;
  background: var(--blue);
}

.offer-card h3,
.community-card h3,
.agc-feature h3,
.tournament-item strong {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.45;
  font-weight: 900;
}

.offer-card p,
.community-card p,
.agc-feature p,
.tournament-item p,
.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.offer-link {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.offer-link:disabled,
.card-link[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.45;
  filter: grayscale(0.25);
}

.offer-link:disabled::before,
.card-link[aria-disabled="true"]::before {
  background: rgba(255, 255, 255, 0.35);
}

.card-link::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--brand);
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  gap: 48px;
  align-items: center;
}

.steps-list {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.steps-list span {
  grid-row: span 2;
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 900;
}

.steps-list strong {
  font-size: 1.1rem;
  font-weight: 900;
}

.steps-list p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.guide-visual {
  margin: 0;
}

.guide-visual figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.guide-device {
  position: relative;
  width: min(390px, 100%);
  min-height: 620px;
  margin-inline: auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 20%),
    linear-gradient(160deg, #151923, #08090d);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.guide-device::before {
  content: "";
  position: absolute;
  inset-inline: 50%;
  inset-block-start: 10px;
  width: 92px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(50%);
}

.device-status,
.device-hero,
.device-grid,
.device-progress {
  position: relative;
  z-index: 1;
}

.device-status {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 900;
}

.device-hero {
  min-height: 210px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  margin-top: 24px;
  border: 1px solid rgba(215, 175, 97, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(231, 19, 26, 0.46), rgba(91, 140, 255, 0.2)),
    #11151d;
  overflow: hidden;
}

.device-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  transform: translateX(120%);
  animation: artScan 5.2s ease-in-out infinite;
}

.app-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #fff;
  color: var(--brand);
  font-size: 1.5rem;
  font-weight: 900;
}

.device-hero strong {
  font-size: 1.55rem;
  font-weight: 900;
}

.device-hero small {
  color: #f0e9dc;
  font-weight: 800;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.device-grid span {
  min-height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 900;
  animation: tileLift 4s ease-in-out infinite;
}

.device-grid span:nth-child(2),
.device-grid span:nth-child(4) {
  animation-delay: 260ms;
}

.device-progress {
  height: 12px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.device-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand), var(--gold), var(--teal));
  animation: progressBreath 3.4s ease-in-out infinite;
}

.agc-layout {
  display: grid;
  gap: 22px;
}

.agc-feature {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111;
}

.agc-current {
  min-height: clamp(560px, 54vw, 680px);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.28);
}

.agc-current::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(215, 175, 97, 0.18);
  border-radius: calc(var(--radius) - 4px);
  background:
    linear-gradient(90deg, rgba(245, 34, 45, 0.08), transparent 38%, rgba(37, 199, 184, 0.06)),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(255, 255, 255, 0.035) 72px 73px);
  mask-image: linear-gradient(180deg, #000, transparent 84%);
}

.agc-arena-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(9, 10, 13, 0.14), rgba(9, 10, 13, 0.08) 52%, rgba(9, 10, 13, 0.28)),
    linear-gradient(0deg, rgba(9, 10, 13, 0.94), rgba(9, 10, 13, 0.08) 58%),
    url("https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&fit=crop&w=1920&h=1080&q=88");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  animation: heroPan 16s ease-in-out infinite alternate;
}

.agc-arena-visual::before,
.agc-arena-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.agc-arena-visual::before {
  inset: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background:
    radial-gradient(circle at 18% 18%, rgba(91, 140, 255, 0.14), transparent 24%),
    radial-gradient(circle at 78% 38%, rgba(245, 34, 45, 0.18), transparent 26%),
    linear-gradient(120deg, rgba(199, 0, 11, 0.1), transparent 48%, rgba(37, 199, 184, 0.1));
  clip-path: none;
  animation: none;
  transform: none;
}

.agc-arena-visual::after {
  inset: 22px;
  width: auto;
  height: auto;
  opacity: 1;
  border: 1px solid rgba(215, 175, 97, 0.28);
  border-radius: calc(var(--radius) - 6px);
  background: none;
  clip-path: none;
  animation: none;
  transform: none;
}

.arena-lights {
  position: absolute;
  inset-inline: 8%;
  inset-block-start: 44%;
  height: 12px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 22px, transparent 22px 42px);
  opacity: 0.7;
  animation: lightsRun 1.6s linear infinite;
}

.arena-crowd {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  height: 34%;
  background:
    radial-gradient(circle at 10% 60%, rgba(255, 255, 255, 0.22) 0 3px, transparent 4px),
    radial-gradient(circle at 30% 40%, rgba(215, 175, 97, 0.28) 0 3px, transparent 4px),
    radial-gradient(circle at 55% 55%, rgba(37, 199, 184, 0.28) 0 3px, transparent 4px),
    radial-gradient(circle at 78% 46%, rgba(231, 19, 26, 0.3) 0 3px, transparent 4px);
  background-size: 70px 42px;
  background-position: 0 0;
  animation: crowdMove 4s linear infinite;
}

.agc-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(9, 10, 13, 0.92), rgba(9, 10, 13, 0.18) 38%, rgba(9, 10, 13, 0.02) 72%),
    radial-gradient(circle at 78% 82%, rgba(199, 0, 11, 0.2), transparent 36%);
}

.agc-feature-content {
  position: relative;
  z-index: 2;
  width: min(780px, calc(100% - 64px));
  max-width: none;
  display: grid;
  gap: 13px;
  padding: 0 84px 36px 34px;
  margin-block: auto 30px;
  margin-inline: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.agc-feature h3 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.02;
  text-wrap: balance;
  letter-spacing: -0.035em;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.72);
}

.agc-feature-content > p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.9;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.68);
}

.agc-feature-tag {
  position: absolute;
  inset-block-start: 4px;
  inset-inline-end: 26px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215, 175, 97, 0.38);
  border-radius: 15px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.24), transparent 28%),
    rgba(9, 10, 13, 0.42);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(215, 175, 97, 0.16);
  backdrop-filter: blur(6px) saturate(1.08);
  -webkit-backdrop-filter: blur(6px) saturate(1.08);
}

.agc-live-board {
  position: absolute;
  z-index: 2;
  inset-block-start: 30px;
  inset-inline-end: 30px;
  width: min(230px, calc(100% - 60px));
  display: grid;
  gap: 6px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.18), rgba(37, 199, 184, 0.08)),
    rgba(9, 10, 13, 0.14);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(2px) saturate(1.08);
  -webkit-backdrop-filter: blur(2px) saturate(1.08);
}

.agc-live-board span {
  width: max-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-hot), var(--gold));
  color: #fff;
  font-weight: 900;
}

.agc-live-board strong {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.agc-live-board small {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.agc-current-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(245, 34, 45, 0.1), rgba(215, 175, 97, 0.08), rgba(37, 199, 184, 0.08)),
    rgba(0, 0, 0, 0.18);
}

.agc-current-flow span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  padding: 6px 12px;
}

.agc-current-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.agc-current-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.agc-current-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.agc-current-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(245, 34, 45, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.95), rgba(118, 0, 10, 0.88));
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(199, 0, 11, 0.28);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.agc-current-actions a:first-child {
  background: linear-gradient(135deg, rgba(245, 34, 45, 0.92), rgba(118, 0, 10, 0.86));
}

.agc-current-actions a:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 175, 97, 0.46);
  box-shadow: 0 24px 58px rgba(199, 0, 11, 0.36);
}

.tournament-slider {
  position: relative;
  overflow: hidden;
  direction: rtl;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(231, 19, 26, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tournament-slider::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-hot), var(--gold), transparent);
  opacity: 0.82;
}

.tournament-slider::after {
  content: "";
  position: absolute;
  inset: 44px 22px auto;
  z-index: 0;
  height: 86px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(215, 175, 97, 0.28), rgba(37, 199, 184, 0.18), transparent),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(255, 255, 255, 0.08) 34px 36px);
  opacity: 0.32;
  filter: blur(0.2px);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.tournament-slider-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.tournament-slider-head h3 {
  margin: 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
}

.tournament-controls {
  position: absolute;
  z-index: 6;
  inset-inline: 14px;
  inset-block-start: calc(50% + 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.tournament-controls button {
  position: absolute;
  inset-block-start: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.82), rgba(9, 10, 13, 0.82)),
    rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 0 4px rgba(245, 34, 45, 0.08);
  backdrop-filter: blur(12px) saturate(1.25);
  -webkit-backdrop-filter: blur(12px) saturate(1.25);
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tournament-controls [data-tournament-prev] {
  left: 0;
  right: auto;
}

.tournament-controls [data-tournament-next] {
  right: 0;
  left: auto;
}

.tournament-controls button:hover {
  transform: translateY(calc(-50% - 2px));
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 66, 76, 0.96), rgba(199, 0, 11, 0.9)),
    rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(199, 0, 11, 0.34), 0 0 0 5px rgba(245, 34, 45, 0.12);
}

.tournament-controls svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.tournament-track {
  position: relative;
  z-index: 1;
  display: flex;
  direction: rtl;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.tournament-track::-webkit-scrollbar {
  display: none;
}

.tournament-card {
  position: relative;
  flex: 0 0 clamp(350px, 29vw, 450px);
  min-height: 340px;
  display: grid;
  align-items: end;
  overflow: hidden;
  scroll-snap-align: start;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: #111217;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.tournament-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 7, 10, 0.32), transparent 34%, rgba(6, 7, 10, 0.86)),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(199, 0, 11, 0.16), transparent 48%, rgba(37, 199, 184, 0.12));
  pointer-events: none;
}

.tournament-card::after {
  content: "";
  z-index: 3;
  position: absolute;
  inset-inline: 20px;
  inset-block-end: 20px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-hot), rgba(255, 255, 255, 0.08));
  opacity: 0.72;
  animation: progressBreath 3.2s ease-in-out infinite;
}

.tournament-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 34, 45, 0.38);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.tournament-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 520ms ease, filter 420ms ease;
}

.tournament-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.16) contrast(1.04) brightness(1.03);
}

.tournament-card--gold::before {
  background:
    linear-gradient(180deg, rgba(6, 7, 10, 0.28), transparent 34%, rgba(6, 7, 10, 0.86)),
    radial-gradient(circle at 78% 18%, rgba(215, 175, 97, 0.28), transparent 30%),
    linear-gradient(90deg, rgba(199, 0, 11, 0.12), transparent 46%, rgba(215, 175, 97, 0.16));
}

.tournament-card--gold::after {
  background: linear-gradient(90deg, var(--gold), rgba(255, 255, 255, 0.08));
}

.tournament-card--teal::before {
  background:
    linear-gradient(180deg, rgba(6, 7, 10, 0.28), transparent 34%, rgba(6, 7, 10, 0.86)),
    radial-gradient(circle at 78% 18%, rgba(37, 199, 184, 0.28), transparent 30%),
    linear-gradient(90deg, rgba(199, 0, 11, 0.12), transparent 46%, rgba(37, 199, 184, 0.16));
}

.tournament-card--teal::after {
  background: linear-gradient(90deg, var(--teal), rgba(255, 255, 255, 0.08));
}

.tournament-card--blue::before {
  background:
    linear-gradient(180deg, rgba(6, 7, 10, 0.28), transparent 34%, rgba(6, 7, 10, 0.86)),
    radial-gradient(circle at 78% 18%, rgba(91, 140, 255, 0.3), transparent 30%),
    linear-gradient(90deg, rgba(199, 0, 11, 0.12), transparent 46%, rgba(91, 140, 255, 0.18));
}

.tournament-card--blue::after {
  background: linear-gradient(90deg, var(--blue), rgba(255, 255, 255, 0.08));
}

.tournament-status {
  position: absolute;
  z-index: 4;
  inset-block-start: 18px;
  inset-inline-start: 18px;
  width: max-content;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.28), rgba(215, 175, 97, 0.12)),
    rgba(9, 10, 13, 0.3);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(5px) saturate(1.1);
  -webkit-backdrop-filter: blur(5px) saturate(1.1);
}

.tournament-card strong,
.tournament-card p,
.tournament-card-content,
.tournament-bracket,
.tournament-card-footer {
  position: relative;
  z-index: 2;
}

.tournament-card-content {
  position: relative;
  min-height: calc(100% - 32px);
  display: grid;
  align-content: end;
  gap: 13px;
  overflow: hidden;
  padding: 88px 22px 34px;
  margin: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(9, 10, 13, 0.02), rgba(9, 10, 13, 0.24) 48%, rgba(9, 10, 13, 0.7)),
    rgba(9, 10, 13, 0.08);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(1px) saturate(1.06);
  -webkit-backdrop-filter: blur(1px) saturate(1.06);
}

.tournament-card-content::before {
  content: "";
  position: absolute;
  inset-inline: 22px;
  inset-block-start: 20px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(245, 34, 45, 0.92), rgba(215, 175, 97, 0.72), rgba(37, 199, 184, 0.72), transparent);
  opacity: 0.72;
  box-shadow: 0 0 18px rgba(215, 175, 97, 0.18);
}

.tournament-card-content::after {
  content: "";
  position: absolute;
  inset: -40% -22%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.16), transparent 11%),
    linear-gradient(110deg, transparent 26%, rgba(255, 255, 255, 0.09) 46%, transparent 64%);
  opacity: 0.34;
  transform: translateX(-10%) rotate(-8deg);
  animation: tournamentShine 5.6s ease-in-out infinite;
}

.tournament-card strong {
  color: #fff;
  font-size: 1.48rem;
  line-height: 1.22;
  font-weight: 900;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.tournament-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
  line-height: 1.65;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.56);
}

.tournament-card--archive {
  flex-basis: clamp(430px, 35vw, 620px);
  min-height: clamp(260px, 20vw, 360px);
  aspect-ratio: 16 / 9;
}

.tournament-card--archive::before {
  background:
    linear-gradient(180deg, rgba(6, 7, 10, 0.14), transparent 36%, rgba(6, 7, 10, 0.72)),
    linear-gradient(90deg, rgba(199, 0, 11, 0.1), transparent 48%, rgba(215, 175, 97, 0.08));
}

.tournament-card--archive .tournament-status {
  min-height: 34px;
  padding-inline: 13px;
  border-color: rgba(215, 175, 97, 0.36);
  background:
    linear-gradient(135deg, rgba(215, 175, 97, 0.26), rgba(245, 34, 45, 0.16)),
    rgba(9, 10, 13, 0.48);
  color: #ffe7a6;
}

.tournament-card--archive .tournament-card-content {
  min-height: auto;
  align-content: end;
  gap: 8px;
  margin: 12px;
  padding: 14px 16px 22px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(9, 10, 13, 0.1), rgba(9, 10, 13, 0.76)),
    rgba(9, 10, 13, 0.22);
  backdrop-filter: blur(7px) saturate(1.12);
  -webkit-backdrop-filter: blur(7px) saturate(1.12);
}

.tournament-card--archive .tournament-card-content::before {
  inset-inline: 16px;
  inset-block-start: auto;
  inset-block-end: 8px;
  height: 3px;
}

.tournament-card--archive .tournament-card-content::after {
  display: none;
}

.tournament-card--archive strong {
  font-size: clamp(1.08rem, 1.35vw, 1.45rem);
}

.tournament-card--archive p {
  max-width: 92%;
  font-size: 0.88rem;
  line-height: 1.55;
}

.tournament-card--archive .tournament-card-footer {
  margin-top: 2px;
}

.tournament-card--archive .tournament-state {
  border-color: rgba(255, 255, 255, 0.14);
  font-weight: 900;
}

.tournament-card--archive .tournament-state--open {
  color: #b8ffd3;
  border-color: rgba(47, 214, 113, 0.45);
  background:
    linear-gradient(135deg, rgba(35, 190, 95, 0.24), rgba(5, 36, 22, 0.74)),
    rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 18px rgba(47, 214, 113, 0.16);
}

.tournament-card--archive .tournament-state--ended {
  color: #ffb5b5;
  border-color: rgba(245, 34, 45, 0.46);
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.24), rgba(45, 5, 9, 0.78)),
    rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 18px rgba(245, 34, 45, 0.14);
}

.tournament-card--archive .tournament-state--open::before {
  background: #2fd671;
  box-shadow: 0 0 10px rgba(47, 214, 113, 0.7);
}

.tournament-card--archive .tournament-state--ended::before {
  background: #f5222d;
  box-shadow: 0 0 10px rgba(245, 34, 45, 0.68);
}

.tournament-bracket {
  position: relative;
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(245, 34, 45, 0.12), rgba(215, 175, 97, 0.07), rgba(37, 199, 184, 0.1)),
    rgba(0, 0, 0, 0.16);
}

.tournament-bracket::before,
.tournament-bracket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(215, 175, 97, 0.76));
  transform: translateY(-50%);
}

.tournament-bracket::before {
  inset-inline-start: 28%;
}

.tournament-bracket::after {
  inset-inline-end: 28%;
  background: linear-gradient(90deg, rgba(37, 199, 184, 0.76), transparent);
}

.tournament-bracket span,
.tournament-bracket i {
  position: relative;
  z-index: 1;
}

.tournament-bracket span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(9, 10, 13, 0.26);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.tournament-bracket i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 58%),
    linear-gradient(135deg, var(--brand-hot), var(--brand-deep));
  color: #fff;
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(199, 0, 11, 0.28);
}

.tournament-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px;
}

.tournament-card-footer span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(9, 10, 13, 0.34);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
  font-weight: 900;
}

.tournament-card-footer span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 16px rgba(37, 199, 184, 0.52);
}

.tournament-card--live .tournament-card-footer span::before {
  background: var(--gold);
  box-shadow: 0 0 16px rgba(215, 175, 97, 0.52);
}

.tournament-card--gold .tournament-card-footer span::before {
  background: var(--brand-hot);
  box-shadow: 0 0 16px rgba(245, 34, 45, 0.5);
}

.tournament-card--blue .tournament-card-footer span::before {
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.22);
}

.tournament-card--archive .tournament-card-footer .tournament-state--open {
  color: #b8ffd3;
  border-color: rgba(47, 214, 113, 0.52);
  background:
    linear-gradient(135deg, rgba(35, 190, 95, 0.28), rgba(5, 36, 22, 0.78)),
    rgba(0, 0, 0, 0.24);
}

.tournament-card--archive .tournament-card-footer .tournament-state--ended {
  color: #ffb5b5;
  border-color: rgba(245, 34, 45, 0.52);
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.26), rgba(45, 5, 9, 0.8)),
    rgba(0, 0, 0, 0.24);
}

.tournament-card--archive .tournament-card-footer .tournament-state--open::before {
  background: #2fd671;
  box-shadow: 0 0 14px rgba(47, 214, 113, 0.78);
}

.tournament-card--archive .tournament-card-footer .tournament-state--ended::before {
  background: #f5222d;
  box-shadow: 0 0 14px rgba(245, 34, 45, 0.72);
}

.tournament-card-footer b {
  color: #fff;
  font-size: 1.1rem;
}

.tournament-card-footer a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(245, 34, 45, 0.88), rgba(118, 0, 10, 0.84));
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tournament-card-footer a:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 175, 97, 0.46);
  box-shadow: 0 14px 30px rgba(199, 0, 11, 0.22);
}

.community-card {
  min-height: 184px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  --platform-color: var(--gold);
  --platform-color-2: var(--teal);
  --platform-ink: #ffffff;
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease;
}

.community-card.is-community-hidden {
  display: none;
}

.community-card[data-platform="discord"] {
  --platform-color: #404eed;
  --platform-color-2: #111a66;
}

.community-card[data-platform="facebook"] {
  --platform-color: #1877f2;
  --platform-color-2: #0c3f8f;
}

.community-card[data-platform="telegram"] {
  --platform-color: #229ed9;
  --platform-color-2: #0d638d;
}

.community-card[data-platform="whatsapp"] {
  --platform-color: #25d366;
  --platform-color-2: #128c7e;
}

.community-card[data-platform="tiktok"] {
  --platform-color: #ff0050;
  --platform-color-2: #00f2ea;
}

.community-card[data-platform="instagram"] {
  --platform-color: #e1306c;
  --platform-color-2: #f77737;
}

.community-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--platform-color), var(--platform-color-2));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms ease;
}

.community-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -42% -20%;
  height: 70%;
  background: radial-gradient(circle, color-mix(in srgb, var(--platform-color) 42%, transparent), transparent 68%);
  opacity: 0.32;
  transform: translateY(24px);
  transition: transform 260ms ease, opacity 260ms ease;
}

.community-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--platform-color) 55%, rgba(255, 255, 255, 0.2));
  background: var(--surface-strong);
}

.community-card:hover::before {
  transform: scaleX(1);
}

.community-card:hover::after {
  opacity: 0.48;
  transform: translateY(0);
}

.community-badge {
  position: absolute;
  inset-block-start: 16px;
  inset-inline-end: 16px;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--platform-color) 44%, rgba(255, 255, 255, 0.16));
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--platform-color), var(--platform-color-2));
  color: var(--platform-ink);
  font-weight: 900;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--platform-color) 35%, transparent);
  animation: socialPulse 4s ease-in-out infinite;
}

.community-badge svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.platform {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--platform-color);
  font-size: 0.78rem;
  font-weight: 900;
}

.community-card h3 {
  max-width: calc(100% - 44px);
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.35;
}

.community-card p {
  font-size: 0.9rem;
  line-height: 1.65;
}

.community-card .card-link {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: max-content;
  min-height: 36px;
  margin-top: 16px;
  padding-block: 8px;
  padding-inline: 13px 38px;
  border: 1px solid color-mix(in srgb, var(--platform-color) 38%, rgba(255, 255, 255, 0.18));
  border-radius: 999px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--platform-color) 16%, transparent), rgba(255, 255, 255, 0.035)),
    rgba(9, 10, 13, 0.22);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--platform-color) 18%, transparent);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.community-card .card-link::before {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 14px;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--platform-color), var(--platform-color-2));
  box-shadow: 0 0 16px color-mix(in srgb, var(--platform-color) 55%, transparent);
  transform: translateY(-50%);
}

.community-card .card-link::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 31px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px color-mix(in srgb, var(--platform-color) 70%, transparent);
  opacity: 0.86;
  transform: translateY(-50%);
}

.community-card .card-link:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--platform-color) 72%, rgba(255, 255, 255, 0.28));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--platform-color) 24%, transparent), rgba(255, 255, 255, 0.055)),
    rgba(9, 10, 13, 0.3);
  box-shadow: 0 20px 44px color-mix(in srgb, var(--platform-color) 26%, transparent);
}

.load-more {
  display: none;
  margin: 26px auto 0;
}

.load-more.is-visible {
  display: inline-flex;
}

.download-layout {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-block: 1px solid rgba(215, 175, 97, 0.38);
}

.download-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(231, 19, 26, 0.16), transparent 34%),
    linear-gradient(270deg, rgba(37, 199, 184, 0.1), transparent 36%);
  animation: downloadWash 6s ease-in-out infinite alternate;
}

.download-layout p {
  max-width: 760px;
}

.download-cta {
  position: relative;
  overflow: hidden;
  min-width: 238px;
  min-height: 66px;
  justify-content: space-between;
  padding: 13px 18px 13px 22px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow:
    0 24px 64px rgba(199, 0, 11, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.download-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.3), transparent 24%),
    linear-gradient(120deg, transparent 16%, rgba(255, 255, 255, 0.24), transparent 44%);
  transform: translateX(115%);
  transition: transform 620ms ease;
  pointer-events: none;
}

.download-cta:hover::before {
  transform: translateX(-115%);
}

.download-cta span,
.download-cta .icon {
  position: relative;
  z-index: 1;
}

.download-cta span {
  display: grid;
  gap: 2px;
  text-align: start;
}

.download-cta strong {
  font-size: 1rem;
  line-height: 1.1;
}

.download-cta small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
}

.download-cta .icon {
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.faq-item:hover,
.faq-item.is-open {
  transform: translateY(-3px);
  border-color: rgba(215, 175, 97, 0.48);
  background: linear-gradient(135deg, rgba(215, 175, 97, 0.1), rgba(255, 255, 255, 0.035));
}

.faq-item button {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  text-align: start;
}

.faq-item p {
  position: relative;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  line-height: 1.9;
  opacity: 0;
  transform: translateY(-12px);
  clip-path: inset(0 0 100% 0);
  transition:
    max-height 420ms cubic-bezier(0.2, 0.9, 0.25, 1),
    padding 420ms cubic-bezier(0.2, 0.9, 0.25, 1),
    opacity 260ms ease,
    transform 320ms ease,
    clip-path 420ms cubic-bezier(0.2, 0.9, 0.25, 1);
}

.faq-item p::before {
  content: "";
  position: absolute;
  inset-inline: 20px;
  inset-block-start: 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 34, 45, 0.75), rgba(215, 175, 97, 0.6), transparent);
  opacity: 0;
  transform: translateX(45%);
  pointer-events: none;
}

.faq-item.is-open p {
  max-height: 220px;
  margin: 8px 12px 14px;
  padding: 18px 18px 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(215, 175, 97, 0.035)),
    rgba(9, 10, 13, 0.18);
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

.faq-item.is-open p::before {
  animation: faqAnswerSpark 520ms ease-out both;
}

.faq-answer-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  filter: blur(7px);
}

.faq-item.is-open .faq-answer-word {
  animation: faqWordSpray 520ms cubic-bezier(0.2, 0.9, 0.25, 1) forwards;
  animation-delay: calc(70ms + (var(--word-index) * 18ms));
}

.faq-item .icon {
  transition: transform 220ms ease;
}

.faq-item.is-open .icon {
  transform: rotate(180deg);
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 0 26px;
  background:
    radial-gradient(circle at 18% 6%, rgba(255, 126, 71, 0.2), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(199, 0, 11, 0.28), transparent 34%),
    linear-gradient(135deg, #211712 0%, #110f12 38%, #08080b 100%);
  border-top: 1px solid var(--line);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.24;
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset-inline: 10%;
  inset-block-start: 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 92, 92, 0.8), rgba(255, 198, 92, 0.5), transparent);
  box-shadow: 0 0 34px rgba(231, 19, 26, 0.55);
  pointer-events: none;
}

.footer-premium {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 1.35fr) minmax(280px, 0.92fr) minmax(330px, 1fr);
  gap: 16px;
  align-items: stretch;
}

.footer-card {
  position: relative;
  min-height: 278px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(14, 14, 18, 0.76);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  transform: translateZ(0);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.footer-card::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto;
  height: 72%;
  background:
    radial-gradient(circle at 24% 40%, rgba(255, 106, 62, 0.22), transparent 35%),
    radial-gradient(circle at 82% 18%, rgba(199, 0, 11, 0.28), transparent 36%);
  opacity: 0.9;
  pointer-events: none;
}

.footer-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 21px;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.08), transparent 38%);
  transform: translateX(120%);
  transition: transform 650ms ease;
  pointer-events: none;
}

.footer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 106, 106, 0.34);
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.44),
    0 0 54px rgba(199, 0, 11, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.footer-card:hover::after {
  transform: translateX(-120%);
}

.footer-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 900;
  text-wrap: balance;
}

.footer-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 247, 245, 0.72);
  font-weight: 700;
  line-height: 1.9;
}

.footer-huawei-badge {
  position: absolute;
  inset-block-start: 16px;
  inset-inline-start: 18px;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  gap: 1px;
  border-radius: 15px;
  background: linear-gradient(145deg, #ff5b65, #d60a20 62%, #a30012);
  color: #fff;
  box-shadow: 0 18px 42px rgba(231, 19, 26, 0.42);
  animation: footerBadgeGlow 3.2s ease-in-out infinite;
}

.footer-huawei-badge svg {
  width: 25px;
  height: 17px;
  fill: currentColor;
}

.footer-huawei-badge strong {
  font-size: 0.58rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.footer-logo {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 52px;
  color: #fff;
  text-decoration: none;
}

.footer-logo-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(231, 19, 26, 0.95), rgba(255, 120, 90, 0.8)),
    #d90d1b;
  box-shadow: 0 18px 42px rgba(231, 19, 26, 0.32);
}

.footer-logo-mark svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}

.footer-logo strong {
  display: block;
  font-size: 1.46rem;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.footer-logo small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
  font-weight: 800;
}

.footer-card-brand p {
  max-width: 470px;
  margin-top: 24px;
}

.footer-social-block {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  margin-top: 24px;
}

.footer-social-block > span {
  color: rgba(255, 247, 245, 0.88);
  font-size: 0.88rem;
  font-weight: 900;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social {
  --social-border: rgba(255, 255, 255, 0.16);
  --social-glow: rgba(255, 255, 255, 0.12);
  --social-bg: rgba(255, 255, 255, 0.06);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--social-border);
  border-radius: 13px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.22), transparent 28%),
    var(--social-bg);
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.footer-social svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.footer-social:hover {
  transform: translateY(-4px) rotate(-2deg);
  border-color: var(--social-border);
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.3), transparent 28%),
    var(--social-bg);
  box-shadow: 0 18px 42px var(--social-glow);
}

.footer-social--tiktok {
  --social-border: rgba(0, 242, 234, 0.48);
  --social-bg: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.18));
  --social-glow: rgba(0, 242, 234, 0.22);
}

.footer-social--instagram {
  --social-border: rgba(225, 48, 108, 0.52);
  --social-bg: linear-gradient(135deg, rgba(255, 220, 128, 0.16), rgba(225, 48, 108, 0.2), rgba(88, 81, 219, 0.16));
  --social-glow: rgba(225, 48, 108, 0.24);
}

.footer-social--telegram {
  --social-border: rgba(34, 158, 217, 0.54);
  --social-bg: rgba(34, 158, 217, 0.16);
  --social-glow: rgba(34, 158, 217, 0.26);
}

.footer-social--facebook {
  --social-border: rgba(24, 119, 242, 0.56);
  --social-bg: rgba(24, 119, 242, 0.17);
  --social-glow: rgba(24, 119, 242, 0.26);
}

.footer-social--discord {
  --social-border: rgba(88, 101, 242, 0.58);
  --social-bg: rgba(88, 101, 242, 0.18);
  --social-glow: rgba(88, 101, 242, 0.26);
}

.footer-action-list,
.footer-contact-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.footer-action {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 11px 44px 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
  color: rgba(255, 247, 245, 0.84);
  text-decoration: none;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;
}

.footer-action i {
  position: absolute;
  inset-inline-start: 18px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #f5222d;
  box-shadow: 0 0 16px rgba(245, 34, 45, 0.72);
}

.footer-action:hover {
  color: #fff;
  transform: translateX(-4px);
  border-color: rgba(245, 34, 45, 0.36);
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
}

.footer-card-contact p {
  margin-bottom: 24px;
}

.footer-contact-row {
  display: grid;
  grid-template-columns: 42px auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.footer-contact-row i {
  grid-column: 1;
  grid-row: 1;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #ff5b65, #d60a20);
  color: #fff;
  box-shadow: 0 12px 30px rgba(231, 19, 26, 0.34);
}

.footer-contact-row i svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-contact-row span {
  grid-column: 2;
  grid-row: 1;
  color: rgba(255, 247, 245, 0.78);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.footer-contact-row strong {
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  text-align: start;
}

.footer-contact-row:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 34, 45, 0.34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: rgba(255, 247, 245, 0.58);
  font-size: 0.9rem;
  font-weight: 800;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom span {
  color: rgba(255, 247, 245, 0.78);
}

.guide-page-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding-block: calc(var(--header-height) + 72px) 62px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.96), rgba(9, 10, 13, 0.7), rgba(104, 4, 14, 0.38)),
    url("https://images.unsplash.com/photo-1511512578047-dfb367046420?auto=format&fit=crop&w=2200&q=84") center / cover;
}

.guide-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(245, 34, 45, 0.2), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(37, 199, 184, 0.16), transparent 30%);
  pointer-events: none;
}

.guide-page-hero .container {
  position: relative;
  z-index: 1;
}

.guide-page-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.08;
  font-weight: 900;
}

.guide-page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  font-weight: 700;
}

.offers-page-hero {
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.96), rgba(9, 10, 13, 0.7), rgba(104, 4, 14, 0.38)),
    url("../offers/offer1.png") center / cover;
}

.offers-showcase {
  position: relative;
  min-height: auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(38px, 5vw, 76px) 0 clamp(40px, 5vw, 78px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(9, 10, 13, 0.84), rgba(9, 10, 13, 0.94)),
    radial-gradient(circle at 18% 8%, rgba(245, 34, 45, 0.26), transparent 32%),
    radial-gradient(circle at 82% 82%, rgba(37, 199, 184, 0.16), transparent 34%),
    url("../offers/offer1.png") center / cover;
}

.offers-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
}

.offers-showcase::after {
  content: "";
  position: absolute;
  inset: 8% -8% -18%;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 42%, rgba(245, 34, 45, 0.26), transparent 36%),
    radial-gradient(circle at 18% 70%, rgba(215, 175, 97, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(199, 0, 11, 0.18), transparent 48%, rgba(37, 199, 184, 0.1));
  filter: blur(34px);
  opacity: 0.82;
}

.offers-showcase-shell {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - clamp(32px, 7vw, 108px)));
  min-height: auto;
  margin-inline: auto;
  display: grid;
  gap: clamp(18px, 2vw, 28px);
}

.offers-showcase-copy {
  display: none;
}

.offers-showcase-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 4.8rem);
  line-height: 1.08;
  font-weight: 900;
}

.offers-showcase-copy p:not(.eyebrow) {
  margin-top: 12px;
  color: rgba(255, 247, 245, 0.78);
  font-weight: 800;
  line-height: 1.9;
}

.offers-page-layout {
  display: grid;
  gap: 42px;
}

.hero-offer-slider--page {
  width: 100%;
  height: auto;
  max-width: min(1160px, 100%);
  margin-inline: auto;
  padding: clamp(10px, 1.4vw, 16px);
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(9, 10, 13, 0.36);
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(215, 175, 97, 0.08),
    0 0 90px rgba(199, 0, 11, 0.12);
  backdrop-filter: blur(20px) saturate(1.14);
  -webkit-backdrop-filter: blur(20px) saturate(1.14);
}

.hero-offer-slider--page .hero-slide-card {
  min-height: 0;
  aspect-ratio: 16 / 6.9;
}

.offers-showcase .hero-offer-track {
  height: auto;
}

.offers-showcase .hero-slide-card {
  height: auto;
  aspect-ratio: 16 / 6.9;
}

.ag-guide-page .section-head {
  max-width: 920px;
}

.guide-topic-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.guide-topic-strip span,
.guide-topic-strip strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.guide-topic-strip strong {
  margin-inline-start: auto;
  border-color: rgba(215, 175, 97, 0.28);
  background: rgba(215, 175, 97, 0.12);
  color: var(--gold);
}

.guide-topics-grid {
  align-items: stretch;
}

.offer-card--guide-topic {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% -12%, rgba(245, 34, 45, 0.18), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(215, 175, 97, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    var(--surface);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.offer-card--guide-topic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(115deg, transparent 8%, rgba(255, 255, 255, 0.1) 24%, transparent 42%),
    radial-gradient(circle at var(--card-x, 50%) var(--card-y, 20%), rgba(255, 255, 255, 0.08), transparent 28%);
  transform: translateX(24%);
  transition: opacity 260ms ease, transform 520ms ease;
}

.offer-card--guide-topic::after {
  content: "";
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--brand), var(--gold), rgba(37, 199, 184, 0.82));
  box-shadow: 0 0 18px rgba(245, 34, 45, 0.28);
  opacity: 0.74;
}

.offer-card--guide-topic:hover {
  transform: translateY(-6px);
  border-color: rgba(215, 175, 97, 0.32);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(215, 175, 97, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.offer-card--guide-topic:hover::before {
  opacity: 1;
  transform: translateX(-18%);
}

.offer-card--guide-topic:hover .guide-topic-icon {
  transform: translateY(-6px) scale(1.07) rotate(-2deg);
}

.offer-card--guide-topic .offer-body {
  position: relative;
  z-index: 1;
}

.offer-card--guide-topic h3 {
  letter-spacing: -0.02em;
}

.offer-card--guide-topic p {
  min-height: 3.45em;
}

.offer-card--guide-topic .card-link {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: max-content;
  min-height: 38px;
  margin-top: 18px;
  padding-block: 8px;
  padding-inline: 42px 16px;
  overflow: hidden;
  border: 1px solid rgba(215, 175, 97, 0.34);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.2), rgba(215, 175, 97, 0.12)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 14px 34px rgba(245, 34, 45, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.offer-card--guide-topic .card-link::before {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 15px;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  box-shadow: 0 0 16px rgba(245, 34, 45, 0.42);
  transform: translateY(-50%);
}

.offer-card--guide-topic .card-link::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 34px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px rgba(215, 175, 97, 0.66);
  opacity: 0.88;
  transform: translateY(-50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.offer-card--guide-topic .card-link:not(:disabled):not([aria-disabled="true"]):hover {
  color: var(--gold);
  transform: translateY(-2px);
  border-color: rgba(215, 175, 97, 0.7);
  box-shadow: 0 22px 46px rgba(245, 34, 45, 0.22);
}

.offer-card--guide-topic .card-link:not(:disabled):not([aria-disabled="true"]):hover::after {
  opacity: 1;
  transform: translate(-4px, -50%);
}

html[dir="rtl"] .offer-card--guide-topic .card-link:not(:disabled):not([aria-disabled="true"]):hover::after {
  transform: translate(4px, -50%);
}

.guide-topic-art {
  position: relative;
  min-height: 176px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 40%, rgba(245, 34, 45, 0.18), transparent 34%),
    radial-gradient(circle at 18% 18%, rgba(215, 175, 97, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.022));
}

.guide-topic-art::before,
.guide-topic-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.guide-topic-art::before {
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, #000 34%, transparent 72%);
}

.guide-topic-art::after {
  width: 168px;
  height: 168px;
  border-radius: 999px;
  background: conic-gradient(from 120deg, rgba(245, 34, 45, 0), rgba(245, 34, 45, 0.38), rgba(215, 175, 97, 0.32), rgba(37, 199, 184, 0), rgba(245, 34, 45, 0));
  filter: blur(16px);
  opacity: 0.5;
  animation: haloSpin 8s linear infinite;
}

.guide-topic-icon {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(245, 34, 45, 0.9), rgba(9, 10, 13, 0.84)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    0 24px 68px rgba(199, 0, 11, 0.26),
    0 0 0 9px rgba(255, 255, 255, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.guide-topic-icon::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), transparent 62%);
}

.guide-topic-icon::after {
  content: "";
  position: absolute;
  inset-block-start: 14px;
  inset-inline-start: 18px;
  width: 18px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  filter: blur(0.2px);
}

.guide-topic-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.guide-topic-art--account .guide-topic-icon,
.guide-topic-art--install .guide-topic-icon,
.guide-topic-art--guide .guide-topic-icon {
  background: linear-gradient(135deg, rgba(37, 199, 184, 0.86), rgba(9, 10, 13, 0.84));
  box-shadow: 0 22px 70px rgba(37, 199, 184, 0.2);
}

.guide-topic-art--points .guide-topic-icon,
.guide-topic-art--earn .guide-topic-icon {
  background: linear-gradient(135deg, rgba(215, 175, 97, 0.95), rgba(130, 42, 18, 0.82));
  box-shadow: 0 22px 70px rgba(215, 175, 97, 0.22);
}

.guide-topic-art--coupons .guide-topic-icon,
.guide-topic-art--coupon .guide-topic-icon,
.guide-topic-art--claim .guide-topic-icon,
.guide-topic-art--use .guide-topic-icon,
.guide-topic-art--wallet .guide-topic-icon,
.guide-topic-art--voucher .guide-topic-icon {
  background: linear-gradient(135deg, rgba(245, 34, 45, 0.9), rgba(215, 175, 97, 0.64));
  box-shadow: 0 22px 70px rgba(245, 34, 45, 0.24);
}

.guide-topic-art--payment .guide-topic-icon,
.guide-topic-art--secure .guide-topic-icon,
.guide-topic-art--bank .guide-topic-icon,
.guide-topic-art--phone .guide-topic-icon,
.guide-topic-art--transaction .guide-topic-icon {
  background: linear-gradient(135deg, rgba(54, 111, 255, 0.86), rgba(9, 10, 13, 0.84));
  box-shadow: 0 22px 70px rgba(54, 111, 255, 0.2);
}

.guide-topic-art--support .guide-topic-icon {
  background: linear-gradient(135deg, rgba(153, 97, 255, 0.88), rgba(9, 10, 13, 0.84));
  box-shadow: 0 22px 70px rgba(153, 97, 255, 0.2);
}

.guide-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 18px;
}

.guide-bottom-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 14% 0%, rgba(245, 34, 45, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.guide-bottom-card::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--brand-hot), var(--gold), var(--teal));
}

.guide-bottom-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  line-height: 1.22;
  font-weight: 900;
}

.guide-bottom-card p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
  font-weight: 800;
}

.guide-contact-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guide-contact-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.guide-contact-actions a:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 175, 97, 0.48);
  background: rgba(215, 175, 97, 0.12);
}

.agc-start-section {
  isolation: isolate;
  padding-block-start: calc(var(--header-height) + 18px);
  padding-block-end: 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(245, 34, 45, 0.18), transparent 28%),
    radial-gradient(circle at 50% 68%, rgba(215, 175, 97, 0.08), transparent 32%);
}

.agc-start-section + .section-band {
  padding-block: clamp(4px, 0.8vw, 12px) clamp(38px, 4.5vw, 62px);
}

.agc-image-slider {
  position: relative;
  min-height: clamp(360px, 45vw, 620px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--radius) + 8px);
  background: #090a0d;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(215, 175, 97, 0.08);
}

.agc-image-slider::before,
.agc-image-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.agc-image-slider::before {
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.74), rgba(9, 10, 13, 0.08) 48%, rgba(91, 8, 18, 0.5)),
    linear-gradient(0deg, rgba(9, 10, 13, 0.78), transparent 58%);
}

.agc-image-slider::after {
  inset: 18px;
  border: 1px solid rgba(215, 175, 97, 0.26);
  border-radius: calc(var(--radius) + 2px);
}

.agc-image-slider-track,
.agc-image-slide {
  position: absolute;
  inset: 0;
}

.agc-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.08) brightness(0.92);
  transform: scale(1.02);
}

.agc-image-slide-cta {
  position: absolute;
  inset-inline-start: clamp(26px, 4.5vw, 64px);
  inset-block-end: clamp(26px, 4vw, 58px);
  z-index: 2;
}

.agc-tournament-banner {
  position: relative;
  min-height: auto;
  display: grid;
  place-items: center;
  overflow: visible;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.agc-tournament-banner::before,
.agc-tournament-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.agc-tournament-banner::before {
  display: block;
  inset: 5% 10% auto;
  height: 58%;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(245, 34, 45, 0.18), transparent 62%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  filter: blur(18px);
  opacity: 0.8;
}

.agc-tournament-banner::after {
  display: none;
}

.agc-tournament-bg {
  display: none;
}

.agc-tournament-banner-content {
  position: relative;
  inset: auto;
  z-index: 3;
  width: 100%;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(8px, 0.95vw, 14px);
  margin: 0;
  padding: clamp(14px, 2.15vw, 28px) 0 clamp(18px, 2.5vw, 36px);
  border: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.agc-tournament-banner-tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 14px;
  border: 1px solid rgba(245, 34, 45, 0.28);
  border-radius: 999px;
  background: rgba(245, 34, 45, 0.08);
  color: var(--brand-hot);
  font-size: clamp(0.72rem, 0.9vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(245, 34, 45, 0.14);
}

.agc-tournament-banner h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.16em, 1vw, 0.34em);
  width: min(100%, 1500px);
  margin: 0;
  color: #fff;
  direction: ltr;
  font-size: clamp(2rem, 2.85vw, 3.45rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: clamp(0.035em, 0.36vw, 0.075em);
  word-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 20px 56px rgba(0, 0, 0, 0.58);
  white-space: nowrap;
}

.agc-tournament-banner-lead {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 247, 245, 0.76);
  font-size: clamp(0.9rem, 1.05vw, 1.08rem);
  line-height: 1.8;
  font-weight: 800;
}

.agc-tournament-banner-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.agc-tournament-banner-actions > span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(215, 175, 97, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 247, 245, 0.86);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agc-tournament-card-cta {
  min-width: 168px;
  justify-content: center;
  padding-inline: 28px;
  box-shadow: 0 18px 48px rgba(245, 34, 45, 0.32);
}

body[data-track-page="agc"] .agc-tournament-card-cta {
  animation: agcCtaPulseShake 2.8s ease-in-out infinite;
}

.agc-tournament-card-preview {
  position: relative;
  width: min(800px, 54vw);
  aspect-ratio: 16 / 9;
  margin: clamp(6px, 1.25vw, 18px) auto 0;
  overflow: visible;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: transparent;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(245, 34, 45, 0.08),
    0 0 72px rgba(245, 34, 45, 0.14);
  animation: agcCardBreath 7s ease-in-out infinite;
  transition: filter 0.32s ease, box-shadow 0.32s ease;
}

.agc-tournament-card-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.18) 48%, transparent 54%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
  border-radius: inherit;
  mix-blend-mode: screen;
  opacity: 0.28;
}

.agc-tournament-card-preview::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 22%, rgba(215, 175, 97, 0.2), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(245, 34, 45, 0.24), transparent 30%),
    linear-gradient(120deg, rgba(245, 34, 45, 0.24), rgba(215, 175, 97, 0.15), rgba(245, 34, 45, 0.18));
  filter: blur(16px);
  opacity: 0.5;
  transform: scale(0.985);
  animation: agcEdgeGlow 6s ease-in-out infinite;
}

.agc-tournament-card-preview figcaption {
  position: absolute;
  z-index: 3;
  inset-inline: clamp(14px, 2vw, 28px);
  inset-block-end: clamp(12px, 1.5vw, 22px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}

.agc-tournament-card-preview figcaption span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(215, 175, 97, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(215, 175, 97, 0.3), rgba(90, 52, 16, 0.66)),
    rgba(9, 10, 13, 0.68);
  color: #ffe7a6;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 26px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(215, 175, 97, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: agcBadgeFloatFade 5.8s ease-in-out infinite;
}

.agc-tournament-card-preview figcaption span:nth-child(2) {
  animation-delay: 0.32s;
}

.agc-tournament-card-preview figcaption span:nth-child(3) {
  animation-delay: 0.64s;
}

@keyframes agcBadgeFloatFade {
  0%,
  100% {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }

  18%,
  68% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  82% {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
}

@keyframes agcCtaPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 48px rgba(245, 34, 45, 0.32);
  }

  50% {
    transform: translateY(-2px);
    box-shadow: 0 24px 64px rgba(245, 34, 45, 0.46);
  }
}

@keyframes agcCtaPulseShake {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 18px 48px rgba(245, 34, 45, 0.32);
  }

  18% {
    transform: translate3d(1px, -1px, 0);
  }

  32% {
    transform: translate3d(-1px, 0, 0);
  }

  50% {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 26px 68px rgba(245, 34, 45, 0.5);
  }

  66% {
    transform: translate3d(1px, -1px, 0);
  }

  82% {
    transform: translate3d(-1px, 0, 0);
  }
}

@keyframes agcCardBreath {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes agcEdgeGlow {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.982);
  }

  50% {
    opacity: 0.62;
    transform: scale(1.01);
  }
}

.tournament-slider-head--clean {
  justify-content: flex-start;
  margin-bottom: clamp(8px, 0.9vw, 12px);
  padding-inline: clamp(2px, 0.6vw, 10px);
}

.tournament-slider-head--clean h3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 1.75vw, 1.72rem);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.tournament-slider-head--clean h3::before {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-hot), var(--gold));
  box-shadow: 0 0 18px rgba(245, 34, 45, 0.34);
}

body[data-track-page="agc"] .agc-layout {
  gap: clamp(10px, 1.2vw, 16px);
}

body[data-track-page="agc"] .tournament-slider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-track-page="agc"] .tournament-slider::before,
body[data-track-page="agc"] .tournament-slider::after {
  display: none;
}

body[data-track-page="agc"] .tournament-slider-head--clean {
  margin-bottom: clamp(10px, 1vw, 14px);
  padding: clamp(10px, 1vw, 14px) clamp(2px, 0.6vw, 10px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/* AGC event detail page */
.agc-event-page {
  background:
    radial-gradient(circle at 20% 0%, rgba(245, 34, 45, 0.18), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(215, 175, 97, 0.12), transparent 30%),
    #07080b;
}

.agc-event-main {
  overflow: hidden;
}

.agc-event-hero {
  padding-block-start: calc(var(--header-height) + clamp(24px, 4vw, 54px));
}

.agc-event-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}

.agc-event-copy {
  display: grid;
  gap: 18px;
}

.agc-event-back {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
  text-decoration: none;
}

.agc-event-back::before {
  content: "‹";
  font-size: 1.35rem;
  line-height: 1;
}

.agc-event-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 5.4vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.agc-event-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 800;
  line-height: 1.9;
}

.agc-event-status {
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(245, 34, 45, 0.48);
  color: #ffb5b5;
  background: rgba(245, 34, 45, 0.12);
  font-weight: 950;
}

.agc-event-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5222d;
  box-shadow: 0 0 18px rgba(245, 34, 45, 0.76);
}

.agc-event-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
}

.agc-event-facts span,
.agc-event-card,
.agc-event-timeline,
.agc-event-teams {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.agc-event-facts span {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 20px;
}

.agc-event-facts small {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 900;
}

.agc-event-facts strong {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 950;
}

.agc-event-poster {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(215, 175, 97, 0.28);
  background: #120508;
  box-shadow: 0 34px 110px rgba(245, 34, 45, 0.16), 0 26px 80px rgba(0, 0, 0, 0.38);
}

.agc-event-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.agc-event-poster img,
.agc-event-schedule-image img {
  width: 100%;
  height: auto;
  display: block;
}

.agc-event-section {
  padding-block: clamp(34px, 5vw, 72px);
}

.agc-event-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.agc-event-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(22px, 3vw, 34px);
}

.agc-event-card::before {
  content: "";
  position: absolute;
  inset-inline: 24px;
  inset-block-start: 0;
  height: 2px;
  background: linear-gradient(90deg, #f5222d, #d7af61, transparent);
}

.agc-event-card > span,
.agc-event-card .eyebrow {
  color: #d7af61;
  font-weight: 950;
}

.agc-event-card h2,
.section-heading h2 {
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(1.55rem, 2.7vw, 2.65rem);
  line-height: 1.15;
}

.agc-event-card p,
.agc-event-list,
.agc-event-rule-grid {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
  line-height: 1.85;
}

.agc-event-list,
.agc-event-rule-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.agc-event-list li,
.agc-event-rule-grid li {
  position: relative;
  padding-inline-start: 22px;
}

.agc-event-list li + li,
.agc-event-rule-grid li + li {
  margin-top: 10px;
}

.agc-event-list li::before,
.agc-event-rule-grid li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.78em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5222d;
  box-shadow: 0 0 14px rgba(245, 34, 45, 0.58);
}

.agc-event-schedule {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 18px;
  align-items: stretch;
}

.agc-event-schedule-image {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(215, 175, 97, 0.22);
  background: #090a0d;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.agc-event-timeline {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 28px;
}

.agc-event-timeline article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.agc-event-timeline b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #121015;
  background: linear-gradient(135deg, #d7af61, #fff1a8);
  font-weight: 950;
}

.agc-event-timeline h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 1.1rem;
}

.agc-event-timeline strong {
  color: #d7af61;
  font-weight: 950;
}

.agc-event-timeline p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  line-height: 1.7;
}

.agc-event-prizes {
  display: grid;
  gap: 12px;
}

.agc-event-prizes div {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.agc-event-prizes strong {
  color: #fff;
  font-weight: 950;
}

.agc-event-prizes b {
  color: #d7af61;
  font-size: 1.35rem;
  font-weight: 950;
}

.agc-event-rulebook-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.agc-event-rulebook-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(215, 175, 97, 0.3);
  color: #fff;
  background: rgba(215, 175, 97, 0.1);
  font-weight: 950;
  text-decoration: none;
}

.agc-event-rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.agc-event-rule-grid li {
  padding-block: 16px;
  padding-inline-start: 38px;
  padding-inline-end: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.052);
}

.agc-event-rule-grid li::before {
  inset-inline-start: 18px;
  inset-block-start: 25px;
}

.agc-event-teams {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: clamp(14px, 2vw, 22px);
  border-radius: 28px;
}

.agc-event-teams span {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 900;
}

.agc-event-teams b {
  color: #d7af61;
  font-size: 0.82rem;
  font-weight: 950;
}

@media (max-width: 980px) {
  .agc-event-hero-grid,
  .agc-event-two-col,
  .agc-event-schedule {
    grid-template-columns: 1fr;
  }

  .agc-event-teams {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .agc-event-hero {
    padding-block-start: calc(var(--header-height) + 16px);
  }

  .agc-event-facts,
  .agc-event-rule-grid,
  .agc-event-teams {
    grid-template-columns: 1fr;
  }

  .agc-event-poster,
  .agc-event-card,
  .agc-event-schedule-image,
  .agc-event-timeline,
  .agc-event-teams {
    border-radius: 22px;
  }
}

body[data-track-page="agc"] .tournament-slider::after {
  inset-block-start: clamp(38px, 3.1vw, 52px);
}

.agc-tournament-card-preview img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transition: transform 0.42s ease, filter 0.42s ease;
}

.agc-tournament-card-preview:hover,
.agc-tournament-card-preview:active {
  filter: saturate(1.1) brightness(1.06);
  box-shadow:
    0 38px 112px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(215, 175, 97, 0.16),
    0 0 92px rgba(245, 34, 45, 0.2);
}

.agc-tournament-card-preview:hover img,
.agc-tournament-card-preview:active img {
  transform: scale(1.025);
}

.agc-tournament-banner p:not(.agc-tournament-banner-lead) {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 247, 245, 0.82);
  font-size: 1.04rem;
  line-height: 1.85;
  font-weight: 800;
}

.agc-tournament-banner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.agc-tournament-banner-meta span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.agc-page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding-block: calc(var(--header-height) + 76px) 62px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.96), rgba(9, 10, 13, 0.64), rgba(77, 5, 15, 0.42)),
    url("https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&fit=crop&w=2200&q=86") center / cover;
}

.agc-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(245, 34, 45, 0.24), transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(215, 175, 97, 0.16), transparent 32%);
}

.agc-page-hero .container {
  position: relative;
  z-index: 1;
}

.agc-page-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 6vw, 5rem);
  line-height: 1.08;
  font-weight: 900;
}

.agc-page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  font-weight: 700;
}

.current-tournament {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.74fr);
  gap: 26px;
  align-items: stretch;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--radius) + 8px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.current-tournament-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  isolation: isolate;
}

.current-tournament-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08) brightness(0.72);
  transform: scale(1.05);
}

.current-tournament-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.25), rgba(9, 10, 13, 0.85)),
    linear-gradient(0deg, rgba(9, 10, 13, 0.85), transparent 54%);
}

.current-tournament-badge {
  position: absolute;
  z-index: 2;
  inset-block-start: 22px;
  inset-inline-start: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(215, 175, 97, 0.35);
  border-radius: 999px;
  background: rgba(9, 10, 13, 0.58);
  color: var(--gold);
  font-weight: 900;
}

.current-tournament-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.current-tournament-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.14;
  font-weight: 900;
}

.current-tournament-copy p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.9;
}

.current-tournament-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.current-tournament-pills span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-weight: 900;
}

.current-tournament-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.offer-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.offer-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-open {
  overflow: hidden;
}

.offer-modal-panel {
  position: relative;
  width: min(940px, 100%);
  max-height: min(720px, 92vh);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--radius) + 10px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    #101115;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.56);
  transform: translateY(18px) scale(0.98);
  transition: transform 220ms ease;
}

.offer-modal.is-open .offer-modal-panel {
  transform: translateY(0) scale(1);
}

.offer-modal-panel--article {
  width: min(860px, 100%);
  max-height: 92vh;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(231, 19, 26, 0.2), transparent 28%),
    radial-gradient(circle at 94% 24%, rgba(215, 175, 97, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(44, 28, 33, 0.98), rgba(25, 25, 29, 0.98) 42%, rgba(15, 16, 19, 0.98));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.52);
  scrollbar-color: rgba(255, 255, 255, 0.38) rgba(255, 255, 255, 0.08);
  text-align: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.offer-modal-panel--article::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.offer-modal-panel--maintenance {
  width: min(640px, 100%);
  max-height: 86vh;
  grid-template-columns: 1fr;
  background:
    radial-gradient(circle at 10% 0%, rgba(231, 19, 26, 0.2), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(215, 175, 97, 0.14), transparent 30%),
    linear-gradient(160deg, rgba(26, 16, 20, 0.98), rgba(8, 9, 13, 0.98));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}

.offer-modal-panel--article .offer-modal-close {
  position: static;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  flex: 0 0 auto;
  margin: 0;
  width: 38px;
  height: 38px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(9, 10, 13, 0.82);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 34px rgba(0, 0, 0, 0.34);
}

.offer-modal-media {
  min-height: 420px;
  background: #090a0d;
}

.offer-modal-media.has-video {
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 28px);
  background:
    radial-gradient(circle at 80% 12%, rgba(231, 19, 26, 0.22), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(215, 175, 97, 0.18), transparent 38%),
    #08090d;
}

.offer-modal-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.offer-modal-media img[hidden],
.offer-modal-panel--article .offer-modal-media img {
  display: none !important;
}

.offer-modal-video {
  width: min(100%, 420px);
  max-height: min(74vh, 620px);
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: #000;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.offer-modal-video[hidden] {
  display: none;
}

.offer-modal-content {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.offer-modal-panel--article .offer-modal-content {
  align-content: start;
  justify-items: center;
  gap: 0;
  padding: 0;
  overflow: visible;
}

.offer-modal-panel--maintenance .offer-modal-content {
  align-content: start;
  gap: 18px;
  padding: clamp(28px, 5vw, 46px);
  overflow: visible;
}

.offer-modal-panel--maintenance .offer-modal-media {
  display: none;
}

.offer-modal-header {
  display: grid;
  gap: 14px;
}

.offer-modal-panel--article .offer-modal-header {
  position: sticky;
  top: 0;
  inset-inline: 0;
  z-index: 6;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  max-width: none;
  margin: 0 0 6px;
  box-sizing: border-box;
  padding: 14px clamp(18px, 3vw, 28px);
  direction: ltr;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: calc(var(--radius) + 10px) calc(var(--radius) + 10px) 0 0;
  background:
    radial-gradient(circle at 92% 0%, rgba(231, 19, 26, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(22, 15, 18, 0.96), rgba(14, 13, 17, 0.92)),
    rgba(12, 13, 17, 0.92);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.18);
}

.offer-modal-panel--article .offer-modal-header::before {
  content: "";
  position: absolute;
  inset-inline: clamp(18px, 3vw, 28px);
  inset-block-end: 0;
  z-index: -1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(231, 19, 26, 0.82), rgba(215, 175, 97, 0.72), transparent);
  box-shadow: 0 0 20px rgba(231, 19, 26, 0.32);
}

.offer-modal-panel--hide-header .offer-modal-header {
  display: none;
}

.offer-modal-title-wrap {
  min-width: 0;
}

.offer-modal-panel--article .offer-modal-title-wrap {
  grid-column: 2;
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 0;
  min-width: 0;
  text-align: center;
  direction: rtl;
}

.offer-modal-tag {
  width: max-content;
  padding: 7px 12px;
  border: 1px solid rgba(215, 175, 97, 0.38);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(215, 175, 97, 0.11);
  font-size: 0.82rem;
  font-weight: 900;
}

.offer-modal-panel--article .offer-modal-tag {
  display: none;
}

.offer-modal-panel--maintenance .offer-modal-tag {
  color: #fff;
  background: linear-gradient(135deg, rgba(231, 19, 26, 0.72), rgba(215, 175, 97, 0.34));
  border-color: rgba(255, 255, 255, 0.18);
}

.offer-modal-content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.16;
  font-weight: 900;
}

.offer-modal-panel--article .offer-modal-content h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(0.98rem, 1.72vw, 1.24rem);
  line-height: 1.12;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
  text-wrap: balance;
}

.offer-modal-panel--maintenance .offer-modal-content h2 {
  color: #fff;
  font-size: clamp(1.85rem, 5vw, 2.8rem);
}

.offer-modal-content p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.9;
}

.offer-modal-panel--article .offer-modal-content p {
  width: min(100%, 680px);
  padding-inline: clamp(22px, 5vw, 48px);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.95rem, 1.45vw, 1rem);
  line-height: 1.85;
  text-align: center;
  text-wrap: pretty;
}

.offer-modal-panel--article .offer-modal-content p[hidden] {
  display: none;
}

.offer-modal-panel--maintenance .offer-modal-content p {
  color: rgba(255, 247, 245, 0.72);
}

.offer-modal-article-video {
  width: min(100%, 720px);
  padding-inline: clamp(18px, 4vw, 34px);
  display: grid;
  gap: 12px;
  justify-items: center;
  margin: 22px auto 4px;
}

.offer-modal-article-video[hidden] {
  display: none;
}

.offer-modal-article-video > strong,
.offer-modal-steps-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.offer-modal-panel--article .offer-modal-media.has-video {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 60px rgba(0, 0, 0, 0.32);
}

.offer-modal-panel--article .offer-modal-media.has-video::before {
  display: none;
}

.offer-modal-panel--article .offer-modal-video {
  width: 100%;
  max-height: min(56vh, 430px);
  justify-self: center;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

.offer-modal-guide-image {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  border-radius: 0 0 28px 28px;
  background: #f7f8fb;
}

.offer-modal-guide-image[hidden] {
  display: none;
}

.offer-modal-guide-video {
  position: absolute;
  top: 13.15%;
  left: 50%;
  z-index: 2;
  width: min(80%, 680px);
  transform: translateX(-50%);
}

/* GUIDE MODAL VIDEO POSITION CONTROLS - DESKTOP
   Change only the top percentage to move each video.
   Smaller top = video goes up. Bigger top = video goes down. */
/* Q1 - كيفية إنشاء حساب HUAWEI ID؟ */
.offer-modal-guide-image[data-guide-category="huawei-id"] .offer-modal-guide-video {
  top: 11.45%;
}

/* Q2 - كيفية تثبيت AppGallery؟ */
.offer-modal-guide-image[data-guide-category="appgallery-install"] .offer-modal-guide-video {
  top: 12.85%;
  width: min(80%, 680px);
}

/* Q3 - ما هي نقاط هواوي؟ */
.offer-modal-guide-image[data-guide-category="huawei-points-overview"] .offer-modal-guide-video {
  top: 10.6%;
  width: min(78%, 640px);
}

/* Q4 - كيفية الحصول على نقاط هواوي؟ */
.offer-modal-guide-image[data-guide-category="huawei-points-obtain"] .offer-modal-guide-video {
  top: 10.6%;
  width: min(78%, 640px);
}

/* Q6 - ما هي قسائم AppGallery؟ */
.offer-modal-guide-image[data-guide-category="appgallery-coupons-overview"] .offer-modal-guide-video {
  top: 20.55%;
  width: min(78%, 640px);
}

/* Q7 - كيفية الحصول على قسيمة؟ */
.offer-modal-guide-image[data-guide-category="coupon-obtain"] .offer-modal-guide-video {
  top: 18.2%;
  width: min(78%, 640px);
}

/* Q8 - كيفية استخدام القسيمة؟ */
.offer-modal-guide-image[data-guide-category="coupon-use"] .offer-modal-guide-video {
  top: 17.9%;
  width: min(78%, 640px);
}

/* Q9 - كيفية عرض قسائمي؟ */
.offer-modal-guide-image[data-guide-category="coupon-view"] .offer-modal-guide-video {
  top: 12.85%;
  width: min(78%, 640px);
}

/* Q10 - ماذا لو لم أحصل على قسائمي؟ */
.offer-modal-guide-image[data-guide-category="coupon-missing"] .offer-modal-guide-video {
  top: 18.1%;
  width: min(78%, 640px);
}

/* Q11 - إضافة بطاقة بنكية */
.offer-modal-guide-image[data-guide-category="bank-card-add"] .offer-modal-guide-video {
  top: 9.25%;
  width: min(78%, 640px);
}

/* Q12 - إضافة رقم هاتف للدفع */
.offer-modal-guide-image[data-guide-category="mobile-payment-add"] .offer-modal-guide-video {
  top: 6.85%;
  width: min(78%, 640px);
}

.offer-modal-guide-video[hidden] {
  display: none;
}

.offer-modal-guide-download {
  position: absolute;
  top: 22.75%;
  z-index: 4;
  display: block;
  height: 1.1%;
  border-radius: 12px;
  line-height: normal;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.offer-modal-guide-download[hidden] {
  display: none;
}

html[dir="rtl"] .offer-modal-guide-download {
  left: 74.5%;
  width: 11%;
}

html[dir="ltr"] .offer-modal-guide-download {
  left: 14.5%;
  width: 16%;
}

.offer-modal-guide-download:focus-visible {
  outline: 3px solid rgba(20, 108, 255, 0.78);
  outline-offset: 2px;
}

.offer-modal-guide-video .offer-modal-media.has-video {
  padding: clamp(5px, 1vw, 8px);
  border-color: rgba(21, 24, 32, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(235, 238, 246, 0.48)),
    rgba(255, 255, 255, 0.64);
  box-shadow:
    0 18px 52px rgba(17, 22, 35, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.52);
}

.offer-modal-guide-video .offer-modal-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: none;
  border-radius: 13px;
  background: #f8f9fd;
}

.offer-modal-guide-image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  background: #f7f8fb;
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.12),
    0 -24px 70px rgba(215, 175, 97, 0.08);
}

.offer-modal-steps {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.offer-modal-panel--article .offer-modal-steps {
  width: min(100%, 720px);
  padding-inline: clamp(18px, 4vw, 34px);
  gap: 16px;
  margin: 6px auto 0;
}

.offer-modal-steps li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.offer-modal-panel--article .offer-modal-steps li {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: clamp(14px, 2vw, 22px);
  width: 100%;
  min-height: 96px;
  overflow: hidden;
  padding: clamp(18px, 2.6vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(215, 175, 97, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 48px rgba(0, 0, 0, 0.25);
}

.offer-modal-panel--article .offer-modal-steps li::before {
  content: "";
  position: absolute;
  inset-block: 16px;
  inset-inline-start: 0;
  z-index: -1;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-hot), var(--gold));
  box-shadow: 0 0 22px rgba(231, 19, 26, 0.38);
}

.offer-modal-panel--article .offer-modal-steps li::after {
  content: "";
  position: absolute;
  inset-inline: 14%;
  inset-block-end: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 175, 97, 0.55), transparent);
}

.offer-modal-panel--maintenance .offer-modal-steps li {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.035);
}

.offer-modal-steps span {
  color: var(--brand-hot);
  font-weight: 900;
}

.offer-modal-panel--article .offer-modal-steps span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 9px 14px;
  border: 1px solid rgba(215, 175, 97, 0.42);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(215, 175, 97, 0.22), rgba(231, 19, 26, 0.12)),
    rgba(255, 255, 255, 0.055);
  font-size: 0.86rem;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 32px rgba(215, 175, 97, 0.08);
}

.offer-modal-panel--article .offer-modal-steps span::before {
  content: "خطوة ";
}

.offer-modal-panel--article .offer-modal-steps strong {
  justify-self: center;
  color: rgba(255, 247, 245, 0.78);
  line-height: 1.85;
  font-weight: 800;
  text-align: center;
  text-wrap: balance;
}

.offer-modal-panel--maintenance .offer-modal-steps span {
  color: var(--gold);
}

.offer-modal-panel--maintenance .offer-modal-steps strong {
  color: rgba(255, 247, 245, 0.78);
}

.offer-modal-panel--article .button {
  justify-self: start;
}

.offer-modal-close {
  position: absolute;
  z-index: 2;
  inset-block-start: 14px;
  inset-inline-end: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(9, 10, 13, 0.66);
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  padding: 0;
}

@keyframes footerBadgeGlow {
  0%, 100% { transform: translateY(0); box-shadow: 0 18px 42px rgba(231, 19, 26, 0.42); }
  50% { transform: translateY(-3px); box-shadow: 0 24px 56px rgba(255, 88, 88, 0.52); }
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 0 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(199, 0, 11, 0.2), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(215, 175, 97, 0.16), transparent 30%),
    linear-gradient(180deg, #10090d 0%, #07070a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 84%, transparent);
  opacity: 0.24;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset-inline: 12%;
  inset-block-start: 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-hot), var(--gold), transparent);
  box-shadow: 0 0 42px rgba(245, 34, 45, 0.52);
}

.footer-ribbon {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 22px;
  z-index: -1;
  height: 120px;
  opacity: 0.78;
  pointer-events: none;
}

.footer-ribbon span {
  position: absolute;
  inset-inline-start: -12%;
  width: 124%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 34, 45, 0.58), rgba(215, 175, 97, 0.4), transparent);
  transform: rotate(-3deg);
  animation: footerLineDrift 7s ease-in-out infinite alternate;
}

.footer-ribbon span:nth-child(2) {
  inset-block-start: 42px;
  opacity: 0.55;
  animation-delay: 400ms;
}

.footer-ribbon span:nth-child(3) {
  inset-block-start: 84px;
  opacity: 0.34;
  animation-delay: 800ms;
}

.footer-spotlight {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 42px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-spotlight h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.1vw, 2.15rem);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.footer-download {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand-hot), var(--brand-deep));
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(199, 0, 11, 0.26);
}

.footer-download::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -36%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-18deg) translateX(-130%);
  transition: transform 560ms ease;
}

.footer-download:hover::before {
  transform: skewX(-18deg) translateX(360%);
}

.footer-download span,
.footer-download svg {
  position: relative;
  z-index: 1;
}

.footer-download svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(180px, 0.9fr));
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
}

.footer-brand p {
  max-width: 420px;
  margin: 18px 0 0;
  color: rgba(255, 247, 245, 0.68);
  font-weight: 700;
  line-height: 1.9;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3 {
  position: relative;
  margin: 0 0 8px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.footer-column h3::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-hot), var(--gold));
}

.footer-column a {
  color: rgba(255, 247, 245, 0.66);
  text-decoration: none;
  font-weight: 800;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a.is-active {
  color: #fff;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(-4px);
}

.footer-contact {
  gap: 8px;
}

.footer-contact-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.footer-contact-line span {
  color: rgba(255, 247, 245, 0.52);
  font-size: 0.78rem;
  font-weight: 900;
}

.agc-tournament-banner-action {
  min-width: 178px;
  justify-content: center;
  box-shadow: 0 20px 58px rgba(245, 34, 45, 0.34);
}

.agc-tournament-banner-media {
  position: absolute;
  z-index: 3;
  left: 50%;
  inset-block-start: clamp(310px, 31vw, 410px);
  width: min(760px, 48vw);
  aspect-ratio: 16 / 9.2;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(5, 6, 9, 0.86);
  background: #090a0d;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.52);
  transform: translateX(-50%);
}

.agc-tournament-banner-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08) brightness(0.94);
}

.footer-contact-link {
  width: max-content;
  max-width: 100%;
  color: rgba(255, 247, 245, 0.7);
  font-size: 0.92rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.footer-contact-link:hover {
  color: #fff;
}

.footer-contact-chip {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 56px;
  padding: 6px 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 220ms ease, color 220ms ease;
}

.footer-contact-chip::before {
  content: "";
  position: absolute;
  inset-inline: 48px 0;
  inset-block-end: 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--contact-color, var(--brand-hot)) 58%, transparent), transparent);
  opacity: 0.52;
  transition: opacity 220ms ease, transform 220ms ease;
}

.footer-contact-chip::after {
  content: "";
  position: absolute;
  inset-inline-start: 48px;
  inset-block-end: 0;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--contact-color, var(--brand-hot));
  box-shadow: 0 0 18px color-mix(in srgb, var(--contact-color, var(--brand-hot)) 58%, transparent);
  opacity: 0.88;
}

.footer-contact-chip--mail {
  --contact-color: var(--brand-hot);
}

.footer-contact-chip:hover {
  transform: translateX(-4px);
}

.footer-contact-chip:hover::before {
  opacity: 1;
  transform: scaleX(1.08);
}

.footer-contact-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--contact-color, var(--brand-hot)) 52%, rgba(255, 255, 255, 0.14));
  border-radius: 13px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.22), transparent 28%),
    color-mix(in srgb, var(--contact-color, var(--brand-hot)) 18%, transparent);
  color: #fff;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--contact-color, var(--brand-hot)) 22%, transparent);
}

.footer-contact-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-contact-chip small,
.footer-contact-chip strong {
  display: block;
}

.footer-contact-chip small {
  margin-bottom: 3px;
  color: color-mix(in srgb, var(--contact-color, var(--brand-hot)) 54%, rgba(255, 247, 245, 0.58));
  font-size: 0.7rem;
  font-weight: 900;
}

.footer-contact-chip strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.82rem, 1.15vw, 0.95rem);
  line-height: 1.25;
  font-weight: 900;
  word-break: break-word;
}

.footer-brand .footer-socials {
  margin-top: 20px;
}

.footer-social--whatsapp {
  --social-border: rgba(37, 211, 102, 0.58);
  --social-bg: rgba(37, 211, 102, 0.17);
  --social-glow: rgba(37, 211, 102, 0.26);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 247, 245, 0.54);
  font-size: 0.9rem;
  font-weight: 800;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom span {
  color: rgba(255, 247, 245, 0.74);
}

@keyframes footerLineDrift {
  from { transform: translateX(0) rotate(-3deg); }
  to { transform: translateX(-36px) rotate(-3deg); }
}

@keyframes faqWordSpray {
  0% {
    opacity: 0;
    transform: translateY(12px) translateX(10px) scale(0.96);
    filter: blur(8px);
  }
  62% {
    opacity: 1;
    transform: translateY(-2px) translateX(-2px) scale(1.01);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes faqAnswerSpark {
  0% {
    opacity: 0;
    transform: translateX(42%) scaleX(0.4);
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-42%) scaleX(1);
  }
}

.mobile-dock {
  position: fixed;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: 90;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  padding: 8px;
  border-block-start: 1px solid var(--line);
  border-inline: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  background: rgba(9, 10, 13, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.mobile-dock-item {
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 8px 4px;
  border-radius: var(--radius);
  color: var(--muted);
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 900;
}

.mobile-dock-item svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.mobile-dock-item.is-active {
  color: #fff;
  background: rgba(231, 19, 26, 0.2);
}

.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.9, 0.25, 1);
  transition-delay: calc(var(--reveal-index, 0) * 55ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes gridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 86px 86px, 86px 86px; }
}

@keyframes brandPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 14px 34px rgba(231, 19, 26, 0.22); }
  50% { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(215, 175, 97, 0.2); }
}

@keyframes heroPan {
  from {
    transform: scale(1.04) translate3d(var(--hero-parallax-x, 0px), var(--hero-parallax-y, 0px), 0);
  }
  to {
    transform: scale(1.09) translate3d(calc(var(--hero-parallax-x, 0px) - 18px), var(--hero-parallax-y, 0px), 0);
  }
}

@keyframes offerImageFloat {
  from { transform: scale(1.04) translateX(0); }
  to { transform: scale(1.12) translateX(-18px); }
}

@keyframes heroLift {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes tickerMove {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(var(--ticker-distance) * -1), 0, 0); }
}

@keyframes sectionSweep {
  0%, 42% { transform: translateX(100%); }
  70%, 100% { transform: translateX(-100%); }
}

@keyframes artScan {
  0%, 55% { transform: translateX(115%); }
  78%, 100% { transform: translateX(-115%); }
}

@keyframes symbolFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(-3deg); }
}

@keyframes stackPulse {
  0%, 100% { transform: translateX(0); opacity: 0.78; }
  50% { transform: translateX(-8px); opacity: 1; }
}

@keyframes haloSpin {
  to { transform: rotate(360deg); }
}

@keyframes tileLift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes progressBreath {
  0%, 100% { width: 62%; }
  50% { width: 88%; }
}

@keyframes tournamentShine {
  0%, 100% { opacity: 0.18; transform: translateX(-14%) rotate(-8deg); }
  50% { opacity: 0.42; transform: translateX(14%) rotate(-8deg); }
}

@keyframes badgeBeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

@keyframes socialPulse {
  0%, 100% { transform: translateY(0) scale(1); filter: saturate(1); }
  50% { transform: translateY(-3px) scale(1.06); filter: saturate(1.25); }
}

@keyframes downloadWash {
  from { opacity: 0.42; transform: translateX(0); }
  to { opacity: 0.9; transform: translateX(-24px); }
}

@keyframes arenaBeam {
  0%, 100% { opacity: 0.22; }
  50% { opacity: 0.55; }
}

@keyframes screenGlow {
  0%, 100% { box-shadow: 0 28px 90px rgba(231, 19, 26, 0.28); }
  50% { box-shadow: 0 32px 110px rgba(91, 140, 255, 0.34); }
}

@keyframes lightsRun {
  from { background-position: 0 0; }
  to { background-position: 42px 0; }
}

@keyframes crowdMove {
  from { background-position: 0 0; }
  to { background-position: 70px 0; }
}

@media (max-width: 1020px) {
  .desktop-nav {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "actions"
      "showcase";
    direction: rtl;
    gap: 26px;
    padding-block: 48px 34px;
  }

  .hero-copy {
    padding-top: 0;
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions {
    grid-area: actions;
    position: static;
    justify-content: center;
    direction: rtl;
    margin-top: 0;
  }

  .hero-offer-frame {
    max-width: 760px;
  }

  .hero-offer-slider {
    grid-area: showcase;
    max-width: 100%;
    margin-top: 0;
  }

  .guide-layout,
  .agc-layout,
  .faq-layout,
  .download-layout {
    grid-template-columns: 1fr;
  }

  .offers-grid,
  .community-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-card-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 66px;
  }

  body {
    padding-bottom: 0;
  }

  .container,
  .header-shell,
  .header-inner {
    width: min(100% - 28px, 1180px);
  }

  .header-shell,
  .header-inner {
    gap: 14px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 0;
  }

  .brand-copy small {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: calc(70vh - var(--header-height));
    min-height: calc(70svh - var(--header-height));
  }

  .hero-media {
    background-image:
      linear-gradient(90deg, rgba(9, 10, 13, 0.96), rgba(9, 10, 13, 0.72)),
      linear-gradient(180deg, rgba(9, 10, 13, 0.2), rgba(9, 10, 13, 0.94)),
      url("https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&fit=crop&w=1100&q=82");
    background-position: center;
  }

  .hero-content {
    gap: 14px;
    padding-block: 22px 20px;
  }

  .guide-page-hero {
    min-height: auto;
    align-items: start;
    padding-block: calc(var(--header-height) + 26px) 42px;
  }

  .hero-offer-slider {
    order: initial;
  }

  .hero .hero-slide-card {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .hero .hero-slide-card img {
    width: 100%;
    height: clamp(238px, 65vw, 282px);
    object-fit: cover;
    transform: none;
  }

  .hero h1 {
    font-size: 2.12rem;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 1rem;
  }

  .hero-actions {
    grid-area: actions;
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 360px;
    justify-self: center;
    direction: rtl;
    margin: 0 auto;
  }

  .hero-actions .button {
    min-width: 0;
    padding-inline: 10px;
    gap: 7px;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .hero-actions .button span {
    white-space: nowrap;
  }

  .hero-value-panel {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-value-card {
    min-height: auto;
    padding: 14px;
    border-radius: 18px;
  }

  .hero-value-card b {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .hero-value-card span {
    margin-bottom: 5px;
    font-size: 0.68rem;
  }

  .hero-value-card strong {
    font-size: 0.98rem;
  }

  .hero-value-card small {
    margin-top: 4px;
    font-size: 0.76rem;
    line-height: 1.55;
  }

  .hero-ticker:not(.hero-ticker--wide) {
    display: none;
  }

  .hero-ticker--wide {
    display: block;
    margin-top: 0;
  }

  .hero-offer-slider {
    width: calc(100% + 28px);
    max-width: none;
    margin-inline: -14px;
    padding: 0 8px 2px;
  }

  .hero-slider-head {
    display: none;
  }

  .hero-slider-controls button {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .hero-slider-controls [data-hero-prev] {
    left: 8px;
    right: auto;
  }

  .hero-slider-controls [data-hero-next] {
    right: 8px;
    left: auto;
  }

  .hero-slide-content {
    position: relative;
    z-index: 5;
    inset: auto;
    max-width: none;
    width: 100%;
    gap: 8px;
    padding: 16px 18px 18px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: linear-gradient(135deg, rgba(39, 10, 15, 0.98), rgba(10, 11, 15, 0.98));
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-slide-card {
    aspect-ratio: auto;
  }

  .hero-slide-card::before,
  .hero-slide-card::after {
    display: none;
  }

  .hero-slide-badge {
    inset-block-start: 14px;
    inset-inline-end: 14px;
    padding: 6px 10px;
    font-size: 0.72rem;
  }

  .hero-slide-content p {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .hero-slide-content strong {
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .hero-slide-title {
    display: block;
    width: fit-content;
    max-width: 100%;
  }

  .hero-slide-title::before {
    display: none;
  }

  .hero-offer-track {
    gap: 10px;
    padding-inline: 0;
    touch-action: pan-x pan-y;
    scroll-padding-inline: 0;
  }

  .hero-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 22px;
    margin-top: 8px;
  }

  .hero-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    cursor: pointer;
    transition: width 180ms ease, background-color 180ms ease;
  }

  .hero-slider-dot.is-active {
    width: 24px;
    background: linear-gradient(90deg, var(--brand-hot), var(--gold));
  }

  .hero-offer-frame {
    width: 100%;
  }

  .hero-offer-frame figcaption {
    inset-inline: 16px;
    inset-block-end: 14px;
  }

  .hero-offer-frame figcaption strong {
    font-size: 1.12rem;
  }

  .guide-page-hero {
    min-height: auto;
    align-items: start;
    padding-block: calc(var(--header-height) + 24px) 34px;
  }

  .guide-page-hero h1 {
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.02;
  }

  .guide-page-hero p:not(.eyebrow) {
    margin-top: 12px;
    line-height: 1.65;
  }

  .offers-showcase {
    min-height: auto;
    padding: 24px 0 34px;
  }

  .offers-showcase-shell {
    width: min(calc(100% - 24px), 1180px);
    min-height: auto;
    gap: 14px;
  }

  .offers-showcase-copy {
    display: none;
  }

  .offers-showcase-copy h1 {
    font-size: clamp(1.75rem, 9vw, 2.65rem);
  }

  .offers-showcase-copy p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .offers-showcase .hero-slide-card {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .guide-topic-art {
    min-height: 176px;
  }

  .guide-topic-icon {
    width: 74px;
    height: 74px;
    border-radius: 22px;
  }

  .guide-topic-icon svg {
    width: 36px;
    height: 36px;
  }

  .agc-page-hero {
    min-height: 360px;
    padding-block: calc(var(--header-height) + 52px) 42px;
  }

  .agc-start-section {
    padding-block-start: calc(var(--header-height) + 28px);
    padding-block-end: 8px;
  }

  .agc-start-section + .section-band {
    padding-block-start: 12px;
  }

  .agc-image-slider {
    min-height: 390px;
    border-radius: var(--radius);
  }

  .agc-image-slider::after {
    inset: 12px;
  }

  .agc-image-slider::before {
    background:
      linear-gradient(0deg, rgba(9, 10, 13, 0.82), rgba(9, 10, 13, 0.18) 58%, rgba(91, 8, 18, 0.52)),
      linear-gradient(90deg, rgba(9, 10, 13, 0.56), transparent 58%);
  }

  .agc-image-slide-cta {
    inset-inline: 22px auto;
    inset-block-end: 22px;
  }

  .agc-tournament-banner {
    min-height: 220px;
    border-radius: 0;
  }

  .agc-tournament-banner::after {
    inset: auto -22% -18%;
    height: 34%;
  }

  .agc-tournament-banner::before {
    background:
      radial-gradient(circle at 50% 12%, rgba(245, 34, 45, 0.18), transparent 34%),
      linear-gradient(180deg, rgba(91, 8, 18, 0.88), rgba(9, 10, 13, 0.32) 46%, rgba(9, 10, 13, 0.96));
  }

  .agc-tournament-banner-content {
    inset: auto;
    width: auto;
    margin: 0;
    padding: 24px 0;
    gap: 10px;
    border-radius: 0;
  }

  .agc-tournament-banner h1 {
    font-size: clamp(1.85rem, 8.8vw, 3rem);
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .agc-tournament-card-preview {
    width: min(92vw, 520px);
    margin-block-start: 4px;
    border-radius: 3px;
  }

  .agc-tournament-banner p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .agc-tournament-banner-meta {
    gap: 6px;
  }

  .agc-tournament-banner-media {
    inset-block-start: 260px;
    width: min(92vw, 520px);
    border-width: 7px;
  }

  .guide-page-hero p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .guide-topic-strip {
    align-items: stretch;
  }

  .guide-topic-strip span,
  .guide-topic-strip strong {
    flex: 1 1 auto;
    justify-content: center;
  }

  .guide-topic-strip strong {
    margin-inline-start: 0;
    flex-basis: 100%;
  }

  .guide-bottom-grid {
    grid-template-columns: 1fr;
  }

  .guide-bottom-card {
    min-height: auto;
    justify-items: center;
    text-align: center;
  }

  .guide-contact-actions {
    justify-content: center;
  }

  .agc-page-hero p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .current-tournament {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .current-tournament-media {
    min-height: 240px;
  }

  .current-tournament-copy {
    padding: 22px;
  }

  .offer-modal {
    padding: 14px;
  }

  .offer-modal-panel {
    max-height: 90vh;
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .offer-modal-panel--article {
    max-height: 92vh;
    border-radius: 26px;
  }

  .offer-modal-panel--maintenance {
    max-height: 88vh;
    border-radius: 26px;
  }

  .offer-modal-media {
    min-height: 210px;
    max-height: 260px;
  }

  .offer-modal-media.has-video {
    max-height: none;
    padding: 14px;
  }

  .offer-modal-video {
    width: 100%;
    max-height: 46vh;
    border-radius: 18px;
  }

  .offer-modal-guide-video {
    top: 13.35%;
    width: 88%;
  }

  .offer-modal-guide-image[data-guide-category="huawei-id"] .offer-modal-guide-video {
    top: 11.25%;
  }

  .offer-modal-guide-image[data-guide-category="appgallery-install"] .offer-modal-guide-video {
    top: 12.95%;
    width: 88%;
  }

  .offer-modal-guide-video .offer-modal-media.has-video {
    padding: 5px;
    border-radius: 15px;
  }

  .offer-modal-guide-video .offer-modal-video {
    border-radius: 11px;
  }

  .offer-modal-panel--article .offer-modal-content {
    justify-items: center;
    gap: 0;
    padding: 0;
  }

  .offer-modal-panel--maintenance .offer-modal-content {
    padding: 28px 20px 22px;
  }

  .offer-modal-panel--article .offer-modal-header {
    top: 0;
    inset-inline: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px 14px;
    border-radius: 26px 26px 0 0;
  }

  .offer-modal-panel--article .offer-modal-title-wrap {
    gap: 8px;
    flex-wrap: wrap;
  }

  .offer-modal-panel--article .offer-modal-content h2 {
    max-width: 100%;
    font-size: clamp(0.78rem, 3.65vw, 1.02rem);
    line-height: 1.12;
    white-space: nowrap;
  }

  .offer-modal-panel--article .offer-modal-tag {
    min-height: 28px;
    padding: 5px 12px;
    font-size: 0.72rem;
  }

  .offer-modal-panel--article .offer-modal-close {
    width: 36px;
    height: 36px;
  }

  .offer-modal-panel--article .offer-modal-content p,
  .offer-modal-panel--article .offer-modal-article-video,
  .offer-modal-panel--article .offer-modal-steps {
    width: 100%;
    padding-inline: 14px;
  }

  .offer-modal-panel--article .offer-modal-video {
    width: 100%;
    max-height: 58vh;
  }

  .offer-modal-panel--article .offer-modal-steps li {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 18px 16px;
    border-radius: 20px;
  }

  .offer-modal-panel--article .offer-modal-steps span {
    min-width: 96px;
    padding: 8px 12px;
  }

  .offer-modal-content {
    padding: 22px;
  }

  .hero-offer-frame figcaption small {
    display: none;
  }

  .hero-offer-badge {
    inset-block-start: 14px;
    inset-inline-end: 14px;
    min-width: 92px;
    padding: 8px;
  }

  .hero-offer-badge strong {
    font-size: 1rem;
  }

  .quick-strip-grid,
  .offers-grid,
  .community-grid,
  .footer-premium {
    grid-template-columns: 1fr;
  }

  .quick-item {
    min-height: auto;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon badge"
      "icon title"
      "icon text";
    align-items: center;
    align-content: center;
    column-gap: 14px;
    padding: 16px;
  }

  .quick-item span {
    grid-area: badge;
  }

  .quick-item i {
    grid-area: icon;
    width: 48px;
    height: 48px;
    margin: 0;
    font-size: 1rem;
  }

  .quick-item strong {
    grid-area: title;
    font-size: 1.04rem;
  }

  .quick-item small {
    grid-area: text;
    line-height: 1.6;
  }

  .section-band {
    padding-block: 68px;
  }

  .section-head h2,
  .guide-copy h2,
  .download-layout h2 {
    font-size: 2rem;
  }

  .filter-bar,
  .community-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .community-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: calc(var(--radius) + 4px);
    background: rgba(255, 255, 255, 0.025);
  }

  .filter-button,
  .community-tab {
    white-space: nowrap;
  }

  .community-tab {
    min-width: 0;
    min-height: 42px;
    padding: 8px 6px;
    border-radius: 13px;
    font-size: clamp(0.72rem, 2.7vw, 0.88rem);
    line-height: 1.1;
    text-align: center;
  }

  .guide-layout {
    gap: 28px;
  }

  .steps-list li {
    grid-template-columns: 44px 1fr;
    padding: 15px;
  }

  .agc-feature {
    min-height: 500px;
  }

  .agc-feature-content {
    width: min(100% - 34px, 560px);
    margin: auto auto 22px;
    padding: 0 62px 0 0;
  }

  .agc-feature h3 {
    font-size: clamp(1.7rem, 8vw, 2.45rem);
  }

  .agc-live-board {
    display: none;
  }

  .agc-current-flow {
    grid-template-columns: 1fr;
  }

  .download-layout {
    padding: 24px 0;
  }

  .site-footer {
    padding-block: 56px 24px;
  }

  .footer-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .footer-card::after {
    border-radius: 19px;
  }

  .footer-logo {
    margin-top: 48px;
  }

  .footer-contact-row {
    grid-template-columns: 40px 1fr;
  }

  .footer-contact-row span {
    grid-column: 2;
  }

  .footer-contact-row strong {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    text-align: right;
  }

  .footer-socials {
    gap: 8px;
  }

  .footer-bottom {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .mobile-dock {
    display: grid;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.15rem;
  }

  .hero-actions .button {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 0.82rem;
  }

  .header-cta .icon {
    display: block;
    width: 17px;
    height: 17px;
  }

  .offer-modal-guide-video {
    top: 12.6%;
    width: 91%;
  }

  /* GUIDE MODAL VIDEO POSITION CONTROLS - MOBILE
     Change only the top percentage to move each video on phones.
     Smaller top = video goes up. Bigger top = video goes down. */
  /* Q1 - كيفية إنشاء حساب HUAWEI ID؟ */
  .offer-modal-guide-image[data-guide-category="huawei-id"] .offer-modal-guide-video {
    top: 11.1%;
  }

  /* Q2 - كيفية تثبيت AppGallery؟ */
  .offer-modal-guide-image[data-guide-category="appgallery-install"] .offer-modal-guide-video {
    top: 12.25%;
    width: 91%;
  }

  /* Q3 - ما هي نقاط هواوي؟ */
  .offer-modal-guide-image[data-guide-category="huawei-points-overview"] .offer-modal-guide-video {
    top: 10.85%;
    width: 86%;
  }

  /* Q4 - كيفية الحصول على نقاط هواوي؟ */
  .offer-modal-guide-image[data-guide-category="huawei-points-obtain"] .offer-modal-guide-video {
    top: 10.85%;
    width: 86%;
  }

  /* Q6 - ما هي قسائم AppGallery؟ */
  .offer-modal-guide-image[data-guide-category="appgallery-coupons-overview"] .offer-modal-guide-video {
    top: 20.75%;
    width: 86%;
  }

  /* Q7 - كيفية الحصول على قسيمة؟ */
  .offer-modal-guide-image[data-guide-category="coupon-obtain"] .offer-modal-guide-video {
    top: 18.45%;
    width: 86%;
  }

  /* Q8 - كيفية استخدام القسيمة؟ */
  .offer-modal-guide-image[data-guide-category="coupon-use"] .offer-modal-guide-video {
    top: 17.55%;
    width: 86%;
  }

  /* Q9 - كيفية عرض قسائمي؟ */
  .offer-modal-guide-image[data-guide-category="coupon-view"] .offer-modal-guide-video {
    top: 12.95%;
    width: 86%;
  }

  /* Q10 - ماذا لو لم أحصل على قسائمي؟ */
  .offer-modal-guide-image[data-guide-category="coupon-missing"] .offer-modal-guide-video {
    top: 18.25%;
    width: 86%;
  }

  /* Q11 - إضافة بطاقة بنكية */
  .offer-modal-guide-image[data-guide-category="bank-card-add"] .offer-modal-guide-video {
    top: 9.45%;
    width: 86%;
  }

  /* Q12 - إضافة رقم هاتف للدفع */
  .offer-modal-guide-image[data-guide-category="mobile-payment-add"] .offer-modal-guide-video {
    top: 7.05%;
    width: 86%;
  }

  .offer-modal-guide-video .offer-modal-media.has-video {
    padding: 4px;
    border-radius: 13px;
  }

  .offer-modal-guide-video .offer-modal-video {
    border-radius: 9px;
  }
}

@media (max-width: 1020px) {
  .tournament-card {
    flex-basis: min(340px, 70vw);
  }

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

@media (max-width: 760px) {
  .agc-feature {
    min-height: 540px;
    align-items: end;
  }

  .agc-feature-content {
    max-width: none;
    width: min(100% - 30px, 560px);
    margin: auto auto 22px;
    padding: 0 58px 0 0;
  }

  .agc-feature h3 {
    font-size: clamp(1.8rem, 9vw, 2.65rem);
  }

  .agc-feature-content > p {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .agc-feature-tag {
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 42px;
    height: 42px;
  }

  .agc-live-board {
    display: none;
  }

  .agc-current-meta {
    gap: 8px;
  }

  .agc-current-flow {
    border-radius: 18px;
  }

  .agc-current-flow span {
    flex: 1 1 100%;
  }

  .tournament-slider {
    padding: 16px;
  }

  .tournament-slider-head {
    align-items: start;
    flex-direction: column;
  }

  .tournament-card {
    flex: 0 0 100%;
    min-height: 430px;
    scroll-snap-align: center;
  }

  .tournament-track {
    gap: 12px;
    scroll-padding-inline: 0;
  }

  .tournament-card-content {
    min-height: calc(100% - 28px);
    margin: 14px;
    padding: 86px 16px 30px;
  }

  .tournament-card strong {
    font-size: 1.32rem;
  }

  .tournament-card p {
    line-height: 1.65;
  }

  .tournament-bracket {
    grid-template-columns: 1fr 46px 1fr;
    gap: 7px;
    padding: 10px;
  }

  .tournament-bracket i {
    width: 46px;
    height: 46px;
  }

  .tournament-card-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .tournament-card-footer a,
  .tournament-card-footer span {
    width: auto;
  }

  .tournament-card-footer span {
    justify-content: flex-start;
  }

  .tournament-card-footer a {
    min-width: 104px;
  }

  .download-layout {
    gap: 22px;
  }

  .download-cta {
    width: 100%;
  }

  .site-footer {
    padding-block-end: 128px;
    text-align: center;
  }

  .footer-spotlight {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    text-align: center;
  }

  .footer-spotlight h2 {
    margin-inline: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-brand,
  .footer-column {
    justify-items: center;
  }

  .footer-brand .brand {
    justify-content: center;
  }

  .footer-brand p {
    margin-inline: auto;
  }

  .footer-column h3::after {
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }

  .footer-column a:hover {
    transform: translateY(-2px);
  }

  .footer-socials,
  .footer-brand .footer-socials {
    width: min(100%, 320px);
    margin-inline: auto;
    justify-content: center;
    align-items: center;
  }

  .footer-social {
    flex: 0 0 44px;
  }

  .footer-contact {
    width: min(100%, 310px);
    margin-inline: auto;
  }

  .footer-contact-line {
    justify-content: center;
    justify-items: center;
    text-align: center;
  }

  .footer-contact-link {
    width: auto;
    margin-inline: auto;
  }

  .footer-contact-chip {
    width: 100%;
    max-width: 270px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    padding: 8px 0 16px;
    text-align: center;
  }

  .footer-contact-chip > span:not(.footer-contact-icon) {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .footer-contact-chip::before {
    inset-inline: auto;
    inset-inline-start: 50%;
    width: min(150px, 70%);
    transform: translateX(-50%);
  }

  .footer-contact-chip::after {
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }

  .footer-contact-chip:hover {
    transform: translateY(-2px);
  }

  .footer-contact-chip:hover::before {
    transform: translateX(-50%) scaleX(1.08);
  }

  .footer-contact-icon {
    margin-inline: auto;
  }

  .footer-bottom {
    width: 100%;
    display: grid;
    justify-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 34px;
    padding-bottom: 8px;
  }

  .footer-bottom p {
    max-width: 310px;
    margin-inline: auto;
    text-align: center;
  }
}

body[data-track-page="agc"] .agc-start-section {
  padding-block-start: calc(var(--header-height) + 8px);
  padding-block-end: 0;
}

body[data-track-page="agc"] .agc-start-section + .section-band {
  padding-block: 8px clamp(38px, 4.5vw, 62px);
}

body[data-track-page="agc"] .agc-tournament-banner,
body[data-track-page="agc"] .agc-tournament-banner-content,
body[data-track-page="agc"] .agc-tournament-banner-actions {
  justify-items: center;
  justify-content: center;
  text-align: center;
}

body[data-track-page="agc"] .agc-tournament-banner h1 {
  margin-inline: auto;
}

@media (max-width: 1180px) {
  body[data-track-page="agc"] .agc-tournament-banner h1 {
    font-size: clamp(1.85rem, 3.8vw, 2.85rem);
    letter-spacing: clamp(0.03em, 0.42vw, 0.07em);
  }

  body[data-track-page="agc"] .agc-tournament-card-preview {
    width: min(760px, 68vw);
  }
}

@media (max-width: 760px) {
  body[data-track-page="agc"] .agc-start-section {
    padding-block-start: 4px;
  }

  body[data-track-page="agc"] .agc-start-section + .section-band {
    padding-block: 0 44px;
  }

  body[data-track-page="agc"] .agc-tournament-banner-content {
    gap: 10px;
    padding: 8px 0 6px;
  }

  body[data-track-page="agc"] .agc-tournament-banner h1 {
    flex-direction: column;
    gap: 2px;
    font-size: clamp(1.55rem, 7.8vw, 2.35rem);
    letter-spacing: 0.035em;
    white-space: normal;
  }

  body[data-track-page="agc"] .agc-tournament-banner-lead {
    max-width: 330px;
    font-size: 0.86rem;
    line-height: 1.75;
  }

  body[data-track-page="agc"] .agc-tournament-banner-actions {
    width: 100%;
    gap: 8px;
  }

  body[data-track-page="agc"] .agc-tournament-banner-actions > span,
  body[data-track-page="agc"] .agc-tournament-card-cta {
    min-height: 42px;
  }

  body[data-track-page="agc"] .agc-tournament-card-preview {
    width: min(100%, 440px);
    border-radius: 14px;
  }

  body[data-track-page="agc"] .agc-tournament-card-preview figcaption {
    display: none;
  }

  body[data-track-page="agc"] .tournament-slider {
    padding: 0;
  }

  body[data-track-page="agc"] .tournament-slider-head--clean {
    margin-bottom: 10px;
    padding: 8px 2px 0;
  }

  body[data-track-page="agc"] .tournament-slider-head--clean h3 {
    gap: 8px;
    font-size: clamp(1rem, 4.7vw, 1.22rem);
  }

  body[data-track-page="agc"] .tournament-slider-head--clean h3::before {
    width: 28px;
  }

  body[data-track-page="agc"] .tournament-card--archive {
    min-height: clamp(250px, 72vw, 360px);
  }

  body[data-track-page="agc"] .tournament-card--archive .tournament-card-content {
    margin: 10px;
    padding: 12px 14px 20px;
  }

  body[data-track-page="agc"] .tournament-card--archive p {
    display: none;
  }
}

/* Tournament detail template */
body.tournament-detail-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 0, 11, 0.18), transparent 34rem),
    linear-gradient(180deg, #08070a 0%, #090a0d 52%, #050507 100%);
}

body.tournament-detail-page .tournament-template-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-height) + clamp(42px, 6vw, 86px)) 0 clamp(42px, 6vw, 78px);
  isolation: isolate;
}

body.tournament-detail-page .tournament-template-hero::before,
body.tournament-detail-page .tournament-template-hero::after {
  content: "";
  position: absolute;
  inset: auto -8vw 0;
  z-index: -1;
  height: 42%;
  pointer-events: none;
}

body.tournament-detail-page .tournament-template-hero::before {
  top: 0;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(199, 0, 11, 0.16), transparent 32%, transparent 68%, rgba(255, 183, 74, 0.08)),
    radial-gradient(circle at 18% 36%, rgba(245, 34, 45, 0.18), transparent 21rem),
    radial-gradient(circle at 78% 20%, rgba(255, 183, 74, 0.12), transparent 18rem);
  mask-image: linear-gradient(180deg, #000 0 70%, transparent 100%);
}

body.tournament-detail-page .tournament-template-hero::after {
  background:
    radial-gradient(70% 100% at 50% 100%, rgba(199, 0, 11, 0.22), transparent 64%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  clip-path: ellipse(72% 34% at 50% 100%);
}

body.tournament-detail-page .tournament-ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

body.tournament-detail-page .tournament-ambient span {
  position: absolute;
  width: clamp(180px, 20vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  filter: blur(0.2px);
  opacity: 0.35;
  animation: tournamentOrbFloat 11s ease-in-out infinite;
}

body.tournament-detail-page .tournament-ambient span:nth-child(1) {
  inset-block-start: 15%;
  inset-inline-start: 8%;
  background: radial-gradient(circle, rgba(245, 34, 45, 0.18), transparent 62%);
}

body.tournament-detail-page .tournament-ambient span:nth-child(2) {
  inset-block-start: 6%;
  inset-inline-end: 12%;
  background: radial-gradient(circle, rgba(255, 183, 74, 0.13), transparent 64%);
  animation-delay: -3s;
}

body.tournament-detail-page .tournament-ambient span:nth-child(3) {
  inset-block-end: 18%;
  inset-inline-start: 44%;
  background: radial-gradient(circle, rgba(28, 180, 152, 0.1), transparent 62%);
  animation-delay: -6s;
}

body.tournament-detail-page .tournament-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: clamp(26px, 4vw, 72px);
}

body.tournament-detail-page .tournament-hero-copy {
  text-align: right;
}

body.tournament-detail-page .tournament-kicker,
body.tournament-detail-page .tournament-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(255, 183, 74, 0.34);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 183, 74, 0.08);
  font-weight: 900;
  line-height: 1.2;
}

body.tournament-detail-page .tournament-kicker::before,
body.tournament-detail-page .tournament-panel-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-hot);
  box-shadow: 0 0 18px rgba(245, 34, 45, 0.9);
}

body.tournament-detail-page .tournament-hero-copy h1 {
  margin: 18px 0 14px;
  max-width: 11ch;
  color: #fff;
  font-size: clamp(3.2rem, 7.4vw, 8.4rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 0 28px rgba(245, 34, 45, 0.28),
    0 12px 44px rgba(0, 0, 0, 0.5);
}

body.tournament-detail-page .tournament-hero-copy p {
  max-width: 650px;
  margin: 0 0 24px;
  color: rgba(255, 247, 245, 0.72);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 800;
}

body.tournament-detail-page .tournament-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

body.tournament-detail-page .tournament-pulse-button {
  position: relative;
  overflow: visible;
  animation: tournamentButtonPulse 2.4s ease-in-out infinite;
}

body.tournament-detail-page .tournament-pulse-button::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(245, 34, 45, 0.24);
  filter: blur(12px);
  animation: tournamentGlowBeat 2.4s ease-in-out infinite;
}

body.tournament-detail-page .tournament-hero-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 38px 120px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 183, 74, 0.08) inset;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

body.tournament-detail-page .tournament-hero-card:hover {
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg) translateY(-6px);
  box-shadow:
    0 44px 140px rgba(0, 0, 0, 0.62),
    0 0 44px rgba(245, 34, 45, 0.22);
}

body.tournament-detail-page .tournament-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.18) 45%, transparent 52%),
    linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.78));
  translate: -90% 0;
  animation: tournamentCardScan 5.5s ease-in-out infinite;
  pointer-events: none;
}

body.tournament-detail-page .tournament-hero-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.05);
}

body.tournament-detail-page .tournament-hero-card figcaption {
  position: absolute;
  inset-inline: 22px;
  inset-block-end: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(8, 7, 10, 0.64);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.tournament-detail-page .tournament-hero-card figcaption span {
  color: var(--gold);
  font-weight: 900;
}

body.tournament-detail-page .tournament-hero-card figcaption strong {
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.55rem);
  line-height: 1.2;
}

body.tournament-detail-page .tournament-hero-meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.tournament-detail-page .tournament-hero-meta div,
body.tournament-detail-page .tournament-side-panel,
body.tournament-detail-page .tournament-host-card,
body.tournament-detail-page .tournament-tabs-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(16, 10, 13, 0.72);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

body.tournament-detail-page .tournament-hero-meta div {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 20px;
}

body.tournament-detail-page .tournament-hero-meta div::after {
  content: "";
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-hot), var(--gold), rgba(28, 180, 152, 0.8));
}

body.tournament-detail-page .tournament-hero-meta span,
body.tournament-detail-page .tournament-side-panel li strong,
body.tournament-detail-page .tournament-description-card > span,
body.tournament-detail-page .tournament-prize-card span {
  display: block;
  color: rgba(255, 247, 245, 0.62);
  font-size: 0.82rem;
  font-weight: 900;
}

body.tournament-detail-page .tournament-hero-meta strong,
body.tournament-detail-page .tournament-side-panel li span {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-weight: 1000;
}

body.tournament-detail-page .tournament-detail-overview,
body.tournament-detail-page .tournament-tabs-section {
  padding-block: clamp(28px, 5vw, 70px);
}

body.tournament-detail-page .tournament-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 22px;
  align-items: stretch;
}

body.tournament-detail-page .tournament-host-card {
  overflow: hidden;
  border-radius: 26px;
}

body.tournament-detail-page .tournament-host-cover {
  position: relative;
  overflow: hidden;
  height: 210px;
}

body.tournament-detail-page .tournament-host-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(16, 10, 13, 0.95));
}

body.tournament-detail-page .tournament-host-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.tournament-detail-page .tournament-host-body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 0 22px 24px;
  margin-top: -48px;
  position: relative;
  z-index: 1;
}

body.tournament-detail-page .tournament-host-body > img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border: 6px solid rgba(8, 7, 10, 0.92);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.38);
}

body.tournament-detail-page .tournament-host-body span {
  color: rgba(255, 247, 245, 0.62);
  font-weight: 900;
}

body.tournament-detail-page .tournament-host-body strong {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}

body.tournament-detail-page .tournament-host-body small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 247, 245, 0.66);
  font-weight: 800;
}

body.tournament-detail-page .tournament-side-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 26px;
}

body.tournament-detail-page .tournament-side-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(245, 34, 45, 0.18), transparent 20rem),
    linear-gradient(90deg, rgba(199, 0, 11, 0.12), transparent);
  pointer-events: none;
}

body.tournament-detail-page .tournament-side-panel > * {
  position: relative;
  z-index: 1;
}

body.tournament-detail-page .tournament-side-panel h2 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.tournament-detail-page .tournament-side-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.tournament-detail-page .tournament-side-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.tournament-detail-page .tournament-tabs-shell {
  overflow: hidden;
  border-radius: 28px;
}

body.tournament-detail-page .tournament-tabs {
  display: flex;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(90deg, rgba(199, 0, 11, 0.18), transparent),
    rgba(255, 255, 255, 0.025);
  overflow-x: auto;
  scrollbar-width: none;
}

body.tournament-detail-page .tournament-tabs::-webkit-scrollbar {
  display: none;
}

body.tournament-detail-page .tournament-tab {
  flex: 0 0 auto;
  min-width: 118px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: rgba(255, 247, 245, 0.72);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 1000;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

body.tournament-detail-page .tournament-tab:is(:hover, .is-active) {
  color: #fff;
  border-color: rgba(255, 183, 74, 0.36);
  background: linear-gradient(135deg, rgba(245, 34, 45, 0.82), rgba(118, 0, 10, 0.78));
  transform: translateY(-2px);
}

body.tournament-detail-page .tournament-panels {
  padding: clamp(18px, 3vw, 32px);
}

body.tournament-detail-page .tournament-panel[hidden] {
  display: none;
}

body.tournament-detail-page .tournament-panel.is-active {
  animation: tournamentPanelIn 0.45s ease both;
}

body.tournament-detail-page .tournament-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: 22px;
  align-items: stretch;
}

body.tournament-detail-page .tournament-description-card,
body.tournament-detail-page .tournament-rules-card,
body.tournament-detail-page .tournament-table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 183, 74, 0.08), transparent 20rem),
    rgba(8, 7, 10, 0.48);
}

body.tournament-detail-page .tournament-description-card,
body.tournament-detail-page .tournament-rules-card {
  padding: clamp(22px, 3vw, 34px);
}

body.tournament-detail-page .tournament-description-card h2,
body.tournament-detail-page .tournament-rules-card h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  line-height: 1.1;
}

body.tournament-detail-page .tournament-description-card p,
body.tournament-detail-page .tournament-rules-card li {
  color: rgba(255, 247, 245, 0.72);
  font-weight: 800;
}

body.tournament-detail-page .tournament-description-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.tournament-detail-page .tournament-description-tags span,
body.tournament-detail-page .tournament-prize-card span,
body.tournament-detail-page .tournament-participants-table td span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 247, 245, 0.76);
  font-weight: 900;
}

body.tournament-detail-page .tournament-prizes-grid {
  display: grid;
  gap: 12px;
}

body.tournament-detail-page .tournament-prize-card {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}

body.tournament-detail-page .tournament-prize-card::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block: 16px;
  width: 4px;
  border-radius: 999px;
  background: var(--brand-hot);
  box-shadow: 0 0 18px rgba(245, 34, 45, 0.55);
}

body.tournament-detail-page .tournament-prize-card.is-gold::before {
  background: var(--gold);
}

body.tournament-detail-page .tournament-prize-card.is-silver::before {
  background: #d8dce6;
}

body.tournament-detail-page .tournament-prize-card.is-bronze::before {
  background: #c77a3f;
}

body.tournament-detail-page .tournament-prize-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.45;
}

body.tournament-detail-page .tournament-table-wrap {
  overflow-x: auto;
}

body.tournament-detail-page .tournament-participants-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

body.tournament-detail-page .tournament-participants-table th,
body.tournament-detail-page .tournament-participants-table td {
  padding: 18px;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.tournament-detail-page .tournament-participants-table th {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 1000;
}

body.tournament-detail-page .tournament-participants-table td {
  color: #fff;
  font-weight: 900;
}

body.tournament-detail-page .tournament-rules-card ol {
  margin: 16px 0 0;
  padding-inline-start: 22px;
}

body.tournament-detail-page .tournament-rules-card li + li {
  margin-top: 12px;
}

body.tournament-detail-page .tournament-bracket {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

body.tournament-detail-page .tournament-bracket div {
  position: relative;
  overflow: hidden;
  min-height: 160px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(245, 34, 45, 0.14), rgba(255, 183, 74, 0.06)),
    rgba(8, 7, 10, 0.54);
}

body.tournament-detail-page .tournament-bracket div::after {
  content: "";
  position: absolute;
  inset-inline: 22px;
  inset-block-end: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-hot), var(--gold));
}

body.tournament-detail-page .tournament-bracket span {
  color: var(--gold);
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tournament-detail-page .tournament-bracket strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(1.4rem, 2.2vw, 2.5rem);
  line-height: 1.05;
}

body.tournament-detail-page .tournament-template-footer {
  margin-top: clamp(20px, 4vw, 54px);
}

@keyframes tournamentOrbFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(16px, -18px, 0) scale(1.05);
  }
}

@keyframes tournamentButtonPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.025);
  }
}

@keyframes tournamentGlowBeat {
  0%, 100% {
    opacity: 0.42;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.06);
  }
}

@keyframes tournamentCardScan {
  0%, 55%, 100% {
    translate: -90% 0;
  }
  72% {
    translate: 90% 0;
  }
}

@keyframes tournamentPanelIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  body.tournament-detail-page .tournament-hero-shell,
  body.tournament-detail-page .tournament-overview-grid,
  body.tournament-detail-page .tournament-panel-grid {
    grid-template-columns: 1fr;
  }

  body.tournament-detail-page .tournament-hero-copy h1,
  body.tournament-detail-page .tournament-hero-copy p {
    max-width: none;
  }

  body.tournament-detail-page .tournament-hero-card {
    transform: none;
  }
}

@media (max-width: 820px) {
  body.tournament-detail-page .tournament-template-hero {
    padding-block-start: calc(var(--header-height) + 28px);
  }

  body.tournament-detail-page .tournament-hero-copy,
  body.tournament-detail-page .tournament-side-panel h2 {
    text-align: center;
  }

  body.tournament-detail-page .tournament-kicker {
    margin-inline: auto;
  }

  body.tournament-detail-page .tournament-hero-copy h1 {
    font-size: clamp(2.6rem, 15vw, 4.8rem);
    letter-spacing: 0.035em;
  }

  body.tournament-detail-page .tournament-hero-actions {
    justify-content: center;
  }

  body.tournament-detail-page .tournament-hero-meta,
  body.tournament-detail-page .tournament-bracket {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tournament-detail-page .tournament-hero-card figcaption {
    inset-inline: 12px;
    inset-block-end: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  body.tournament-detail-page .tournament-host-body {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.tournament-detail-page .tournament-host-body > img {
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  body.tournament-detail-page .container {
    width: min(100% - 24px, 1680px);
  }

  body.tournament-detail-page .tournament-template-hero {
    padding-block-end: 28px;
  }

  body.tournament-detail-page .tournament-hero-card {
    border-radius: 20px;
  }

  body.tournament-detail-page .tournament-hero-card img {
    aspect-ratio: 4 / 3;
  }

  body.tournament-detail-page .tournament-hero-meta,
  body.tournament-detail-page .tournament-bracket {
    grid-template-columns: 1fr;
  }

  body.tournament-detail-page .tournament-hero-meta div,
  body.tournament-detail-page .tournament-tabs-shell,
  body.tournament-detail-page .tournament-side-panel,
  body.tournament-detail-page .tournament-host-card {
    border-radius: 18px;
  }

  body.tournament-detail-page .tournament-panels {
    padding: 14px;
  }

  body.tournament-detail-page .tournament-tab {
    min-width: 104px;
    padding: 11px 14px;
  }
}

/* Tournament detail compact pass */
body.tournament-detail-page .tournament-template-hero {
  padding: calc(var(--header-height) + clamp(18px, 3vw, 36px)) 0 clamp(18px, 3vw, 34px);
}

body.tournament-detail-page .tournament-hero-shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(16px, 2.6vw, 34px);
}

body.tournament-detail-page .tournament-kicker,
body.tournament-detail-page .tournament-panel-label {
  padding: 6px 11px;
  gap: 8px;
  font-size: 0.78rem;
}

body.tournament-detail-page .tournament-kicker::before,
body.tournament-detail-page .tournament-panel-label::before {
  width: 6px;
  height: 6px;
}

body.tournament-detail-page .tournament-hero-copy h1 {
  margin: 10px 0 8px;
  max-width: 100%;
  font-size: clamp(2.25rem, 5.15vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: 0.075em;
}

body.tournament-detail-page .tournament-hero-copy p {
  max-width: 560px;
  margin-bottom: 14px;
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.75;
}

body.tournament-detail-page .tournament-hero-actions {
  gap: 9px;
}

body.tournament-detail-page .tournament-hero-actions .button,
body.tournament-detail-page .tournament-host-body .button {
  min-height: 42px;
  padding: 10px 18px;
}

body.tournament-detail-page .tournament-hero-card {
  border-radius: 20px;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 183, 74, 0.07) inset;
}

body.tournament-detail-page .tournament-hero-card:hover {
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg) translateY(-3px);
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.54),
    0 0 30px rgba(245, 34, 45, 0.18);
}

body.tournament-detail-page .tournament-hero-card figcaption {
  inset-inline: 14px;
  inset-block-end: 14px;
  padding: 10px 12px;
  border-radius: 14px;
}

body.tournament-detail-page .tournament-hero-card figcaption strong {
  font-size: clamp(0.92rem, 1.25vw, 1.2rem);
}

body.tournament-detail-page .tournament-hero-card figcaption span,
body.tournament-detail-page .tournament-hero-meta span,
body.tournament-detail-page .tournament-side-panel li strong,
body.tournament-detail-page .tournament-description-card > span,
body.tournament-detail-page .tournament-prize-card span {
  font-size: 0.74rem;
}

body.tournament-detail-page .tournament-hero-meta {
  gap: 8px;
}

body.tournament-detail-page .tournament-hero-meta div {
  padding: 12px 14px;
  border-radius: 15px;
}

body.tournament-detail-page .tournament-hero-meta div::after {
  inset-inline: 14px;
  height: 2px;
}

body.tournament-detail-page .tournament-detail-overview,
body.tournament-detail-page .tournament-tabs-section {
  padding-block: clamp(14px, 2.6vw, 34px);
}

body.tournament-detail-page .tournament-overview-grid,
body.tournament-detail-page .tournament-panel-grid {
  gap: 14px;
}

body.tournament-detail-page .tournament-host-card,
body.tournament-detail-page .tournament-side-panel,
body.tournament-detail-page .tournament-tabs-shell {
  border-radius: 18px;
}

body.tournament-detail-page .tournament-host-cover {
  height: 145px;
}

body.tournament-detail-page .tournament-host-body {
  gap: 13px;
  padding: 0 16px 16px;
  margin-top: -38px;
}

body.tournament-detail-page .tournament-host-body > img {
  width: 84px;
  height: 84px;
  border-width: 4px;
}

body.tournament-detail-page .tournament-host-body strong {
  font-size: 1.08rem;
}

body.tournament-detail-page .tournament-host-body small {
  margin-top: 4px;
  font-size: 0.82rem;
}

body.tournament-detail-page .tournament-side-panel {
  padding: clamp(16px, 2.2vw, 24px);
}

body.tournament-detail-page .tournament-side-panel h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.45rem, 2.45vw, 2.8rem);
  line-height: 1;
}

body.tournament-detail-page .tournament-side-panel ul {
  gap: 6px;
}

body.tournament-detail-page .tournament-side-panel li {
  gap: 10px;
  padding: 9px 0;
}

body.tournament-detail-page .tournament-tabs {
  gap: 7px;
  padding: 10px;
}

body.tournament-detail-page .tournament-tab {
  min-width: 96px;
  padding: 10px 14px;
  border-radius: 11px;
  font-size: 0.86rem;
}

body.tournament-detail-page .tournament-panels {
  padding: clamp(12px, 2vw, 22px);
}

body.tournament-detail-page .tournament-description-card,
body.tournament-detail-page .tournament-rules-card,
body.tournament-detail-page .tournament-table-wrap {
  border-radius: 16px;
}

body.tournament-detail-page .tournament-description-card,
body.tournament-detail-page .tournament-rules-card {
  padding: clamp(16px, 2.1vw, 24px);
}

body.tournament-detail-page .tournament-description-card h2,
body.tournament-detail-page .tournament-rules-card h2 {
  margin: 6px 0 8px;
  font-size: clamp(1.2rem, 1.9vw, 2rem);
}

body.tournament-detail-page .tournament-description-card p,
body.tournament-detail-page .tournament-rules-card li {
  font-size: 0.92rem;
  line-height: 1.75;
}

body.tournament-detail-page .tournament-description-tags {
  gap: 7px;
  margin-top: 12px;
}

body.tournament-detail-page .tournament-description-tags span,
body.tournament-detail-page .tournament-prize-card span,
body.tournament-detail-page .tournament-participants-table td span {
  padding: 6px 9px;
}

body.tournament-detail-page .tournament-prizes-grid {
  gap: 9px;
}

body.tournament-detail-page .tournament-prize-card {
  min-height: 82px;
  padding: 13px 15px;
  border-radius: 15px;
}

body.tournament-detail-page .tournament-prize-card::before {
  inset-block: 12px;
  width: 3px;
}

body.tournament-detail-page .tournament-prize-card strong {
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.35;
}

body.tournament-detail-page .tournament-participants-table th,
body.tournament-detail-page .tournament-participants-table td {
  padding: 12px 14px;
}

body.tournament-detail-page .tournament-rules-card ol {
  margin-top: 10px;
}

body.tournament-detail-page .tournament-rules-card li + li {
  margin-top: 8px;
}

body.tournament-detail-page .tournament-bracket {
  gap: 10px;
}

body.tournament-detail-page .tournament-bracket div {
  min-height: 110px;
  padding: 15px;
  border-radius: 16px;
}

body.tournament-detail-page .tournament-bracket div::after {
  inset-inline: 15px;
  inset-block-end: 13px;
  height: 2px;
}

body.tournament-detail-page .tournament-bracket strong {
  margin-top: 10px;
  font-size: clamp(1.05rem, 1.55vw, 1.55rem);
}

body.tournament-detail-page .tournament-template-footer {
  margin-top: clamp(14px, 2.6vw, 30px);
}

@media (max-width: 1100px) {
  body.tournament-detail-page .tournament-hero-shell {
    gap: 18px;
  }
}

@media (max-width: 820px) {
  body.tournament-detail-page .tournament-template-hero {
    padding-block-start: calc(var(--header-height) + 16px);
  }

  body.tournament-detail-page .tournament-hero-copy h1 {
    font-size: clamp(2rem, 11vw, 3.8rem);
  }

  body.tournament-detail-page .tournament-hero-copy p {
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  body.tournament-detail-page .tournament-template-hero {
    padding-block-end: 16px;
  }

  body.tournament-detail-page .tournament-hero-card img {
    aspect-ratio: 16 / 10;
  }

  body.tournament-detail-page .tournament-hero-card figcaption {
    inset-inline: 9px;
    inset-block-end: 9px;
    padding: 9px 10px;
  }

  body.tournament-detail-page .tournament-hero-meta div,
  body.tournament-detail-page .tournament-tabs-shell,
  body.tournament-detail-page .tournament-side-panel,
  body.tournament-detail-page .tournament-host-card {
    border-radius: 15px;
  }
}

/* Tournament detail v2 */
.tournament-detail-page {
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(237, 28, 36, 0.18), transparent 34rem),
    radial-gradient(circle at 82% 22%, rgba(255, 184, 77, 0.08), transparent 28rem),
    linear-gradient(180deg, #07090d 0%, #09090c 46%, #060607 100%);
}

.tournament-stage-v2 {
  position: relative;
  padding: 28px clamp(14px, 2vw, 32px) 84px;
  overflow: hidden;
}

.tournament-stage-v2::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 82%);
  z-index: 0;
}

.tournament-cover-v2,
.tournament-strip-v2,
.tournament-tabs-v2,
.tournament-panels-v2 {
  position: relative;
  z-index: 1;
  width: min(100%, 1500px);
  margin-inline: auto;
}

.tournament-cover-v2 {
  min-height: clamp(260px, 35vw, 500px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  overflow: hidden;
  background: #0d0d10;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.tournament-cover-v2 img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.tournament-cover-shade,
.tournament-cover-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tournament-cover-shade {
  background:
    linear-gradient(90deg, rgba(7, 8, 12, .92), rgba(80, 0, 10, .48) 47%, rgba(7, 8, 12, .8)),
    linear-gradient(0deg, rgba(0,0,0,.9) 0%, transparent 42%, rgba(0,0,0,.28) 100%);
}

.tournament-cover-noise {
  background:
    radial-gradient(circle at 50% 18%, rgba(237, 28, 36, 0.22), transparent 26rem),
    linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,.06) 45%, transparent 46% 100%);
  mix-blend-mode: screen;
  opacity: .78;
}

.tournament-strip-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  margin-top: -58px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(19, 20, 25, 0.92), rgba(34, 7, 12, 0.9)),
    rgba(12, 13, 17, 0.94);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .4);
  backdrop-filter: blur(18px);
}

.tournament-logo-v2 {
  width: clamp(86px, 9vw, 132px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #f2f4f8);
  box-shadow: 0 18px 42px rgba(237, 28, 36, .24);
}

.tournament-logo-v2 img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}

.tournament-host-v2,
.section-heading-v2 span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #ffbd55;
  font-weight: 900;
  font-size: .86rem;
  letter-spacing: .02em;
}

.tournament-main-info-v2 h1 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: clamp(2rem, 5vw, 5.6rem);
  line-height: .92;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-wrap: balance;
}

.tournament-main-info-v2 p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
  line-height: 1.8;
}

.tournament-meta-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.tournament-meta-v2 span,
.status-pill-v2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.06);
  font-size: .86rem;
  font-weight: 900;
}

.status-pill-v2.is-open {
  color: #8ff0bd;
  border-color: rgba(34, 197, 94, .38);
  background: rgba(34, 197, 94, .13);
}

.status-pill-v2.is-closed {
  color: #ffb4b4;
  border-color: rgba(239, 68, 68, .36);
  background: rgba(239, 68, 68, .12);
}

.tournament-actions-v2 {
  min-width: 270px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tournament-kpi-v2 {
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}

.tournament-kpi-v2 strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 1000;
}

.tournament-kpi-v2 span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.64);
  font-weight: 800;
  font-size: .78rem;
}

.tournament-register-v2 {
  grid-column: 1 / -1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  border-radius: 15px;
  color: #fff;
  font-weight: 1000;
  text-decoration: none;
  background: linear-gradient(135deg, #ff2636, #a80010);
  box-shadow: 0 18px 42px rgba(237,28,36,.28);
  animation: tournamentCtaPulse 2.2s ease-in-out infinite;
}

.tournament-register-v2:hover {
  transform: translateY(-2px);
}

.tournament-tabs-v2 {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(14, 15, 19, .86);
  overflow-x: auto;
  scrollbar-width: none;
}

.tournament-tabs-v2::-webkit-scrollbar {
  display: none;
}

.tournament-tabs-v2 button {
  border: 0;
  min-width: 116px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 12px;
  color: rgba(255,255,255,.82);
  background: transparent;
  font: inherit;
  font-weight: 1000;
  cursor: pointer;
}

.tournament-tabs-v2 button.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(237,28,36,.95), rgba(255,184,77,.32));
  box-shadow: inset 0 -2px 0 rgba(255,184,77,.75), 0 12px 28px rgba(237,28,36,.18);
}

.tournament-panels-v2 {
  margin-top: 18px;
}

.tournament-panel-v2 {
  display: none;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 36, 48, .11), transparent 34%),
    rgba(12, 13, 17, .82);
  box-shadow: 0 18px 60px rgba(0,0,0,.32);
  padding: clamp(18px, 2vw, 28px);
}

.tournament-panel-v2.active {
  display: block;
  animation: tournamentPanelIn .35s ease both;
}

.tournament-summary-grid-v2 {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1fr) minmax(280px, .9fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.organizer-card-v2,
.tournament-description-v2,
.tournament-prizes-v2,
.rules-card-v2,
.tournament-table-card-v2 {
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  overflow: hidden;
}

.organizer-cover-v2 {
  height: 150px;
  overflow: hidden;
}

.organizer-cover-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.08);
}

.organizer-body-v2 {
  position: relative;
  padding: 58px 18px 18px;
}

.organizer-avatar-v2 {
  position: absolute;
  top: -44px;
  right: 18px;
  width: 88px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 6px solid #111216;
  border-radius: 50%;
  background: #fff;
}

.organizer-avatar-v2 img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.organizer-body-v2 span,
.organizer-body-v2 p,
.tournament-description-v2 p,
.rules-card-v2 p,
.rules-card-v2 li {
  color: rgba(255,255,255,.72);
  font-weight: 800;
  line-height: 1.85;
}

.organizer-body-v2 h2,
.section-heading-v2 h2 {
  margin: 5px 0 10px;
  color: #fff;
  font-weight: 1000;
}

.organizer-buttons-v2 {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.organizer-buttons-v2 a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 1000;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
}

.organizer-buttons-v2 a:first-child {
  background: linear-gradient(135deg, #ff2636, #a80010);
}

.tournament-description-v2,
.tournament-prizes-v2,
.rules-card-v2 {
  padding: clamp(18px, 2vw, 24px);
}

.tournament-checklist-v2,
.rules-card-v2 ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.tournament-checklist-v2 li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255,255,255,.76);
  font-weight: 900;
  line-height: 1.7;
}

.tournament-checklist-v2 i {
  color: #ffbd55;
  margin-top: 6px;
}

.prize-grid-v2 {
  display: grid;
  gap: 12px;
}

.prize-card-v2 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon place" "icon reward";
  gap: 4px 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  background: rgba(0,0,0,.2);
}

.prize-card-v2 i {
  grid-area: icon;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #2a1600;
  background: linear-gradient(135deg, #ffd36d, #ff8c25);
}

.prize-card-v2 strong {
  grid-area: place;
  color: #fff;
  font-weight: 1000;
}

.prize-card-v2 span {
  grid-area: reward;
  color: rgba(255,255,255,.68);
  font-weight: 800;
}

.tournament-table-card-v2 {
  overflow-x: auto;
}

.tournament-table-card-v2 table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.tournament-table-card-v2 th,
.tournament-table-card-v2 td {
  padding: 16px;
  text-align: right;
  color: rgba(255,255,255,.84);
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-weight: 850;
}

.tournament-table-card-v2 th {
  color: #ffbd55;
  background: rgba(255,255,255,.04);
}

.bracket-shell-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.bracket-round-v2 {
  padding: 13px 16px;
  border-radius: 12px;
  text-align: center;
  color: rgba(255,255,255,.72);
  font-weight: 1000;
  background: rgba(255,255,255,.07);
}

.bracket-round-v2.active {
  color: #fff;
  background: linear-gradient(135deg, #ff2636, #ffbd55);
}

@keyframes tournamentPanelIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes tournamentCtaPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 18px 42px rgba(237,28,36,.26); }
  50% { transform: translateY(-2px); box-shadow: 0 24px 58px rgba(237,28,36,.42); }
}

@media (max-width: 1180px) {
  .tournament-strip-v2,
  .tournament-summary-grid-v2 {
    grid-template-columns: 1fr;
  }

  .tournament-actions-v2 {
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .tournament-stage-v2 {
    padding: 18px 12px 104px;
  }

  .tournament-cover-v2 {
    min-height: 220px;
    border-radius: 18px;
  }

  .tournament-strip-v2 {
    margin-top: -32px;
    padding: 16px;
    border-radius: 18px;
    text-align: center;
  }

  .tournament-logo-v2 {
    margin-inline: auto;
  }

  .tournament-main-info-v2 h1 {
    font-size: clamp(1.8rem, 12vw, 3.2rem);
    letter-spacing: .035em;
  }

  .tournament-main-info-v2 p,
  .tournament-meta-v2,
  .organizer-buttons-v2 {
    justify-content: center;
  }

  .tournament-actions-v2,
  .bracket-shell-v2 {
    grid-template-columns: 1fr;
  }

  .tournament-tabs-v2 {
    margin-top: 16px;
  }

  .tournament-tabs-v2 button {
    min-width: 96px;
  }

  .tournament-panel-v2 {
    padding: 14px;
  }

  .organizer-cover-v2 {
    height: 118px;
  }
}

/* Tournament detail lite */
.tournament-detail-page {
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 4%, rgba(237, 28, 36, .16), transparent 30%),
    radial-gradient(circle at 8% 50%, rgba(0, 196, 190, .08), transparent 30%),
    #06080b;
}

.tournament-detail-page .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(7, 8, 11, .86);
  backdrop-filter: blur(18px);
}

.tournament-lite-page {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 46px) clamp(14px, 3vw, 42px) 90px;
}

.tournament-lite-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
}

.tournament-lite-hero,
.tournament-lite-tabs,
.tournament-lite-panels {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin-inline: auto;
}

.tournament-lite-hero {
  text-align: center;
}

.tournament-lite-eyebrow {
  margin: 0 0 8px;
  color: #ffbd55;
  font-weight: 1000;
}

.tournament-lite-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 7vw, 5.25rem);
  line-height: .95;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-wrap: balance;
}

.tournament-lite-lead {
  width: min(720px, 100%);
  margin: 14px auto 0;
  color: rgba(255, 255, 255, .72);
  font-weight: 850;
  line-height: 1.9;
}

.tournament-lite-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 20px;
  padding: 0 42px;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 1000;
  background: linear-gradient(135deg, #ff2636, #b70014);
  box-shadow: 0 18px 44px rgba(237, 28, 36, .26);
  animation: tournamentLiteCta 2.2s ease-in-out infinite;
}

.tournament-lite-banner {
  position: relative;
  width: min(900px, 100%);
  aspect-ratio: 16 / 9;
  margin: 26px auto 0;
  overflow: hidden;
  border-radius: 18px;
  background: #0d0d10;
  box-shadow:
    0 26px 90px rgba(237, 28, 36, .2),
    0 0 0 1px rgba(255, 255, 255, .09);
}

.tournament-lite-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .18)),
    radial-gradient(circle at 50% 0, rgba(255, 189, 85, .12), transparent 46%);
}

.tournament-lite-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}

.tournament-lite-banner:hover img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.04);
}

.tournament-lite-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 0;
}

.tournament-lite-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .055);
  font-weight: 900;
  font-size: .88rem;
}

.tournament-lite-meta .is-open {
  color: #86efac;
  border-color: rgba(34, 197, 94, .4);
  background: rgba(34, 197, 94, .13);
}

.tournament-lite-tabs {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
  scrollbar-width: none;
}

.tournament-lite-tabs::-webkit-scrollbar {
  display: none;
}

.tournament-lite-tabs button {
  border: 0;
  border-radius: 12px;
  padding: 12px 22px;
  color: rgba(255, 255, 255, .76);
  background: transparent;
  font: inherit;
  font-weight: 1000;
  cursor: pointer;
  white-space: nowrap;
}

.tournament-lite-tabs button.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(237, 28, 36, .95), rgba(255, 184, 77, .34));
  box-shadow: inset 0 -2px 0 rgba(255, 184, 77, .8);
}

.tournament-lite-panels {
  margin-top: 18px;
}

.tournament-lite-panel {
  display: none;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.tournament-lite-panel.active {
  display: block;
  animation: tournamentPanelIn .3s ease both;
}

.tournament-lite-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: start;
}

.tournament-lite-copy,
.tournament-lite-prizes {
  min-width: 0;
}

.tournament-lite-copy span,
.tournament-lite-prizes > span,
.tournament-lite-section-title span {
  color: #ffbd55;
  font-weight: 1000;
}

.tournament-lite-copy h2,
.tournament-lite-section-title h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.2;
  font-weight: 1000;
}

.tournament-lite-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-weight: 850;
  line-height: 2;
}

.tournament-lite-prizes {
  display: grid;
  gap: 8px;
}

.tournament-lite-prize {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.tournament-lite-prize strong {
  color: #fff;
  font-weight: 1000;
}

.tournament-lite-prize small {
  color: rgba(255, 255, 255, .68);
  font-weight: 850;
}

.tournament-lite-table {
  overflow-x: auto;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.tournament-lite-table table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.tournament-lite-table th,
.tournament-lite-table td {
  padding: 14px 8px;
  text-align: right;
  color: rgba(255, 255, 255, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  font-weight: 850;
}

.tournament-lite-table th {
  color: #ffbd55;
}

.tournament-lite-rules {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tournament-lite-rules li {
  position: relative;
  padding-inline-start: 18px;
  color: rgba(255, 255, 255, .78);
  font-weight: 850;
  line-height: 1.8;
}

.tournament-lite-rules li::before {
  content: "";
  position: absolute;
  right: 0;
  top: .85em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff2636;
  box-shadow: 0 0 18px rgba(237, 28, 36, .75);
}

.tournament-lite-bracket {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.tournament-lite-bracket span {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  color: #fff;
  text-align: center;
  font-weight: 1000;
  background: rgba(255, 255, 255, .06);
}

.tournament-lite-footer {
  margin-top: 0;
}

@keyframes tournamentLiteCta {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 18px 44px rgba(237, 28, 36, .26);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 24px 62px rgba(237, 28, 36, .4);
  }
}

@media (max-width: 760px) {
  .tournament-lite-page {
    padding: 20px 14px 104px;
  }

  .tournament-lite-hero h1 {
    font-size: clamp(2rem, 12vw, 3.35rem);
    letter-spacing: .045em;
  }

  .tournament-lite-lead {
    font-size: .95rem;
  }

  .tournament-lite-cta {
    width: min(100%, 280px);
  }

  .tournament-lite-banner {
    width: min(100%, 520px);
    border-radius: 16px;
  }

  .tournament-lite-meta {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .tournament-lite-meta span {
    flex: 0 0 auto;
  }

  .tournament-lite-summary {
    grid-template-columns: 1fr;
  }

  .tournament-lite-tabs {
    margin-top: 22px;
  }

  .tournament-lite-tabs button {
    min-width: 92px;
    padding: 10px 14px;
  }

  .tournament-lite-bracket {
    grid-template-columns: 1fr 1fr;
  }
}

/* Tournament detail reference layout */
.tournament-pro-page {
  min-height: 100vh;
  padding: clamp(18px, 2.6vw, 34px) clamp(12px, 1.8vw, 24px) 92px;
  color: var(--text);
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(237, 28, 36, .14), transparent 32rem),
    radial-gradient(circle at 8% 42%, rgba(255, 189, 85, .06), transparent 26rem),
    #06080b;
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

.tournament-pro-shell {
  width: min(100%, 1480px);
  margin: 0 auto;
}

.tournament-pro-cover {
  position: relative;
  height: clamp(245px, 23vw, 350px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: #090a0e;
  box-shadow: 0 22px 72px rgba(0, 0, 0, .28);
}

.tournament-pro-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.08) contrast(1.03) brightness(.98);
}

.tournament-pro-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .16)),
    linear-gradient(90deg, rgba(105, 0, 12, .14), transparent 48%, rgba(0, 0, 0, .1));
}

.tournament-pro-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 250px) minmax(0, 1fr);
  grid-template-areas: "register info";
  gap: clamp(18px, 3vw, 46px);
  align-items: center;
  min-height: 142px;
  padding: 22px clamp(22px, 3.4vw, 52px);
  direction: ltr;
  border: 1px solid rgba(255, 255, 255, .085);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background:
    linear-gradient(90deg, rgba(69, 7, 17, .96), rgba(21, 9, 13, .985) 48%, rgba(7, 9, 13, .985)),
    radial-gradient(circle at 14% 0%, rgba(237, 28, 36, .18), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 42%);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .24);
}

body[data-track-page="agc_2026_01"] .tournament-pro-head,
body[data-track-page="agc_2026_02"] .tournament-pro-head {
  grid-template-columns: 1fr;
  grid-template-areas: "info";
}

.tournament-pro-info {
  grid-area: info;
  justify-self: end;
  direction: rtl;
  text-align: right;
}

body[data-track-page="agc_2026_01"] .tournament-pro-info,
body[data-track-page="agc_2026_02"] .tournament-pro-info {
  justify-self: stretch;
}

html[dir="ltr"] body[data-track-page="agc_2026_01"] .tournament-pro-info,
html[dir="ltr"] body[data-track-page="agc_2026_02"] .tournament-pro-info {
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] body[data-track-page="agc_2026_01"] .tournament-pro-subtitle,
html[dir="ltr"] body[data-track-page="agc_2026_02"] .tournament-pro-subtitle {
  text-align: left;
}

html[dir="ltr"] body[data-track-page="agc_2026_01"] .tournament-pro-meta,
html[dir="ltr"] body[data-track-page="agc_2026_02"] .tournament-pro-meta {
  justify-content: flex-start;
}

.tournament-pro-host {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, .68);
  font-size: .82rem;
  font-weight: 900;
}

.tournament-pro-host strong {
  color: #ffbd55;
}

.tournament-pro-title {
  margin: 0;
  color: #fff;
  direction: ltr;
  unicode-bidi: isolate;
  font-size: clamp(1.42rem, 2.45vw, 2.75rem);
  font-weight: 1000;
  line-height: 1.02;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.tournament-pro-subtitle {
  max-width: 720px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.82;
}

.tournament-pro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tournament-pro-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .82);
  font-size: .79rem;
  font-weight: 900;
}

.tournament-pro-meta .is-open {
  border-color: rgba(34, 197, 94, .46);
  background: rgba(34, 197, 94, .13);
  color: #8cffb5;
}

.tournament-pro-register {
  grid-area: register;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff2638, #b90012);
  box-shadow: 0 18px 46px rgba(237, 28, 36, .34);
  font-weight: 1000;
  text-decoration: none;
  animation: tournamentLiteCta 2.35s ease-in-out infinite;
}

html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-head,
html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-head {
  grid-template-columns: minmax(0, 1fr) minmax(160px, 250px);
  grid-template-areas: "info register";
}

html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-info,
html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-info {
  justify-self: stretch;
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-subtitle,
html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-subtitle {
  text-align: left;
}

html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-meta,
html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-meta {
  justify-content: flex-start;
}

html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-register,
html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-register {
  justify-self: end;
}

.tournament-pro-tabs {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .028);
  scrollbar-width: none;
}

.tournament-pro-tabs::-webkit-scrollbar {
  display: none;
}

.tournament-pro-tabs button {
  flex: 0 0 auto;
  min-width: 104px;
  padding: 10px 16px;
  border: 0;
  border-radius: 11px;
  color: rgba(255, 255, 255, .84);
  background: transparent;
  font: inherit;
  font-weight: 1000;
  cursor: pointer;
}

.tournament-pro-tabs button.active {
  color: #fff;
  background: linear-gradient(135deg, #d71924, #8e281b);
  box-shadow: inset 0 -2px 0 #ffbd55;
}

.tournament-pro-panels {
  margin-top: 16px;
}

.tournament-pro-panel {
  display: none;
}

.tournament-pro-panel.active {
  display: block;
  animation: tournamentPanelIn .25s ease both;
}

.tournament-pro-card h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.14rem, 1.45vw, 1.45rem);
  font-weight: 1000;
}

.tournament-pro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.tournament-pro-card {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .065);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .028), rgba(255, 255, 255, .01)),
    radial-gradient(circle at 100% 0%, rgba(237, 28, 36, .1), transparent 22rem);
}

.tournament-pro-card.tournament-pro-desc,
.tournament-pro-card.tournament-pro-prizes {
  min-height: 100%;
}

.tournament-pro-card > span {
  display: inline-flex;
  margin-bottom: 9px;
  color: #ffbd55;
  font-size: .84rem;
  font-weight: 1000;
}

.tournament-pro-card p,
.tournament-pro-card li {
  color: rgba(255, 255, 255, .74);
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.9;
}

.tournament-pro-rules {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tournament-pro-rules li {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
}

.tournament-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.tournament-fact-card {
  min-height: 78px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    radial-gradient(circle at 100% 0%, rgba(255, 189, 85, .1), transparent 12rem);
}

.tournament-fact-card span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .52);
  font-size: .78rem;
  font-weight: 900;
}

.tournament-fact-card strong {
  display: block;
  color: #fff;
  font-size: .98rem;
  font-weight: 1000;
  line-height: 1.55;
}

.tournament-pro-rulebooks {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.tournament-pro-rulebooks h3,
.tournament-pro-rulebooks p {
  flex: 0 0 100%;
}

.tournament-pro-rulebooks h3 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
}

.tournament-pro-rulebooks p {
  margin: 0 0 2px;
}

.tournament-pro-rulebooks a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(215, 175, 97, .34);
  border-radius: 999px;
  color: #fff;
  background: rgba(215, 175, 97, .1);
  font-weight: 900;
  text-decoration: none;
}

.tournament-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.tournament-team-card {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(245, 34, 45, .08), transparent 48%),
    rgba(255, 255, 255, .04);
}

.tournament-team-card span {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #120d0d;
  background: linear-gradient(135deg, #d7af61, #fff0a4);
  font-size: .82rem;
  font-weight: 1000;
}

.tournament-team-card strong {
  color: #fff;
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.35;
}

.tournament-team-grid--with-winners .tournament-team-card.is-winner {
  --winner-rgb: 255, 189, 85;
  --winner-start: #ffcf73;
  --winner-end: #8d5600;
  position: relative;
  min-height: 88px;
  overflow: hidden;
  border-color: rgba(var(--winner-rgb), .48);
  background:
    linear-gradient(135deg, rgba(var(--winner-rgb), .2), transparent 62%),
    rgba(255, 255, 255, .055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 14px 34px rgba(var(--winner-rgb), .12);
}

.tournament-team-grid--with-winners .tournament-team-card.is-winner::after {
  content: "";
  position: absolute;
  inset-inline: 12px;
  inset-block-end: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--winner-start), var(--winner-end));
}

.tournament-team-grid--with-winners .tournament-team-card.rank-2 {
  --winner-rgb: 207, 220, 233;
  --winner-start: #f1f6fb;
  --winner-end: #667788;
}

.tournament-team-grid--with-winners .tournament-team-card.rank-3 {
  --winner-rgb: 224, 139, 91;
  --winner-start: #f0aa79;
  --winner-end: #82401f;
}

.tournament-team-grid--with-winners .tournament-team-card.is-winner span {
  color: #120d0d;
  background: linear-gradient(135deg, var(--winner-start), var(--winner-end));
  box-shadow: 0 10px 24px rgba(var(--winner-rgb), .2);
}

.tournament-team-grid--with-winners .tournament-team-card.is-winner strong {
  flex: 1 1 auto;
  font-size: 1.03rem;
}

.tournament-team-grid--with-winners .tournament-team-card.is-winner small {
  flex: 0 0 auto;
  margin-inline-start: auto;
  color: rgb(var(--winner-rgb));
  font-size: .72rem;
  font-weight: 1000;
  white-space: nowrap;
}

.tournament-pro-prize-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
}

.tournament-pro-prize-row:last-child {
  border-bottom-color: rgba(255, 255, 255, .08);
}

.tournament-pro-prize-row strong {
  color: #fff;
  font-weight: 1000;
}

.tournament-pro-prize-row small {
  color: rgba(255, 255, 255, .7);
  font-size: .84rem;
  font-weight: 850;
}

.tournament-pro-table {
  overflow-x: auto;
}

.tournament-pro-table table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.tournament-pro-table th,
.tournament-pro-table td {
  padding: 13px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .88);
  font-weight: 850;
  text-align: right;
}

.tournament-pro-table th {
  color: #ffbd55;
}

.tournament-pro-bracket {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.tournament-pro-stage {
  display: flex;
  min-height: 124px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  text-align: center;
}

.tournament-pro-stage-number {
  display: inline-flex;
  min-width: 38px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border: 1px solid rgba(255, 189, 85, .3);
  border-radius: 999px;
  background: rgba(255, 189, 85, .08);
  color: #ffbd55;
  font-size: .76rem;
  font-weight: 1000;
  line-height: 1;
}

.tournament-pro-stage strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 1000;
  line-height: 1.4;
}

.tournament-pro-stage-date {
  color: rgba(255, 255, 255, .67);
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.5;
}

@keyframes tournamentPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .tournament-pro-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "info"
      "register";
    justify-items: center;
    text-align: center;
  }

  .tournament-pro-info,
  .tournament-pro-subtitle {
    text-align: center;
  }

  .tournament-pro-meta {
    justify-content: center;
  }

  .tournament-pro-register {
    justify-self: center;
    width: min(100%, 320px);
  }

  html[dir="rtl"] body[data-track-page="agc_2026_03"] .tournament-pro-info,
  html[dir="rtl"] body[data-track-page="agc_2026_04"] .tournament-pro-info {
    justify-self: stretch;
    text-align: right;
  }

  html[dir="rtl"] body[data-track-page="agc_2026_03"] .tournament-pro-subtitle,
  html[dir="rtl"] body[data-track-page="agc_2026_04"] .tournament-pro-subtitle {
    text-align: right;
  }

  html[dir="rtl"] body[data-track-page="agc_2026_03"] .tournament-pro-meta,
  html[dir="rtl"] body[data-track-page="agc_2026_04"] .tournament-pro-meta {
    justify-content: flex-end;
  }

  html[dir="rtl"] body[data-track-page="agc_2026_03"] .tournament-pro-register,
  html[dir="rtl"] body[data-track-page="agc_2026_04"] .tournament-pro-register {
    justify-self: start;
  }

  html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-info,
  html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-info {
    justify-self: stretch;
    text-align: left;
  }

  html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-meta,
  html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-meta {
    justify-content: flex-start;
  }

  html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-register,
  html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-register {
    justify-self: end;
  }

  html[dir="ltr"] body[data-track-page="agc_2026_01"] .tournament-pro-info,
  html[dir="ltr"] body[data-track-page="agc_2026_02"] .tournament-pro-info {
    text-align: left;
  }

  html[dir="ltr"] body[data-track-page="agc_2026_01"] .tournament-pro-subtitle,
  html[dir="ltr"] body[data-track-page="agc_2026_02"] .tournament-pro-subtitle {
    text-align: left;
  }

  html[dir="ltr"] body[data-track-page="agc_2026_01"] .tournament-pro-meta,
  html[dir="ltr"] body[data-track-page="agc_2026_02"] .tournament-pro-meta {
    justify-content: flex-start;
  }

  .tournament-pro-grid {
    grid-template-columns: 1fr;
  }

  .tournament-pro-cover {
    height: clamp(220px, 42vw, 330px);
  }
}

@media (max-width: 620px) {
  .tournament-pro-page {
    padding: 12px 12px 104px;
  }

  html[dir="rtl"] body[data-track-page="agc_2026_03"] .tournament-pro-head,
  html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-head,
  html[dir="rtl"] body[data-track-page="agc_2026_04"] .tournament-pro-head,
  html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-head {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "info"
      "register" !important;
    justify-items: center;
    text-align: center;
  }

  html[dir="rtl"] body[data-track-page="agc_2026_03"] .tournament-pro-info,
  html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-info,
  html[dir="rtl"] body[data-track-page="agc_2026_03"] .tournament-pro-subtitle,
  html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-subtitle,
  html[dir="rtl"] body[data-track-page="agc_2026_04"] .tournament-pro-info,
  html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-info,
  html[dir="rtl"] body[data-track-page="agc_2026_04"] .tournament-pro-subtitle,
  html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-subtitle {
    justify-self: stretch;
    text-align: center !important;
  }

  html[dir="rtl"] body[data-track-page="agc_2026_03"] .tournament-pro-meta,
  html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-meta,
  html[dir="rtl"] body[data-track-page="agc_2026_04"] .tournament-pro-meta,
  html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-meta {
    justify-content: center !important;
  }

  html[dir="rtl"] body[data-track-page="agc_2026_03"] .tournament-pro-register,
  html[dir="ltr"] body[data-track-page="agc_2026_03"] .tournament-pro-register,
  html[dir="rtl"] body[data-track-page="agc_2026_04"] .tournament-pro-register,
  html[dir="ltr"] body[data-track-page="agc_2026_04"] .tournament-pro-register {
    justify-self: center !important;
    margin-inline: auto;
  }

  .tournament-pro-cover {
    height: 190px;
    border-radius: 13px 13px 0 0;
  }

  .tournament-pro-head {
    min-height: auto;
    padding: 16px 14px 18px;
  }

  .tournament-pro-title {
    font-size: clamp(1.42rem, 8vw, 1.95rem);
    letter-spacing: .035em;
    line-height: 1.1;
  }

  .tournament-pro-subtitle {
    font-size: .9rem;
  }

  .tournament-pro-tabs {
    margin-top: 16px;
    padding: 8px 0;
  }

  .tournament-pro-tabs button {
    min-width: 92px;
    padding: 10px 14px;
  }

  .tournament-pro-card {
    padding: 16px;
  }

  .tournament-pro-bracket {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tournament-pro-stage {
    min-height: 136px;
    padding: 16px 10px;
  }

  .tournament-pro-stage strong {
    font-size: .94rem;
  }

  .tournament-pro-stage-date {
    max-width: 15ch;
    font-size: .8rem;
  }

  .tournament-fact-grid {
    grid-template-columns: 1fr;
  }

  .tournament-team-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.hero .hero-offer-slider--country-empty .hero-slide-card--country-empty::before,
.hero .hero-offer-slider--country-empty .hero-slide-card--country-empty::after {
  display: none;
}

.hero .hero-offer-slider--country-empty .hero-slide-card--country-empty img,
.hero .hero-offer-slider--country-empty .hero-slide-card--country-empty:hover img {
  object-fit: cover;
  transform: none;
  filter: none;
}

@media (max-width: 760px) {
  .hero .hero-offer-slider--country-empty .hero-slide-card--country-empty img,
  .hero .hero-offer-slider--country-empty .hero-slide-card--country-empty:hover img {
    object-position: left center;
  }
}

@media (min-width: 981px) {
  body[data-track-page="agc_2026_04"] .tournament-pro-title {
    font-size: clamp(1.35rem, 2vw, 2.25rem);
    letter-spacing: .045em;
  }
}

@media (max-width: 760px) {
  body[data-track-page="agc"] .tournament-controls {
    display: none;
  }

  body[data-track-page="agc"] .tournament-track {
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: inline mandatory;
  }

  body[data-track-page="agc"] .tournament-card--archive {
    min-height: 0;
    aspect-ratio: 16 / 9;
    scroll-snap-stop: always;
  }

  body[data-track-page="agc"] .tournament-card--archive::after {
    inset-inline: 12px;
    inset-block-end: 8px;
    height: 3px;
  }

  body[data-track-page="agc"] .tournament-card--archive .tournament-status {
    inset-block-start: 10px;
    inset-inline-start: 10px;
    min-height: 28px;
    padding: 5px 9px;
    font-size: .65rem;
  }

  body[data-track-page="agc"] .tournament-card--archive .tournament-card-content {
    gap: 6px;
    margin: 8px;
    padding: 9px 10px 14px;
    border-radius: 13px;
  }

  body[data-track-page="agc"] .tournament-card--archive strong {
    font-size: clamp(.84rem, 4vw, 1rem);
    line-height: 1.16;
  }

  body[data-track-page="agc"] .tournament-card--archive .tournament-card-footer {
    display: flex;
    gap: 6px;
  }

  body[data-track-page="agc"] .tournament-card--archive .tournament-card-footer a,
  body[data-track-page="agc"] .tournament-card--archive .tournament-card-footer span {
    width: auto;
    min-width: 0;
    min-height: 32px;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: .68rem;
    white-space: nowrap;
  }

  body[data-track-page="agc"] .tournament-card--archive .tournament-card-footer span::before {
    width: 5px;
    height: 5px;
  }
}

body[data-track-page="agc"] .tournament-card--archive p {
  display: none;
}

body[data-track-page="agc"] .tournament-card--archive .tournament-card-content {
  gap: 7px;
  padding: 10px 14px 18px;
  background:
    linear-gradient(180deg, rgba(9, 10, 13, .04), rgba(9, 10, 13, .58)),
    rgba(9, 10, 13, .12);
  backdrop-filter: blur(4px) saturate(1.08);
  -webkit-backdrop-filter: blur(4px) saturate(1.08);
}

body[data-track-page="agc"] .tournament-card--archive strong {
  font-size: clamp(.92rem, 1.12vw, 1.18rem);
  line-height: 1.16;
}

body[data-track-page="agc"] .tournament-card--archive .tournament-card-footer a,
body[data-track-page="agc"] .tournament-card--archive .tournament-card-footer span {
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 11px;
  font-size: .74rem;
}

body[data-track-page="agc"] .tournament-card--archive .tournament-status {
  min-height: 30px;
  padding: 5px 10px;
  font-size: .68rem;
}

body[data-track-page="agc"] .tournament-controls button {
  width: 36px;
  height: 36px;
  border-radius: 11px;
}

body[data-track-page="agc"] .tournament-controls svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 760px) {
  body[data-track-page="agc"] .tournament-card--archive {
    aspect-ratio: 16 / 10.35;
    background: #090a0d;
  }

  body[data-track-page="agc"] .tournament-card--archive img {
    inset-block-start: 0;
    inset-block-end: auto;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transform: none;
  }

  body[data-track-page="agc"] .tournament-card--archive .tournament-card-content {
    gap: 5px;
    margin: 8px;
    padding: 8px 9px 13px;
    background:
      linear-gradient(180deg, rgba(18, 10, 14, .78), rgba(6, 7, 10, .96)),
      #090a0d;
  }

  body[data-track-page="agc"] .tournament-card--archive strong {
    font-size: clamp(.8rem, 3.7vw, .94rem);
  }

  body[data-track-page="agc"] .tournament-card--archive .tournament-card-footer a,
  body[data-track-page="agc"] .tournament-card--archive .tournament-card-footer span {
    min-height: 30px;
    padding: 4px 7px;
    border-radius: 9px;
    font-size: .64rem;
  }

  body[data-track-page="agc"] .tournament-card--archive .tournament-status {
    min-height: 26px;
    padding: 4px 8px;
    font-size: .62rem;
  }
}

@media (max-width: 760px) {
  html body[data-track-page="home"] .hero-content {
    grid-template-areas:
      "copy"
      "showcase";
  }

  body[data-track-page="home"] .hero-actions {
    display: none;
  }

  body[data-track-page="home"] .hero-slider-head,
  body[data-track-page="home"] .hero-slider-controls {
    display: none !important;
  }

  body[data-track-page="home"] .hero .hero-slide-card:not(.hero-slide-card--country-empty) {
    display: grid;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    overflow: hidden;
  }

  body[data-track-page="home"] .hero .hero-slide-card:not(.hero-slide-card--country-empty) img {
    position: relative;
    grid-row: 1;
    width: 100%;
    height: clamp(238px, 65vw, 282px);
    object-fit: cover;
    transform: none;
  }

  body[data-track-page="home"] .hero .hero-slide-card:not(.hero-slide-card--country-empty) .hero-slide-content {
    position: relative;
    grid-row: 2;
    inset: auto;
    width: 100%;
    max-width: none;
    padding: 14px 16px 16px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0;
    background: linear-gradient(135deg, rgba(39, 10, 15, .98), rgba(10, 11, 15, .98));
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body[data-track-page="home"] .hero-slide-title::before {
    display: none;
  }
}
