/* Winner Winner — fully coded UI + generated backgrounds */
:root {
  --black: #050201;
  --gold: #efc75a;
  --gold-mid: #d4a84b;
  --gold-deep: #a87c31;
  --gold-dark: #6a4716;
  --cream: #fff3c4;
  --white: #ffffff;
  --muted: rgba(255, 243, 196, 0.78);
  --border: rgba(212, 168, 75, 0.6);
  --font: "Montserrat", system-ui, sans-serif;
  --display: "Anton", Impact, sans-serif;
  --display-winner: "Bebas Neue", "Anton", Impact, sans-serif;
  --script: "Great Vibes", cursive;
  --max: 1800px;
  --g: linear-gradient(180deg, #ffe9a8 0%, #efc75a 32%, #d4a84b 68%, #a87c31 100%);
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--white);
  background: #000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* Dark page background — no sunburst / red shine */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #050000;
}
.page {
  min-height: 100vh;
  position: relative;
  background: transparent;
}
.page > *:not(.page-bg) {
  position: relative;
  z-index: 1;
}
.page > .header {
  z-index: 200;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
b { color: var(--gold); font-weight: 800; }

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

.fb {
  display: inline-block;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: url("../images/fb%20logo.png") center / cover no-repeat;
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.fb::before { content: none; }

/* Buttons */
.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  padding: 0.7rem 1.3rem 0.6rem;
  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 var(--gold-dark), 0 10px 22px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.4);
  transition: transform .18s ease, filter .18s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn__main {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .95rem;
}
.btn__sub {
  font-size: .62rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  opacity: .85;
  padding-left: 1.75rem;
}
.btn--hero { padding: .85rem 1.45rem .75rem; border-radius: 14px; }
.btn--hero .btn__main { font-size: 1.02rem; }
.btn--panel { width: 100%; margin-top: 0; }
.btn--outline {
  flex-direction: row;
  align-items: center;
  gap: .4rem;
  background: transparent;
  color: var(--gold);
  border: 1.5px solid var(--gold-mid);
  box-shadow: none;
  border-radius: 999px;
  padding: .48rem 1.05rem;
  font-size: .7rem;
}
.btn--outline:hover {
  background: rgba(212,168,75,.12);
  filter: none;
  box-shadow: 0 0 14px rgba(239,199,90,.25);
}

/* ===== HEADER (same as homepage) ===== */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  padding: 0.45rem 0;
  background: #000;
  border-bottom: 0;
  box-shadow: none;
}
.header__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
}
.logo {
  width: 92px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.5));
}
.nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.85rem;
  min-width: 0;
}
.nav a {
  font-family: var(--font);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
  position: relative;
  padding-bottom: 0.22rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.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);
  box-shadow: none;
  z-index: 0;
  pointer-events: none;
}
.nav__link--major {
  flex-direction: column;
  align-items: center;
  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-family: var(--font);
  font-size: 0.38rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none;
}
.btn--header {
  align-items: center;
  border-radius: 10px;
  padding: 0.42rem 0.9rem 0.38rem;
  text-align: center;
  flex-shrink: 0;
  background: #0a0604;
  border: 1.5px solid var(--gold-mid);
  color: var(--gold);
  box-shadow: none;
}
.btn--header:hover { background: rgba(212, 168, 75, 0.12); filter: none; }
.btn--header .btn__main { font-size: 0.68rem; color: var(--gold); }
.btn--header .btn__sub {
  padding-left: 0;
  font-size: 0.46rem;
  max-width: none;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  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.15rem 0 1.1rem;
  overflow: hidden;
  min-height: 0;
}
.hero__gold-fx {
  display: none;
}
.hero__gold-fx--right {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: -4%;
  height: 108%;
  width: clamp(90px, 9vw, 150px);
  object-fit: contain;
  object-position: right top;
  transform: scaleX(-1);
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
  mix-blend-mode: screen;
}
.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(180px, 0.52fr) minmax(200px, 0.7fr) minmax(300px, 1.4fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(0.45rem, 1vw, 1rem);
  min-height: 0;
}
.hero__coins {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  pointer-events: none;
}
.hero__coins img {
  width: 100%;
  max-width: none;
  height: clamp(380px, 48vh, 520px);
  object-fit: contain;
  object-position: center;
  mix-blend-mode: screen;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}
.hero__copy {
  position: relative;
  z-index: 3;
  max-width: 32rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.72rem;
}
.hero__visual {
  position: relative;
  z-index: 3;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: visible;
  isolation: isolate;
}

/* Coded metallic title (matches reference graphic) */
.hero-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.72rem;
  line-height: 1;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.55));
}
.hero-title__line {
  display: block;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-title__line--gold {
  font-size: clamp(1.55rem, 1.3vw + 1rem, 2.15rem);
  background-image: none;
  color: #ffd54a;
  -webkit-text-fill-color: #ffd54a;
  background-clip: unset;
  -webkit-background-clip: unset;
}
.hero-title__line--silver {
  font-size: clamp(2.4rem, 2.4vw + 1.2rem, 3.6rem);
  max-width: none;
  background-image: linear-gradient(180deg, #ffffff 0%, #e8e8e8 55%, #cfcfcf 100%);
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.35)) drop-shadow(0 10px 18px rgba(0,0,0,.45));
}
.hero-title__line--gold-xl {
  font-size: clamp(3.2rem, 3.2vw + 1.4rem, 4.6rem);
  background-image: linear-gradient(180deg, #ffe27a 0%, #efc75a 38%, #d4a84b 68%, #a87c31 100%);
  filter: drop-shadow(0 3px 0 rgba(80, 40, 0, 0.4)) drop-shadow(0 12px 22px rgba(0,0,0,.5));
}

.hero__text {
  margin: 0;
  max-width: 28rem;
  font-size: 1.08rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
.hero__text--sub {
  font-size: 1.08rem;
  font-weight: 500;
  color: #fff;
}
.hero__logo {
  position: relative;
  z-index: 2;
  width: auto;
  height: clamp(470px, 54vh, 560px);
  max-width: min(100%, 720px);
  object-fit: contain;
  margin-inline: auto;
  margin-bottom: 0;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.65));
  animation: none;
}
.hero__pedestal {
  display: none;
}
.btn--hero {
  padding: 0.78rem 1.55rem 0.68rem;
  border-radius: 14px;
  min-width: 17.5rem;
}
.btn--hero .btn__main { font-size: 0.92rem; }
.btn--hero .btn__sub { padding-left: 1.85rem; }
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes pulse {
  0%,100% { opacity: .75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

/* ===== CURRENT GAME PANEL ===== */
.panels {
  padding: 0.35rem 0 0.75rem;
  overflow: visible;
}
.panels__frame {
  position: relative;
  overflow: visible;
  border-radius: 16px;
  border: 1.5px solid rgba(212, 168, 75, 0.55);
  background:
    radial-gradient(ellipse 70% 80% at 28% 42%, rgba(90, 20, 12, 0.55), transparent 70%),
    radial-gradient(ellipse 50% 60% at 82% 48%, rgba(70, 16, 10, 0.4), transparent 65%),
    linear-gradient(180deg, #1a0a07 0%, #0c0403 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 220, 140, 0.08);
  padding: 0.95rem 0.8rem 0.7rem;
  margin-top: 1.15rem;
}
/* Ribbon sits on the top edge of the frame */
.ribbon {
  position: absolute;
  top: -1.35rem;
  z-index: 3;
}
.ribbon span {
  display: inline-block;
  padding: 0.38rem 1.15rem;
  border-radius: 999px;
  background: var(--g);
  color: #1a0a04;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  white-space: nowrap;
}
.ribbon--hang {
  left: 1.1rem;
  right: auto;
  transform: none;
}

.btn-outline {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: auto;
  min-width: 0;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  border: 1.5px solid var(--gold-mid);
  background: transparent;
  color: #fff;
  font-family: var(--font);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn-outline__star {
  color: var(--gold);
  font-size: 0.78rem;
  line-height: 1;
}
.btn-outline:hover {
  background: rgba(212, 168, 75, 0.12);
  color: var(--gold);
  border-color: var(--gold);
}

/* Current Game layout */
.game {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
  gap: 0.15rem 0.55rem;
  align-items: center;
  min-height: 0;
  max-width: 820px;
  margin-inline: auto;
}
.game__art {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
.game__art::before {
  content: "";
  position: absolute;
  inset: 10% 8% 22%;
  background: radial-gradient(ellipse at center, rgba(255, 200, 80, 0.2), transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.game__art > * { position: relative; z-index: 1; }
.game__logo {
  width: min(60%, 122px);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.55));
}
.game__prize {
  margin-top: -0.5rem;
}
.game__prize-lead {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(0.62rem, 0.95vw, 0.74rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}
.game__prize-amount {
  margin: 0 0 0.06rem;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.7vw, 2.05rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  background: var(--g);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 0 #5a3a10) drop-shadow(0 6px 12px rgba(0, 0, 0, 0.45));
}
.game__prize-each {
  margin: 0;
}
.game__prize-each span {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border: 1.5px solid var(--gold-mid);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.65);
  font-family: var(--font);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.game__mega {
  width: min(72%, 128px);
  margin-top: -0.6rem;
  margin-bottom: -0.5rem;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.45));
}

.game__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  min-width: 0;
  padding-top: 0;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}
.step {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 0.45rem;
  align-items: center;
}
.step__ico {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 32%, #ffe9a8 0%, #efc75a 42%, #d4a84b 72%, #a87c31 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  color: #1a0a04;
}
.step__ico svg {
  width: 13px;
  height: 13px;
  display: block;
}
.step__text {
  font-family: var(--font);
  font-size: clamp(0.6rem, 0.9vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.22;
  color: #fff;
}
.step__text b { color: var(--gold); }

.btn--panel {
  width: 100%;
  align-items: flex-start;
  margin-top: 0;
  padding: 0.5rem 0.8rem 0.42rem;
  border-radius: 10px;
}
.btn--panel .btn__main {
  font-size: 0.95rem;
}
.btn--panel .btn__sub {
  padding-left: 1.85rem;
}
.btn--panel .fb {
  width: 1.35rem;
  height: 1.35rem;
  background: #1877f2;
  color: #fff;
  font-size: 0.85rem;
}

/* ===== WINNER MINI CARD (hero card, Latest Winners carousel, Winners page grid) ===== */
.winner-mini-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.2rem;
  height: 100%;
  padding: 1rem 0.85rem 0.95rem;
  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.55), transparent 70%),
    linear-gradient(180deg, #1a0a07 0%, #0c0403 100%);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 220, 140, 0.08);
}
.winner-mini-card__tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  background: var(--g);
  color: #1a0a04;
  font-family: var(--font);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.winner-mini-card__avatar-wrap {
  position: relative;
  width: 108px;
  aspect-ratio: 1;
  margin-bottom: 0.3rem;
}
.winner-mini-card__avatar {
  position: absolute;
  top: 21%;
  left: 21%;
  width: 58%;
  height: 58%;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45);
}
.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-family: var(--font);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a0a04;
  white-space: nowrap;
}
.winner-mini-card__name {
  margin: 0.55rem 0 0;
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.winner-mini-card__city {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  color: var(--muted);
}
.winner-mini-card__city svg { width: 11px; height: 11px; fill: var(--gold); flex-shrink: 0; }
.winner-mini-card__amount {
  margin: 0.4rem 0 0;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  background: var(--g);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 0 #5a3a10);
}
.winner-mini-card__date {
  margin: 0.1rem 0 0;
  font-size: 0.66rem;
  color: rgba(255, 243, 196, 0.55);
}

/* ===== HERO: Current Winner card ===== */
.hero__winner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 380px;
  justify-self: stretch;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  padding: 1.35rem 1.25rem 1.2rem;
  min-height: 0;
  height: auto;
  border-radius: 16px;
  border: 1.5px solid rgba(212, 168, 75, 0.7);
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(140, 24, 14, 0.55), transparent 70%),
    linear-gradient(180deg, #1a0a07 0%, #0c0403 100%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.4);
}
.hero__winner-tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.hero__winner-tag::before,
.hero__winner-tag::after {
  content: "\2605";
  font-size: 0.78rem;
  color: var(--gold);
}
.hero__winner .winner-mini-card {
  width: 100%;
  flex: 1;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.hero__winner .winner-mini-card__avatar-wrap { width: 148px; margin-bottom: 0.3rem; }
.hero__winner .winner-mini-card__border { transform: none; }
.hero__winner .winner-mini-card__ribbon { font-size: 0.62rem; }
.hero__winner .winner-mini-card__name { font-size: 1.12rem; margin-top: 0.4rem; }
.hero__winner .winner-mini-card__city { font-size: 0.84rem; }
.hero__winner .winner-mini-card__amount { font-size: 1.7rem; }
.hero__winner .winner-mini-card__date { font-size: 0.74rem; }
.hero__winner .winner-mini-card__prize { padding: 0.62rem 0.75rem 0.55rem; margin-top: 0.55rem; }
.hero__winner .btn-outline {
  width: 100%;
  font-size: 0.76rem;
  padding: 0.72rem 0.85rem;
  margin-top: auto;
}

/* ===== CURRENT STATUS ROW ===== */
.status-row { padding: 0.35rem 0 1.1rem; }
.status-row__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
  font-family: var(--font);
  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: linear-gradient(90deg, transparent, rgba(212, 168, 75, 0.7));
}
.status-row__heading::after { background: linear-gradient(90deg, rgba(212, 168, 75, 0.7), transparent); }
.status-row__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.status-card {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-height: 210px;
  padding: 1.35rem 1.7rem;
  border-radius: 18px;
  border: 1.5px solid rgba(212, 168, 75, 0.72);
  background:
    radial-gradient(ellipse 90% 70% at 18% 50%, rgba(140, 24, 14, 0.55), transparent 70%),
    linear-gradient(180deg, #1a0a07 0%, #0c0403 100%);
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.status-card:hover { border-color: rgba(239, 199, 90, 0.95); transform: translateY(-2px); }
.status-card__ico {
  display: block;
  flex-shrink: 0;
  width: clamp(128px, 10vw, 168px);
  height: clamp(128px, 10vw, 168px);
  border: 0;
  border-radius: 0;
  background: none;
}
.status-card__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
}
.status-card__body { flex: 1; min-width: 0; }
.status-card__label {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.status-card__value {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font);
  font-size: clamp(1.45rem, 1.4vw, 1.85rem);
  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.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
}
.status-card__arrow {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  line-height: 1;
  color: #1a0a04;
  background: var(--g);
  box-shadow: 0 4px 10px rgba(0,0,0,.35);
}

/* ===== QUAD INFO GRID ===== */
.quad-grid { padding: 0.5rem 0 0.85rem; }
.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.95rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 168, 75, 0.3);
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(140, 24, 14, 0.55), transparent 70%),
    linear-gradient(180deg, #1a0a07 0%, #0c0403 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
.quad-card__title {
  margin: 0 0 0.85rem;
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.25;
}
.quad-card__title--starred {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
.quad-card__title--starred::before,
.quad-card__title--starred::after {
  content: "\2605";
  font-size: 0.7rem;
  color: var(--gold);
  flex-shrink: 0;
}
.quad-card__title--icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.quad-card__title-ico {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.quad-card__title-ico svg { width: 100%; height: 100%; fill: var(--gold); }
.quad-card__list {
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}
.quad-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}
.quad-card__list-ico {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-top: 0.05rem;
  border-radius: 8px;
  background: rgba(212, 168, 75, 0.16);
  border: 1px solid rgba(212, 168, 75, 0.35);
}
.quad-card__list-ico svg { width: 13px; height: 13px; fill: var(--gold); }
.quad-card__list-text {
  display: block;
  font-size: 0.74rem;
  line-height: 1.4;
  color: var(--muted);
}
.quad-card__list-text strong {
  display: block;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.01em;
}
.quad-card__list-desc {
  display: block;
  margin-top: 0.1rem;
  color: var(--muted);
}
.quad-card__text {
  margin: 0 0 0.8rem;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--muted);
}
.quad-card__cta { align-self: flex-start; margin-top: auto; }

.quad-card--carousel .quad-card__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 130px;
  border-radius: 10px;
  border: 1px dashed rgba(212, 168, 75, 0.35);
  background: rgba(0, 0, 0, 0.45);
  margin-bottom: 0.85rem;
  padding: 0.85rem;
  text-align: center;
}
.quad-card__stage-hint { margin: 0; font-size: 0.68rem; line-height: 1.4; color: rgba(255, 243, 196, 0.55); }
.quad-card--carousel .quad-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
}
.quad-card__link {
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: color 0.18s ease;
}
.quad-card__link:hover { color: var(--gold); }

.quad-card--qr { align-items: center; text-align: center; }
.quad-card--qr .quad-card__title { text-align: center; }
.quad-card__qr {
  width: 140px;
  padding: 0.6rem;
  margin-bottom: 0.7rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}
.quad-card__qr img { width: 100%; height: auto; display: block; }
.quad-card__qr-placeholder {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 6px;
  border: 1.5px dashed rgba(168, 124, 49, 0.5);
  color: rgba(26, 10, 4, 0.55);
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.4;
}
.quad-card--qr .quad-card__text { text-align: center; }
.quad-card--qr .btn--panel { width: 100%; margin-top: auto; }

.quad-card__badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(212, 168, 75, 0.35);
  background: rgba(0, 0, 0, 0.35);
}
.quad-card__badge-ico {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--g);
}
.quad-card__badge-ico svg { width: 16px; height: 16px; fill: #1a0a04; }
.quad-card__badge-text {
  margin: 0;
  font-family: var(--font);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.25;
}

/* ===== SECTION HEAD (Latest Winners / Community) ===== */
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.section-head__title {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background: none;
  filter: none;
}
.section-head__link {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gold);
  transition: color 0.18s ease;
}
.section-head__link:hover { color: #fff; }

/* ===== CAROUSEL (Latest Winners / Testimonials) ===== */
.winners-section { padding: 0.5rem 0 1rem; }
.winners-section__note {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.74rem;
  color: rgba(255, 243, 196, 0.5);
}
.carousel { position: relative; display: flex; align-items: center; gap: 0.6rem; }
.carousel__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.35rem 0.1rem 0.9rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__item { flex: 0 0 auto; width: min(210px, 74vw); scroll-snap-align: start; }
.carousel__btn {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(212, 168, 75, 0.45);
  background: rgba(0, 0, 0, 0.55);
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.18s ease, border-color 0.18s ease;
}
.carousel__btn:hover { background: rgba(212, 168, 75, 0.15); border-color: var(--gold); }

/* ===== MAJOR GAME LAUNCH ===== */
.launch { padding: 0.75rem 0 1rem; }
.launch__frame {
  border-radius: 16px;
  border: 1.5px solid rgba(212, 168, 75, 0.55);
  background:
    radial-gradient(ellipse 55% 60% at 25% 30%, rgba(90, 20, 12, 0.5), transparent 70%),
    radial-gradient(ellipse 40% 50% at 85% 50%, rgba(80, 12, 8, 0.45), transparent 65%),
    linear-gradient(180deg, #1a0a07 0%, #0c0403 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 220, 140, 0.08);
  padding: 1.5rem 1.4rem;
}
.launch__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) minmax(220px, 0.85fr);
  align-items: center;
  gap: 1.25rem;
}
.launch__eyebrow {
  margin: 0 0 0.7rem;
  text-align: center;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.launch__title {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.02;
  background: linear-gradient(180deg, #fff3c4 0%, #efc75a 45%, #a87c31 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 0 rgba(80, 40, 0, 0.35));
}
.launch-stats {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 220px;
}
.launch__text {
  margin: 0.85rem 0 0;
  max-width: 22rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
}
.launch__soon {
  margin: 0 0 0.75rem;
  font-family: var(--font);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.launch-stat {
  flex: 1 1 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.7rem 0.45rem;
  border-radius: 10px;
  border: 1.5px solid var(--gold-mid);
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 16px rgba(239, 199, 90, 0.12);
}
.launch-stat__num {
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1;
  background: var(--g);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.launch-stat__label {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 243, 196, 0.75);
  text-align: center;
}
.launch__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.launch__center .btn--hero { align-items: center; }
.launch__center .btn__sub { padding-left: 0; }
.countdown { display: flex; align-items: flex-start; justify-content: center; gap: 0.35rem; margin-bottom: 1rem; }
.countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.countdown__sep {
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--gold);
  padding-top: 0.55rem;
}
.countdown__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: 72px;
  padding: 0.7rem 0.55rem 0.35rem;
  border-radius: 8px;
  border: 0;
  background: #f3f3f3;
  box-shadow: 0 8px 16px rgba(0,0,0,.45);
}
.countdown__num {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  color: #111;
  -webkit-text-fill-color: #111;
  background: none;
  line-height: 1;
}
.countdown__label {
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}
.launch__visual { position: relative; display: grid; place-items: center; min-height: 220px; }
.mystery-prize {
  position: relative;
  width: min(100%, 260px);
  aspect-ratio: 1;
}
.mystery-prize__glow {
  position: absolute;
  inset: 8%;
  background: radial-gradient(ellipse at center, rgba(255, 200, 80, 0.4), transparent 70%);
  filter: blur(8px);
}
.mystery-prize__drape {
  position: absolute;
  inset: 8% 12% 4%;
  border-radius: 50% 50% 42% 42%;
  background:
    radial-gradient(ellipse 80% 50% at 50% 18%, rgba(255, 80, 80, 0.35), transparent 50%),
    linear-gradient(180deg, #7a1218 0%, #3a060a 55%, #1a0305 100%);
  box-shadow: 0 18px 36px rgba(0,0,0,.55), inset 0 8px 18px rgba(255, 180, 180, 0.12);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.mystery-prize__drape img {
  width: 58%;
  opacity: 0.55;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.5)) sepia(0.4);
}

/* ===== TESTIMONIALS ===== */
.testimonials { padding: 0.5rem 0 1.25rem; }
.testimonial-card {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem 1.05rem 0.85rem;
  border-radius: 14px;
  border: 1px solid #d7e4f5;
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}
.testimonial-card__head { display: flex; align-items: center; gap: 0.65rem; }
.testimonial-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  background: #cfd8e3;
}
.testimonial-card__name { margin: 0; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.02em; color: #1a1a1a; }
.testimonial-card__date { margin: 0.15rem 0 0; font-size: 0.62rem; color: #6b7a8d; }
.testimonial-card__fb { margin-left: auto; }
.testimonial-card__text { margin: 0; font-size: 0.82rem; line-height: 1.5; color: #334155; flex: 1; }
.testimonial-card__react { margin: 0; display: flex; gap: 0.35rem; font-size: 0.95rem; }
.carousel--reviews .carousel__item { width: min(270px, 82vw); }

@media (max-width: 1220px) {
  .status-row__grid { grid-template-columns: 1fr 1fr; }
  .quad-grid__row { grid-template-columns: 1fr 1fr; }
  .launch__grid { grid-template-columns: 1fr; text-align: center; }
  .launch-stats { justify-content: center; }
  .launch__title { text-align: center; }
  .launch__eyebrow, .countdown { justify-content: center; }
  .countdown { justify-content: center; }
  .launch__visual { margin-top: 0.5rem; }
}

@media (max-width: 900px) {
  .status-row__grid { grid-template-columns: 1fr; }
  .quad-grid__row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section-head { justify-content: center; text-align: center; }
  .carousel__item { width: min(220px, 78vw); }
  .countdown__box { min-width: 52px; padding: 0.5rem 0.4rem; }
}

/* ===== FOOTER ===== */
.footer {
  width: 100%;
  padding: 1.1rem 0 1.25rem;
  border-top: 0;
  background: #000;
}
.footer__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid rgba(212, 168, 75, 0.18);
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.footer__col-title {
  margin: 0 0 0.6rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.25;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 243, 196, 0.78);
  transition: color 0.18s ease;
  width: fit-content;
}
.footer__links a:hover { color: var(--gold); }
.footer__badge {
  padding: 0.08rem 0.4rem;
  border-radius: 999px;
  background: #ff5a5a;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.footer__community-text {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: rgba(255, 243, 196, 0.72);
}
.footer__community-link {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35rem;
  transition: color 0.18s ease;
}
.footer__community-link:hover { color: var(--gold); }
.footer__logo {
  width: 88px;
  flex-shrink: 0;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__social-title {
  margin: 0 0 0.2rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
.footer__social-text {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  color: rgba(255, 243, 196, 0.72);
  line-height: 1.35;
}
.footer__fb {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #fff;
  transition: color 0.18s ease;
}
.footer__fb:hover { color: var(--gold); }
.footer__fb .fb {
  width: 1.15rem;
  height: 1.15rem;
  background: #1877f2;
  font-size: 0.72rem;
}
.footer__copy {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 243, 196, 0.55);
  text-align: center;
}

#home, #current-game, #major-game, #latest-winners { scroll-margin-top: 90px; }

/* ===== Tablet / iPad ===== */
@media (max-width: 1200px) {
  .container { width: min(100% - 1.5rem, var(--max)); }

  .panels {
    padding: 0.15rem 0 0.7rem;
  }
  .panels__frame {
    margin-top: 1.05rem;
    padding: 1rem 0.85rem 0.75rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .ribbon--hang {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .game {
    display: grid;
    grid-template-columns: minmax(140px, 0.85fr) minmax(0, 1.15fr);
    gap: 0.35rem 0.75rem;
    align-items: center;
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
    box-sizing: border-box;
  }
  .game__art {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    min-width: 0;
  }
  .game__logo { width: min(72%, 130px); }
  .game__prize { margin-top: -0.35rem; }
  .game__prize-lead { font-size: 0.68rem; }
  .game__prize-amount { font-size: clamp(1.35rem, 3.2vw, 1.75rem); }
  .game__mega {
    width: min(78%, 135px);
    margin-top: -0.45rem;
    margin-bottom: -0.3rem;
  }
  .game__body {
    width: 100%;
    max-width: none;
    gap: 0.45rem;
    min-width: 0;
  }
  .steps {
    width: 100%;
    gap: 0.28rem;
  }
  .step {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 0.45rem;
    width: 100%;
  }
  .step__ico { width: 26px; height: 26px; }
  .step__ico svg { width: 12px; height: 12px; }
  .step__text {
    font-size: 0.66rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .btn--panel {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .btn--panel .btn__main {
    font-size: 0.82rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 1100px) {
  .hero {
    padding: 1.1rem 0 0.5rem;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.25rem;
    text-align: center;
  }
  .hero__coins { display: none; }
  .hero__gold-fx--right { display: none; }
  .hero__copy {
    max-width: 30rem;
    padding-left: 0;
    order: 1;
  }
  .hero-title { align-items: center; }
  .hero-title__line--silver { max-width: none; }
  .hero__text { margin-inline: auto; }
  .hero__copy .btn--hero { margin-inline: auto; }
  .hero__visual { order: 2; }
  .hero__logo { width: min(360px, 72vw); height: auto; }
  .hero__winner {
    order: 3;
    width: min(360px, 92vw);
    min-height: 0;
    justify-self: center;
  }
}

@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;
    gap: 0;
    padding: 0.7rem;
    border-radius: 12px;
    border: 1px solid rgba(212,168,75,0.45);
    background: rgba(0,0,0,0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  .nav.open { display: flex; }
  .nav a { padding: 0.65rem 0.7rem; border-radius: 0; color: #fff; }
  .nav a:hover { background: transparent; }

  .panels__frame {
    padding: 0.9rem 0.7rem 0.65rem;
  }
  .game {
    max-width: 620px;
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer__brand,
  .footer__community,
  .footer__fair {
    grid-column: 1 / -1;
  }
}

/* ===== Phones ===== */
@media (max-width: 640px) {
  .container { width: min(100% - 1.35rem, var(--max)); }
  .btn--hero { align-items: center; text-align: center; }
  .btn--hero .btn__sub { padding-left: 0; }
  .hero {
    padding: 1.55rem 0 0.2rem;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .hero-title {
    margin-top: 0.45rem;
    margin-bottom: 0.35rem;
    align-items: center;
  }
  .hero__copy {
    text-align: center;
    order: 1;
    justify-self: center;
    margin-left: 0;
    padding-left: 0;
    width: auto;
    max-width: none;
  }
  .hero__text {
    margin: 0 auto 0.45rem;
    max-width: 28rem;
  }
  .hero__copy .btn--hero {
    margin-inline: auto;
  }
  .hero__visual {
    order: 2;
    justify-self: center;
  }
  .hero__logo {
    width: min(260px, 72vw);
    height: auto;
  }
  .hero__winner {
    order: 3;
    width: min(300px, 92vw);
    min-height: 0;
  }
  .hero-title__line--gold { font-size: 1.7rem; }
  .hero-title__line--silver { font-size: 2.5rem; }
  .hero-title__line--gold-xl { font-size: 3.4rem; }
  .hero__gold-fx { height: 70%; width: 38%; max-width: 38%; left: -4%; top: -2%; object-fit: contain; opacity: 0.7; }
  .hero__gold-fx--right { display: none; }

  .panels {
    padding: 0.25rem 0 0.85rem;
  }
  .panels__frame {
    margin-top: 1.15rem;
    padding: 1.1rem 0.85rem 0.9rem;
  }
  .game {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    max-width: 100%;
  }
  .game__art {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: -1;
    gap: 0.15rem;
  }
  .game__logo {
    grid-column: auto;
    grid-row: auto;
    width: min(48%, 140px);
  }
  .game__prize {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0.1rem;
  }
  .game__prize-lead { font-size: 0.72rem; }
  .game__prize-amount { font-size: clamp(1.55rem, 8vw, 1.95rem); }
  .game__mega {
    display: none;
  }
  .game__body {
    width: 100%;
    max-width: 100%;
    gap: 0.65rem;
  }
  .steps { gap: 0.48rem; }
  .step {
    grid-template-columns: 28px 1fr;
    gap: 0.55rem;
  }
  .step__ico { width: 28px; height: 28px; }
  .step__ico svg { width: 13px; height: 13px; }
  .step__text {
    font-size: 0.7rem;
    line-height: 1.35;
  }
  .btn--panel {
    margin-top: 0.15rem;
    padding: 0.65rem 0.9rem 0.55rem;
  }

  .footer__inner { grid-template-columns: 1fr; }
  .footer__brand { grid-column: auto; }
  .footer__copy { text-align: center; }
  .footer__logo { width: 72px; }
  .footer__social-title { font-size: 0.82rem; }
}

/* ===== FAQ PAGE ===== */
.faq-hero {
  padding: 1.43rem 0 0.45rem;
}
.faq-hero__grid {
  display: grid;
  grid-template-columns: max-content auto minmax(400px, 1.46fr);
  align-items: center;
  gap: 1.3rem 1.8rem;
}
.faq-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.72rem;
  min-width: 0;
}
.faq-hero__title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(5.71rem, 11.76vw, 10.42rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.9;
  white-space: nowrap;
  transform: none;
  background: linear-gradient(180deg, #ffe27a 0%, #efc75a 42%, #a87c31 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.45));
}
.faq-hero__sub {
  margin: 0;
  font-size: 1.92rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.faq-hero__text {
  margin: 0;
  max-width: none;
  font-size: 1.19rem;
  line-height: 1.45;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.faq-hero__art {
  display: grid;
  place-items: center;
  position: relative;
  left: -10%;
  z-index: 1;
}
.faq-hero__art img {
  width: min(100%, 819px);
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,.55));
}
.faq-trust {
  justify-self: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 2.05rem 2.11rem 1.86rem;
  border-radius: 14px;
  border: 1.5px solid rgba(212, 168, 75, 0.55);
  background: linear-gradient(180deg, #1a0a07, #0c0403);
}
.faq-trust__title {
  margin: 0 0 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.58rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}
.faq-trust__shield {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
}
.faq-trust__shield svg { width: 100%; height: 100%; fill: var(--gold); }
.faq-trust__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.faq-trust__list li {
  position: relative;
  padding-left: 1.88rem;
  font-size: 1.07rem;
  line-height: 1.4;
  color: #fff;
}
.faq-trust__list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: var(--gold);
  font-weight: 800;
  font-size: 1.17rem;
}
.faq-page { padding: 0.55rem 0 1.4rem; }
.faq-frame {
  border-radius: 16px;
  border: 1.5px solid rgba(212, 168, 75, 0.5);
  background: linear-gradient(180deg, #120806, #080303);
  padding: 0.35rem 1.1rem;
}
.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-row {
  padding: 0.95rem 0.15rem;
  border-bottom: 1px dashed rgba(212, 168, 75, 0.45);
}
.faq-row:last-child { border-bottom: 0; }
.faq-row__head {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr) 2.1rem;
  align-items: center;
  gap: 0.85rem 1rem;
  cursor: pointer;
  list-style: none;
}
.faq-row__head::-webkit-details-marker { display: none; }
.faq-row__num {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  border: 0;
  background: var(--gold);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #111;
  flex-shrink: 0;
}
.faq-row__q {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--gold);
}
.faq-row__a {
  min-width: 0;
  padding: 0.7rem 2.95rem 0.1rem;
}
.faq-row__a p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}
.faq-row__a b { color: var(--gold); }
.faq-row__chevron {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: grid;
  place-items: center;
  justify-self: end;
}
.faq-row__chevron::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform 0.15s ease;
}
.faq-row[open] .faq-row__chevron::after {
  transform: rotate(225deg) translate(-1px, -1px);
}
.faq-notice {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1.5px solid rgba(212, 168, 75, 0.55);
  background: linear-gradient(180deg, #1a0a07, #0c0403);
}
.faq-notice__ico {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.faq-notice__ico svg { width: 100%; height: 100%; fill: var(--gold); }
.faq-notice__text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #fff;
}
.faq-notice__text b { color: var(--gold); }
.faq-notice__text a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1100px) {
  .faq-hero__grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .faq-hero__copy { align-items: center; }
  .faq-trust { max-width: 43.12rem; }
  .faq-row__a { padding-left: 2.95rem; padding-right: 2.95rem; }
}

/* ===== ABOUT PAGE ===== */
.about-hero {
  padding: 1.5rem 0 0.35rem;
}
.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: clamp(0.75rem, 2.5vw, 1.75rem);
}
.about-hero__eyebrow {
  margin: 0 0 0.4rem;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.about-hero__title {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: clamp(2.1rem, 5.5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.95;
  background: linear-gradient(180deg, #fff3c4 0%, #efc75a 45%, #a87c31 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 0 rgba(80, 40, 0, 0.35));
}
.about-hero__text {
  margin: 0 0 1rem;
  max-width: 34rem;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.5;
  color: var(--muted);
  font-weight: 500;
}
.about-hero__visual {
  display: grid;
  place-items: center;
}
.about-hero__visual img {
  width: min(78%, 300px);
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.65));
  animation: float 5.5s ease-in-out infinite;
}
.about-page {
  padding: 0.75rem 0 1.5rem;
}
.about-frame {
  border-radius: 16px;
  border: 1px solid rgba(212, 168, 75, 0.38);
  background:
    radial-gradient(ellipse 55% 50% at 50% 0%, rgba(90, 28, 12, 0.45), transparent 70%),
    linear-gradient(180deg, #1a0a07 0%, #0c0403 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 220, 140, 0.08);
  padding: 1.15rem 1rem 1.2rem;
  max-width: 920px;
  margin-inline: auto;
}
.about-block + .about-block {
  margin-top: 1.15rem;
}
.about-block__title {
  margin: 0 0 0.45rem;
  font-family: var(--font);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
}
.about-block__text {
  margin: 0;
  font-size: clamp(0.9rem, 1.35vw, 1rem);
  line-height: 1.6;
  color: var(--muted);
  font-weight: 500;
}
.about-block__text a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.25rem 0 0.35rem;
}
.about-point {
  border-radius: 12px;
  border: 1px solid rgba(212, 168, 75, 0.28);
  background: rgba(8, 3, 2, 0.72);
  padding: 0.85rem 0.9rem;
}
.about-point h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.about-point p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted);
  font-weight: 500;
}
.about-steps {
  margin: 0;
  padding-left: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.35vw, 1rem);
  line-height: 1.5;
  font-weight: 500;
}
.about-steps li::marker { color: var(--gold); }
.about-cta {
  margin-top: 1.35rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(212, 168, 75, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
.about-cta__text {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gold);
}
.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
}
.about-cta .btn--panel {
  width: auto;
  min-width: min(100%, 280px);
}
.about-cta__link {
  display: inline-flex;
}

@media (max-width: 900px) {
  .about-hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.5rem;
  }
  .about-hero__text { margin-inline: auto; }
  .about-hero .btn--hero { margin-inline: auto; }
  .about-hero__visual img { width: min(48%, 200px); margin-bottom: -0.35rem; }
  .about-points { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .about-hero { padding: 1.35rem 0 0.2rem; }
  .about-frame { padding: 0.95rem 0.75rem 1rem; }
  .about-cta__actions { width: 100%; }
  .about-cta .btn--panel,
  .about-cta__link { width: 100%; justify-content: center; }
}

/* ===== SHARED INFO PAGES (Winners / Game Rules / Safety Center / Contact) ===== */
.info-hero {
  padding: 1.5rem 0 0.35rem;
  text-align: center;
}
.info-hero__inner {
  max-width: 44rem;
  margin-inline: auto;
}
.info-hero__eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.info-hero__title {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.95;
  background: linear-gradient(180deg, #fff3c4 0%, #efc75a 45%, #a87c31 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 0 rgba(80, 40, 0, 0.35));
}
.info-hero__text {
  margin: 0 auto 1rem;
  max-width: 34rem;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.5;
  color: var(--muted);
  font-weight: 500;
}
.info-hero .btn--hero { margin-inline: auto; }

.info-page { padding: 0.85rem 0 1.5rem; }
.info-frame {
  border-radius: 16px;
  border: 1px solid rgba(212, 168, 75, 0.38);
  background:
    radial-gradient(ellipse 55% 50% at 50% 0%, rgba(90, 28, 12, 0.45), transparent 70%),
    linear-gradient(180deg, #1a0a07 0%, #0c0403 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 220, 140, 0.08);
  padding: 1.15rem 1rem 1.2rem;
  max-width: 920px;
  margin-inline: auto;
}
.info-frame--wide { max-width: 1080px; }
.info-block + .info-block { margin-top: 1.15rem; }
.info-block__title {
  margin: 0 0 0.45rem;
  font-family: var(--font);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
}
.info-block__text {
  margin: 0;
  font-size: clamp(0.9rem, 1.35vw, 1rem);
  line-height: 1.6;
  color: var(--muted);
  font-weight: 500;
}
.info-block__text + .info-block__text { margin-top: 0.6rem; }
.info-block__text a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.info-block__list {
  margin: 0;
  padding-left: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.35vw, 1rem);
  line-height: 1.55;
  font-weight: 500;
}
.info-block__list li::marker { color: var(--gold); }
.info-block__qr { margin: 0.85rem auto 0; }
.info-cta {
  margin-top: 1.35rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(212, 168, 75, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
.info-cta__text {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gold);
}
.info-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
}
.info-cta .btn--panel { width: auto; min-width: min(100%, 280px); }
.info-cta__link { display: inline-flex; }

.winners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1.1rem 1.1rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 168, 75, 0.3);
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(140, 24, 14, 0.55), transparent 70%),
    linear-gradient(180deg, #1a0a07 0%, #0c0403 100%);
  text-align: center;
}
.contact-card__ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--g);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.contact-card__ico svg { width: 22px; height: 22px; fill: #1a0a04; }
.contact-card__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}
.contact-card__text {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--muted);
}

@media (max-width: 640px) {
  .info-hero { padding: 1.35rem 0 0.2rem; }
  .info-frame { padding: 0.95rem 0.75rem 1rem; }
  .info-cta__actions { width: 100%; }
  .info-cta .btn--panel,
  .info-cta__link { width: 100%; justify-content: center; }
}

/* ===== Screenshot match: frames, quad stage, safety art, footer badge ===== */
.btn {
  border-radius: 14px;
}
.btn--header { border-radius: 10px; }
.btn--hero { border-radius: 14px; }
.btn--panel { border-radius: 999px; justify-content: center; align-items: center; }
.btn--panel .btn__main { justify-content: center; width: 100%; }
.btn--panel .btn__sub { padding-left: 0; text-align: center; }

.hero__winner,
.winner-mini-card,
.quad-card,
.status-card {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(239, 199, 90, 0.12), 0 0 22px rgba(239, 199, 90, 0.08);
}

.quad-card--carousel .quad-card__stage {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 0.35rem;
  min-height: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 0.85rem;
}
.quad-card__stage-frame {
  min-height: 148px;
  border-radius: 10px;
  border: 1px dashed rgba(212, 168, 75, 0.35);
  background: #050505;
  display: grid;
  place-items: center;
  padding: 0.85rem;
  text-align: center;
}
.quad-card__nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-mid);
  background: rgba(0, 0, 0, 0.6);
  color: var(--gold);
  font-size: 1.2rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 0 10px rgba(239, 199, 90, 0.25);
}
.quad-card__nav:hover {
  background: linear-gradient(180deg, #ffe7a0, #b8860b);
  color: #1a0e00;
}
.quad-card__qr {
  width: 168px;
  padding: 0.55rem;
  border: 5px solid var(--gold-mid);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35), 0 0 16px rgba(239, 199, 90, 0.2);
}

.quad-card__safety-row {
  display: block;
  flex: 1;
}
.quad-card--safety {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(8, 4, 2, 0.92) 0%, rgba(8, 4, 2, 0.78) 42%, rgba(8, 4, 2, 0.28) 70%, transparent 88%),
    url("../images/stay-alert-bg.png") right bottom / auto 118% no-repeat,
    #0c0704;
}
.quad-card--safety .quad-card__title,
.quad-card--safety .quad-card__list {
  position: relative;
  z-index: 1;
  max-width: 72%;
}
.quad-card--safety .quad-card__list { margin-bottom: 0; }
.quad-card--safety .quad-card__list-text { color: #fff; }
.quad-card--safety .quad-card__list-desc { color: rgba(255, 255, 255, 0.9); }
.card-bg-embers {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(239, 199, 90, 0.22);
}
.safety-art { display: none; }
.safety-art__coins {
  width: 72px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 20% 50%, #ffe9a8 0 8px, transparent 9px),
    radial-gradient(circle at 50% 40%, #efc75a 0 10px, transparent 11px),
    radial-gradient(circle at 80% 55%, #d4a84b 0 8px, transparent 9px);
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.4));
}
.safety-art__shield { width: 64px; height: 72px; }
.safety-art__shield svg { width: 100%; height: 100%; filter: drop-shadow(0 6px 10px rgba(0,0,0,.45)); }
.safety-art__label {
  margin: 0;
  text-align: center;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}

.winners-section__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
.winners-section__shield {
  width: 18px;
  height: 20px;
  flex-shrink: 0;
  background: var(--g);
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}

.footer__fair {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.95rem;
  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; }
.footer__fair-ico { width: 46px; height: 46px; object-fit: contain; flex-shrink: 0; }
.footer__col-title--spaced { margin-top: 0.85rem; }
.footer__inner {
  grid-template-columns: auto 0.9fr 1.05fr 0.75fr 1.15fr minmax(240px, 1.15fr);
  gap: 0;
}
.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 a {
  font-size: 0.78rem;
  color: #fff;
  width: fit-content;
}
.footer__col a:hover { color: var(--gold); }
.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;
}

@media (max-width: 900px) {
  .quad-card__safety-row { grid-template-columns: 1fr; }
  .safety-art { min-height: 0; flex-direction: row; justify-content: flex-start; }
}

.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.55);
  background: rgba(0, 0, 0, 0.45);
}
.winner-mini-card__prize .winner-mini-card__amount { margin: 0; }
.winner-mini-card__prize .winner-mini-card__date { margin: 0.15rem 0 0; }

.section-head--center {
  position: relative;
  justify-content: center;
  text-align: 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(18vw, 140px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 168, 75, 0.7));
}
.section-head--center .section-head__title::after {
  background: linear-gradient(90deg, rgba(212, 168, 75, 0.7), transparent);
}
.section-head--center .section-head__link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.quad-card__title--starred {
  flex-direction: column;
  gap: 0.15rem;
}
.quad-card__kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}
.quad-card__gold-title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--gold);
}
.quad-card__link--fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #1877f2;
  font-weight: 700;
}
.quad-card__link--fb:hover { color: #4ea3ff; }
.quad-card__link--fb .fb { width: 1.05rem; height: 1.05rem; }

.carousel__btn {
  background: var(--g);
  color: #1a0a04;
  border: 0;
}
.carousel__btn:hover { filter: brightness(1.08); background: var(--g); }

.testimonial-card__count {
  margin-left: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
}

@media (max-width: 900px) {
  .section-head--center .section-head__link {
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
  }
}
