:root {
  --bg: #020610;
  --bg-soft: #07101d;
  --panel: rgba(9, 17, 30, 0.84);
  --panel-strong: rgba(12, 21, 36, 0.96);
  --border: rgba(113, 137, 178, 0.2);
  --text: #f6f8fd;
  --heading: #ffffff;
  --muted: #a9b4c8;
  --muted-soft: #667389;
  --red: #ff2532;
  --blue: #2e86ff;
  --green: #1fe772;
  --yellow: #f0bc2e;
  --purple: #8d4df4;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  --site-max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  min-height: 100%;
  overscroll-behavior-y: none;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background-color: var(--bg);
  background:
    radial-gradient(ellipse 90vw 120vh at 16% 8%, rgba(46, 134, 255, 0.18) 0%, rgba(46, 134, 255, 0.08) 28%, transparent 62%),
    radial-gradient(ellipse 92vw 118vh at 88% 12%, rgba(255, 37, 50, 0.15) 0%, rgba(255, 37, 50, 0.065) 30%, transparent 66%),
    radial-gradient(ellipse 80vw 130vh at 18% 55%, rgba(255, 37, 50, 0.07) 0%, transparent 66%),
    radial-gradient(ellipse 86vw 128vh at 86% 68%, rgba(46, 134, 255, 0.08) 0%, transparent 68%),
    linear-gradient(135deg, #01040b 0%, #050c17 42%, #020610 100%);
  background-attachment: scroll;
  font-family: "Saira", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  isolation: isolate;
}

body::before {
  content: none;
  display: none;
}

body::after {
  content: none;
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(var(--site-max), calc(100% - clamp(40px, 8vw, 128px)));
  margin: 0 auto;
}

.site-shell::before,
.site-shell::after {
  content: none;
  display: none;
}

.site-shell::before {
  left: -8vw;
  background: linear-gradient(112deg, rgba(46, 134, 255, 0.46), transparent 64%);
  transform: rotate(-14deg);
}

.site-shell::after {
  right: -8vw;
  background: linear-gradient(248deg, rgba(255, 37, 50, 0.4), transparent 66%);
  transform: rotate(14deg);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 10px max(24px, calc((100vw - var(--site-max)) / 2 + 48px));
  border-bottom: 1px solid rgba(113, 137, 178, 0.12);
  background:
    linear-gradient(180deg, rgba(3, 7, 17, 0.78), rgba(3, 7, 17, 0.5)),
    rgba(3, 7, 17, 0.46);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.brand {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 14px);
  min-width: 0;
  text-decoration: none;
}

.site-brand-logo {
  display: block;
  width: clamp(236px, 24vw, 356px);
  max-width: min(54vw, 356px);
  height: auto;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.28));
}

.brand-wrestlers-logo {
  display: block;
  width: clamp(58px, 6.1vw, 92px);
  height: clamp(42px, 4.4vw, 64px);
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
  filter:
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.08))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.26));
}

.brand-wordmark-logo {
  display: block;
  width: clamp(190px, 18vw, 296px);
  max-width: min(46vw, 296px);
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  flex: 0 1 auto;
  filter:
    drop-shadow(0 0 12px rgba(46, 134, 255, 0.1))
    drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28));
}

.wrestler-mark {
  width: 70px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: invert(1) contrast(1.18) drop-shadow(0 0 12px rgba(255, 255, 255, 0.14));
  mix-blend-mode: screen;
}

.wordmark {
  width: 210px;
  max-width: 48vw;
  display: grid;
  gap: 0;
}

.brand-rule {
  height: 3px;
  border-radius: 999px;
}

.brand-rule-red {
  background: var(--red);
}

.brand-rule-blue {
  background: var(--blue);
}

.wordmark-text {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.4rem, 5.4vw, 3.25rem);
  line-height: 1.02;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.055em;
  transform: skewX(-9deg);
  transform-origin: left center;
  text-shadow: 0 0 18px rgba(46, 134, 255, 0.14);
  white-space: nowrap;
}

.wordmark-text b {
  color: var(--blue);
}

.wordmark-text strong {
  color: var(--red);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.3vw, 22px);
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links a {
  position: relative;
  padding: 10px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: var(--red);
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-links a.active {
  color: var(--text);
}

.nav-login {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  color: var(--text);
  background: rgba(46, 134, 255, 0.12);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.nav-login:hover {
  background: rgba(46, 134, 255, 0.24);
}

.nav a:focus-visible,
.nav button:focus-visible,
.auth-dialog button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

@media (max-width: 1200px) {
  .nav {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-links a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .nav-login {
    grid-column: 2;
    grid-row: 1;
  }
}

.section-grid,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: clamp(48px, 6vw, 104px);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: visible;
  min-height: calc(100vh - 78px);
  padding: clamp(44px, 6vh, 76px) 0;
}

.hero::before,
.hero::after {
  content: none;
  display: none;
}

.hero::before {
  inset: -18% -18% -10%;
  background:
    radial-gradient(ellipse at 78% 38%, rgba(255, 255, 255, 0.13), transparent 28%),
    radial-gradient(ellipse at 74% 46%, rgba(46, 134, 255, 0.2), transparent 34%),
    radial-gradient(ellipse at 90% 72%, rgba(255, 37, 50, 0.15), transparent 30%);
  filter: blur(4px);
  opacity: 0.9;
}

.hero::after {
  inset: 6% -10% 0;
  background:
    radial-gradient(ellipse at center, rgba(46, 134, 255, 0.12), transparent 60%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.035), transparent);
  transform: perspective(900px) rotateX(62deg) translateY(18%);
  transform-origin: center bottom;
  opacity: 0.2;
  mask-image: linear-gradient(to bottom, transparent, black 35%, transparent 92%);
}

.eyebrow {
  position: relative;
  width: fit-content;
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, #58a6ff 0%, #ffffff 42%, #9cc8ff 62%, #ff5a66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.2em;
  text-shadow:
    0 0 14px rgba(46, 134, 255, 0.48),
    0 0 18px rgba(255, 37, 50, 0.22);
  filter: drop-shadow(0 0 12px rgba(46, 134, 255, 0.22));
}

.eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: -10px;
  bottom: -6px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), rgba(255, 255, 255, 0.7), var(--red));
  box-shadow:
    0 0 12px rgba(46, 134, 255, 0.55),
    0 0 16px rgba(255, 37, 50, 0.28);
  opacity: 0.72;
}

.hero-copy {
  position: relative;
  isolation: isolate;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: clamp(24px, 5vw, 72px);
  right: clamp(24px, 10vw, 120px);
  top: clamp(44px, 7vw, 84px);
  height: clamp(130px, 18vw, 250px);
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 12% 42%, rgba(46, 134, 255, 0.36), transparent 56%),
    radial-gradient(ellipse at 88% 64%, rgba(255, 37, 50, 0.3), transparent 58%),
    linear-gradient(90deg, rgba(46, 134, 255, 0.16), rgba(255, 255, 255, 0.04), rgba(255, 37, 50, 0.12));
  filter: blur(14px);
  opacity: 0.52;
  transform: skewX(-10deg);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.28);
}

h1,
h2 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  color: var(--heading);
  text-shadow:
    -2px 0 18px rgba(46, 134, 255, 0.16),
    2px 0 18px rgba(255, 37, 50, 0.12),
    0 4px 16px rgba(0, 0, 0, 0.4);
}

h1::before,
h2::before {
  content: "";
  position: absolute;
  left: -0.14em;
  right: -0.18em;
  top: -0.16em;
  bottom: -0.18em;
  z-index: -1;
  background:
    radial-gradient(ellipse at 7% 34%, rgba(46, 134, 255, 0.46), transparent 50%),
    radial-gradient(ellipse at 92% 70%, rgba(255, 37, 50, 0.38), transparent 50%);
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.2;
  transform: skewX(-12deg);
  pointer-events: none;
}

h1::after,
h2::after {
  display: none;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(52px, 7.4vw, 112px);
  line-height: 0.88;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy h1::before {
  content: "";
  display: block;
  left: -0.08em;
  right: -0.12em;
  top: -0.14em;
  bottom: -0.16em;
  background:
    radial-gradient(ellipse at 8% 34%, rgba(46, 134, 255, 0.4), transparent 54%),
    radial-gradient(ellipse at 92% 70%, rgba(255, 37, 50, 0.32), transparent 54%);
  filter: blur(16px);
  opacity: 0.2;
}

.hero-copy h1::after {
  display: none;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.9rem, 7vw, 5.7rem);
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1;
  font-weight: 900;
}

.hero-subtitle,
.section-heading p:not(.eyebrow),
.merch-hero p:not(.eyebrow),
.coming-card p {
  position: relative;
  z-index: 4;
  color: #eef4ff;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.62;
  font-weight: 700;
  letter-spacing: 0.005em;
  background:
    linear-gradient(90deg, #ffffff 0%, #dce8ff 42%, #9fc8ff 68%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 18px rgba(46, 134, 255, 0.18),
    0 0 18px rgba(255, 37, 50, 0.1),
    0 14px 28px rgba(0, 0, 0, 0.38);
}

@supports (-webkit-background-clip: text) {
  .hero-subtitle,
  .section-heading p:not(.eyebrow),
  .merch-hero p:not(.eyebrow),
  .coming-card p {
    -webkit-text-fill-color: transparent;
  }
}

.hero-subtitle {
  max-width: 720px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.cta-row.centered {
  justify-content: center;
}

.store-button {
  min-height: 68px;
  min-width: 224px;
  border: 1.5px solid rgba(255, 37, 50, 0.76);
  border-radius: 17px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(255, 37, 50, 0.22), rgba(255, 37, 50, 0.04)),
    rgba(8, 15, 26, 0.82);
  box-shadow: 0 0 30px rgba(255, 37, 50, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.store-button:hover {
  transform: translateY(-2px);
  border-color: var(--red);
  box-shadow: 0 0 36px rgba(255, 37, 50, 0.22);
}

.store-button-blue {
  border-color: rgba(46, 134, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(46, 134, 255, 0.22), rgba(46, 134, 255, 0.04)),
    rgba(8, 15, 26, 0.82);
  box-shadow: 0 0 30px rgba(46, 134, 255, 0.12);
}

.store-button-blue:hover {
  border-color: var(--blue);
  box-shadow: 0 0 36px rgba(46, 134, 255, 0.22);
}

.store-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 1.16rem;
  font-weight: 900;
}

.store-button span:last-child {
  display: grid;
  gap: 2px;
  text-align: left;
  font-size: 1.08rem;
  line-height: 1.08;
  font-weight: 900;
}

.store-button small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.availability {
  margin: 14px 0 0;
  color: var(--muted-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-visual {
  display: grid;
  place-items: center;
  min-height: min(760px, calc(100vh - 96px));
}

.phone {
  position: relative;
  width: clamp(300px, 31vw, 430px);
  border-radius: 54px;
  padding: 11px;
  background:
    linear-gradient(140deg, rgba(218, 229, 255, 0.34), rgba(31, 42, 64, 0.12) 25%, rgba(0, 0, 0, 0.8) 58%, rgba(114, 131, 162, 0.22)),
    linear-gradient(180deg, #111827, #03060d 48%, #080c14);
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.62),
    0 20px 52px rgba(0, 0, 0, 0.42),
    -18px -18px 60px rgba(46, 134, 255, 0.1),
    22px 22px 70px rgba(255, 37, 50, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 0 0 3px rgba(0, 0, 0, 0.38);
  transform: rotate(-1.5deg);
  transform-origin: center;
}

.phone.phone-main {
  animation: phoneFloat 7s ease-in-out infinite;
}

.phone::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 49px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 8px 10px 18px rgba(255, 255, 255, 0.08),
    inset -10px -16px 28px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 3;
}

.phone::after {
  content: none;
  display: none;
}

.phone-glow {
  position: absolute;
  inset: -54px;
  border-radius: 72px;
  background:
    radial-gradient(circle at 16% 18%, rgba(46, 134, 255, 0.46), transparent 36%),
    radial-gradient(circle at 88% 70%, rgba(255, 37, 50, 0.34), transparent 35%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.11), transparent 44%);
  filter: blur(20px);
  opacity: 0.58;
  z-index: -1;
}

.phone-screen {
  aspect-ratio: 1170 / 2159;
  min-height: auto;
  position: relative;
  border-radius: 43px;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 58%, rgba(255, 37, 50, 0.1), transparent 34%),
    linear-gradient(180deg, #0b111b 0%, #030711 58%, #020610 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 0 0 2px rgba(0, 0, 0, 0.74),
    inset 0 18px 24px rgba(255, 255, 255, 0.035),
    inset 0 -24px 32px rgba(0, 0, 0, 0.58);
}

.phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.075) 18%, transparent 34%),
    radial-gradient(circle at 30% 4%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22%);
  mix-blend-mode: screen;
  opacity: 0.45;
}

.phone-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 10px 0 18px rgba(255, 255, 255, 0.03),
    inset -14px 0 28px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.phone-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #020610;
}

.study-card,
.feature-card,
.glass-panel,
.coming-card,
.mini-phone,
.view-card {
  border: 1px solid var(--border);
  background: var(--panel);
  backdrop-filter: blur(8px);
}

.phone-hero-image {
  height: 226px;
  background:
    linear-gradient(180deg, rgba(2, 6, 16, 0.02), rgba(2, 6, 16, 0.9)),
    url("./assets/app-login-hero.png") center top / cover no-repeat;
}

.login-panel {
  padding: 16px 20px 22px;
  text-align: center;
}

.login-welcome {
  margin: 0 0 8px;
  color: #f1f5fb;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.44em;
}

.login-wordmark {
  margin: 0 auto;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.5rem;
  line-height: 0.86;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.07em;
  transform: skewX(-8deg);
}

.login-wordmark b {
  color: var(--blue);
}

.login-wordmark strong {
  color: var(--red);
}

.login-subtitle {
  margin: 16px 0 18px;
  color: #e4e9f3;
  font-size: 0.91rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.login-field {
  min-height: 56px;
  margin-top: 10px;
  border: 1px solid rgba(111, 126, 154, 0.28);
  border-radius: 22px;
  background: rgba(8, 14, 24, 0.84);
  color: #bfc8d8;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 900;
}

.login-field-icon {
  color: var(--red);
  font-size: 1.4rem;
}

.login-field em {
  margin-left: auto;
  color: #d6deeb;
  font-style: normal;
}

.login-button {
  width: 100%;
  min-height: 66px;
  margin-top: 18px;
  border: 0;
  border-radius: 24px;
  background: var(--red);
  color: var(--text);
  box-shadow: 0 20px 42px rgba(255, 37, 50, 0.22);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.login-social-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.login-social-row span {
  min-height: 58px;
  border: 1px solid rgba(111, 126, 154, 0.24);
  border-radius: 18px;
  background: rgba(8, 14, 24, 0.78);
  display: grid;
  place-items: center;
  color: var(--text);
  font-size: 1.35rem;
  font-weight: 900;
}

.content-section,
.screens-section,
.merch-section,
.coming-soon {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 10vw, 116px) 0;
}

.content-section::before,
.screens-section::before,
.merch-section::before,
.coming-soon::before,
.split-section::before {
  content: none;
  display: none;
}

.section-heading {
  position: relative;
  isolation: isolate;
  max-width: 780px;
}

.section-heading h2,
.hero-copy h1,
.merch-hero h2,
.coming-card h2 {
  z-index: 1;
}

.section-heading.compact {
  max-width: 640px;
  margin-bottom: 26px;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.card-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--red));
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 220ms ease, transform 220ms ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: -40% -20% auto;
  height: 120px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.08), transparent 64%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.feature-card:hover {
  transform: translateY(-7px);
  border-color: rgba(46, 134, 255, 0.34);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(46, 134, 255, 0.08);
}

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

.feature-card:hover::after {
  opacity: 1;
}

.feature-card h3 {
  font-family: "Saira", "Inter", sans-serif;
  font-size: clamp(1.32rem, 2.2vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: none;
}

.feature-card p,
.glass-panel,
.feature-points {
  color: var(--muted);
  line-height: 1.65;
}

.card-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  font-weight: 900;
}

.card-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-icon.red {
  background: rgba(255, 37, 50, 0.16);
  color: var(--red);
}

.card-icon.blue {
  background: rgba(46, 134, 255, 0.16);
  color: var(--blue);
}

.split-section {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 10vw, 110px) 0;
}

.split-section.reverse {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.glass-panel {
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--shadow);
}

.competition-panel {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: grid;
  align-content: center;
  gap: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(46, 134, 255, 0.18), transparent 34%),
    radial-gradient(circle at 86% 82%, rgba(255, 37, 50, 0.15), transparent 34%),
    linear-gradient(145deg, rgba(10, 18, 31, 0.98), rgba(5, 11, 22, 0.92));
}

.competition-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 22%, rgba(46, 134, 255, 0.06) 34%, transparent 48% 58%, rgba(255, 37, 50, 0.06) 72%, transparent 88%);
  opacity: 0.82;
}

.competition-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(28px, 1fr) auto minmax(28px, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.flow-node {
  min-width: 0;
  border: 1px solid rgba(113, 137, 178, 0.24);
  border-radius: 999px;
  background: rgba(5, 11, 22, 0.78);
  color: #c9d3e4;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  padding: 9px 10px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flow-node-active {
  border-color: rgba(46, 134, 255, 0.55);
  color: var(--blue);
  box-shadow: 0 0 24px rgba(46, 134, 255, 0.12);
}

.flow-node-event {
  border-color: rgba(255, 37, 50, 0.6);
  color: #fff;
  background: rgba(255, 37, 50, 0.16);
  box-shadow: 0 0 30px rgba(255, 37, 50, 0.2);
}

.flow-line {
  height: 3px;
  border-radius: 999px;
  background: rgba(113, 137, 178, 0.28);
}

.flow-line-red {
  background: linear-gradient(90deg, var(--blue), rgba(255, 37, 50, 0.72));
}

.flow-line-blue {
  background: linear-gradient(90deg, rgba(255, 37, 50, 0.72), var(--red));
}

.competition-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0;
  color: #d2dae8;
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  line-height: 1.6;
  font-weight: 700;
}

.competition-panel .prep-list {
  grid-template-columns: 1fr;
  gap: 10px;
}

.prep-panel {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: grid;
  align-content: center;
  gap: 26px;
  background:
    radial-gradient(circle at 80% 20%, rgba(46, 134, 255, 0.18), transparent 34%),
    radial-gradient(circle at 18% 84%, rgba(255, 37, 50, 0.15), transparent 34%),
    var(--panel-strong);
}

.prep-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 54px);
  opacity: 0.5;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent);
}

.prep-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-weight: 900;
}

.prep-header strong {
  color: var(--text);
  font-size: clamp(1.2rem, 2.4vw, 1.75rem);
  text-align: center;
}

.prep-track {
  position: relative;
  z-index: 1;
  min-height: 126px;
  border-radius: 26px;
  border: 1px solid rgba(113, 137, 178, 0.18);
  background: rgba(3, 8, 17, 0.58);
  overflow: hidden;
}

.prep-line {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(46, 134, 255, 0.85), rgba(255, 37, 50, 0.9));
  box-shadow: 0 0 26px rgba(46, 134, 255, 0.2);
}

.prep-block,
.prep-event {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.prep-block-blue {
  left: 10%;
  background: rgba(46, 134, 255, 0.18);
  border: 1px solid rgba(46, 134, 255, 0.5);
}

.prep-block-red {
  left: 38%;
  background: rgba(255, 37, 50, 0.18);
  border: 1px solid rgba(255, 37, 50, 0.5);
}

.prep-block-green {
  left: 62%;
  background: rgba(31, 231, 114, 0.16);
  border: 1px solid rgba(31, 231, 114, 0.42);
}

.prep-event {
  right: 7%;
  background: var(--red);
  color: #fff;
  box-shadow: 0 0 28px rgba(255, 37, 50, 0.34);
}

.prep-list {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.check-list,
.feature-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.check-list li,
.feature-points li {
  position: relative;
  padding-left: 32px;
  font-weight: 700;
}

.check-list li::before,
.feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 18px rgba(255, 37, 50, 0.5);
}

.feature-points li::before {
  background: var(--blue);
  box-shadow: 0 0 18px rgba(46, 134, 255, 0.5);
}

.study-card {
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 38px;
  padding: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(46, 134, 255, 0.22), transparent 38%),
    radial-gradient(circle at 85% 72%, rgba(255, 37, 50, 0.2), transparent 35%),
    var(--panel-strong);
  box-shadow: var(--shadow);
}

.film-study-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%),
    radial-gradient(circle at 20% 18%, rgba(46, 134, 255, 0.22), transparent 38%),
    radial-gradient(circle at 85% 72%, rgba(255, 37, 50, 0.2), transparent 35%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 44px),
    var(--panel-strong);
}

.study-focus-mark {
  position: absolute;
  top: 32px;
  left: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--red);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--red);
  background: rgba(255, 37, 50, 0.08);
  box-shadow:
    0 0 22px rgba(255, 37, 50, 0.22),
    inset 0 0 18px rgba(255, 37, 50, 0.06);
  font-family: "Saira", "Inter", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.study-target-icon {
  position: relative;
  width: 19px;
  height: 19px;
  border: 3px solid currentColor;
  border-radius: 50%;
  flex: 0 0 auto;
}

.study-target-icon::before,
.study-target-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 999px;
}

.study-target-icon::before {
  top: 50%;
  left: -7px;
  right: -7px;
  height: 3px;
  transform: translateY(-50%);
}

.study-target-icon::after {
  top: -7px;
  bottom: -7px;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
}

.study-pill {
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(46, 134, 255, 0.45);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(46, 134, 255, 0.12);
  padding: 8px 13px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.study-card h3 {
  font-size: clamp(3rem, 8vw, 5rem);
  color: var(--text);
}

.study-video-window {
  position: relative;
  min-height: 116px;
  margin: 6px 0 16px;
  border-radius: 22px;
  border: 1px solid rgba(113, 137, 178, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 13%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 34px),
    rgba(3, 8, 18, 0.78);
  overflow: hidden;
}

.scan-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  height: 2px;
  background: rgba(46, 134, 255, 0.44);
  box-shadow: 0 0 18px rgba(46, 134, 255, 0.5);
}

.play-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 9%, transparent 10%),
    rgba(255, 37, 50, 0.86);
  box-shadow: 0 0 32px rgba(255, 37, 50, 0.36);
}

.mat-angle {
  position: absolute;
  width: 44%;
  height: 4px;
  border-radius: 999px;
  transform: rotate(-18deg);
}

.mat-angle-blue {
  left: -4%;
  bottom: 24%;
  background: var(--blue);
  box-shadow: 0 0 22px rgba(46, 134, 255, 0.38);
}

.mat-angle-red {
  right: -2%;
  top: 26%;
  background: var(--red);
  box-shadow: 0 0 22px rgba(255, 37, 50, 0.35);
}

.study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.study-tags span {
  border: 1px solid rgba(169, 180, 200, 0.2);
  border-radius: 999px;
  color: var(--muted);
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 800;
}

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

.study-examples-mini div {
  border: 1px solid rgba(113, 137, 178, 0.18);
  border-radius: 16px;
  padding: 10px 11px;
  background: rgba(6, 13, 25, 0.7);
}

.study-examples-mini b {
  display: block;
  color: var(--text);
  font-size: 0.8rem;
}

.study-examples-mini span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.watch-pill {
  align-self: flex-start;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  padding: 11px 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(255, 37, 50, 0.24);
}

.study-card-clean {
  justify-content: flex-start;
  gap: 18px;
  min-height: 420px;
  background:
    radial-gradient(circle at 18% 18%, rgba(46, 134, 255, 0.2), transparent 36%),
    radial-gradient(circle at 84% 82%, rgba(255, 37, 50, 0.17), transparent 34%),
    linear-gradient(145deg, rgba(10, 18, 31, 0.98), rgba(5, 11, 22, 0.94));
}

.study-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.study-card-clean .study-pill {
  margin: 0;
}

.study-card-clean .study-focus-mark {
  position: static;
  padding: 9px 14px;
  font-size: 0.74rem;
  box-shadow:
    0 0 20px rgba(255, 37, 50, 0.14),
    inset 0 0 18px rgba(255, 37, 50, 0.05);
}

.study-card-clean h3 {
  margin: 4px 0 0;
  font-size: clamp(3rem, 6vw, 4.4rem);
}

.study-card-copy {
  max-width: 520px;
  margin: 0;
  color: #cbd5e5;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.55;
  font-weight: 700;
}

.study-film-frame {
  position: relative;
  min-height: 142px;
  border: 1px solid rgba(113, 137, 178, 0.24);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 22%),
    linear-gradient(145deg, rgba(46, 134, 255, 0.06), rgba(255, 37, 50, 0.045)),
    rgba(3, 8, 18, 0.82);
  overflow: hidden;
  box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.28);
}

.film-glow {
  position: absolute;
  width: 42%;
  height: 66%;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.34;
}

.film-glow-blue {
  left: -12%;
  top: 0;
  background: rgba(46, 134, 255, 0.42);
}

.film-glow-red {
  right: -10%;
  bottom: -8%;
  background: rgba(255, 37, 50, 0.36);
}

.film-lane {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 2px;
  border-radius: 999px;
  background: rgba(201, 211, 228, 0.16);
}

.film-lane:nth-of-type(3) {
  top: 38%;
}

.film-lane:nth-of-type(4) {
  top: 62%;
}

.film-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--red);
  box-shadow: 0 0 30px rgba(255, 37, 50, 0.34);
}

.film-play::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  border-left: 16px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.screen-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
}

.view-card {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  border-radius: 28px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(46, 134, 255, 0.07), transparent 48%),
    rgba(8, 16, 29, 0.84);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.view-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--red));
  opacity: 0.28;
}

.view-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 134, 255, 0.34);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(46, 134, 255, 0.08);
}

.view-visual {
  position: relative;
  height: 132px;
  border: 1px solid rgba(113, 137, 178, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 18%, rgba(46, 134, 255, 0.1), transparent 34%),
    rgba(4, 10, 20, 0.76);
  overflow: hidden;
}

.view-dashboard span,
.view-training span {
  position: absolute;
  left: 18px;
  height: 24px;
  border-radius: 999px;
  background: rgba(201, 211, 228, 0.1);
}

.view-dashboard span:nth-child(1) {
  top: 24px;
  width: 78%;
  border-left: 4px solid var(--red);
}

.view-dashboard span:nth-child(2) {
  top: 58px;
  width: 66%;
  border-left: 4px solid var(--blue);
}

.view-dashboard span:nth-child(3) {
  top: 92px;
  width: 52%;
  border-left: 4px solid var(--green);
}

.view-training span:nth-child(1) {
  top: 22px;
  width: 76%;
  border-left: 4px solid var(--purple);
}

.view-training span:nth-child(2) {
  top: 56px;
  width: 68%;
  border-left: 4px solid var(--yellow);
}

.view-training span:nth-child(3) {
  top: 90px;
  width: 55%;
  border-left: 4px solid var(--blue);
}

.view-calendar {
  background:
    linear-gradient(rgba(201, 211, 228, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 211, 228, 0.1) 1px, transparent 1px),
    rgba(4, 10, 20, 0.78);
  background-size: 28px 28px;
}

.view-calendar span,
.view-body span,
.view-study span,
.view-analytics span {
  position: absolute;
  display: block;
}

.view-calendar span:nth-child(1) {
  left: 32%;
  top: 58%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
}

.view-calendar span:nth-child(2) {
  right: 24%;
  top: 34%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--red);
}

.view-calendar span:nth-child(3) {
  left: 48%;
  top: 24%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
}

.view-body span:nth-child(1) {
  left: 18px;
  right: 18px;
  bottom: 28px;
  height: 4px;
  border-radius: 999px;
  background: rgba(201, 211, 228, 0.12);
}

.view-body span:nth-child(2) {
  left: 18px;
  bottom: 42px;
  width: 78%;
  height: 5px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 20px rgba(255, 37, 50, 0.26);
  transform: rotate(-13deg);
  transform-origin: left center;
}

.view-body span:nth-child(3) {
  right: 22px;
  top: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 6px solid var(--red);
  border-left-color: rgba(113, 137, 178, 0.28);
}

.view-study span:nth-child(1) {
  left: 16px;
  right: 16px;
  top: 30px;
  height: 2px;
  background: rgba(201, 211, 228, 0.18);
}

.view-study span:nth-child(2) {
  left: 28%;
  top: 44px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue);
}

.view-study span:nth-child(3) {
  right: 23%;
  bottom: 34px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--red);
}

.view-analytics span:nth-child(1) {
  left: 22px;
  bottom: 22px;
  width: 4px;
  height: 78px;
  border-radius: 999px;
  background: rgba(201, 211, 228, 0.18);
}

.view-analytics span:nth-child(2) {
  left: 22px;
  right: 20px;
  bottom: 22px;
  height: 4px;
  border-radius: 999px;
  background: rgba(201, 211, 228, 0.18);
}

.view-analytics span:nth-child(3) {
  left: 28px;
  right: 26px;
  top: 58px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--red));
  box-shadow: 0 0 20px rgba(46, 134, 255, 0.18);
  transform: rotate(-15deg);
  transform-origin: left center;
}

.mini-phone {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 32px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(46, 134, 255, 0.08), transparent 45%),
    var(--panel);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.mini-phone::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), var(--blue));
  opacity: 0.22;
}

.mini-phone:hover {
  transform: translateY(-8px);
  border-color: rgba(46, 134, 255, 0.34);
  box-shadow:
    0 30px 85px rgba(0, 0, 0, 0.38),
    0 0 32px rgba(46, 134, 255, 0.08);
}

.preview-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
  margin-bottom: 0;
  text-align: center;
}

.preview-heading span {
  min-width: 0;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.1;
  font-weight: 900;
}

.preview-icon {
  position: absolute;
  left: 50%;
  top: 86px;
  width: 108px;
  height: 108px;
  flex: 0 0 auto;
  border-radius: 30px;
  border: 1px solid rgba(196, 206, 223, 0.25);
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(196, 206, 223, 0.1), rgba(196, 206, 223, 0.025)),
    rgba(6, 12, 24, 0.82);
  display: grid;
  place-items: center;
  color: #c8d2e4;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 18px 44px rgba(0, 0, 0, 0.24),
    0 0 30px rgba(46, 134, 255, 0.08);
  transform: translateX(-50%);
}

.preview-icon svg {
  width: 56px;
  height: 56px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.view-card .view-visual {
  display: none;
}

.merch-section {
  scroll-margin-top: 140px;
  padding-top: clamp(86px, 9vw, 132px);
}

.merch-hero {
  max-width: 760px;
  margin-bottom: clamp(28px, 3vw, 38px);
}

.merch-hero h2 {
  margin-bottom: 14px;
  isolation: isolate;
}

.merch-hero h2::before {
  opacity: 0.2;
  filter: blur(18px);
}

.merch-hero h2::after {
  display: none;
}

.merch-hero p:not(.eyebrow) {
  margin: 0;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.6;
  font-weight: 600;
}

.merch-hero p.merch-shop-note {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 400;
}

.merch-shop-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: 12px;
  color: var(--text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.merch-shop-all:hover {
  text-decoration-thickness: 2px;
}

.merch-shop-all:focus-visible,
.merch-button:focus-visible {
  outline: 3px solid var(--heading);
  outline-offset: 5px;
}

.merch-grid {
  display: grid;
  align-items: stretch;
  gap: clamp(16px, 2vw, 22px);
}

.merch-grid-active {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.merch-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(87, 118, 164, 0.34);
  border-radius: 32px;
  background:
    radial-gradient(circle at 78% 16%, rgba(46, 134, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.98), rgba(5, 12, 24, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 24px 70px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(46, 134, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.merch-card-active::before {
  content: none;
  display: none;
}

.merch-card-active:hover {
  transform: translateY(-8px);
  border-color: rgba(46, 134, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 32px 90px rgba(0, 0, 0, 0.38),
    0 0 42px rgba(46, 134, 255, 0.08);
}

.merch-art {
  position: relative;
  height: clamp(330px, 25vw, 390px);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin: 18px 18px 0;
  padding: clamp(12px, 1.2vw, 16px);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 26px;
  border-bottom: 0;
  background:
    linear-gradient(145deg, #f8fafc 0%, #edf2f8 50%, #dfe8f3 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 18px 34px rgba(0, 0, 0, 0.18);
}

.merch-art::before {
  content: none;
  display: none;
}

.merch-art::after {
  content: none;
  display: none;
}

.merch-art img {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: clamp(300px, 24vw, 360px);
  max-width: 96%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  transform: scale(1.15);
  transform-origin: center;
  border-radius: 22px;
  opacity: 1;
  filter:
    drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22))
    contrast(1.05)
    saturate(1.03);
}

.merch-art-glow {
  display: none;
}

.merch-art-glow-blue {
  left: 10%;
  top: 22%;
  background: rgba(46, 134, 255, 0.32);
}

.merch-art-glow-red {
  right: 8%;
  bottom: 16%;
  background: rgba(255, 37, 50, 0.28);
}

.merch-info {
  flex: 1;
  display: flex;
  min-height: 116px;
  flex-direction: column;
  gap: 12px;
  padding: 18px 24px 24px;
  color: var(--text);
}

.merch-info h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  line-height: 1.08;
  font-family: "Oswald", "Saira", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.merch-badge {
  align-self: flex-start;
  border: 1px solid rgba(46, 134, 255, 0.8);
  border-radius: 999px;
  background: rgba(46, 134, 255, 0.13);
  color: #66a6ff;
  padding: 6px 10px;
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.merch-details {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.merch-button {
  align-self: flex-start;
  margin-top: auto;
  min-height: 48px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(201, 211, 228, 0.46);
  border-radius: 12px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.merch-button:hover {
  transform: translateY(-2px);
  background: rgba(46, 134, 255, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.mini-lines,
.mini-calendar,
.mini-chart,
.mini-study {
  min-height: 226px;
  border-radius: 24px;
  border: 1px solid rgba(113, 137, 178, 0.14);
  background:
    radial-gradient(circle at 80% 20%, rgba(46, 134, 255, 0.12), transparent 32%),
    rgba(5, 11, 22, 0.78);
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.screen-preview-image {
  display: block;
  width: 100%;
  height: clamp(290px, 24vw, 420px);
  border-radius: 24px;
  border: 1px solid rgba(113, 137, 178, 0.18);
  background: rgba(5, 11, 22, 0.78);
  object-fit: cover;
  object-position: top center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.mini-lines b {
  display: block;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--red);
}

.mini-lines b:nth-child(2) {
  border-left-color: var(--blue);
  width: 86%;
}

.mini-lines b:nth-child(3) {
  border-left-color: var(--green);
  width: 74%;
}

.mini-lines.train {
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 37, 50, 0.12), transparent 32%),
    rgba(5, 11, 22, 0.78);
}

.mini-lines.train b {
  border-left-color: var(--purple);
}

.mini-lines.train b:nth-child(2) {
  border-left-color: var(--yellow);
}

.mini-lines.train b:nth-child(3) {
  border-left-color: var(--blue);
}

.mini-calendar {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 31px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 31px),
    radial-gradient(circle at 72% 32%, var(--red) 0 8px, transparent 9px),
    radial-gradient(circle at 32% 58%, var(--blue) 0 7px, transparent 8px),
    rgba(5, 11, 22, 0.78);
}

.mini-chart {
  background:
    linear-gradient(145deg, transparent 0 46%, var(--red) 46% 50%, transparent 50%),
    linear-gradient(165deg, transparent 0 34%, rgba(255, 37, 50, 0.7) 34% 38%, transparent 38%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 42px),
    rgba(5, 11, 22, 0.78);
}

.mini-study {
  background:
    radial-gradient(circle at 24% 24%, var(--blue) 0 22px, transparent 23px),
    radial-gradient(circle at 76% 34%, var(--red) 0 22px, transparent 23px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0 10px, transparent 10px 44px),
    rgba(5, 11, 22, 0.78);
}

.coming-card {
  max-width: 880px;
  margin: 0 auto;
  border-radius: 38px;
  padding: clamp(34px, 7vw, 72px);
  text-align: center;
  background:
    radial-gradient(circle at 20% 12%, rgba(46, 134, 255, 0.2), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(255, 37, 50, 0.22), transparent 34%),
    var(--panel-strong);
  box-shadow: var(--shadow);
}

.coming-card p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.coming-card h2,
.coming-card h2::before,
.coming-card h2::after {
  margin-left: auto;
  margin-right: auto;
}

.rankings-main {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(58px, 7vw, 96px) 0 clamp(72px, 9vw, 128px);
  isolation: isolate;
}

.rankings-locked-main {
  min-height: max(720px, calc(100vh - 148px));
  height: max(720px, calc(100vh - 148px));
  padding: clamp(44px, 5vw, 72px) 0;
  overflow: hidden;
}

.rankings-locked-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  filter: blur(5.5px);
  opacity: 0.3;
  transform: none;
  transform-origin: center 190px;
}

.rankings-locked-backdrop .rankings-hero,
.rankings-locked-backdrop .rankings-grid,
.rankings-locked-backdrop .rankings-explainer {
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.rankings-locked-backdrop .rankings-hero {
  padding-top: 0;
}

.rankings-locked-main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 21% 39%, rgba(46, 134, 255, 0.24), transparent 32%),
    radial-gradient(circle at 78% 42%, rgba(255, 37, 50, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(2, 6, 13, 0.08), rgba(2, 6, 13, 0.58) 48%, rgba(2, 6, 13, 0.82));
}

.rankings-coming-soon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(800px, 90vw);
  transform: translate(-50%, -50%);
}

.rankings-lock-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  border: 1px solid rgba(176, 195, 230, 0.24);
  border-radius: clamp(30px, 2.8vw, 40px);
  padding: clamp(106px, 8.6vw, 124px) clamp(30px, 4.6vw, 70px) clamp(32px, 3vw, 46px);
  text-align: center;
  background:
    radial-gradient(circle at 25% 27%, rgba(46, 134, 255, 0.18), transparent 35%),
    radial-gradient(circle at 75% 27%, rgba(255, 37, 50, 0.17), transparent 35%),
    linear-gradient(140deg, rgba(15, 25, 42, 0.82), rgba(5, 9, 18, 0.78) 48%, rgba(15, 8, 18, 0.84));
  backdrop-filter: blur(22px) saturate(1.22);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.56),
    -24px 0 76px rgba(46, 134, 255, 0.16),
    24px 0 78px rgba(255, 37, 50, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.rankings-lock-card::before,
.rankings-lock-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.rankings-lock-card::before {
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 27% 18%, rgba(46, 134, 255, 0.18), transparent 31%),
    radial-gradient(circle at 74% 18%, rgba(255, 37, 50, 0.16), transparent 31%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 34%);
  opacity: 0.24;
}

.rankings-lock-card::after {
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), rgba(255, 255, 255, 0.7), var(--red));
  box-shadow:
    0 0 24px rgba(46, 134, 255, 0.45),
    0 0 24px rgba(255, 37, 50, 0.36);
}

.rankings-lock-glow {
  position: absolute;
  inset: -110px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 31% 30%, rgba(46, 134, 255, 0.36), transparent 28%),
    radial-gradient(circle at 69% 30%, rgba(255, 37, 50, 0.32), transparent 28%);
  filter: blur(30px);
  opacity: 0.56;
}

.rankings-lock-icon,
.rankings-lock-card .lock-title,
.rankings-lock-card .lock-subtitle,
.rankings-lock-card p,
.coming-soon-lines {
  position: relative;
  z-index: 1;
}

.rankings-lock-icon {
  position: absolute;
  left: 50%;
  top: clamp(-102px, -7.4vw, -86px);
  width: clamp(170px, 13.4vw, 218px);
  height: clamp(178px, 14.2vw, 228px);
  margin: 0;
  transform: translateX(-50%);
  background: none;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

.rankings-lock-icon::before {
  content: none;
  position: absolute;
  inset: 6% -20% -4%;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 25% 50%, rgba(46, 134, 255, 0.56), transparent 37%),
    radial-gradient(circle at 76% 50%, rgba(255, 37, 50, 0.48), transparent 37%);
  filter: blur(18px);
  opacity: 0.9;
}

.rankings-lock-asset {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(-10px 0 22px rgba(46, 134, 255, 0.32))
    drop-shadow(10px 0 22px rgba(255, 37, 50, 0.28))
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.54));
}

.lock-shackle,
.lock-body,
.lock-keyhole {
  position: absolute;
  display: none;
}

.lock-shackle {
  left: 50%;
  top: 1%;
  z-index: 1;
  width: 56%;
  height: 58%;
  transform: translateX(-50%);
  border: clamp(9px, 0.9vw, 13px) solid transparent;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  background:
    linear-gradient(132deg, rgba(37, 140, 255, 0.98), #f8fbff 27%, #7b879a 43%, #111824 56%, #384354 70%, rgba(255, 48, 62, 0.98)) border-box;
  -webkit-mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow:
    -12px 0 28px rgba(46, 134, 255, 0.62),
    12px 0 30px rgba(255, 37, 50, 0.52),
    inset 0 9px 12px rgba(255, 255, 255, 0.34),
    inset 0 -8px 12px rgba(0, 0, 0, 0.55);
}

.lock-body {
  left: 50%;
  bottom: 4px;
  z-index: 2;
  width: 88%;
  height: 55%;
  transform: translateX(-50%);
  border-radius: clamp(18px, 1.6vw, 26px);
  border: 1px solid rgba(232, 239, 252, 0.34);
  background:
    linear-gradient(90deg, rgba(46, 134, 255, 0.54), transparent 14%, transparent 86%, rgba(255, 37, 50, 0.5)),
    radial-gradient(circle at 22% 19%, rgba(255, 255, 255, 0.3), transparent 25%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(255, 255, 255, 0) 1px 4px),
    linear-gradient(158deg, #465164 0%, #222b3d 20%, #0e1421 57%, #05070d 78%, #293341 100%);
  box-shadow:
    -10px 0 26px rgba(46, 134, 255, 0.58),
    10px 0 28px rgba(255, 37, 50, 0.48),
    0 22px 34px rgba(0, 0, 0, 0.6),
    inset 0 2px 0 rgba(255, 255, 255, 0.34),
    inset 0 -20px 28px rgba(0, 0, 0, 0.48),
    inset 14px 0 22px rgba(46, 134, 255, 0.14),
    inset -14px 0 22px rgba(255, 37, 50, 0.13);
}

.lock-body::before {
  content: "";
  position: absolute;
  inset: 11px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 52%);
  pointer-events: none;
}

.lock-body::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 12px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  pointer-events: none;
}

.lock-keyhole {
  left: 50%;
  top: 47%;
  width: clamp(24px, 2vw, 32px);
  height: clamp(42px, 3.3vw, 54px);
  transform: translate(-50%, -50%);
  background: #02040a;
  clip-path: polygon(50% 0, 68% 8%, 76% 24%, 72% 39%, 62% 50%, 78% 100%, 22% 100%, 38% 50%, 28% 39%, 24% 24%, 32% 8%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.16),
    inset 0 8px 10px rgba(255, 255, 255, 0.04),
    0 0 12px rgba(0, 0, 0, 0.74);
}

.rankings-lock-card .lock-title {
  display: block;
  width: 100%;
  margin: 0;
  font-family: "Saira", system-ui, sans-serif;
  font-size: clamp(3.7rem, 5.45vw, 6.1rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0.028em;
  text-transform: uppercase;
  text-shadow:
    -3px 0 18px rgba(46, 134, 255, 0.16),
    3px 0 18px rgba(255, 37, 50, 0.12),
    0 12px 24px rgba(0, 0, 0, 0.52);
  text-align: center;
  white-space: nowrap;
}

.rankings-lock-card .lock-title::before,
.rankings-lock-card .lock-title::after,
.rankings-lock-card .lock-subtitle::before,
.rankings-lock-card .lock-subtitle::after {
  display: none;
}

.coming-soon-lines {
  display: grid;
  grid-template-columns: 1fr 22px 1fr;
  align-items: center;
  gap: 18px;
  width: min(520px, 82%);
  max-width: 520px;
  margin: clamp(15px, 1.8vw, 22px) auto clamp(15px, 1.5vw, 19px);
}

.coming-soon-lines span {
  height: 2.5px;
  border-radius: 999px;
}

.coming-soon-lines span:first-child {
  background: linear-gradient(90deg, rgba(46, 134, 255, 0.16), rgba(46, 134, 255, 0.92) 55%, #b9d8ff 100%);
  box-shadow:
    0 0 12px rgba(46, 134, 255, 0.48),
    0 0 22px rgba(46, 134, 255, 0.22);
}

.coming-soon-lines span:last-child {
  background: linear-gradient(90deg, #ffc2c7 0%, rgba(255, 37, 50, 0.92) 45%, rgba(255, 37, 50, 0.16));
  box-shadow:
    0 0 12px rgba(255, 37, 50, 0.46),
    0 0 22px rgba(255, 37, 50, 0.22);
}

.coming-soon-lines b {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--blue), #f8fbff 48%, var(--red));
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
  box-shadow:
    0 0 14px rgba(46, 134, 255, 0.3),
    0 0 14px rgba(255, 37, 50, 0.28);
}

.rankings-lock-card .lock-subtitle {
  width: 100%;
  margin: 0 auto;
  color: var(--heading);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.34rem, 2vw, 1.85rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.08),
    0 10px 16px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.rankings-lock-card p {
  max-width: 520px;
  margin: 10px auto 0;
  color: rgba(203, 213, 229, 0.78);
  font-family: "Saira", system-ui, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

@media (max-width: 720px) {
  .rankings-coming-soon {
    top: 50%;
    width: min(92vw, 560px);
    transform: translate(-50%, -50%);
  }

  .rankings-lock-card {
    border-radius: 28px;
    padding: 82px 18px 28px;
  }

  .rankings-lock-card .lock-title {
    font-size: clamp(2.45rem, 11.8vw, 3.6rem);
    letter-spacing: 0.014em;
  }

  .rankings-lock-icon {
    top: -76px;
    width: clamp(126px, 38vw, 160px);
    height: clamp(132px, 40vw, 166px);
  }

  .rankings-lock-card .lock-subtitle {
    font-size: clamp(1rem, 5vw, 1.26rem);
    letter-spacing: 0.09em;
  }

  .rankings-lock-card p {
    font-size: 0.92rem;
  }
}

.rankings-main::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 520px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(46, 134, 255, 0.18), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(255, 37, 50, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 16, 30, 0.68), transparent);
}

.rankings-hero {
  max-width: 980px;
  margin-bottom: clamp(30px, 5vw, 62px);
}

.rankings-hero h1 {
  margin-bottom: 18px;
}

.rankings-note {
  display: inline-flex;
  max-width: 680px;
  margin: 6px 0 0;
  border: 1px solid rgba(46, 134, 255, 0.24);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(8, 16, 30, 0.72);
  color: #cbd5e5;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 800;
}

.rankings-grid {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.ranking-board,
.rankings-explainer {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(87, 118, 164, 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 8%, rgba(46, 134, 255, 0.13), transparent 30%),
    radial-gradient(circle at 92% 82%, rgba(255, 37, 50, 0.1), transparent 32%),
    rgba(8, 16, 29, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 70px rgba(0, 0, 0, 0.24),
    0 0 32px rgba(46, 134, 255, 0.04);
}

.ranking-board {
  padding: clamp(22px, 3vw, 34px);
}

.ranking-board::before,
.rankings-explainer::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--red));
  opacity: 0.5;
}

.ranking-board-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.ranking-board-header .eyebrow {
  margin-bottom: 0;
}

.ranking-board h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 0.94;
}

.ranking-board h2::before,
.ranking-board h2::after {
  display: none;
}

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

.ranking-row {
  display: grid;
  grid-template-columns: 56px minmax(150px, 1.2fr) 132px repeat(3, minmax(92px, 0.72fr));
  align-items: center;
  gap: 12px 16px;
  border: 1px solid rgba(113, 137, 178, 0.16);
  border-radius: 24px;
  padding: 15px;
  background:
    linear-gradient(90deg, rgba(46, 134, 255, 0.055), transparent 48%, rgba(255, 37, 50, 0.045)),
    rgba(4, 10, 20, 0.62);
}

.rank-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.12), transparent 36%),
    rgba(9, 17, 30, 0.86);
  color: #f8fbff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.38rem;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(46, 134, 255, 0.08);
}

.rank-athlete {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.rank-athlete strong {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.15;
  font-weight: 900;
}

.rank-athlete span,
.rank-stat span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rank-badge {
  justify-self: start;
  border: 1px solid rgba(46, 134, 255, 0.46);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(46, 134, 255, 0.1);
  color: #8fbeff;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.rank-badge-muted {
  border-color: rgba(201, 211, 228, 0.2);
  background: rgba(201, 211, 228, 0.06);
  color: #cbd5e5;
}

.rank-badge-elite {
  border-color: rgba(255, 37, 50, 0.46);
  background: rgba(255, 37, 50, 0.1);
  color: #ff6973;
}

.rank-stat {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.rank-stat strong {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  line-height: 1.1;
  font-weight: 700;
}

.rank-progress {
  grid-column: 2 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(113, 137, 178, 0.14);
}

.rank-progress span {
  display: block;
  width: calc(var(--score) * 1%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--red));
  box-shadow:
    0 0 18px rgba(46, 134, 255, 0.22),
    0 0 20px rgba(255, 37, 50, 0.14);
}

.rankings-explainer {
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(24px, 4vw, 42px);
}

.rankings-explainer h2 {
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
}

.rankings-explainer h2::before,
.rankings-explainer h2::after {
  display: none;
}

.rankings-explainer p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #cbd5e5;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
  font-weight: 700;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--border);
  padding: 34px 0 44px;
}

.footer strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.1rem;
  font-style: italic;
}

.footer p {
  margin: 4px 0 0;
  color: var(--muted);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 18px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.footer a:hover {
  color: var(--text);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 50;
  transform: translate(-50%, 22px);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(46, 134, 255, 0.36);
  border-radius: 999px;
  background: rgba(5, 11, 21, 0.94);
  color: var(--text);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.36);
  padding: 12px 18px;
  font-weight: 900;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes phoneFloat {
  0%,
  100% {
    transform: rotate(-1.5deg) translateY(0);
  }

  50% {
    transform: rotate(-1.5deg) translateY(-13px);
  }
}

@keyframes particleDrift {
  from {
    background-position: 12% 18%, 72% 38%, -36% -6%, 124% 18%, center;
  }

  to {
    background-position: 22% 30%, 62% 48%, -18% 6%, 108% 10%, center;
  }
}

@keyframes arenaStreakDrift {
  from {
    filter: saturate(1) brightness(1);
  }

  to {
    filter: saturate(1.25) brightness(1.1);
  }
}

.delay-1 {
  transition-delay: 100ms;
}

.delay-2 {
  transition-delay: 180ms;
}

.delay-3 {
  transition-delay: 260ms;
}

.delay-4 {
  transition-delay: 340ms;
}

@media (min-width: 981px) and (max-height: 820px) {
  .hero {
    padding: 28px 0 42px;
  }

  h1 {
    font-size: clamp(52px, 6.2vw, 96px);
  }

  .phone {
    width: clamp(300px, 27vw, 390px);
  }
}

@media (max-width: 980px) {
  .nav {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    display: flex;
    width: 100%;
    gap: 14px;
    overflow-x: auto;
    padding: 0 2px 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .section-grid,
  .split-section,
  .split-section.reverse {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero {
    min-height: auto;
    padding: 52px 0 72px;
  }

  .hero-visual {
    min-height: auto;
  }

  .phone {
    width: min(390px, 78vw);
  }

  .card-grid.three,
  .card-grid.five,
  .screen-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screen-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-card {
    min-height: 172px;
  }

  .ranking-row {
    grid-template-columns: 50px minmax(150px, 1fr) repeat(3, minmax(86px, 0.62fr));
  }

  .rank-badge {
    grid-column: 2 / -1;
  }

  .rank-progress {
    grid-column: 2 / -1;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 24px, 1180px);
  }

  .nav {
    padding: 8px 12px;
  }

  .site-brand-logo {
    width: min(250px, 72vw);
    max-height: 58px;
  }

  .brand {
    gap: 8px;
  }

  .brand-wrestlers-logo {
    width: 48px;
    height: 34px;
  }

  .brand-wordmark-logo {
    width: min(198px, 56vw);
    max-height: 48px;
  }

  .hero {
    padding: 34px 0 62px;
  }

  h1 {
    font-size: clamp(3.7rem, 18vw, 5.4rem);
  }

  h2 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .store-button {
    width: 100%;
    justify-content: center;
  }

  .phone {
    width: min(330px, 92vw);
    transform: none;
  }

  .phone.phone-main {
    animation: none;
  }

  .prep-list,
  .study-examples-mini {
    grid-template-columns: 1fr;
  }

  .competition-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flow-line {
    width: 3px;
    height: 28px;
    margin: 0 auto;
  }

  .flow-node {
    width: 100%;
  }

  .prep-track {
    min-height: 170px;
  }

  .prep-block,
  .prep-event {
    font-size: 0.7rem;
    padding: 8px 9px;
  }

  .phone-screen {
    min-height: auto;
    padding: 0;
  }

  .card-grid.three,
  .card-grid.five {
    grid-template-columns: 1fr;
  }

  .rankings-main {
    padding-top: 44px;
  }

  .rankings-note {
    width: 100%;
    border-radius: 22px;
  }

  .ranking-board {
    padding: 18px;
    border-radius: 28px;
  }

  .ranking-board-header {
    display: grid;
    align-items: start;
  }

  .ranking-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 13px;
    border-radius: 22px;
  }

  .rank-number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 1.22rem;
  }

  .rank-athlete,
  .rank-badge,
  .rank-stat {
    grid-column: 2 / -1;
  }

  .rank-badge {
    justify-self: start;
  }

  .rank-stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }

  .rank-progress {
    grid-column: 1 / -1;
  }

  .merch-section {
    scroll-margin-top: 96px;
    padding-top: 64px;
  }

  .merch-grid-active {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .merch-hero {
    margin-bottom: 18px;
  }

  .merch-art {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(248px, 64vw, 292px);
    margin: 12px 12px 0;
    padding: 10px;
    border-radius: 22px;
  }

  .merch-info {
    min-height: 92px;
    padding: 16px 18px 20px;
    gap: 8px;
    justify-content: flex-start;
  }

  .merch-card {
    border-radius: 24px;
  }

  .merch-art img {
    width: 100%;
    height: 100%;
    max-width: 94%;
    max-height: 94%;
    object-fit: contain;
    object-position: center center;
    transform: none;
    border-radius: 18px;
  }

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

  .view-card {
    min-height: 206px;
    padding: 14px;
    border-radius: 24px;
  }

  .view-visual {
    height: 112px;
    border-radius: 18px;
  }

  .preview-heading {
    gap: 0;
  }

  .preview-heading span {
    font-size: 0.82rem;
  }

  .preview-icon {
    top: 76px;
    width: 92px;
    height: 92px;
    border-radius: 26px;
  }

  .preview-icon svg {
    width: 48px;
    height: 48px;
  }

  .mini-lines,
  .mini-calendar,
  .mini-chart,
  .mini-study {
    min-height: 150px;
  }

  .footer {
    flex-direction: column;
  }

  .footer nav {
    justify-content: flex-start;
  }

  .nav-links {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 430px) {
  .screen-strip {
    grid-template-columns: 1fr;
  }

  .merch-art {
    height: clamp(238px, 70vw, 282px);
    margin: 10px 10px 0;
    padding: 9px;
    border-radius: 20px;
  }

  .merch-art img {
    max-width: 94%;
    max-height: 94%;
  }

  .merch-info h3 {
    font-size: 1.05rem;
    line-height: 1.12;
  }

  .merch-info {
    min-height: 84px;
    padding: 16px;
    gap: 7px;
  }

  .merch-card {
    border-radius: 22px;
  }
}

.program-showcase {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 920px);
  justify-content: start;
  align-items: center;
  gap: clamp(40px, 6vw, 88px);
  padding: clamp(72px, 10vw, 132px) 0;
}

.program-showcase-copy {
  min-width: 0;
  padding: 0;
}

.program-showcase h2 {
  max-width: 720px;
  margin: 0 0 22px;
  font-family: "Barlow Condensed", "Saira", sans-serif;
  font-size: clamp(3.25rem, 5.7vw, 6.7rem);
  font-weight: 900;
  font-style: italic;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-shadow:
    -3px 0 18px rgba(46, 134, 255, 0.16),
    3px 0 18px rgba(255, 37, 50, 0.12),
    0 18px 32px rgba(0, 0, 0, 0.44);
}

.program-showcase-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #c4cede;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 600;
  line-height: 1.7;
}

.program-stat-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 30px 0 24px;
}

.program-stat {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 37, 50, 0.28);
  border-radius: 22px;
  padding: 18px;
  background: linear-gradient(140deg, rgba(255, 37, 50, 0.11), rgba(8, 16, 30, 0.78) 62%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.program-stat-blue {
  border-color: rgba(46, 134, 255, 0.3);
  background: linear-gradient(140deg, rgba(46, 134, 255, 0.12), rgba(8, 16, 30, 0.78) 62%);
}

.program-stat strong,
.program-stat span {
  display: block;
}

.program-stat strong {
  margin-bottom: 4px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 0.95;
}

.program-stat span {
  min-width: 0;
  color: #aebbd0;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.program-supporting-copy {
  padding-left: 16px;
  border-left: 3px solid var(--blue);
}

.band-workout-stage {
  position: relative;
  min-width: 0;
  margin: 0;
  perspective: 1300px;
}

.band-workout-aura {
  position: absolute;
  inset: 4% -8% -8%;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 48%, rgba(255, 37, 50, 0.28), transparent 38%),
    radial-gradient(circle at 84% 42%, rgba(46, 134, 255, 0.3), transparent 40%);
  filter: blur(44px);
  opacity: 0.72;
}

.band-workout-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(130, 158, 205, 0.36);
  border-radius: clamp(24px, 3vw, 38px);
  padding: 0;
  background: linear-gradient(145deg, rgba(21, 34, 54, 0.96), rgba(3, 8, 16, 0.98));
  box-shadow:
    -14px 18px 55px rgba(46, 134, 255, 0.1),
    18px 20px 60px rgba(255, 37, 50, 0.08),
    0 34px 80px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: rotateY(-3deg) rotateX(1.5deg);
  transform-origin: center;
}

.band-workout-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.1), transparent 21%, transparent 72%, rgba(46, 134, 255, 0.05));
}

.band-workout-frame-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(3, 8, 16, 0.88), rgba(3, 8, 16, 0));
  color: #8998b2;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.band-workout-frame-top span:last-child {
  color: var(--red);
}

.band-workout-frame img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: inherit;
}

.band-workout-reflection {
  position: absolute;
  top: 10%;
  bottom: 5%;
  left: -24%;
  z-index: 3;
  width: 26%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: skewX(-18deg);
  animation: band-screen-sheen 7s ease-in-out infinite;
}

.band-workout-stage figcaption {
  max-width: 560px;
  margin: 18px auto 0;
  color: #8795aa;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@keyframes band-screen-sheen {
  0%, 62% { left: -30%; opacity: 0; }
  70% { opacity: 0.7; }
  86% { left: 112%; opacity: 0; }
  100% { left: 112%; opacity: 0; }
}

@media (max-width: 980px) {
  .program-showcase {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .program-showcase-copy {
    max-width: 720px;
    padding-left: 0;
  }

  .band-workout-frame {
    transform: none;
  }
}

@media (max-width: 620px) {
  .program-showcase {
    gap: 32px;
    padding: 72px 0 82px;
  }

  .program-showcase h2 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .program-stat-row {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .program-stat {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 15px 17px;
  }

  .program-stat strong {
    margin: 0;
  }

  .band-workout-frame {
    border-radius: 22px;
    padding: 0;
  }

  .band-workout-frame-top {
    padding: 10px 12px 18px;
    font-size: 0.57rem;
    letter-spacing: 0.1em;
  }

  .band-workout-stage figcaption {
    margin-top: 14px;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Account preview: the native dialog keeps focus within the modal. */
#merch {
  scroll-margin-top: inherit;
}

body.auth-open {
  overflow: hidden;
}

.auth-dialog {
  position: fixed;
  width: min(460px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 36px 28px 24px;
  border: 1px solid var(--border);
  border-radius: 20px;
  color: var(--text);
  background: var(--bg-soft);
  box-shadow: var(--shadow);
}

.auth-dialog::backdrop {
  background: rgba(1, 4, 11, 0.8);
  backdrop-filter: blur(5px);
}

.auth-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font-size: 1.75rem;
  cursor: pointer;
}

.auth-close:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.auth-eyebrow {
  margin: 0 32px 12px 0;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-dialog h2 {
  margin: 0 0 12px;
  font-family: "Saira", system-ui, sans-serif;
  font-size: clamp(1.7rem, 6vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: none;
  text-shadow: none;
}

.auth-dialog h2::before,
.auth-dialog h2::after {
  display: none;
}

#auth-description,
.auth-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.auth-switch {
  display: flex;
  gap: 4px;
  margin: 24px 0 20px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg);
}

.auth-switch button {
  flex: 1;
  min-height: 44px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}

.auth-switch button[aria-pressed="true"] {
  border-color: var(--blue);
  color: var(--text);
  background: rgba(46, 134, 255, 0.16);
}

.auth-note {
  margin: 0 0 20px;
}

.auth-continue {
  width: 100%;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--text);
  border-radius: 8px;
  color: var(--bg);
  background: var(--text);
  font-weight: 800;
  cursor: pointer;
}

.auth-continue:hover {
  background: var(--heading);
}

.auth-status {
  min-height: 3em;
  margin: 16px 0 0;
  color: var(--text);
  font-size: 0.85rem;
  line-height: 1.5;
}

@media (max-width: 620px) {
  .nav .brand {
    gap: 6px;
  }

  .nav .brand-wrestlers-logo {
    width: 36px;
    height: 32px;
  }

  .nav .brand-wordmark-logo {
    width: clamp(136px, 38vw, 196px);
    max-width: 196px;
  }

  .nav-login {
    padding: 10px 14px;
    font-size: 0.8rem;
  }

  .auth-dialog {
    padding: 36px 20px 20px;
  }
}

/* Reuse the Rankings lock treatment while keeping Shop as a landing-page section. */
.shop-locked {
  position: relative;
  isolation: isolate;
}

.shop-locked .rankings-coming-soon {
  width: min(800px, calc(100% - 24px));
}

/* Keep the staged Shop section and its navigation out of the public page. */
.shop-locked[hidden],
.nav-shop-link[hidden] {
  display: none;
}
