:root {
  color-scheme: dark;
  --bg: #09070a;
  --panel: #140e12;
  --muted: #a89ea4;
  --gold: #e8b84a;
  --gold-2: #ffe7a3;
  --line: #ffffff14;
  --wine: #6b1d32;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
body {
  margin: 0;
  background: var(--bg);
  color: #f6efe8;
  font-family: Arial, "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-width: 0;
  padding-bottom: calc(72px + var(--safe-bottom));
}
.bg-glow {
  position: fixed;
  inset: -20% 10% auto;
  height: 55vh;
  background: radial-gradient(circle, #6b1d3244, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(92vh, 820px);
  background:
    linear-gradient(180deg, #09070acc 8%, #09070af2 72%, var(--bg)),
    url("images/hero-bg.png") center top / cover no-repeat;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
select:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.wrap {
  max-width: 1180px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
}
.header {
  min-height: 72px;
  height: auto;
  /* longhands only — do not reset .wrap side padding (same as new0908) */
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 12px;
  position: sticky;
  top: 0;
  background: #09070ae6;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 50;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  flex-shrink: 0;
}
.brand img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}
.brand-gold {
  color: var(--gold);
}
.header nav {
  display: flex;
  gap: 22px;
  font-size: 13px;
  color: #c4b8be;
}
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #161014;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.header-right {
  display: flex;
  gap: 12px;
  align-items: center;
}
.language {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #bbb;
}
.language select {
  background: transparent;
  color: #d6d6d8;
  border: 0;
  font-size: 12px;
  max-width: 120px;
  padding: 8px 0;
}
.language option {
  background: #171218;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(28, 20, 24, 0.7);
  border: 1px solid #ffffff22;
  color: var(--gold);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  transition:
    transform 0.2s,
    background 0.2s;
  min-height: 52px;
}
.button:hover {
  transform: translateY(-2px);
  background: rgba(50, 36, 40, 0.8);
}
.button.small {
  padding: 10px 16px;
  font-size: 12px;
  min-height: 40px;
}
.button.gold {
  background: linear-gradient(180deg, #f3d27a, #c9922a);
  color: #2a1608;
  border-color: #ffe7a3;
}
.button.gold:hover {
  background: linear-gradient(180deg, #ffe7a3, #d9a338);
}
.platform-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  /* longhands only — keep .wrap left/right (same as new0908) */
  padding-top: clamp(28px, 5vw, 56px);
  padding-bottom: 40px;
  min-width: 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 2.4px;
  font-size: 11px;
  color: var(--gold);
  font-weight: 700;
}
.eyebrow i {
  width: 28px;
  height: 1px;
  background: var(--gold);
  display: block;
}
h1 {
  font-size: clamp(34px, 7vw, 64px);
  line-height: 1.05;
  margin: 16px 0 18px;
  letter-spacing: -1.2px;
}
h1 em {
  font-style: italic;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
}
.lead {
  font-size: clamp(15px, 2.4vw, 17px);
  line-height: 1.65;
  color: var(--muted);
  max-width: 520px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.hero-stats strong {
  display: block;
  font-size: clamp(18px, 3vw, 22px);
  color: var(--gold);
}
.hero-stats span {
  font-size: 12px;
  color: #8f848a;
}
.downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.downloads .button {
  flex: 1 1 180px;
}
.downloads .button span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}
.downloads small {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.75;
}
.subnote {
  display: flex;
  gap: 8px;
  color: #8c8187;
  font-size: 13px;
  margin-top: 16px;
}
.hero-art {
  position: relative;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-stack {
  position: relative;
  width: min(100%, 320px);
}
.phone {
  width: 100%;
  aspect-ratio: 9 / 17.5;
  border-radius: 36px;
  background: linear-gradient(180deg, #2a1a16, #12090c);
  border: 3px solid #3a2a24;
  box-shadow:
    0 40px 80px #00000088,
    inset 0 0 0 2px #e8b84a33;
  padding: 18px 14px 16px;
  position: relative;
}
.phone-main {
  display: none;
}
.phone-shot {
  width: 100%;
  border-radius: 28px;
  border: 3px solid #3a2a24;
  box-shadow: 0 30px 70px #00000099;
  object-fit: cover;
  aspect-ratio: 9 / 16;
}
.phone-notch {
  width: 108px;
  height: 18px;
  background: #09070a;
  border-radius: 0 0 14px 14px;
  margin: 0 auto 10px;
}
.machine {
  height: calc(100% - 28px);
  border-radius: 22px;
  background: radial-gradient(circle at 50% 0%, #5a2233, #1a0c10 55%);
  border: 1px solid #e8b84a44;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
}
.jackpot-label {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 3px;
  color: #f3d27a;
}
.jackpot-num {
  text-align: center;
  font-size: clamp(20px, 4vw, 26px);
  font-weight: 800;
  color: #fff6d4;
  margin: 6px 0 14px;
  text-shadow: 0 0 18px #e8b84a88;
  font-variant-numeric: tabular-nums;
}
.reels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  flex: 1;
  min-height: 180px;
}
.reel {
  overflow: hidden;
  border-radius: 12px;
  background: #0c0708;
  border: 1px solid #e8b84a55;
  position: relative;
}
.reel::after {
  content: "";
  position: absolute;
  inset: 38% 0;
  border-top: 1px solid #e8b84a66;
  border-bottom: 1px solid #e8b84a66;
  pointer-events: none;
}
.reel-strip {
  display: flex;
  flex-direction: column;
  animation: spin 3.2s linear infinite;
}
.reel:nth-child(2) .reel-strip {
  animation-duration: 2.6s;
  animation-direction: reverse;
}
.reel:nth-child(3) .reel-strip {
  animation-duration: 3.8s;
}
.symbol {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}
.spin-btn {
  margin: 16px auto 8px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #ffe7a3;
  background: radial-gradient(circle at 35% 30%, #ff6b6b, #8b1028);
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow:
    0 8px 0 #4a0814,
    0 12px 24px #0008;
}
.spin-btn:active {
  transform: translateY(3px);
  box-shadow: 0 5px 0 #4a0814;
}
.payline {
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  color: #c9b48a;
}
.float-chip {
  position: absolute;
  background: #1c1216ee;
  border: 1px solid #e8b84a55;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  z-index: 2;
}
.chip-a {
  top: 8%;
  left: 0;
  animation: float 4s ease-in-out infinite;
}
.chip-b {
  bottom: 12%;
  right: 0;
  animation: float 4.8s ease-in-out infinite reverse;
}
@keyframes spin {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
.benefit-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #100b0e;
}
.strip-inner {
  display: flex;
  gap: 28px;
  overflow: auto;
  padding: 16px clamp(16px, 4vw, 40px);
  font-size: 13px;
  color: #cbb8a0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.strip-inner::-webkit-scrollbar {
  display: none;
}
.strip-inner span::before {
  content: "◆ ";
  color: var(--gold);
}
.section {
  /* longhands only — keep .wrap left/right */
  padding-top: clamp(48px, 8vw, 88px);
  padding-bottom: clamp(48px, 8vw, 88px);
  min-width: 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  align-items: end;
}
.kicker {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
}
h2 {
  font-size: clamp(26px, 5vw, 40px);
  margin: 8px 0 0;
  letter-spacing: -0.6px;
}
.section-head > p {
  max-width: 340px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.card {
  background: linear-gradient(180deg, #1a1216, #120c10);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  min-height: 170px;
}
.card h3 {
  margin: 12px 0 8px;
  font-size: 17px;
}
.card p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
  margin: 0;
}
.card .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #2a181c;
  color: var(--gold);
  font-size: 22px;
  overflow: hidden;
}
.card .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.game-card {
  border-radius: 16px;
  overflow: hidden;
  min-height: 210px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #ffffff18;
  position: relative;
  background: #1a1014;
}
.game-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, #000000d8);
  z-index: 1;
}
.game-card .game-meta {
  position: relative;
  z-index: 2;
  padding: 16px;
}
.game-card strong {
  display: block;
  font-size: 16px;
}
.game-card small {
  color: #d9c7a5;
}
.shots-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}
.shot-card {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #ffffff18;
  background: #120c10;
  box-shadow: 0 18px 40px #0006;
}
.shot-card img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.shot-card.featured {
  transform: translateY(-12px);
}
.shot-card figcaption {
  padding: 12px 14px 14px;
  font-size: 13px;
  color: #d9c7a5;
  font-weight: 700;
}
.how-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  /* longhands only — keep .wrap left/right */
  padding-top: 24px;
  padding-bottom: clamp(48px, 8vw, 88px);
  min-width: 0;
}
.how-visual {
  display: grid;
  place-items: center;
}
.how-image {
  width: min(100%, 340px);
  border-radius: 28px;
  border: 3px solid #3a2a24;
  box-shadow: 0 30px 60px #0008;
  object-fit: cover;
  aspect-ratio: 9 / 16;
}
.steps {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #120c10;
}
.step b {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2a181c;
  color: var(--gold);
}
.step h3 {
  margin: 0 0 4px;
  font-size: 16px;
}
.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.reviews-section {
  padding-top: 24px;
  padding-bottom: 64px;
  overflow: hidden;
}
.reviews-head {
  margin-bottom: 20px;
}
.reviews-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.review {
  width: min(300px, 78vw);
  background: #141014;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}
.review .stars {
  color: var(--gold);
  margin-bottom: 8px;
}
.review p {
  margin: 0 0 12px;
  color: #d8cfc8;
  line-height: 1.5;
  font-size: 14px;
}
.review small {
  color: #8f848a;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
}
.text-link {
  color: var(--gold);
  font-weight: 700;
}
.questions details {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.questions summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding-right: 24px;
  position: relative;
}
.questions summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--gold);
}
.questions details[open] summary::after {
  content: "–";
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions details p {
  color: var(--muted);
  line-height: 1.6;
  margin: 10px 0 0;
}
.download-panel {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: clamp(20px, 4vw, 36px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 20%, #6b1d3255, transparent 40%),
    linear-gradient(180deg, #1c1216, #100b0e);
  border: 1px solid #e8b84a33;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.download-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
  flex-shrink: 0;
}
footer {
  padding-bottom: 24px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.disclaimer {
  max-width: 460px;
  color: #8f848a;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #7d7378;
  font-size: 13px;
  padding-bottom: 24px;
  flex-wrap: wrap;
}
.footer-bottom a {
  margin-left: 16px;
}
.mobile-download {
  display: none;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: calc(12px + var(--safe-bottom));
  z-index: 40;
  box-shadow: 0 10px 30px #000a;
}
.legal-page {
  padding: 48px clamp(16px, 4vw, 40px) 80px;
  max-width: 820px;
}
.legal-page h1 {
  font-size: clamp(28px, 6vw, 40px);
}
.legal-page p,
.legal-page li {
  color: var(--muted);
  line-height: 1.7;
}
.legal-home {
  color: var(--gold);
  font-size: 13px;
}

@media (max-width: 980px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  body {
    padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
  }
  .header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #120c10f2;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 12px 20px 16px;
    gap: 0;
  }
  .header nav.open {
    display: flex;
  }
  .header nav a {
    padding: 14px 8px;
    border-bottom: 1px solid var(--line);
  }
  .nav-toggle {
    display: inline-flex;
    order: 3;
  }
  .header-right {
    margin-left: auto;
  }
  .header-cta {
    display: none;
  }
  .hero,
  .how-section,
  .faq-section,
  .section-head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .section-head > p {
    max-width: none;
  }
  .cards,
  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shots-row {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
  .shot-card.featured {
    transform: none;
  }
  .shot-card img {
    aspect-ratio: 9 / 14;
  }
  .how-visual {
    order: -1;
  }
  .how-image {
    width: min(100%, 280px);
  }
  .mobile-download {
    display: flex;
    left: 20px;
    right: 20px;
  }
  .chip-a {
    left: 0;
  }
  .chip-b {
    right: 0;
  }
  h1 {
    font-size: clamp(28px, 8vw, 40px);
  }
  h2 {
    font-size: clamp(22px, 6vw, 30px);
  }
}

@media (max-width: 640px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  body {
    padding-bottom: calc(110px + var(--safe-bottom));
  }
  .brand span {
    font-size: 13px;
    letter-spacing: 1.2px;
  }
  .language select {
    max-width: 96px;
    font-size: 11px;
  }
  .hero {
    padding-top: 24px;
    padding-bottom: 28px;
  }
  .hero-art {
    min-height: 0;
    width: min(100%, 300px);
    margin: 0 auto;
  }
  .float-chip {
    font-size: 11px;
    padding: 8px 10px;
  }
  .cards,
  .game-grid {
    grid-template-columns: 1fr;
  }
  .game-card {
    min-height: 240px;
  }
  .downloads .button {
    flex: 1 1 100%;
  }
  .download-panel {
    flex-direction: column;
    align-items: flex-start;
  }
  .download-panel .downloads {
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom a {
    margin-left: 0;
    margin-right: 16px;
  }
  .mobile-download {
    left: 20px;
    right: 20px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-download {
    left: 16px;
    right: 16px;
  }
}

@media (min-width: 981px) {
  .phone-main {
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reel-strip,
  .reviews-track,
  .float-chip,
  .how-ring {
    animation: none !important;
  }
}
