/* Homepage — rebuilt from provided screenshots */
:root {
  --black: #000;
  --gold: #efc75a;
  --gold-mid: #d4a84b;
  --gold-deep: #a87c31;
  --cream: #fff3c4;
  --white: #fff;
  --muted: rgba(255, 255, 255, 0.82);
  --g: linear-gradient(180deg, #ffe9a8 0%, #efc75a 38%, #d4a84b 72%, #a87c31 100%);
  --font: "Montserrat", system-ui, sans-serif;
  --display: "Anton", Impact, sans-serif;
  --max: 1680px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--white);
  background: #000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
b { color: var(--gold); font-weight: 800; }

.page-bg { display: none; }
.page { min-height: 100vh; background: #000; position: relative; }
.container { width: min(100% - 2.2rem, var(--max)); margin-inline: auto; }

.fb {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: url("../images/fb%20logo.png") center / cover no-repeat;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  padding: 0.72rem 1.35rem 0.62rem;
  border: 0;
  border-radius: 10px;
  background: var(--g);
  color: #1a0a04;
  font-family: var(--font);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: 0 3px 0 #6a4716, 0 10px 22px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn:hover { filter: brightness(1.05); }
.btn__main { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.92rem; }
.btn__sub {
  font-size: 0.58rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 1.7rem;
  opacity: 0.9;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #000;
  padding: 0.45rem 0;
}
.header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
}
.logo { width: 92px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.5)); }
.nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.85rem;
}
.nav a {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0.22rem;
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.nav a.active,
.nav a:hover { color: var(--gold); }
.nav a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--gold);
}
.nav__link--major { flex-direction: column; gap: 0.12rem; padding-bottom: 0; }
.nav__link--major.active::after { display: none; }
.nav__badge {
  display: inline-block;
  padding: 0.06rem 0.35rem;
  border-radius: 999px;
  background: #e23b3b;
  color: #fff;
  font-size: 0.38rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.btn--header {
  align-items: center;
  border-radius: 10px;
  padding: 0.42rem 0.9rem 0.38rem;
  background: #0a0604;
  border: 1.5px solid var(--gold-mid);
  box-shadow: none;
}
.btn--header .btn__main { font-size: 0.68rem; color: var(--gold); }
.btn--header .btn__sub { padding-left: 0; font-size: 0.46rem; color: rgba(255,255,255,0.88); }
.menu-btn {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid rgba(212,168,75,0.45);
  border-radius: 10px;
  background: #111;
  cursor: pointer;
  place-items: center;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  display: block; width: 18px; height: 2px; background: var(--gold); position: relative;
}
.menu-btn span::before,
.menu-btn span::after { content: ""; position: absolute; left: 0; }
.menu-btn span::before { top: -6px; }
.menu-btn span::after { top: 6px; }

/* Hero */
.hero {
  position: relative;
  padding: 0.2rem 0 1rem;
  overflow: hidden;
  background: radial-gradient(ellipse 70% 60% at 50% 70%, rgba(160, 18, 12, 0.55), transparent 62%);
}
.hero__gold-fx,
.hero__gold-fx--right,
.hero__coins { display: none; }
.hero__grid {
  display: grid;
  grid-template-columns: auto minmax(280px, 820px) auto;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 1rem;
  width: fit-content;
  max-width: min(100% - 1.6rem, 1680px);
  margin-inline: auto;
}
.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: center;
  gap: 0.7rem;
  max-width: 33.5rem;
}
.hero__copy-main {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.hero-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  line-height: 0.9;
}
.hero-title__line {
  display: block;
  font-family: var(--display);
  text-transform: uppercase;
}
.hero-title__line--gold {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-size: clamp(1.325rem, 1.4vw + 0.56rem, 1.67rem);
  color: #ffd54a;
}
.hero-title__line--silver {
  white-space: nowrap;
  letter-spacing: 0.01em;
  font-size: clamp(3.07rem, 3.49vw + 1.4rem, 4.39rem);
  background: linear-gradient(180deg, #fff 0%, #d8d8d8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.45));
}
.hero-title__line--gold-xl {
  white-space: nowrap;
  letter-spacing: 0.01em;
  font-size: clamp(4.32rem, 4.74vw + 1.81rem, 6.42rem);
  background: linear-gradient(180deg, #ffe27a 0%, #efc75a 40%, #a87c31 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.45));
}
.hero__text {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}
.hero__text--sub {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255,255,255,0.88);
}
.btn--hero {
  min-width: 0;
  width: fit-content;
  align-self: flex-start;
  margin-top: 0.15rem;
  padding: 0.59rem 1.19rem 0.5rem;
  border-radius: 11px;
  gap: 0.07rem;
}
.btn--hero .fb { width: 1.74rem; height: 1.74rem; }
.btn--hero .btn__main { font-size: 1.09rem; gap: 0.45rem; }
.btn--hero .btn__sub {
  padding-left: 2.09rem;
  font-size: 0.7rem;
}
.hero__visual {
  display: grid;
  place-items: center;
  align-self: center;
}
.hero__logo {
  width: min(100%, 980px);
  filter: drop-shadow(0 16px 32px rgba(0,0,0,.65));
}
.hero__pedestal { display: none; }

.hero__winner {
  width: 100%;
  max-width: 420px;
  min-height: 600px;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 0.95rem 0.95rem;
  border-radius: 14px;
  border: 1.5px solid rgba(212, 168, 75, 0.75);
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(140, 24, 14, 0.5), transparent 70%),
    linear-gradient(180deg, #1a0a07, #0a0403);
}
.hero__winner-banner {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  flex-shrink: 0;
}
.hero__winner-tag {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero__winner-tag::before,
.hero__winner-tag::after { content: "\2605"; }
.hero__winner .winner-mini-card {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  flex: 1;
}
.hero__winner .winner-mini-card__avatar-wrap {
  width: min(100%, 320px);
  margin-bottom: -2.4rem;
}
.hero__winner .winner-mini-card__border { mix-blend-mode: lighten; }
.hero__winner .winner-mini-card__ribbon {
  left: 50%;
  bottom: 16.5%;
  width: 46%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  line-height: 1;
}
.hero__winner .winner-mini-card__name {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
  text-align: center;
}
.hero__winner .winner-mini-card__city {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 auto;
  font-size: 0.95rem;
  font-weight: 600;
  color: #efc75a;
  background: none;
}
.hero__winner .winner-mini-card__city svg {
  width: 16px;
  height: 16px;
  fill: #efc75a;
  flex-shrink: 0;
}
.hero__winner .winner-mini-card__prize {
  margin-top: 0;
  padding: 0.7rem 0.6rem 0.5rem;
}
.hero__winner .winner-mini-card__amount {
  font-family: "Cinzel", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(1.85rem, 4.2vw, 2.35rem);
  letter-spacing: 0.04em;
}
.hero__winner .btn-outline {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  border: 1.5px solid var(--gold-mid);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.btn-outline__star { color: var(--gold); }

/* Winner mini card */
.winner-mini-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.85rem 0.7rem 0.9rem;
  border-radius: 14px;
  border: 1.5px solid rgba(212, 168, 75, 0.55);
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(140, 24, 14, 0.45), transparent 70%),
    linear-gradient(180deg, #1a0a07, #0c0403);
}
.winner-mini-card__tag {
  display: none;
}
.winner-mini-card__avatar-wrap {
  position: relative;
  width: 108px;
  aspect-ratio: 1;
}
.winner-mini-card__avatar {
  position: absolute;
  top: 21%; left: 21%;
  width: 58%; height: 58%;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
}
.winner-mini-card__border {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 2;
  pointer-events: none;
}
.winner-mini-card__ribbon {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a0a04;
  white-space: nowrap;
}
.winner-mini-card__name {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.winner-mini-card__city {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  color: var(--gold);
}
.winner-mini-card__city svg { width: 11px; height: 11px; fill: var(--gold); }
.winner-mini-card__prize {
  margin-top: 0.45rem;
  width: 100%;
  padding: 0.4rem 0.5rem 0.35rem;
  border-radius: 8px;
  border: 1px solid rgba(212, 168, 75, 0.5);
  background: rgba(0,0,0,0.4);
}
.winner-mini-card__amount {
  margin: 0;
  font-family: var(--display);
  font-size: 1.35rem;
  background: var(--g);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.winner-mini-card__date {
  margin: 0.12rem 0 0;
  font-size: 0.64rem;
  color: rgba(255,255,255,0.55);
}
.hero__winner .winner-mini-card__tag {
  display: inline-block;
  align-self: center;
  margin: 0 0 0.15rem;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--gold-mid);
  background: #0a0403;
  color: #fff;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Status */
.status-row { padding: 0.4rem 0 1.1rem; }
.status-row__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}
.status-row__heading::before,
.status-row__heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(212, 168, 75, 0.7);
}
.status-row__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.status-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-height: 168px;
  padding: 1.1rem 1.2rem;
  border-radius: 14px;
  border: 1.5px solid rgba(212, 168, 75, 0.72);
  background:
    radial-gradient(ellipse 80% 70% at 18% 50%, rgba(140, 24, 14, 0.5), transparent 68%),
    linear-gradient(180deg, #1a0a07, #0c0403);
}
.status-card__ico {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.status-card__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
}
.status-card__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.status-card__value {
  display: block;
  margin-top: 0.18rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.status-card__value--soon { color: #ffe36a; }
.status-card__value--live { color: #3dff7a; }
.status-card__desc {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.78rem;
  color: var(--muted);
}
.status-card__arrow {
  margin-left: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--g);
  color: #1a0a04;
  font-size: 1.2rem;
}

/* Quad cards */
.quad-grid { padding: 0.2rem 0 1rem; }
.quad-grid__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}
.quad-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1rem 0.9rem 1.05rem;
  border-radius: 14px;
  border: 1.5px solid rgba(212, 168, 75, 0.55);
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(140, 24, 14, 0.4), transparent 70%),
    linear-gradient(180deg, #140806, #080303);
}
.quad-card__title {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.quad-card__title--starred {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  text-align: center;
}
.quad-card__title--starred::before,
.quad-card__title--starred::after { display: none; }
.quad-card__kicker { font-size: 0.7rem; color: #fff; }
.quad-card__gold-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 1rem;
  color: var(--gold);
}
.quad-card__gold-title::before,
.quad-card__gold-title::after {
  content: "\2605";
  font-size: 0.72rem;
  color: var(--gold);
}
.quad-card__title--icon { display: flex; align-items: center; gap: 0.4rem; }
.quad-card__title-ico { width: 18px; height: 18px; display: grid; place-items: center; }
.quad-card__title-ico svg { width: 100%; height: 100%; fill: var(--gold); }
.quad-card__stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}
.quad-card__square {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  border: 1.5px solid rgba(212, 168, 75, 0.8);
  overflow: hidden;
  background: #000;
}
.quad-card__square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.quad-card__square--empty {
  display: grid;
  place-items: center;
  text-align: center;
}
.quad-card__square--empty p {
  margin: 0;
  padding: 1rem;
  color: rgba(212, 168, 75, 0.65);
  font-weight: 800;
  font-size: 0.95rem;
}
.quad-card__square--qr {
  width: calc(100% - 80px);
  max-width: none;
  margin: 0 auto 0.7rem;
  border: 0;
  border-radius: 18px;
  background: transparent;
}
.quad-card__square--qr img { object-fit: contain; }
.quad-card__nav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: var(--g);
  color: #1a0a04;
  font-size: 1.15rem;
  font-weight: 800;
  cursor: pointer;
  display: grid;
  place-items: center;
  line-height: 1;
}
.quad-card__actions { display: flex; flex-direction: column; gap: 0.5rem; margin-top: auto; }
.btn--panel {
  width: 100%;
  align-items: center;
  border-radius: 10px;
  padding: 0.55rem 0.8rem;
}
.btn--panel .btn__main { justify-content: center; width: 100%; font-size: 0.82rem; }
.btn--panel .btn__sub { display: none; }
.quad-card__link--fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: #4ea3ff;
  font-size: 0.78rem;
  font-weight: 700;
}
.quad-card__list {
  margin: 0 0 0.8rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}
.quad-card--notice {
  padding: 1.2rem 1.05rem 1.15rem;
  gap: 0.95rem;
}
.quad-card--notice .quad-card__title {
  font-size: 0.98rem;
  margin: 0;
}
.quad-card--notice .quad-card__title-ico {
  width: 28px;
  height: 28px;
}
.quad-card--notice .quad-card__lead {
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
}
.quad-card--notice .quad-card__list {
  flex: none;
  gap: 1.05rem;
  margin: 0;
}
.quad-card--notice .quad-card__list-text {
  font-size: 0.9rem;
  line-height: 1.42;
}
.quad-card--notice .quad-card__list-ico {
  width: 32px;
  height: 32px;
}
.quad-card--notice .quad-card__list-ico svg {
  width: 16px;
  height: 16px;
}
.quad-card--notice .quad-card__cta {
  margin-top: 0;
  padding: 0.72rem 0.9rem;
  border-radius: 999px;
}
.quad-card--notice .quad-card__cta .btn__main { font-size: 0.95rem; }
.quad-card__lead {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #fff;
  font-weight: 500;
}
.quad-card__lead b { font-weight: 800; letter-spacing: 0.02em; }
.quad-card__list-ico--alert {
  background: #c41e1e;
}
.quad-card__list-ico--alert svg { fill: #fff; }
.quad-card__list li { display: flex; gap: 0.5rem; align-items: flex-start; }
.quad-card__list-ico {
  width: 24px; height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--g);
  flex-shrink: 0;
}
.quad-card__list-ico svg { width: 12px; height: 12px; fill: #1a0a04; }
.quad-card__list-text {
  font-size: 0.7rem;
  line-height: 1.4;
  color: #fff;
}
.quad-card__list-text strong { display: block; color: var(--gold); font-weight: 800; }
.quad-card__list-desc { display: block; margin-top: 0.08rem; color: #fff; }
.quad-card__qr {
  width: 168px;
  margin: 0 auto 0.7rem;
  padding: 0.45rem;
  border: 5px solid var(--gold-mid);
  background: #fff;
}
.quad-card__qr img { width: 100%; }
.quad-card__qr-placeholder {
  min-height: 140px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #333;
  font-weight: 800;
}
.quad-card__text {
  margin: 0 0 0.7rem;
  text-align: center;
  font-size: 0.72rem;
  color: #fff;
}
.quad-card--safety {
  overflow: hidden;
  padding: 1.1rem 1rem 1.05rem;
  gap: 0.9rem;
  background:
    linear-gradient(90deg, rgba(8,4,2,0.82) 0%, rgba(8,4,2,0.32) 50%, transparent 78%),
    url("../images/stay-alert-bg.png?v=2") right bottom / cover no-repeat;
}
.quad-card--safety .quad-card__title {
  font-size: 0.88rem;
  margin: 0;
}
.quad-card--safety .quad-card__title-ico {
  width: 24px;
  height: 24px;
}
.quad-card--safety .quad-card__list {
  flex: none;
  max-width: 68%;
  gap: 0.95rem;
  margin: 0;
}
.quad-card--safety .quad-card__list-text {
  font-size: 0.8rem;
  line-height: 1.35;
}
.quad-card--safety .quad-card__list-text strong {
  font-size: 0.85rem;
}
.quad-card--safety .quad-card__list-desc {
  margin-top: 0.1rem;
  font-size: 0.78rem;
}
.quad-card--safety .quad-card__list-ico {
  width: 28px;
  height: 28px;
}
.quad-card--safety .quad-card__list-ico svg {
  width: 14px;
  height: 14px;
}
.safety-art { display: none; }

/* Latest winners */
.winners-section { padding: 0.4rem 0 1.1rem; }
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.section-head__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-head__link {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
}
.section-head--center {
  position: relative;
  justify-content: center;
}
.section-head--center .section-head__title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-head--center .section-head__title::before,
.section-head--center .section-head__title::after {
  content: "";
  width: min(16vw, 120px);
  height: 1px;
  background: rgba(212, 168, 75, 0.7);
}
.section-head--center .section-head__link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.carousel {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  gap: 0.45rem;
}
.carousel__track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__item {
  flex: 0 0 min(200px, 78vw);
  scroll-snap-align: start;
}
.winners-section .carousel__track { gap: 0.7rem; }
.winners-section .carousel__item {
  flex: 0 0 calc((100% - 2.8rem) / 5);
  min-width: 0;
}
.winners-section .winner-mini-card { width: 100%; }
.winners-section .winner-mini-card__avatar-wrap {
  width: min(72%, 132px);
}
.carousel__btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 0;
  background: var(--g);
  color: #1a0a04;
  font-size: 1.2rem;
  cursor: pointer;
}
.winners-section__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: #fff;
}
.winners-section__shield {
  width: 16px; height: 18px;
  background: var(--g);
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}

/* Launch */
.launch { padding: 0.3rem 0 1.1rem; }
.launch__frame {
  border-radius: 18px;
  border: 1.5px solid rgba(239, 199, 90, 0.72);
  padding: 1.625rem 1.755rem 1.56rem;
  background:
    radial-gradient(ellipse 48% 90% at 82% 48%, rgba(190, 42, 12, 0.55), transparent 58%),
    radial-gradient(ellipse 40% 70% at 18% 50%, rgba(70, 18, 8, 0.45), transparent 70%),
    linear-gradient(180deg, #140806, #080303);
}
.launch__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(260px, 1fr) auto;
  gap: 1.3rem 1.75rem;
  align-items: center;
}
.launch__copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.1rem;
  min-width: 0;
}
.launch__title {
  margin: 0;
  font-size: 1.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.15;
}
.launch-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.72rem;
  margin: 0;
}
.launch-stat {
  text-align: center;
  padding: 1.17rem 0.45rem 0.98rem;
  border-radius: 12px;
  border: 1.5px solid rgba(212, 168, 75, 0.55);
  background: linear-gradient(180deg, #2a100c, #140705);
}
.launch-stat__num {
  display: block;
  font-size: 3.05rem;
  font-weight: 800;
  line-height: 1;
  color: var(--gold);
}
.launch-stat__label {
  display: block;
  margin-top: 0.52rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold);
}
.launch__text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.45;
  color: #fff;
  font-weight: 500;
}
.launch__center {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.72rem;
  text-align: center;
  min-width: 0;
}
.launch__eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 1.07rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.launch__eyebrow::before,
.launch__eyebrow::after {
  content: "\2605";
  font-size: 0.94rem;
  color: var(--gold);
}
.launch__soon {
  margin: 0;
  font-size: 2.21rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.countdown {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.72rem;
  margin: 0;
  padding: 1.1rem 1.17rem 0.91rem;
  border-radius: 14px;
  border: 1.5px solid rgba(212, 168, 75, 0.55);
  background: linear-gradient(180deg, #1c0c08, #100604);
}
.countdown__unit {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown__box {
  width: 100%;
  padding: 0.81rem 0.26rem;
  border-radius: 10px;
  background: #fff;
  color: #111;
  text-align: center;
}
.countdown__num { font-size: 2.15rem; font-weight: 800; line-height: 1; }
.countdown__label {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.btn--launch {
  width: 100%;
  align-items: center;
  align-self: stretch;
  margin: 0;
  padding: 0.94rem 1.56rem 0.81rem;
  border-radius: 999px;
}
.btn--launch .btn__main { justify-content: center; width: 100%; font-size: 1.42rem; }
.btn--launch .btn__sub {
  padding-left: 0;
  text-align: center;
  width: 100%;
  font-size: 0.91rem;
}
.launch__visual { display: grid; place-items: center; }
.mystery-prize__drape img {
  width: 220px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.5));
}
.mystery-prize__glow { display: none; }

/* Testimonials */
.testimonials { padding: 0.3rem 0 1.2rem; }
.testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.9rem 0.95rem 0.8rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #eef5ff);
  color: #1a1a1a;
}
.testimonial-card__head { display: flex; align-items: center; gap: 0.55rem; }
.testimonial-card__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #cfd8e3;
}
.testimonial-card__name { margin: 0; font-size: 0.78rem; font-weight: 800; }
.testimonial-card__date { margin: 0.1rem 0 0; font-size: 0.6rem; color: #6b7a8d; }
.testimonial-card__fb { margin-left: auto; }
.testimonial-card__text { margin: 0; font-size: 0.78rem; line-height: 1.45; color: #334155; flex: 1; }
.testimonial-card__react { margin: 0; display: flex; gap: 0.3rem; font-size: 0.9rem; }
.testimonial-card__count { margin-left: 0.2rem; font-size: 0.7rem; font-weight: 700; color: #64748b; }
.carousel--reviews .carousel__track { gap: 0.7rem; }
.carousel--reviews .carousel__item {
  flex: 0 0 calc((100% - 2.1rem) / 4);
  min-width: 0;
  width: auto;
}
.carousel--reviews .testimonial-card { width: 100%; }

/* Footer */
.footer {
  padding: 1.15rem 0 1.15rem;
  border-top: 1px solid rgba(212, 168, 75, 0.28);
  background: #000;
}
.footer__inner {
  display: grid;
  grid-template-columns: auto 0.9fr 1.05fr 0.75fr 1.15fr minmax(240px, 1.15fr);
  align-items: start;
  gap: 0;
  padding-bottom: 1.05rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(212, 168, 75, 0.28);
}
.footer__brand {
  display: flex;
  align-items: center;
  padding-right: 1.15rem;
}
.footer__logo { width: 118px; display: block; }
.footer__logo img { width: 100%; height: auto; }
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  min-width: 0;
  padding: 0 1.05rem;
  border-left: 1px solid rgba(212, 168, 75, 0.45);
}
.footer__col-title {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}
.footer__col-title::after {
  content: " \25BE";
  font-size: 0.7em;
}
.footer__fair .footer__col-title::after,
.footer__contact .footer__col-title::after { content: none; }
.footer__col a {
  font-size: 0.78rem;
  color: #fff;
  width: fit-content;
  max-width: 100%;
}
.footer__col a:hover { color: var(--gold); }
.footer__badge {
  padding: 0.06rem 0.32rem;
  border-radius: 999px;
  background: #e23b3b;
  color: #fff;
  font-size: 0.48rem;
  font-weight: 800;
  text-transform: uppercase;
}
.footer__contact-line {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.footer__contact-line svg {
  width: 14px;
  height: 14px;
  fill: var(--gold);
  flex-shrink: 0;
}
.footer__col-title--spaced { margin-top: 0.85rem; }
.footer__fair {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-left: 1.05rem;
  padding: 0.95rem 0.95rem 0.9rem;
  border: 1.5px solid rgba(212, 168, 75, 0.55);
  border-radius: 12px;
  background: linear-gradient(180deg, #140806, #080303);
}
.footer__fair .footer__col-title {
  margin: 0 0 0.35rem;
  line-height: 1.25;
}
.footer__fair-ico { width: 46px; height: 46px; object-fit: contain; flex-shrink: 0; }
.footer__community-text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #fff;
}
.footer__copy { margin: 0; text-align: center; font-size: 0.7rem; color: rgba(255,255,255,0.5); }

#home, #current-game, #major-game, #latest-winners { scroll-margin-top: 90px; }

@media (max-width: 1180px) {
  .btn--header { display: none; }
  .menu-btn { display: grid; }
  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0; right: 0;
    z-index: 300;
    flex-direction: column;
    padding: 0.7rem;
    border: 1px solid rgba(212,168,75,0.45);
    border-radius: 12px;
    background: rgba(0,0,0,0.92);
  }
  .nav.open { display: flex; }
  .nav a { padding: 0.65rem 0.7rem; }
}
@media (max-width: 1100px) {
  .winners-section .carousel__item { flex-basis: calc((100% - 1.4rem) / 3); }
  .carousel--reviews .carousel__item { flex-basis: calc((100% - 0.7rem) / 2); }
  .hero__grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .hero__coins { display: none; }
  .hero__copy { align-items: center; max-width: none; }
  .hero__copy { align-items: center; }
  .hero-title { align-items: center; }
  .hero__winner { justify-self: center; }
  .status-row__grid { grid-template-columns: 1fr; }
  .quad-grid__row { grid-template-columns: 1fr 1fr; }
  .launch__grid { grid-template-columns: 1fr; text-align: center; }
  .launch-stats { justify-content: center; }
  .section-head--center .section-head__link { position: static; transform: none; }
}
@media (max-width: 900px) {
  .quad-grid__row { grid-template-columns: 1fr; }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .footer__brand,
  .footer__fair { grid-column: 1 / -1; margin-left: 0; }
  .footer__col { border-left: 0; padding: 0; }
}
@media (max-width: 640px) {
  .winners-section .carousel__item { flex-basis: calc((100% - 0.7rem) / 2); }
  .hero__logo { width: 240px; }
  .hero-title__line--silver { font-size: 2.93rem; }
}
