﻿:root {
  color-scheme: dark;
  --bg: #031007;
  --bg-strong: #000704;
  --surface: #071a0d;
  --surface-2: #092714;
  --surface-3: #0e331b;
  --green: #1d9731;
  --green-2: #25ed64;
  --gold: #ffcc70;
  --gold-2: #c49241;
  --cream: #ffffe8;
  --text: #f7fff7;
  --muted: rgba(247, 255, 247, 0.68);
  --line: rgba(255, 255, 232, 0.12);
  --danger: #ff4b59;
  --blue: #2c9cff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  font-family: Montserrat, Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(3, 16, 7, 0.92), rgba(3, 16, 7, 0.98)),
    url("desktop-background.jpg?v=20260705a") center top / cover no-repeat,
    radial-gradient(circle at top left, rgba(37, 237, 100, 0.12), transparent 28rem),
    linear-gradient(180deg, var(--bg-strong), var(--bg) 34rem, #04140b);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image: url("style-bg.webp?v=20260705a");
  background-size: 22rem auto;
  background-position: right 4rem top 6rem;
  background-repeat: no-repeat;
  opacity: 0.16;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(1, 12, 6, 0.88);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 156px;
  font-weight: 900;
}

.brand-logo {
  width: 148px;
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.45));
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 204, 112, 0.45);
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 20%, var(--cream), var(--gold) 42%, var(--gold-2) 72%, #3a260c);
  color: #08220d;
  box-shadow: 0 8px 24px rgba(255, 204, 112, 0.2);
  font-size: 15px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 18px;
}

.brand-text span {
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
}

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

.nav-links a {
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--text);
  background: rgba(29, 151, 49, 0.22);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  font-size: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.button-primary {
  color: #05170a;
  background: radial-gradient(133% 124% at 12% 8%, var(--cream) 0, var(--gold) 38%, var(--gold-2) 70%, var(--gold) 100%);
  box-shadow: 0 14px 34px rgba(255, 204, 112, 0.22);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(37, 237, 100, 0.42);
  background: linear-gradient(135deg, rgba(29, 151, 49, 0.95), rgba(31, 32, 36, 0.88));
}

.button-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 72px);
  padding: 76px 0 44px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 204, 112, 0.15), transparent 18rem),
    linear-gradient(90deg, rgba(3, 16, 7, 0.98), rgba(3, 16, 7, 0.74) 58%, rgba(3, 16, 7, 0.5)),
    url("banner.png?v=20260705a") right bottom / min(58vw, 900px) auto no-repeat;
  border-bottom: 1px solid var(--line);
}

.hero-inner,
.section-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 204, 112, 0.28);
  border-radius: 8px;
  background: rgba(255, 204, 112, 0.08);
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(44px, 8vw, 86px);
  font-weight: 900;
}

.gold-text {
  background: radial-gradient(133% 124% at 12% 8%, var(--cream) 0, var(--gold) 38%, var(--gold-2) 70%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 700;
}

.app-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 204, 112, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(9, 39, 20, 0.92), rgba(3, 16, 7, 0.96)),
    url("nav-bg.png?v=20260705a") center top / 100% 160px no-repeat;
  box-shadow: var(--shadow);
}

.official-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 204, 112, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 204, 112, 0.18), transparent 12rem),
    rgba(0, 0, 0, 0.25);
}

.official-logo-card img {
  width: min(230px, 76%);
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.45));
}

.app-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--green-2);
  box-shadow: 0 0 18px rgba(37, 237, 100, 0.8);
}

.mini-logo {
  font-weight: 900;
}

.panel-body {
  padding: 18px;
}

.jackpot {
  padding: 16px;
  border: 1px solid rgba(255, 204, 112, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 204, 112, 0.13), rgba(29, 151, 49, 0.13)),
    url("jackpot-bg.png?v=20260705a") center bottom / contain no-repeat,
    rgba(0, 0, 0, 0.3);
}

.jackpot-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.jackpot-number {
  margin-top: 4px;
  color: var(--gold);
  font-size: clamp(28px, 6vw, 48px);
  font-weight: 900;
  line-height: 1;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.quick-item {
  display: grid;
  min-height: 76px;
  place-items: center;
  padding: 10px 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.quick-item b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), #1f2024);
  color: var(--gold);
}

.download-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
}

.rating {
  color: var(--gold);
  font-size: 12px;
}

.section {
  padding: 72px 0;
}

.section-muted {
  background: rgba(0, 0, 0, 0.18);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 900;
}

.section-heading p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(9, 39, 20, 0.84), rgba(3, 16, 7, 0.96));
}

.card-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.card h3 {
  margin-top: 10px;
  font-size: 22px;
}

.card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  counter-reset: steps;
}

.step {
  position: relative;
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  counter-increment: steps;
}

.step::before {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  content: counter(steps);
  background: radial-gradient(133% 124% at 12% 8%, var(--cream) 0, var(--gold) 42%, var(--gold-2) 100%);
  color: #061608;
  font-weight: 900;
}

.promo-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(255, 204, 112, 0.25);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(8, 29, 14, 0.92), rgba(24, 64, 31, 0.72)),
    url("desktop-jackpot-bg.png?v=20260705a") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.template-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}

.template-tile {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  border: 1px solid rgba(255, 204, 112, 0.24);
  border-radius: 8px;
  background: #071a0d;
}

.template-tile img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

.template-tile span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.58);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.download-visual {
  display: grid;
  min-height: 240px;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(255, 204, 112, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(3, 16, 7, 0.05), rgba(3, 16, 7, 0.82)),
    url("app-download-header.png?v=20260705a") center / cover no-repeat;
}

.download-visual-content {
  padding: 22px;
}

.download-visual-content h2 {
  max-width: 520px;
  font-size: clamp(28px, 5vw, 48px);
}

.download-visual-content p {
  max-width: 560px;
  color: var(--muted);
}

.mega-visual {
  min-height: 210px;
  border: 1px solid rgba(255, 204, 112, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(3, 16, 7, 0), rgba(3, 16, 7, 0.5)),
    url("jackpot-bg.png?v=20260705a") center / contain no-repeat,
    rgba(0, 0, 0, 0.35);
}

.promo-band h2 {
  font-size: clamp(30px, 5vw, 58px);
}

.promo-band p {
  max-width: 720px;
  color: var(--muted);
}

.promo-stat {
  padding: 18px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  text-align: center;
}

.promo-stat strong {
  display: block;
  color: var(--gold);
  font-size: 34px;
  line-height: 1;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  flex: 1;
}

.faq-question::after {
  content: "+";
  color: var(--gold);
  font-size: 22px;
  font-weight: 900;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 18px 18px;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.seo-copy {
  color: var(--muted);
}

.seo-copy strong {
  color: var(--text);
}

.site-footer {
  padding: 40px 0 90px;
  border-top: 1px solid var(--line);
  background: #010905;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

.bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
  display: none;
  border-top: 1px solid var(--line);
  background: rgba(1, 12, 6, 0.94);
  backdrop-filter: blur(16px);
}

.bottom-nav a {
  flex: 1;
  padding: 9px 4px 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.bottom-nav a.is-active {
  color: var(--gold);
}

.page-hero {
  padding: 64px 0 44px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 204, 112, 0.13), transparent 18rem),
    linear-gradient(90deg, rgba(3, 16, 7, 0.98), rgba(3, 16, 7, 0.74)),
    url("banner.png?v=20260705a") right bottom / min(54vw, 760px) auto no-repeat;
}

.page-hero h1 {
  font-size: clamp(38px, 7vw, 72px);
}

.mini-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mini-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.mini-row:last-child {
  border-bottom: 0;
}

.mini-row b {
  color: var(--gold);
}

@media (max-width: 920px) {
  .nav {
    min-height: 64px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    top: 64px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #05140a;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-actions .button {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 54px 0 38px;
  }

  .hero-grid,
  .split,
  .promo-band {
    grid-template-columns: 1fr;
  }

  .app-panel {
    max-width: 520px;
  }

  .card-grid,
  .steps,
  .template-strip {
    grid-template-columns: 1fr 1fr;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    margin-top: 12px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .bottom-nav {
    display: flex;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 15px;
  }

  .hero-inner,
  .section-inner,
  .nav {
    width: min(100% - 24px, 1160px);
  }

  .brand-text strong {
    font-size: 16px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions .button,
  .promo-band .button {
    width: 100%;
  }

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

  .card-grid,
  .steps,
  .template-strip {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 52px 0;
  }

  .mini-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

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

.guide-card,
.related-card {
  display: grid;
  gap: 7px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(9, 39, 20, 0.86), rgba(3, 16, 7, 0.98));
}

.guide-card:hover,
.related-card:hover {
  border-color: rgba(255, 204, 112, 0.42);
  transform: translateY(-1px);
}

.guide-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-card strong {
  font-size: 21px;
  line-height: 1.18;
}

.guide-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

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

.related-card {
  min-height: 80px;
  color: var(--gold);
  font-weight: 900;
}

.section-cta {
  margin-top: 22px;
}

@media (max-width: 920px) {
  .guide-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
}

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

.premium-ops-card {
  padding: 18px;
  border: 1px solid rgba(255, 204, 112, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(9, 39, 20, 0.82), rgba(3, 16, 7, 0.98));
}

.premium-ops-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-ops-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 920px) {
  .premium-ops-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .premium-ops-grid {
    grid-template-columns: 1fr;
  }

  .bottom-nav a {
    font-size: 10px;
  }
}

