@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans-300-webfont.eot");
  src: url("../fonts/museo-sans-300-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/museo-sans-300-webfont.woff") format("woff"),
    url("../fonts/museo-sans-300-webfont.ttf") format("truetype"),
    url("../fonts/museo-sans-300-webfont.svg#museo-sans-300-webfont")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans-300-italic-webfont.eot");
  src: url("../fonts/museo-sans-300-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/museo-sans-300-italic-webfont.woff") format("woff"),
    url("../fonts/museo-sans-300-italic-webfont.ttf") format("truetype"),
    url("../fonts/museo-sans-300-italic-webfont.svg#museo-sans-300-italic-webfont")
      format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans-700-webfont.eot");
  src: url("../fonts/museo-sans-700-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/museo-sans-700-webfont.woff") format("woff"),
    url("../fonts/museo-sans-700-webfont.ttf") format("truetype"),
    url("../fonts/museo-sans-700-webfont.svg#museo-sans-700-webfont")
      format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans-700-italic-webfont.eot");
  src: url("../fonts/museo-sans-700-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/museo-sans-700-italic-webfont.woff") format("woff"),
    url("../fonts/museo-sans-700-italic-webfont.ttf") format("truetype"),
    url("../fonts/museo-sans-700-italic-webfont.svg#museo-sans-700-italic-webfont")
      format("svg");
  font-weight: bold;
  font-style: italic;
}
/**
 * ------------------------------------------------------ *
 * Base
 * ------------------------------------------------------ *
**/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 300px;
  height: 100%;
  margin: 0 auto;
  font-family: "Museo Sans", Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.25;
  color: #6d6e70;
  overflow-x: hidden;
}
a {
  text-decoration: none;

}
a:hover {

}
img {
  border: 0;
}
/**
 * ------------------------------------------------------ *
 * Utilities
 * ------------------------------------------------------ *
**/

.main {
  position: relative;
  z-index: 1;
  background: radial-gradient(
    circle at top,
    #020617 0,
    #020617 25%,
    #020617 65%,
    #000 100%
  );
}

.leaderboard-section {
  position: relative;
  padding: 80px 16px 110px;

  color: #e5e7eb;
  overflow: hidden;
}

.leaderboard-section__inner {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  margin: 0 auto;
}

.leaderboard-section__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.leaderboard-section__glow {
  position: absolute;
  filter: blur(60px);
  opacity: 0.6;
}

.leaderboard-section__glow--left {
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.65),
    transparent 60%
  );
  top: -80px;
  left: -140px;
}

.leaderboard-section__glow--right {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.7), transparent 60%);
  top: 40px;
  right: -160px;
}

.leaderboard-section__halo {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  opacity: 0.3;
}

.leaderboard-section__halo--top {
  width: 70%;
  height: 320px;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}

.leaderboard-section__halo--bottom {
  width: 55%;
  height: 260px;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
}

.leaderboard-section__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.leaderboard-decor-image {
  position: absolute;
  display: block;
  max-width: 320px;
  filter: drop-shadow(0 0 24px rgba(15, 23, 42, 0.9));
}

.leaderboard-decor-image--chip {
  top: 20%;
  left: 150px;
  transform:  rotate(12deg);

  
}



.leaderboard-decor-image--coin {
  top: 6%;
  right: 10%;
  transform: rotate(10deg);
}

.leaderboard-decor-image--cards {
  bottom: 2%;
  left: 4%;
  transform: rotate(-4deg);
  /* max-width: 140px; */
}

.leaderboard-section__card-decor {
  position: absolute;
  width: 88px;
  height: 120px;
  border-radius: 18px;
  background: radial-gradient(circle at top, #0f172a 0, #020617 60%);
  box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.35),
    0 18px 40px rgba(15, 23, 42, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.leaderboard-section__card-decor--ace {
  top: 16%;
  right: 8%;
  transform: rotate(-10deg);
}

.leaderboard-section__card-decor--king {
  bottom: 14%;
  right: 4%;
  transform: rotate(8deg);
}

.leaderboard-section__card-rank {
  font-size: 26px;
  font-weight: 700;
  color: #f9fafb;
}

.leaderboard-section__card-suit {
  font-size: 20px;
  margin-top: 4px;
}

.leaderboard-section__card-decor--ace .leaderboard-section__card-suit {
  color: #22c55e;
}

.leaderboard-section__card-decor--king .leaderboard-section__card-suit {
  color: #f97316;
}

.leaderboard-header {
  text-align: center;
  margin-bottom: 40px;
}

.leaderboard-header__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0.95),
    rgba(8, 47, 73, 0.9)
  );
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.4);
}

.leaderboard-header__label-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.9);
}

.leaderboard-header__label-text {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e0f2fe;
}

.leaderboard-header__title {
  margin-top: 18px;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f9fafb, #e0f2fe, #a5b4fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.leaderboard-header__subtitle {
  margin: 14px auto 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.5;
  color: #cbd5f5;
}

.leaderboard-top {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: flex-end;
}

.leaderboard-top__ring {
  position: absolute;
  bottom: -30px;
  width: 220px;
  height: 80px;
  border-radius: 999px;
  border: 1px solid rgba(30, 64, 175, 0.35);
  background: radial-gradient(circle, rgba(15, 23, 42, 0.9), transparent 70%);
  filter: blur(16px);
  opacity: 0.45;
  z-index: 0;
}

.leaderboard-top__ring--left {
  left: 4%;
}

.leaderboard-top__ring--right {
  right: 4%;
}

.leaderboard-card {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: radial-gradient(
    circle at top,
    rgba(15, 23, 42, 0.95),
    #020617 68%
  );
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.9), 0 0 28px rgba(15, 23, 42, 0.7);
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform-origin: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease, background 0.25s ease;
}

.leaderboard-card__overlay {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  opacity: 0.4;
  mix-blend-mode: screen;
  pointer-events: none;
}

.leaderboard-card--first {
  transform: translateY(-16px) scale(1.02);
  padding: 22px 18px 18px;
}

.leaderboard-card--second {
  transform: translateY(0) scale(0.98);
}

.leaderboard-card--third {
  transform: translateY(4px) scale(0.97);
}

.leaderboard-card__overlay--first {
  background: radial-gradient(
    circle at top,
    rgba(59, 130, 246, 0.65),
    transparent 60%
  );
}

.leaderboard-card__overlay--second {
  background: radial-gradient(
    circle at top left,
    rgba(236, 72, 153, 0.7),
    transparent 60%
  );
}

.leaderboard-card__overlay--third {
  background: radial-gradient(
    circle at top right,
    rgba(34, 197, 94, 0.7),
    transparent 60%
  );
}

.leaderboard-card:hover {
  transform: translateY(-10px) scale(1.03);
  border-color: rgba(129, 140, 248, 0.85);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.95),
    0 0 40px rgba(129, 140, 248, 0.55);
}

.leaderboard-card__content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.leaderboard-card__avatar-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.leaderboard-card__avatar-circle {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9fafb;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.9), 0 0 26px rgba(15, 23, 42, 0.9);
}

.leaderboard-card__avatar-circle--first {
  background: conic-gradient(from 180deg, #38bdf8, #22c55e, #38bdf8);
}

.leaderboard-card__avatar-circle--second {
  background: conic-gradient(from 170deg, #ec4899, #f97316, #ec4899);
}

.leaderboard-card__avatar-circle--third {
  background: conic-gradient(from 200deg, #22c55e, #a3e635, #22c55e);
}

.leaderboard-card__avatar-letter {
  text-transform: uppercase;
}

.leaderboard-card__rank-badge {
  position: absolute;
  bottom: -8px;
  right: -6px;
  min-width: 26px;
  padding: 3px 6px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.8);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #0f172a;
}

.leaderboard-card__rank-number {
  position: relative;
  z-index: 1;
}

.leaderboard-card__rank-crown {
  font-size: 13px;
}

.leaderboard-card__rank-badge--first {
  background: linear-gradient(135deg, #facc15, #f97316);
  box-shadow: 0 0 20px rgba(250, 204, 21, 0.7);
}

.leaderboard-card__rank-badge--second {
  background: linear-gradient(135deg, #e5e7eb, #cbd5f5);
  box-shadow: 0 0 16px rgba(148, 163, 184, 0.7);
}

.leaderboard-card__rank-badge--third {
  background: linear-gradient(135deg, #f97316, #f97316);
  box-shadow: 0 0 16px rgba(249, 115, 22, 0.7);
}

.leaderboard-card__slot-icon {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #0f172a, #020617);
  box-shadow: 0 0 14px rgba(15, 23, 42, 0.9);
}

.leaderboard-card__slot-icon--second {
  color: #f9fafb;
}

.leaderboard-card__slot-icon--third {
  color: #a5b4fc;
}

.leaderboard-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.leaderboard-card__username {
  font-size: 15px;
  font-weight: 600;
  color: #f9fafb;
  word-break: break-all;
}

.leaderboard-card__wagered {
  font-size: 13px;
  color: #9ca3af;
}

.leaderboard-card__username--first {
  font-size: 16px;
}

.leaderboard-card__wagered--first {
  color: #e5e7eb;
}

.leaderboard-card__reward-wrapper {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.leaderboard-card__reward-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: default;
}

.leaderboard-card__reward-button--first {
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  color: #020617;
  box-shadow: 0 0 30px rgba(34, 197, 94, 0.8);
}

.leaderboard-card__reward-button--second {
  background: linear-gradient(90deg, #ec4899, #f97316);
  color: #111827;
  box-shadow: 0 0 26px rgba(244, 114, 182, 0.75);
}

.leaderboard-card__reward-button--third {
  background: linear-gradient(90deg, #22c55e, #a3e635);
  color: #052e16;
  box-shadow: 0 0 26px rgba(74, 222, 128, 0.75);
}

.leaderboard-card__reward-icon {
  width: 16px;
  height: 16px;
}

.leaderboard-card__reward-amount {
  white-space: nowrap;
}

.leaderboard-card__glow-ping,
.leaderboard-card__glow-pulse {
  position: absolute;
  inset: -18px;
  border-radius: 999px;
  opacity: 0.4;
  pointer-events: none;
}

.leaderboard-card__glow-ping {
  border: 1px solid rgba(56, 189, 248, 0.7);
  filter: blur(10px);
}

.leaderboard-card__glow-pulse {
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.35),
    transparent 70%
  );
  filter: blur(14px);
}

@media (max-width: 1024px) {
  .leaderboard-section {
    padding: 60px 16px 80px;
  }

  .leaderboard-top {
    gap: 14px;
  }

  .leaderboard-card--first {
    transform: translateY(-10px) scale(1.01);
  }

  .leaderboard-card--second,
  .leaderboard-card--third {
    transform: translateY(2px) scale(0.99);
  }
}

@media (max-width: 768px) {
  .leaderboard-section__halo--top,
  .leaderboard-section__halo--bottom,
  .leaderboard-decor-image--cards,
  .leaderboard-section__card-decor--ace,
  .leaderboard-section__card-decor--king {
    display: none;
  }

  .leaderboard-top {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .leaderboard-card,
  .leaderboard-card--first,
  .leaderboard-card--second,
  .leaderboard-card--third {
    transform: none;
  }

  .leaderboard-header__title {
    font-size: 26px;
  }

  .leaderboard-header__subtitle {
    font-size: 13px;
  }

  .leaderboard-card__content {
    gap: 12px;
  }

  .leaderboard-card__avatar-circle {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 10px 16px 12px;
  backdrop-filter: blur(16px);
}

.site-header__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at top left,
      rgba(56, 189, 248, 0.35),
      transparent 55%
    ),
    radial-gradient(
      circle at top right,
      rgba(34, 197, 94, 0.32),
      transparent 55%
    ),
    linear-gradient(to right, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));
  opacity: 0.98;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.85),
    0 0 24px rgba(15, 23, 42, 0.85);
  pointer-events: none;
}

.site-header__inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header__left {
  flex: 0 0 auto;
}

.site-header__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.site-header__logo-badge {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: radial-gradient(circle at 20% 0, #e0f2fe, #0f172a 70%);
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.9), 0 0 22px rgba(56, 189, 248, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.site-header__logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.site-header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.site-header__logo-main {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f9fafb;
}

.site-header__logo-sub {
  margin-top: 2px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #94a3b8;
}

.site-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.site-header__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cbd5f5;
  opacity: 0.9;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease,
    transform 0.2s ease;
}

.site-header__nav-label {
  position: relative;
  z-index: 1;
}

.site-header__nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 23, 42, 0.9), transparent 70%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.site-header__nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  opacity: 0;
  transform: translateY(4px);
  filter: blur(3px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-header__nav-link:hover {
  color: #f9fafb;
  opacity: 1;
  transform: translateY(-1px);
}

.site-header__nav-link:hover::before {
  opacity: 1;
}

.site-header__nav-link--active {
  color: #0f172a;
  font-weight: 600;
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  box-shadow: 0 0 18px rgba(45, 212, 191, 0.8), 0 0 30px rgba(56, 189, 248, 0.8);
}

.site-header__nav-link--active::before {
  display: none;
}

.site-header__nav-link--active::after {
  opacity: 1;
  transform: translateY(0);
}

.site-header__socials {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-header__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  text-decoration: none;
  color: #e5e7eb;
  background: radial-gradient(circle at 30% 0, #1f2937, #020617 70%);
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: 0 0 14px rgba(15, 23, 42, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease,
    background 0.2s ease;
}

.site-header__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.site-header__social-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.site-header__social-icon--letter {
  font-size: 15px;
  font-weight: 700;
}

.site-header__social-link--youtube {
  color: #fecaca;
}

.site-header__social-link--discord {
  color: #a5b4fc;
}

.site-header__social-link--kick {
  color: #bbf7d0;
}

.site-header__social-link--x {
  color: #e5e7eb;
}

.site-header__social-link:hover {
  transform: translateY(-1px) scale(1.03);
  border-color: rgba(148, 163, 184, 0.9);
  background: radial-gradient(circle at 20% 0, #111827, #020617 80%);
  box-shadow: 0 0 20px rgba(129, 140, 248, 0.7);
}

.site-header__social-link--youtube:hover {
  box-shadow: 0 0 20px rgba(248, 113, 113, 0.9);
}

.site-header__social-link--discord:hover {
  box-shadow: 0 0 20px rgba(129, 140, 248, 0.9);
}

.site-header__social-link--kick:hover {
  box-shadow: 0 0 20px rgba(52, 211, 153, 0.9);
}

.site-header__social-link--x:hover {
  box-shadow: 0 0 20px rgba(148, 163, 184, 0.9);
}

@media (max-width: 900px) {
  .site-header__inner {
    gap: 10px;
  }

  .site-header__nav {
    gap: 4px;
  }

  .site-header__nav-link {
    padding: 6px 10px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .site-header__logo-main {
    font-size: 14px;
  }

  .site-header__logo-sub {
    font-size: 10px;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding-inline: 10px;
  }

  .site-header__inner {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .site-header__left {
    order: 1;
  }

  .site-header__nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .site-header__socials {
    order: 2;
    margin-left: auto;
  }

  .site-header__nav-link {
    padding-inline: 10px;
  }
}

@media (max-width: 480px) {
  .site-header__logo-text {
    display: none;
  }

  .site-header__nav-link {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .site-header__social-link {
    width: 30px;
    height: 30px;
  }
}
.section-countdown.countdown-section {
  position: relative;
  padding: 56px 16px 72px;
  /* background: radial-gradient(circle at top, #020617 0, #020617 32%, #000 100%); */
  color: #e5e7eb;
  overflow: hidden;
}

.countdown-section__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.countdown-section__glow {
  position: absolute;
  filter: blur(54px);
  opacity: 0.7;
}

/* .countdown-section__glow--left {
  width: 320px;
  height: 320px;
  top: 60px;
  left: -120px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.6), transparent 60%);
}

.countdown-section__glow--right {
  width: 360px;
  height: 360px;
  bottom: -30px;
  right: -160px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.7), transparent 60%);
} */

.countdown-section__inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 0 auto;
}

.countdown-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

.countdown-section__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.countdown-section__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.6);
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.3),
    rgba(15, 23, 42, 0.95)
  );
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.6);
}

.countdown-section__pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.9);
}

.countdown-section__pill-text {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e0f2fe;
}

.countdown-section__title {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f9fafb, #e0f2fe, #a5b4fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.countdown-section__subtitle {
  max-width: 440px;
  font-size: 14px;
  line-height: 1.5;
  color: #cbd5f5;
}

.countdown-section__stats {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.countdown-section__stat {
  min-width: 150px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: radial-gradient(
    circle at top,
    rgba(15, 23, 42, 0.98),
    rgba(15, 23, 42, 0.92)
  );
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.9);
}

.countdown-section__stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9ca3af;
}

.countdown-section__stat-value {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #f9fafb;
}

.countdown {
  position: relative;
  max-width: 380px;
  margin-left: auto;
}

.countdown__panel {
  position: relative;
  border-radius: 26px;
  padding: 18px 18px 18px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.4),
      transparent 55%
    ),
    radial-gradient(circle at 100% 0, rgba(34, 197, 94, 0.4), transparent 55%),
    radial-gradient(circle at 0 100%, rgba(129, 140, 248, 0.5), transparent 55%),
    radial-gradient(circle at 50% 100%, #020617, #020617);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.95), 0 0 36px rgba(15, 23, 42, 0.9);
  overflow: hidden;
}

.countdown__halo {
  position: absolute;
  inset: 18px 24px 0;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.6);
  opacity: 0.5;
  filter: blur(16px);
  pointer-events: none;
}

.countdown__tag-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.countdown__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: radial-gradient(
    circle at 0 0,
    rgba(15, 23, 42, 0.95),
    rgba(15, 23, 42, 0.9)
  );
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.countdown__tag-icon {
  font-size: 13px;
}

.countdown__tag-text {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e5e7eb;
}

.countdown__status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.7);
  background: radial-gradient(
    circle,
    rgba(22, 101, 52, 0.9),
    rgba(5, 46, 22, 0.9)
  );
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.8);
}

.countdown__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(22, 163, 74, 0.9);
}

.countdown__status-text {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #bbf7d0;
}

.countdown__title {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e5e7eb;
}

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

.countdown__unit {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.countdown__unit-header {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 4px;
}

.countdown__unit-icon {
  font-size: 13px;
}

.countdown__unit-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9ca3af;
}

.countdown__box {
  position: relative;
  border-radius: 16px;
  padding: 10px 8px 8px;
  background: radial-gradient(circle at top, #020617, #020617);
  border: 1px solid rgba(148, 163, 184, 0.8);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.9), 0 0 18px rgba(15, 23, 42, 0.9);
  text-align: center;
}

.countdown__value {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f9fafb;
}

.countdown__label {
  margin-top: 2px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
}

.countdown__unit:nth-child(1) .countdown__box {
  border-color: rgba(56, 189, 248, 0.9);
}

.countdown__unit:nth-child(2) .countdown__box {
  border-color: rgba(59, 130, 246, 0.9);
}

.countdown__unit:nth-child(3) .countdown__box {
  border-color: rgba(236, 72, 153, 0.9);
}

.countdown__unit:nth-child(4) .countdown__box {
  border-color: rgba(34, 197, 94, 0.9);
}

.countdown__unit:nth-child(1) .countdown__box {
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.6);
}

.countdown__unit:nth-child(4) .countdown__box {
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.6);
}

.countdown__footer {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.countdown__progress {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.countdown__progress-label {
  font-size: 11px;
  color: #9ca3af;
}

.countdown__progress-bar {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(15, 23, 42, 0.95),
    rgba(15, 23, 42, 0.95)
  );
  overflow: hidden;
}

.countdown__progress-fill {
  width: 60%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22c55e, #38bdf8);
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.8);
}

.countdown__cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.countdown__cta-text {
  font-size: 11px;
  color: #cbd5f5;
}

/* Состояние, когда турнир закончился (JS добавляет .countdown--ended) */

.countdown.countdown--ended .countdown__panel {
  background: radial-gradient(
      circle at 0 0,
      rgba(148, 163, 184, 0.3),
      transparent 60%
    ),
    radial-gradient(
      circle at 100% 0,
      rgba(148, 163, 184, 0.25),
      transparent 60%
    ),
    radial-gradient(circle at 50% 100%, #020617, #020617);
  border-color: rgba(148, 163, 184, 0.9);
}

.countdown.countdown--ended .countdown__status-badge {
  border-color: rgba(148, 163, 184, 0.7);
  background: radial-gradient(
    circle,
    rgba(75, 85, 99, 0.95),
    rgba(31, 41, 55, 0.95)
  );
  box-shadow: none;
}

.countdown.countdown--ended .countdown__status-dot {
  background: #9ca3af;
  box-shadow: none;
}

.countdown.countdown--ended .countdown__status-text {
  color: #e5e7eb;
}

.countdown.countdown--ended .countdown__value {
  color: #9ca3af;
}

.countdown.countdown--ended .countdown__progress-fill {
  width: 100%;
  background: linear-gradient(90deg, #9ca3af, #e5e7eb);
  box-shadow: 0 0 18px rgba(148, 163, 184, 0.9);
}

@media (max-width: 960px) {
  .countdown-section__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 24px;
  }

  .countdown {
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .section-countdown.countdown-section {
    padding: 40px 16px 52px;
  }

  .countdown-section__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .countdown-section__info {
    order: 2;
    text-align: left;
  }

  .countdown {
    order: 1;
    margin: 0 auto;
  }

  .countdown-section__title {
    font-size: 22px;
  }

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

@media (max-width: 480px) {
  .countdown__panel {
    padding: 16px 14px 14px;
  }

  .countdown__grid {
    gap: 8px;
  }

  .countdown__value {
    font-size: 20px;
  }

  .countdown-section__subtitle {
    font-size: 13px;
  }
}
.leaderboard-table-section {
  position: relative;
  padding: 40px 16px 70px;
  /* background: radial-gradient(circle at top, #020617 0, #020617 30%, #000 100%); */
  color: #e5e7eb;
  overflow: hidden;
}

.leaderboard-table {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.4),
      transparent 55%
    ),
    radial-gradient(circle at 100% 0, rgba(168, 85, 247, 0.4), transparent 55%),
    radial-gradient(circle at 0 100%, rgba(34, 197, 94, 0.4), transparent 55%),
    radial-gradient(circle at 50% 100%, #020617, #020617);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.95), 0 0 40px rgba(15, 23, 42, 0.9);
  padding: 20px 20px 18px;
  overflow: hidden;
}

.leaderboard-table__aura {
  position: absolute;
  filter: blur(56px);
  opacity: 0.75;
  pointer-events: none;
}

.leaderboard-table__aura--left {
  width: 320px;
  height: 320px;
  top: -140px;
  left: -140px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.7), transparent 60%);
}

.leaderboard-table__aura--right {
  width: 320px;
  height: 320px;
  bottom: -160px;
  right: -160px;
  background: radial-gradient(
    circle,
    rgba(129, 140, 248, 0.7),
    transparent 60%
  );
}

.leaderboard-table__header {
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
  margin-bottom: 12px;
}

.leaderboard-table__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: radial-gradient(
    circle at 0 0,
    rgba(15, 23, 42, 0.95),
    rgba(15, 23, 42, 0.9)
  );
  border: 1px solid rgba(148, 163, 184, 0.8);
}

.leaderboard-table__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.9);
}

.leaderboard-table__eyebrow-text {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cbd5f5;
}

.leaderboard-table__heading-row {
  margin-top: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.leaderboard-table__heading-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.leaderboard-table__title {
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f9fafb, #e0f2fe, #a5b4fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.leaderboard-table__subtitle {
  font-size: 13px;
  color: #cbd5f5;
}

.leaderboard-table__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.leaderboard-table__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.7);
  background: radial-gradient(
    circle,
    rgba(15, 23, 42, 0.95),
    rgba(17, 24, 39, 0.96)
  );
  box-shadow: 0 0 18px rgba(129, 140, 248, 0.7);
}

.leaderboard-table__meta-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
}

.leaderboard-table__meta-text {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e5e7eb;
}

.leaderboard-table__surface {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  border-radius: 22px;
  border: 1px solid rgba(30, 64, 175, 0.7);
  background: radial-gradient(
    circle at top,
    rgba(15, 23, 42, 0.98),
    rgba(15, 23, 42, 0.98)
  );
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.95), 0 0 30px rgba(15, 23, 42, 0.9);
  padding: 12px 12px 10px;
}

.leaderboard-table__surface-glow {
  position: absolute;
  inset: -20px 10% auto;
  height: 80px;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.7);
  opacity: 0.35;
  filter: blur(16px);
  pointer-events: none;
}

.leaderboard-table__scroll {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(30, 64, 175, 0.7);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), #020617);
  overflow: auto;
  max-height: 420px;
}

.leaderboard-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 540px;
}

.leaderboard-table__head {
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0.98),
    rgba(15, 23, 42, 0.98)
  );
}

.leaderboard-table__head tr {
  border-bottom: 1px solid rgba(51, 65, 85, 0.9);
}

.leaderboard-table__th {
  padding: 10px 12px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
  text-align: left;
  white-space: nowrap;
}

.leaderboard-table__th--place {
  width: 82px;
  text-align: center;
}

.leaderboard-table__body tr {
  position: relative;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.leaderboard-table__body tr:nth-child(odd) {
  background: rgba(15, 23, 42, 0.9);
}

.leaderboard-table__body tr:nth-child(even) {
  background: rgba(15, 23, 42, 0.97);
}

.leaderboard-table__body tr:hover {
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.16),
    rgba(15, 23, 42, 0.98)
  );
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.5);
}

.leaderboard-table__body td {
  padding: 9px 12px;
  font-size: 13px;
  color: #e5e7eb;
  border-bottom: 1px solid rgba(30, 64, 175, 0.5);
}

.leaderboard-table__body tr:last-child td {
  border-bottom: none;
}

.leaderboard-table__body td:first-child {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e5e7eb;
}

.leaderboard-table__body td:nth-child(2) {
  font-weight: 500;
  word-break: break-all;
}

.leaderboard-table__body td:nth-child(3) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  color: #bae6fd;
}

.leaderboard-table__body td:nth-child(4) {
  font-weight: 600;
  color: #bbf7d0;
}

/* Подсветка топ-3 по позициям */

.leaderboard-table__body tr:nth-child(1) {
  background: radial-gradient(
    circle at 0 0,
    rgba(56, 189, 248, 0.32),
    rgba(15, 23, 42, 0.98)
  );
}

.leaderboard-table__body tr:nth-child(1) td:first-child {
  color: #0f172a;
  background: linear-gradient(135deg, #38bdf8, #22c55e);
}

.leaderboard-table__body tr:nth-child(1) td:last-child {
  color: #fefce8;
}

.leaderboard-table__body tr:nth-child(2) {
  background: radial-gradient(
    circle at 0 0,
    rgba(236, 72, 153, 0.26),
    rgba(15, 23, 42, 0.98)
  );
}

.leaderboard-table__body tr:nth-child(3) {
  background: radial-gradient(
    circle at 0 0,
    rgba(34, 197, 94, 0.22),
    rgba(15, 23, 42, 0.98)
  );
}

.leaderboard-table__legend {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 11px;
  color: #9ca3af;
}

.leaderboard-table__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.leaderboard-table__legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.leaderboard-table__legend-item--first .leaderboard-table__legend-dot {
  background: linear-gradient(135deg, #38bdf8, #22c55e);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.9);
}

.leaderboard-table__legend-item--second .leaderboard-table__legend-dot {
  background: linear-gradient(135deg, #ec4899, #a3e635);
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.9);
}

.leaderboard-table__legend-text {
  color: #9ca3af;
}

/* Контейнер ауры */
.leaderboard-table__aura {
  position: absolute;
  top: 50%;
  width: 520px; /* регулируешь размер */
  height: 520px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.23; /* прозрачность декоративной картинки */
  z-index: 1; /* чтобы было за таблицей, но перед фоном */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Поверх всего остаётся сама таблица */
.leaderboard-table {
  position: relative;
  z-index: 10;
}

@media (max-width: 960px) {
  .leaderboard-table {
    padding: 18px 16px 16px;
  }

  .leaderboard-table__heading-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .leaderboard-table__title {
    font-size: 22px;
  }
}

@media (max-width: 720px) {
  .leaderboard-table-section {
    padding-inline: 12px;
  }

  .leaderboard-table {
    border-radius: 22px;
  }

  .leaderboard-table__surface {
    padding: 10px 8px 8px;
  }

  .leaderboard-table__scroll {
    max-height: 360px;
  }

  .leaderboard-table__table {
    min-width: 480px;
  }

  .leaderboard-table__subtitle {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .leaderboard-table {
    padding: 16px 10px 12px;
  }

  .leaderboard-table__title {
    font-size: 20px;
  }

  .leaderboard-table__subtitle {
    font-size: 11px;
  }

  .leaderboard-table__legend {
    font-size: 10px;
  }
}

/* 1-е место — богатый градиент + неоновая рамка */
.leaderboard-table__body tr:nth-child(1) {
  background: linear-gradient(
    90deg,
    rgba(56, 189, 248, 0.25) 0%,
    rgba(34, 197, 94, 0.22) 100%
  );
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.45),
    inset 0 0 18px rgba(56, 189, 248, 0.25);
  border-left: 3px solid #22c55e;
  transform: translateY(-1px);
}

/* Убираем остаточные эффекты от круга */
.leaderboard-table__body tr:nth-child(1) td:first-child::before {
  display: none !important;
}

/* Текст места — ярче */
.leaderboard-table__body tr:nth-child(1) td:first-child {
  color: #a7f3d0;
  font-weight: 700;
}

/* Имя пользователя для 1-го места — красивый градиент */
.leaderboard-table__body tr:nth-child(1) td:nth-child(2) {
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

/* WebKit-скроллбар (Chrome/Edge/Safari) */
.leaderboard-table__scroll::-webkit-scrollbar {
  width: 8px;
}

.leaderboard-table__scroll::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.95);
  border-radius: 999px;
}

.leaderboard-table__scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, #38bdf8, #22c55e);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.8);
}

.leaderboard-table__scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #22c55e, #38bdf8);
}

/* Firefox */
.leaderboard-table__scroll {
  scrollbar-width: thin;
  scrollbar-color: #22c55e #020617;
}

.leaderboard-table-section {
  position: relative;
  overflow: hidden;
}

/* Общий стиль для декоративных фонов */
.lb-bg {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 600px; /* регулируй размер */
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1; /* прозрачность */
  pointer-events: none;
  z-index: 1; /* под таблицей */
}

/* Левая картинка */
.lb-bg--left {
  left: -20px;
  background-image: url("/nc_assets/img/left-bg.webp");
  transform: translateY(-50%) rotate(-10deg);
  animation: float3D 10s ease-in-out infinite;
  transform-origin: center;
}




/* Поднимаем таблицу выше */
.leaderboard-table {
  position: relative;
  z-index: 5;
}

/* =========================
   VIDEOS SECTION
   ========================= */

.videos-section {
  position: relative;
  padding: 50px 16px 70px;
  /* background: radial-gradient(circle at top, #020617 0, #020617 30%, #000 100%); */
  color: #e5e7eb;
  overflow: hidden;
}

.videos-section::before,
.videos-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.7;
  pointer-events: none;
}

.videos-section::before {
  width: 320px;
  height: 320px;
  top: 140px;
  left: -120px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.6), transparent 60%);
}

.videos-section::after {
  width: 340px;
  height: 340px;
  bottom: -160px;
  right: -160px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.6), transparent 60%);
}

.videos {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.45),
      transparent 55%
    ),
    radial-gradient(circle at 100% 0, rgba(236, 72, 153, 0.45), transparent 55%),
    radial-gradient(circle at 0 100%, rgba(34, 197, 94, 0.45), transparent 55%),
    radial-gradient(circle at 50% 100%, #020617, #020617);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.95), 0 0 40px rgba(15, 23, 42, 0.9);
  padding: 22px 20px 20px;
  overflow: hidden;
}

.videos__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
  margin-bottom: 18px;
}

.videos__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.videos__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.7);
  background: radial-gradient(
    circle at 0 0,
    rgba(15, 23, 42, 0.95),
    rgba(15, 23, 42, 0.9)
  );
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.7);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e0f2fe;
}

.videos__title {
  font-size: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f9fafb, #e0f2fe, #a5b4fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.videos__subtitle {
  font-size: 13px;
  color: #cbd5f5;
}

.videos__badge {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: radial-gradient(circle at 20% 0, #e0f2fe, #0f172a 70%);
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.9), 0 0 22px rgba(56, 189, 248, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
}

.videos__badge-icon {
  width: 22px;
  height: 22px;
}

/* Контент и сетка */

.videos__content {
  position: relative;
  margin-top: 4px;
  border-radius: 22px;
  border: 1px solid rgba(30, 64, 175, 0.7);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), #020617);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.95), 0 0 30px rgba(15, 23, 42, 0.9);
  padding: 14px 14px 12px;
  min-height: 180px;
}

.videos__content::before {
  content: "";
  position: absolute;
  inset: -20px 12% auto;
  height: 70px;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.7);
  opacity: 0.35;
  filter: blur(16px);
  pointer-events: none;
}

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

/* Базовая стилизация любых карточек внутри гриды,
   чтобы даже без отдельных классов они выглядели хорошо */
.videos__grid > * {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: radial-gradient(circle at top, #020617, #020617);
  border: 1px solid rgba(30, 64, 175, 0.7);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.9), 0 0 18px rgba(15, 23, 42, 0.9);
  min-height: 120px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease, background 0.18s ease;
}

.videos__grid > *:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.9);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.95),
    0 0 26px rgba(56, 189, 248, 0.8);
  background: radial-gradient(circle at top, #020617, #020617);
}

/* Если внутри карточек есть превьюшки видео */
.videos__grid img {
  display: block;
  width: 100%;
  height: 138px;
  object-fit: cover;
}

.videos__grid .video-card__body,
.videos__grid .videos-card__body {
  padding: 8px 10px 9px;
  font-size: 12px;
  color: #e5e7eb;
}

/* ========= LOADING / ERROR ========= */

.videos__loading,
.videos__error {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 30px 12px;
}

.videos__loading--visible,
.videos__error--visible {
  display: flex;
}

.videos__loading-spinner {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 3px solid rgba(148, 163, 184, 0.4);
  border-top-color: #38bdf8;
  animation: videos-spinner 0.9s linear infinite;
}

.videos__loading-text {
  font-size: 12px;
  color: #cbd5f5;
}

@keyframes videos-spinner {
  to {
    transform: rotate(360deg);
  }
}

.videos__error-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(248, 113, 113, 0.7);
  background: radial-gradient(
    circle,
    rgba(127, 29, 29, 0.9),
    rgba(69, 10, 10, 0.9)
  );
  color: #fecaca;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videos__error-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

.videos__error-text {
  font-size: 12px;
  color: #fecaca;
}

.videos__retry-btn {
  margin-top: 2px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(248, 113, 113, 0.8);
  background: radial-gradient(
    circle,
    rgba(127, 29, 29, 0.96),
    rgba(69, 10, 10, 0.96)
  );
  color: #fee2e2;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.videos__retry-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(248, 113, 113, 0.8);
}

/* фоновые картинки слева/справа */
.videos-section {
  position: relative;
  overflow: hidden;
}

/* базовый стиль блока */
.videos-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 680px; /* размер картинки */
  height: 680px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1; /* прозрачность */
  pointer-events: none;
  z-index: 1; /* под контентом */
}

/* левая
.videos-bg--left {
  left: -220px; /* вынос за край блока */
/* background-image: url("/nc_assets/img/videos-left.webp");
  transform: translateY(-50%) rotate(-12deg);
} */

/* правая */
.videos-bg--right {
  right: -20px;
  background-image: url("/nc_assets/img/videos-right.webp");
  transform: translateY(-50%) scaleX(-1) rotate(-12deg); /* зеркалим при необходимости */
}

/* поднимаем сам блок видео над фоном */
.videos {
  position: relative;
  z-index: 5;
}

/* =========================
   RULES BUTTON + MODAL
   ========================= */

.rules-section {
  max-width: 1260px;
  margin: 16px auto 0;
  padding: 0 4px;
  display: flex;
  justify-content: flex-end;
}

.rules-button__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.35),
      transparent 60%
    ),
    radial-gradient(circle at 100% 0, rgba(236, 72, 153, 0.35), transparent 60%),
    radial-gradient(circle at 50% 100%, #020617, #020617);
  color: #e5e7eb;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(129, 140, 248, 0.7);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.rules-button__icon {
  font-size: 14px;
}

.rules-button__btn:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 189, 248, 0.9);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.9);
}

/* MODAL BASE */

.rules-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* Класс открытия — JS может добавить .rules-modal--open */
.rules-modal--open {
  opacity: 1;
  pointer-events: auto;
}

.rules-modal__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top,
    rgba(15, 23, 42, 0.95),
    rgba(3, 7, 18, 0.98)
  );
  backdrop-filter: blur(10px);
  opacity: 0.96;
}

.rules-modal__window {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  max-height: min(90vh, 620px);
  border-radius: 26px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.45),
      transparent 55%
    ),
    radial-gradient(circle at 100% 0, rgba(236, 72, 153, 0.45), transparent 55%),
    radial-gradient(circle at 0 100%, rgba(34, 197, 94, 0.45), transparent 55%),
    radial-gradient(circle at 50% 100%, #020617, #020617);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.95), 0 0 40px rgba(15, 23, 42, 0.9);
  padding: 18px 18px 14px;
  overflow: hidden;
}

/* HEADER */

.rules-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
}

.rules-modal__title {
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f9fafb, #e0f2fe);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rules-modal__close-btn {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  background: radial-gradient(circle at 30% 0, #020617, #020617);
  color: #e5e7eb;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.rules-modal__close-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
}

.rules-modal__close-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(248, 113, 113, 0.9);
  box-shadow: 0 0 18px rgba(248, 113, 113, 0.9);
}

/* CONTENT */

.rules-modal__content {
  margin-top: 12px;
  padding-right: 6px;
  max-height: 360px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rules-block {
  display: flex;
  gap: 10px;
  border-radius: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(30, 64, 175, 0.8);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), #020617);
}

.rules-block__icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rules-block__icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

.rules-block__body {
  flex: 1;
}

.rules-block__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.rules-block__text {
  font-size: 13px;
  color: #e5e7eb;
  margin-bottom: 6px;
}

.rules-block__list {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
  font-size: 12px;
  color: #cbd5f5;
}

.rules-highlight {
  color: #facc15;
  font-weight: 600;
}

/* Цвета блоков */

.rules-block--red {
  border-color: rgba(248, 113, 113, 0.9);
  box-shadow: 0 0 18px rgba(248, 113, 113, 0.6);
}

.rules-block--red .rules-block__icon {
  background: radial-gradient(
    circle,
    rgba(127, 29, 29, 0.96),
    rgba(69, 10, 10, 0.96)
  );
  color: #fecaca;
}

.rules-block__title--red {
  color: #fecaca;
}

.rules-block--green {
  border-color: rgba(34, 197, 94, 0.9);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.6);
}

.rules-block--green .rules-block__icon {
  background: radial-gradient(
    circle,
    rgba(5, 46, 22, 0.96),
    rgba(4, 47, 15, 0.96)
  );
  color: #bbf7d0;
}

.rules-block__title--green {
  color: #bbf7d0;
}

.rules-block--blue {
  border-color: rgba(56, 189, 248, 0.9);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.6);
}

.rules-block--blue .rules-block__icon {
  background: radial-gradient(
    circle,
    rgba(15, 23, 42, 0.96),
    rgba(15, 23, 42, 0.96)
  );
  color: #bfdbfe;
}

.rules-block__title--blue {
  color: #bfdbfe;
}

/* FOOTER */

.rules-modal__footer {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  display: flex;
  justify-content: flex-end;
}

.rules-modal__footer-btn {
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.9);
  background: linear-gradient(90deg, #22c55e, #38bdf8);
  color: #020617;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(34, 197, 94, 0.9);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.rules-modal__footer-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 26px rgba(56, 189, 248, 0.9);
}

/* SCROLLBAR внутри модалки */

.rules-modal__content::-webkit-scrollbar {
  width: 6px;
}

.rules-modal__content::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.95);
  border-radius: 999px;
}

.rules-modal__content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, #38bdf8, #22c55e);
}

.rules-modal__content {
  scrollbar-width: thin;
  scrollbar-color: #22c55e #020617;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 960px) {
  .videos {
    padding: 20px 16px 18px;
  }

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

@media (max-width: 720px) {
  .videos-section {
    padding-inline: 12px;
  }

  .videos__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .videos__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rules-section {
    justify-content: flex-start;
    padding-inline: 12px;
  }

  .rules-modal__window {
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 480px) {
  .videos {
    padding: 18px 12px 16px;
  }

  .videos__title {
    font-size: 19px;
  }

  .videos__subtitle {
    font-size: 12px;
  }

  .rules-modal__title {
    font-size: 16px;
  }

  .rules-modal__content {
    max-height: 320px;
  }
}
.site-footer {
  position: relative;
  padding: 40px 16px 32px;
  background: radial-gradient(circle at top, #020617 0, #020617 30%, #000 100%);
  color: #e5e7eb;
  overflow: hidden;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.6;
  pointer-events: none;
}

.site-footer::before {
  width: 320px;
  height: 320px;
  bottom: -180px;
  left: -140px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.5), transparent 60%);
}

.site-footer::after {
  width: 320px;
  height: 320px;
  bottom: -200px;
  right: -160px;
  background: radial-gradient(
    circle,
    rgba(129, 140, 248, 0.55),
    transparent 60%
  );
}

.site-footer__inner {
  position: relative;
  z-index: 0;
  max-width: 1260px;
  margin: 0 auto;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.45),
      transparent 55%
    ),
    radial-gradient(circle at 100% 0, rgba(236, 72, 153, 0.45), transparent 55%),
    radial-gradient(circle at 0 100%, rgba(34, 197, 94, 0.45), transparent 55%),
    radial-gradient(circle at 50% 100%, #020617, #020617);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.95), 0 0 40px rgba(15, 23, 42, 0.9);
  padding: 18px 20px 16px;
}

.site-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
  margin-bottom: 12px;
}

.site-footer__brand {
  max-width: 460px;
}

.site-footer__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 18px;
  background: radial-gradient(circle at 20% 0, #e0f2fe, #0f172a 70%);
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.9), 0 0 24px rgba(56, 189, 248, 0.7);
  overflow: hidden;
}

.site-footer__logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.site-footer__description {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #cbd5f5;
}

.site-footer__socials {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  text-decoration: none;
  color: #e5e7eb;
  background: radial-gradient(circle at 30% 0, #111827, #020617 80%);
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 0 16px rgba(15, 23, 42, 0.9);
  transition: transform 0.18s ease, border-color 0.18s ease,
    box-shadow 0.18s ease, background 0.18s ease;
}

.site-footer__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.site-footer__social-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.site-footer__social-icon--letter {
  font-size: 14px;
  font-weight: 700;
}

/* индивидуальные цвета акцентов */
.site-footer__social-link--youtube {
  color: #fecaca;
}

.site-footer__social-link--discord {
  color: #c7d2fe;
}

.site-footer__social-link--kick {
  color: #bbf7d0;
}

.site-footer__social-link--x {
  color: #e5e7eb;
}

.site-footer__social-link:hover {
  transform: translateY(-1px) scale(1.03);
  border-color: rgba(148, 163, 184, 0.95);
  background: radial-gradient(circle at 30% 0, #020617, #020617 80%);
  box-shadow: 0 0 22px rgba(129, 140, 248, 0.8);
}

.site-footer__social-link--youtube:hover {
  box-shadow: 0 0 22px rgba(248, 113, 113, 0.9);
}

.site-footer__social-link--discord:hover {
  box-shadow: 0 0 22px rgba(129, 140, 248, 0.9);
}

.site-footer__social-link--kick:hover {
  box-shadow: 0 0 22px rgba(34, 197, 94, 0.9);
}

.site-footer__social-link--x:hover {
  box-shadow: 0 0 22px rgba(148, 163, 184, 0.9);
}

/* правый столбец */

.site-footer__column {
  flex: 0 0 auto;
}

.site-footer__column--links {
  min-width: 160px;
}

.site-footer__label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 6px;
}

.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__links-item + .site-footer__links-item {
  margin-top: 4px;
}

.site-footer__link {
  position: relative;
  font-size: 13px;
  color: #e5e7eb;
  text-decoration: none;
  transition: color 0.18s ease;
}

.site-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  transition: width 0.18s ease;
}

.site-footer__link:hover {
  color: #a5b4fc;
}

.site-footer__link:hover::after {
  width: 100%;
}

/* нижняя линия */

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #9ca3af;
}

.site-footer__copy {
  white-space: nowrap;
}

.site-footer__responsible {
  max-width: 520px;
}

.site-footer__responsible-link {
  color: #e0f2fe;
  text-decoration: none;
  border-bottom: 1px solid rgba(148, 163, 184, 0.8);
  padding-bottom: 1px;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.site-footer__responsible-link:hover {
  color: #38bdf8;
  border-color: #38bdf8;
}

/* адаптив */

@media (max-width: 900px) {
  .site-footer__inner {
    padding: 16px 16px 14px;
  }

  .site-footer__top {
    gap: 24px;
  }
}

@media (max-width: 720px) {
  .site-footer {
    padding-inline: 12px;
  }

  .site-footer__inner {
    border-radius: 24px;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__column--links {
    min-width: 0;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 8px;
  }

  .site-footer__copy {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .site-footer__inner {
    padding: 14px 12px 12px;
  }

  .site-footer__description {
    font-size: 12px;
  }

  .site-footer__bottom {
    font-size: 10px;
  }
}
/* SECTION */
.rewards-hero {
  position: relative;
  padding: 110px 20px 90px;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 0%,
    #0a0f1c 0%,
    #020617 60%,
    #000 100%
  );
  color: #e5e7eb;
}

/* MAIN WRAPPER */
.rewards-hero__container {
  position: relative;
  z-index: 10;
  max-width: 880px;
  margin: 0 auto;
}

/* MAIN GLASS CARD */
.rewards-hero__card {
  position: relative;
  padding: 40px 32px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: linear-gradient(rgba(15, 23, 42, 0.65), rgba(15, 23, 42, 0.75)),
    radial-gradient(circle at center, rgba(56, 189, 248, 0.1), transparent 60%);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55),
    inset 0 0 40px rgba(56, 189, 248, 0.1);
}

/* TITLE */
.rewards-hero__title {
  margin: 0 0 22px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #ffffff, #c7d2fe, #93c5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* HIGHLIGHT BOX */
.rewards-hero__highlight {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 24px;
  border-radius: 22px;
  border: 1px solid rgba(94, 234, 212, 0.5);
  background: radial-gradient(
    circle at 30% 20%,
    rgba(15, 23, 42, 0.95),
    #0b1323
  );
  box-shadow: 0 0 40px rgba(94, 234, 212, 0.25),
    inset 0 0 20px rgba(15, 23, 42, 0.9);
}

/* TEXT */
.rewards-hero__text,
.rewards-hero__subtitle {
  margin: 0;
  font-size: 16px;
  color: #dbeafe;
}

/* CODE BADGE */
.rewards-hero__code {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.95);
  background: linear-gradient(90deg, #fde047, #fbbf24);
  color: #1e293b;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 0 20px rgba(250, 204, 21, 0.6), 0 0 6px rgba(250, 204, 21, 0.9);
}

/* DECOR LEFT */
.rewards-hero__decor--left {
  position: absolute;
  width: 380px;
  height: 380px;
  left: -180px;
  top: 50%;
  transform: translateY(-50%) rotate(-12deg);
  background-image: url("/nc_assets/img/decor-left.webp");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.25;
  pointer-events: none;
  filter: drop-shadow(0 0 40px rgba(56, 189, 248, 0.35));
}

/* DECOR RIGHT */
.rewards-hero__decor--right {
  position: absolute;
  width: 380px;
  height: 380px;
  right: -180px;
  top: 40%;
  transform: translateY(-50%) rotate(10deg);
  background-image: url("/nc_assets/img/decor-right.webp");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.25;
  pointer-events: none;
  filter: drop-shadow(0 0 40px rgba(168, 85, 247, 0.4));
}

/* OPTIONAL PARTICLES */
.rewards-hero__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("/nc_assets/img/particles.webp");
  background-repeat: repeat;
  background-size: 360px;
  opacity: 0.07;
  z-index: 3;
}

/* MOBILE */
@media (max-width: 768px) {
  .rewards-hero__card {
    padding: 26px 20px;
  }

  .rewards-hero__title {
    font-size: 26px;
  }

  .rewards-hero__decor--left,
  .rewards-hero__decor--right {
    width: 240px;
    height: 240px;
    opacity: 0.18;
  }
}
.rewards-hero {
  position: relative;
  padding: 96px 20px 80px;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 0%,
    #020617 0%,
    #020617 40%,
    #000 100%
  );
  color: #e5e7eb;
}

/* контейнер */
.rewards-hero__container {
  position: relative;
  z-index: 5;
  max-width: 960px;
  margin: 0 auto;
}

/* стеклянная карточка */
.rewards-hero__card {
  position: relative;
  padding: 40px 36px 32px;
  border-radius: 32px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.2),
      transparent 55%
    ),
    radial-gradient(circle at 100% 0, rgba(168, 85, 247, 0.2), transparent 55%),
    radial-gradient(circle at 50% 100%, rgba(15, 23, 42, 0.98), #020617);
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.95), 0 0 40px rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(16px);
  text-align: center;
}

/* тонкое неоновое кольцо вокруг */
.rewards-hero__card::before {
  content: "";
  position: absolute;
  inset: -18px 10%;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.7);
  opacity: 0.4;
  filter: blur(18px);
  pointer-events: none;
}

/* заголовок */
.rewards-hero__title {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.rewards-hero__title-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  padding: 6px;
  background: radial-gradient(circle at 20% 0, #0b1120, #020617 80%);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.9), 0 0 24px rgba(56, 189, 248, 0.8);
}

.rewards-hero__title-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rewards-hero__title-text {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffffff, #e0f2fe, #a5b4fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* блок с кодом */
.rewards-hero__highlight {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  padding: 18px 22px 16px;
  border-radius: 22px;
  border: 1px solid rgba(56, 189, 248, 0.6);
  background: radial-gradient(
      circle at 0 0,
      rgba(15, 23, 42, 0.98),
      rgba(15, 23, 42, 0.95)
    ),
    radial-gradient(circle at 100% 100%, rgba(15, 23, 42, 0.98), #020617);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.95),
    0 0 26px rgba(56, 189, 248, 0.7);
  min-width: min(100%, 540px);
}

/* строки текста */
.rewards-hero__line {
  margin: 0;
  font-size: 17px;
  color: #e5e7eb;
}

.rewards-hero__subtitle {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 14px;
  color: #cbd5f5;
}

.rewards-hero__subtitle-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.rewards-hero__subtitle-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rewards-hero__subtitle-text {
  max-width: 520px;
}

/* код */
.rewards-hero__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  margin: 0 4px;
  border-radius: 999px;
  border: 1px solid rgba(250, 204, 21, 0.95);
  background: linear-gradient(90deg, #facc15, #f97316);
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.95),
    0 0 24px rgba(250, 204, 21, 0.95);
}

/* декоративные большие элементы слева/справа */
.rewards-hero__decor {
  position: absolute;
  top: 50%;
  width: 420px;
  height: 420px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
}

.rewards-hero__decor--left {
  left: -210px;
  transform: translateY(-50%) rotate(-14deg);
  background-image: url("/nc_assets/img/rewards-left.webp");
  filter: drop-shadow(0 0 40px rgba(56, 189, 248, 0.5));
}

.rewards-hero__decor--right {
  right: -210px;
  transform: translateY(-50%) rotate(10deg);
  background-image: url("/nc_assets/img/rewards-right.webp");
  filter: drop-shadow(0 0 40px rgba(168, 85, 247, 0.6));
}

/* адаптив */

@media (max-width: 900px) {
  .rewards-hero {
    padding: 72px 16px 64px;
  }

  .rewards-hero__card {
    padding: 32px 22px 24px;
  }

  .rewards-hero__title-text {
    font-size: 28px;
  }

  .rewards-hero__highlight {
    min-width: 0;
    width: 100%;
  }

  .rewards-hero__decor {
    width: 280px;
    height: 280px;
    opacity: 0.18;
  }

  .rewards-hero__decor--left {
    left: -160px;
  }

  .rewards-hero__decor--right {
    right: -160px;
  }
}

@media (max-width: 600px) {
  .rewards-hero {
    padding: 56px 12px 50px;
  }

  .rewards-hero__card {
    padding: 26px 16px 20px;
  }

  .rewards-hero__title {
    flex-direction: column;
    gap: 10px;
  }

  .rewards-hero__title-text {
    font-size: 22px;
    text-align: center;
  }

  .rewards-hero__line {
    font-size: 15px;
  }

  .rewards-hero__subtitle {
    font-size: 13px;
    text-align: left;
  }

  .rewards-hero__decor {
    display: none;
  }
}
/* ======= SECTION LAYOUT ======= */

.rewards-offers {
  position: relative;
  padding: 40px 20px 56px;
  background: transparent; /* секция вписывается в общий фон страницы */
  color: #e5e7eb;
}

.rewards-offers__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 20px;
}

/* ======= CARD BASE ======= */

.rewards-offers__card {
  position: relative;
  border-radius: 18px;
  padding: 18px 20px 18px;
  background: radial-gradient(
    circle at 0 0,
    #020617 0,
    #020617 60%,
    #020617 100%
  );
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.8);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rewards-offers__card--signup {
  border-color: rgba(34, 197, 94, 0.7);
}

.rewards-offers__card--leaderboard {
  border-color: rgba(59, 130, 246, 0.7);
}

/* ======= HEADER (TITLE + ICON + BADGE) ======= */

.rewards-offers__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rewards-offers__title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rewards-offers__icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  padding: 4px;
  background: radial-gradient(circle at 20% 0, #020617, #020617 80%);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.9);
}

.rewards-offers__icon--blue {
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.9);
}

.rewards-offers__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rewards-offers__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f9fafb;
}

.rewards-offers__badge {
  flex: 0 0 auto;
  padding: 3px 10px 2px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #22c55e, #4ade80);
  color: #022c22;
}

/* ======= LIST ======= */

.rewards-offers__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rewards-offers__list-item {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: #dbeafe;
}

.rewards-offers__list-item + .rewards-offers__list-item {
  margin-top: 4px;
}

.rewards-offers__list-item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: radial-gradient(circle, #22c55e, #0ea5e9);
}

/* ======= MEDIA (СТЕЙК) ======= */

.rewards-offers__media {
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 14px;
  padding: 10px;
  background: radial-gradient(circle at 50% 0, #020617, #020617);
  border: 1px solid rgba(30, 64, 175, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rewards-offers__image {
  max-width: 220px; /* ← нормальный размер лого */
  max-height: 80px;
  width: auto;
  height: auto;
  display: block;
}

/* ======= BUTTON ======= */

.rewards-offers__button {
  margin-top: auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(90deg, #22c55e, #0ea5e9);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.9);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.rewards-offers__button--blue {
  background: linear-gradient(90deg, #0ea5e9, #6366f1);
}

.rewards-offers__button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.9);
}

.rewards-offers__button-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #020617;
}

/* ======= ADAPTIVE ======= */

@media (max-width: 900px) {
  .rewards-offers__inner {
    max-width: 760px;
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .rewards-offers {
    padding: 32px 12px 48px;
  }

  .rewards-offers__card {
    padding: 16px 16px 16px;
  }

  .rewards-offers__title {
    font-size: 16px;
  }

  .rewards-offers__list-item {
    font-size: 13px;
  }

  .rewards-offers__image {
    max-width: 190px;
    max-height: 70px;
  }

  .rewards-offers__button-label {
    font-size: 12px;
  }
}
/* ===== TOP TIER REWARDS ===== */

.rewards-tier {
  position: relative;
  padding: 40px 20px 60px;
  color: #e5e7eb;
}

/* header */

.rewards-tier__header {
  max-width: 1040px;
  margin: 0 auto 22px;
}

.rewards-tier__eyebrow {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
}

.rewards-tier__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #f9fafb;
}

/* grid + "progress line" behind cards */

.rewards-tier__grid {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.rewards-tier__grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6%;
  right: -6%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(34, 197, 94, 0),
    rgba(34, 197, 94, 0.4),
    rgba(59, 130, 246, 0.4),
    rgba(168, 85, 247, 0)
  );
  opacity: 0.45;
  transform: translateY(-50%);
  pointer-events: none;
}

/* ===== CARD BASE ===== */

.rewards-card {
  position: relative;
  z-index: 1;
}

.rewards-card__inner {
  position: relative;
  padding: 14px 10px 16px;
  border-radius: 18px;
  background: radial-gradient(
    circle at 50% 0,
    #020617 0,
    #020617 70%,
    #020617 100%
  );
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  transition: transform 0.16s ease, box-shadow 0.16s ease,
    border-color 0.16s ease, background 0.16s ease;
}

.rewards-card__inner::before {
  content: "";
  position: absolute;
  inset: -30% 10%;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(148, 163, 184, 0.18),
    transparent 65%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease;
}

.rewards-card__inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.92);
}

.rewards-card__inner:hover::before {
  opacity: 1;
}

/* ===== ICON ===== */

.rewards-card__icon-wrapper {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 0, #020617 0, #020617 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rewards-card__icon {
  display: block;
  max-width: 30px;
  max-height: 30px;
  width: auto;
  height: auto;
}

/* ===== TEXT ===== */

.rewards-card__name {
  margin: 4px 0 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e5e7eb;
}

.rewards-card__amount {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #f9fafb;
}

/* ===== PER-TIER THEMES ===== */

.rewards-card--bronze .rewards-card__inner {
  border-color: rgba(217, 119, 6, 0.85);
  background: radial-gradient(
      circle at 0 0,
      rgba(217, 119, 6, 0.16),
      transparent 55%
    ),
    radial-gradient(circle at 50% 100%, #020617 0, #020617 80%);
}

.rewards-card--bronze .rewards-card__icon-wrapper {
  box-shadow: 0 0 14px rgba(217, 119, 6, 0.75);
}

.rewards-card--silver .rewards-card__inner {
  border-color: rgba(148, 163, 184, 0.95);
  background: radial-gradient(
      circle at 0 0,
      rgba(148, 163, 184, 0.18),
      transparent 55%
    ),
    radial-gradient(circle at 50% 100%, #020617 0, #020617 80%);
}

.rewards-card--silver .rewards-card__icon-wrapper {
  box-shadow: 0 0 14px rgba(148, 163, 184, 0.85);
}

.rewards-card--gold .rewards-card__inner {
  border-color: rgba(234, 179, 8, 0.95);
  background: radial-gradient(
      circle at 0 0,
      rgba(234, 179, 8, 0.2),
      transparent 55%
    ),
    radial-gradient(circle at 50% 100%, #020617 0, #020617 80%);
}

.rewards-card--gold .rewards-card__icon-wrapper {
  box-shadow: 0 0 16px rgba(234, 179, 8, 0.9);
}

/* gold чуть важнее визуально */
.rewards-card--gold .rewards-card__inner {
  transform: translateY(-2px);
}

.rewards-card--platinum-1 .rewards-card__inner,
.rewards-card--platinum-2 .rewards-card__inner {
  border-color: rgba(59, 130, 246, 0.95);
  background: radial-gradient(
      circle at 0 0,
      rgba(59, 130, 246, 0.2),
      transparent 55%
    ),
    radial-gradient(circle at 50% 100%, #020617 0, #020617 80%);
}

.rewards-card--platinum-1 .rewards-card__icon-wrapper,
.rewards-card--platinum-2 .rewards-card__icon-wrapper {
  box-shadow: 0 0 16px rgba(59, 130, 246, 0.9);
}

/* platinum немного выделяем ещё сильнее */
.rewards-card--platinum-2 .rewards-card__inner {
  transform: translateY(-3px);
}

/* ===== ADAPTIVE ===== */

@media (max-width: 900px) {
  .rewards-tier__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .rewards-tier__grid::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .rewards-tier {
    padding: 32px 12px 44px;
  }

  .rewards-tier__title {
    font-size: 20px;
  }

  .rewards-tier__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rewards-card__inner {
    padding: 12px 8px 14px;
  }

  .rewards-card__name {
    font-size: 11px;
  }

  .rewards-card__amount {
    font-size: 15px;
  }
}
/* ===== ELITE REWARDS SECTION ===== */

.rewards-tier--elite {
  position: relative;
  padding: 40px 20px 60px;
}

.rewards-tier--elite .rewards-tier__header {
  max-width: 1040px;
  margin: 0 auto 22px;
}

/* eyebrow и заголовок — аккуратный градиент */

.rewards-tier__eyebrow--elite {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a5b4fc;
}

.rewards-tier__title--elite {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #e5e7eb, #c4b5fd, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* сетка + элитная линия прогресса */

.rewards-tier--elite .rewards-tier__grid {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.rewards-tier--elite .rewards-tier__grid::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -6%;
  right: -6%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(56, 189, 248, 0),
    rgba(56, 189, 248, 0.45),
    rgba(168, 85, 247, 0.6),
    rgba(248, 250, 252, 0.7),
    rgba(15, 23, 42, 0)
  );
  opacity: 0.7;
  transform: translateY(-50%);
  pointer-events: none;
}

/* базовые карточки можно использовать те же, но для элиты усиливаем акценты */

.rewards-tier--elite .rewards-card__inner {
  padding: 16px 10px 18px;
  border-radius: 18px;
  background: radial-gradient(
      circle at 0 0,
      rgba(15, 23, 42, 0.9),
      transparent 60%
    ),
    radial-gradient(circle at 50% 100%, #020617 0, #020617 80%);
  border: 1px solid rgba(148, 163, 184, 0.55);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.85);
  transition: transform 0.16s ease, box-shadow 0.16s ease,
    border-color 0.16s ease;
}

.rewards-tier--elite .rewards-card__inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.96);
}

/* иконки — чуть крупнее, но без перебора */

.rewards-tier--elite .rewards-card__icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 0, #020617 0, #020617 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rewards-tier--elite .rewards-card__icon {
  max-width: 32px;
  max-height: 32px;
  width: auto;
  height: auto;
  display: block;
}

/* текст — читаемый, не мелочь */

.rewards-tier--elite .rewards-card__name {
  margin: 6px 0 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e5e7eb;
}

.rewards-tier--elite .rewards-card__amount {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #f9fafb;
}

/* ===== ТЕМЫ ДЛЯ ЭЛИТНЫХ ТИРОВ ===== */

/* Platinum 3–5 — холодный синий/циан, лёгкий буст */

.rewards-tier--elite .rewards-card--platinum-3 .rewards-card__inner,
.rewards-tier--elite .rewards-card--platinum-4 .rewards-card__inner,
.rewards-tier--elite .rewards-card--platinum-5 .rewards-card__inner {
  border-color: rgba(59, 130, 246, 0.9);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.92),
    0 0 18px rgba(59, 130, 246, 0.6);
}

.rewards-tier--elite .rewards-card--platinum-3 .rewards-card__icon-wrapper,
.rewards-tier--elite .rewards-card--platinum-4 .rewards-card__icon-wrapper,
.rewards-tier--elite .rewards-card--platinum-5 .rewards-card__icon-wrapper {
  box-shadow: 0 0 14px rgba(59, 130, 246, 0.9);
}

/* чуть усиливаем эффект по мере роста */

.rewards-tier--elite .rewards-card--platinum-4 .rewards-card__inner {
  transform: translateY(-2px);
}

.rewards-tier--elite .rewards-card--platinum-5 .rewards-card__inner {
  transform: translateY(-3px);
}

/* Diamond — бело-золотой, с сильным свечением */

.rewards-tier--elite .rewards-card--diamond .rewards-card__inner {
  border-color: rgba(250, 250, 250, 0.9);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.96),
    0 0 26px rgba(250, 250, 250, 0.9);
  background: radial-gradient(
      circle at 0 0,
      rgba(250, 250, 250, 0.26),
      transparent 60%
    ),
    radial-gradient(circle at 50% 100%, #020617 0, #020617 80%);
}

.rewards-tier--elite .rewards-card--diamond .rewards-card__icon-wrapper {
  box-shadow: 0 0 20px rgba(248, 250, 252, 0.95),
    0 0 12px rgba(250, 204, 21, 0.8);
}

.rewards-tier--elite .rewards-card--diamond .rewards-card__amount {
  color: #fef9c3;
}

/* Obsidian — фиолетово-неоновый, самый жирный */

.rewards-tier--elite .rewards-card--obsidian .rewards-card__inner {
  border-color: rgba(168, 85, 247, 0.95);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.98),
    0 0 30px rgba(168, 85, 247, 0.95);
  background: radial-gradient(
      circle at 0 0,
      rgba(129, 140, 248, 0.3),
      transparent 60%
    ),
    radial-gradient(circle at 50% 100%, #020617 0, #020617 80%);
  transform: translateY(-4px);
}

.rewards-tier--elite .rewards-card--obsidian .rewards-card__icon-wrapper {
  box-shadow: 0 0 22px rgba(168, 85, 247, 1), 0 0 14px rgba(56, 189, 248, 0.9);
}

.rewards-tier--elite .rewards-card--obsidian .rewards-card__amount {
  color: #e9d5ff;
}

/* сноска под элитным блоком */

.rewards-tier__note {
  max-width: 1040px;
  margin: 14px auto 0;
  font-size: 12px;
  line-height: 1.5;
  color: #9ca3af;
}

/* адаптив для элиты */

@media (max-width: 900px) {
  .rewards-tier--elite .rewards-tier__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .rewards-tier--elite .rewards-tier__grid::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .rewards-tier--elite {
    padding: 32px 12px 48px;
  }

  .rewards-tier--elite .rewards-tier__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rewards-tier--elite .rewards-card__inner {
    padding: 13px 8px 14px;
  }

  .rewards-tier--elite .rewards-card__amount {
    font-size: 16px;
  }
}
.rewards-cta {
  padding: 40px 20px 60px;
}

.rewards-cta__card {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.22),
      transparent 55%
    ),
    radial-gradient(circle at 100% 0, rgba(168, 85, 247, 0.2), transparent 55%),
    radial-gradient(circle at 50% 100%, #020617 0, #020617 80%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.95), 0 0 26px rgba(15, 23, 42, 0.9);
  overflow: hidden;
}

.rewards-cta__glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(
      circle at 20% 0,
      rgba(56, 189, 248, 0.22),
      transparent 60%
    ),
    radial-gradient(circle at 80% 0, rgba(168, 85, 247, 0.24), transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}

/* контент */

.rewards-cta__content {
  position: relative;
  z-index: 1;
  padding: 22px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #e5e7eb;
}

.rewards-cta__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
}

.rewards-cta__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #f9fafb;
}

.rewards-cta__text {
  margin: 0;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5f5;
}

/* код */

.rewards-cta__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  margin: 0 3px;
  border-radius: 999px;
  border: 1px solid rgba(250, 204, 21, 0.9);
  background: linear-gradient(90deg, #facc15, #f97316);
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* кнопка — просто <a>, без button внутри */

.rewards-cta__button {
  align-self: flex-start;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(90deg, #22c55e, #0ea5e9);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.96), 0 0 24px rgba(56, 189, 248, 0.9);
  color: #020617;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.rewards-cta__button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.96), 0 0 30px rgba(56, 189, 248, 1);
}

.rewards-cta__button-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.rewards-cta__button-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rewards-cta__button-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* адаптив */

@media (max-width: 720px) {
  .rewards-cta {
    padding: 32px 12px 48px;
  }

  .rewards-cta__content {
    padding: 18px 16px 18px;
  }

  .rewards-cta__title {
    font-size: 20px;
  }

  .rewards-cta__text {
    font-size: 13px;
  }

  .rewards-cta__button-label {
    font-size: 12px;
  }
}
.bonusbuy-page {
  padding: 40px 20px 60px;
  color: #e5e7eb;
}

.bonusbuy-page__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.bonusbuy-page__header {
  margin-bottom: 24px;
}

.bonusbuy-page__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
}

.bonusbuy-page__title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #f9fafb;
}

.bonusbuy-page__description {
  margin: 0;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5f5;
}

.bonusbuy-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 24px;
}

.bonusbuy-page__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bonusbuy-page__right {
  display: flex;
}

/* Tabs */

.bonusbuy-tabs {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(51, 65, 85, 0.9);
}

.bonusbuy-tabs__button {
  border: none;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.bonusbuy-tabs__button--active {
  background: linear-gradient(90deg, #22c55e, #0ea5e9);
  color: #020617;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.9), 0 0 18px rgba(56, 189, 248, 0.9);
}

/* Timer */

.bonusbuy-timer {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.17),
      transparent 55%
    ),
    radial-gradient(circle at 100% 0, rgba(168, 85, 247, 0.16), transparent 55%),
    rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(51, 65, 85, 0.9);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bonusbuy-timer__label {
  font-size: 12px;
  color: #e5e7eb;
}

.bonusbuy-timer__values {
  display: flex;
  gap: 10px;
}

.bonusbuy-timer__unit {
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(51, 65, 85, 0.9);
  text-align: center;
}

.bonusbuy-timer__number {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #f9fafb;
}

.bonusbuy-timer__text {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
}

/* Forms */

.bonusbuy-form {
  margin-top: 10px;
  padding: 14px 14px 16px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(51, 65, 85, 0.9);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bonusbuy-form--hidden {
  display: none;
}

.bonusbuy-form__group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bonusbuy-form__label {
  font-size: 12px;
  color: #e5e7eb;
}

.bonusbuy-form__input,
.bonusbuy-form__select {
  border-radius: 10px;
  border: 1px solid rgba(55, 65, 81, 1);
  background: rgba(15, 23, 42, 0.98);
  color: #e5e7eb;
  font-size: 13px;
  padding: 8px 10px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background 0.15s ease;
}

.bonusbuy-form__input::placeholder {
  color: #6b7280;
}

.bonusbuy-form__input:focus,
.bonusbuy-form__select:focus {
  border-color: rgba(56, 189, 248, 0.9);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.6);
  background: rgba(15, 23, 42, 1);
}

.bonusbuy-form__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.bonusbuy-form__submit {
  border: none;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #22c55e, #0ea5e9);
  color: #020617;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.96), 0 0 22px rgba(56, 189, 248, 0.9);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.bonusbuy-form__submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.96), 0 0 26px rgba(56, 189, 248, 1);
}

.bonusbuy-form__status {
  font-size: 12px;
  color: #9ca3af;
  min-height: 18px;
  transition: all 0.2s ease;
}

.bonusbuy-form__status--success {
  color: #22c55e;
  font-weight: 500;
}

.bonusbuy-form__status--error {
  color: #ef4444;
  font-weight: 500;
}

.bonusbuy-form__status--loading {
  color: #0ea5e9;
  font-weight: 500;
}

/* Right panel */

.bonusbuy-panel {
  width: 100%;
  padding: 14px 14px 16px;
  border-radius: 18px;
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.22),
      transparent 55%
    ),
    radial-gradient(circle at 100% 0, rgba(168, 85, 247, 0.2), transparent 55%),
    rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(51, 65, 85, 0.9);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.95);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bonusbuy-panel__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #f9fafb;
}

.bonusbuy-panel__subtitle {
  margin: 0;
  font-size: 12px;
  color: #cbd5f5;
}

.bonusbuy-panel--hidden {
  display: none;
}

/* Status badges */
.bonusbuy-status--pending {
  color: #fbbf24;
  font-size: 11px;
}

.bonusbuy-status--completed {
  color: #34d399;
  font-size: 11px;
}

.bonusbuy-status--entered {
  color: #60a5fa;
  font-size: 11px;
}

.bonusbuy-status--participated {
  color: #9ca3af;
  font-size: 11px;
}

.bonusbuy-status--won {
  color: #fbbf24;
  font-size: 11px;
  font-weight: 600;
}

/* Table */

.bonusbuy-table {
  margin-top: 6px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(51, 65, 85, 0.9);
  overflow: hidden;
}

.bonusbuy-table__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.bonusbuy-table__head {
  background: rgba(15, 23, 42, 0.98);
}

.bonusbuy-table__th {
  padding: 8px 10px;
  text-align: left;
  font-weight: 500;
  color: #9ca3af;
  border-bottom: 1px solid rgba(31, 41, 55, 1);
}

.bonusbuy-table__body tr:nth-child(even) {
  background: rgba(15, 23, 42, 0.97);
}

.bonusbuy-table__body tr:nth-child(odd) {
  background: rgba(15, 23, 42, 0.94);
}

.bonusbuy-table__body td {
  padding: 6px 10px;
  border-bottom: 1px solid rgba(31, 41, 55, 1);
  color: #e5e7eb;
}

.bonusbuy-table__body tr:last-child td {
  border-bottom: none;
}

.bonusbuy-table__empty {
  margin: 8px 10px 8px;
  font-size: 12px;
  color: #6b7280;
}

.bonusbuy-table__error {
  margin: 4px 2px 0;
  font-size: 12px;
  color: #fca5a5;
}

/* Winner styling */
.bonusbuy-table__row--winner {
  background: linear-gradient(90deg, rgba(234, 179, 8, 0.15), rgba(234, 179, 8, 0.05)) !important;
  border-left: 3px solid #eab308;
}

.bonusbuy-winner-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  color: #fef08a;
  background: linear-gradient(90deg, rgba(234, 179, 8, 0.3), rgba(251, 191, 36, 0.2));
  border: 1px solid rgba(234, 179, 8, 0.5);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  animation: winnerPulse 2s ease-in-out infinite;
}

@keyframes winnerPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px rgba(234, 179, 8, 0.4); }
  50% { opacity: 0.85; box-shadow: 0 0 16px rgba(234, 179, 8, 0.6); }
}

/* Rules */

.bonusbuy-rules {
  margin-top: 6px;
  padding: 10px 10px 10px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.97);
  border: 1px solid rgba(51, 65, 85, 0.9);
}

.bonusbuy-rules__title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #f9fafb;
}

.bonusbuy-rules__list {
  margin: 0;
  padding-left: 18px;
}

.bonusbuy-rules__item {
  font-size: 12px;
  color: #cbd5f5;
}

.bonusbuy-rules__item + .bonusbuy-rules__item {
  margin-top: 4px;
}

/* Adaptive */

@media (max-width: 960px) {
  .bonusbuy-page__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .bonusbuy-page {
    padding: 32px 12px 48px;
  }

  .bonusbuy-page__title {
    font-size: 22px;
  }

  .bonusbuy-timer__values {
    gap: 8px;
  }

  .bonusbuy-timer__unit {
    min-width: 58px;
    padding: 5px 6px;
  }

  .bonusbuy-panel {
    padding: 12px 12px 14px;
  }
}
.button--disabled,
button:disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
  filter: grayscale(50%);
  pointer-events: none;
  transition: 0.2s ease;
}

.button--disabled:hover {
  opacity: 0.4 !important;
}
.button--disabled,
button:disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
  filter: grayscale(50%);
  pointer-events: none;
  transition: 0.2s ease;
}
.intro-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.intro-screen__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(120, 120, 255, 0.25), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(180, 60, 255, 0.3), transparent 55%),
    #050414;
}

.intro-screen__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-screen__glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(187, 16, 224, 0.65), transparent 65%);
  filter: blur(18px);
  opacity: 0;
  animation: intro-glow 1.3s ease-out forwards;
}

.intro-screen__logo {
  width: 160px;
  max-width: 45vw;
  opacity: 0;
  transform: scale(0.8);
  filter: blur(6px);
  animation: intro-logo 1.1s ease-out forwards;
  image-rendering: -webkit-optimize-contrast;
}

.intro-screen--hidden {
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
}

@keyframes intro-logo {
  0% {
    opacity: 0;
    transform: scale(0.8);
    filter: blur(6px);
  }
  40% {
    opacity: 1;
    transform: scale(1.04);
    filter: blur(2px);
  }
  75% {
    transform: scale(0.98);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes intro-glow {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.85;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-screen__logo,
  .intro-screen__glow {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.reveal-section {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  filter: blur(10px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.8s ease-out;
  will-change: opacity, transform, filter;
}

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

.reveal-child {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  filter: blur(8px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.7s ease-out;
}

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

@media (prefers-reduced-motion: reduce) {
  .reveal-section,
  .reveal-child {
    transition: none;
    transform: none;
    filter: none;
    opacity: 1;
  }
}




.leaderboard-decor-image {
  position: absolute;
  animation: float3D 7s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}




/* Правая декоративная картинка */
.videos-bg--right {
  right: -20px;
  background-image: url("/nc_assets/img/videos-right.webp");
  animation: floatDecorReverse 8s ease-in-out infinite;
  will-change: transform;
}
.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(187, 16, 224, 0.35), transparent 70%);
  pointer-events: none;
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.countdown-section {
  position: relative;
  overflow: hidden;
}

.countdown-section__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.countdown-section__inner {
  position: relative;
  z-index: 1;
}

.countdown-section__decor {
  position: absolute;
  top: -10%;
  right: 10px;
  width: 520px;
  height: 520px;
  background-image: url("/nc_assets/img/decor-countdown.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.95;

  animation: float3D 10s ease-in-out infinite;
}


.bonusbuy-page {
  position: relative;
  overflow: hidden;
}

.bonusbuy-bg {
  position: absolute;
  top: 50%;
  width: 420px;
  height: 420px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
  animation: floatDecor 7s ease-in-out infinite;
}

.bonusbuy-bg--left {
  left: 160px;
  background-image: url("/nc_assets/img/leaderboard-chip.webp"); /* ← замени */
    z-index: -1;
}

.bonusbuy-bg--right {
  right: 120px;
  background-image: url("/nc_assets/img/decor-countdown.webp"); /* ← замени */
  animation: floatDecorReverse 7s ease-in-out infinite; 
  z-index: -1;
}

@keyframes floatDecor {
  0% {
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(calc(-50% - 12px)) translateX(6px) rotate(2deg);
  }
  100% {
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
}

@keyframes floatDecorReverse {
  0% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scaleX(-1);
  }
  50% {
    transform: translateY(calc(-50% + 12px)) translateX(-6px) rotate(-2deg) scaleX(-1);
  }
  100% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scaleX(-1);
  }
}

@media (max-width: 1024px) {
  .bonusbuy-bg {
    width: 300px;
    height: 300px;
    opacity: 0.45;
  }
}

@media (max-width: 768px) {
  .bonusbuy-bg {
    display: none;
  }
}



@media (max-width: 1024px) {
  .countdown-section__decor {
    right: -200px;
    width: 300px;
    height: 300px;
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .countdown-section__decor {
    display: none;
  }
}
@keyframes float3D {
  0% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotateX(6deg) rotateY(3deg) rotate(2deg);
  }
  100% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg) rotate(0deg);
  }
}
@keyframes floatDecorMirror {
  0% {
    transform: scaleX(-1) translateY(-50%) translateX(0) rotate(0deg);
  }
  50% {
    transform: scaleX(-1) translateY(calc(-50% - 12px)) translateX(6px) rotate(3deg);
  }
  100% {
    transform: scaleX(-1) translateY(-50%) translateX(0) rotate(0deg);
  }
}

/* Можно сделать разные вариации движения */
@keyframes floatDecorReverse {
  0% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scaleX(-1);
  }
  50% {
    transform: translateY(calc(-50% + 14px)) translateX(-8px) rotate(-4deg) scaleX(-1);
  }
  100% {
    transform: translateY(-50%) translateX(0) rotate(0deg) scaleX(-1);
  }
}