:root {
  --bg: #070911;
  --panel: #111827;
  --panel-soft: #151d30;
  --text: #f7f9ff;
  --muted: #b8c2d8;
  --soft: #dce5f5;
  --line: rgba(255, 255, 255, 0.12);
  --pink: #f05fc8;
  --violet: #8d67ff;
  --blue: #55ccff;
  --green: #24d28b;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(240, 95, 200, 0.22), transparent 34%),
    radial-gradient(circle at 95% 16%, rgba(85, 204, 255, 0.16), transparent 26%),
    linear-gradient(180deg, #070911 0%, #0b1020 48%, #080b14 100%);
  font: 16px/1.72 "Segoe UI", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 72%);
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(85, 204, 255, 0.22);
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(85, 204, 255, 0.75);
  outline-offset: 4px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 74px;
  padding: 12px max(16px, env(safe-area-inset-right)) 12px max(16px, env(safe-area-inset-left));
  border-bottom: 1px solid var(--line);
  background: rgba(7, 9, 17, 0.9);
  backdrop-filter: blur(18px);
}

.brand img {
  width: min(214px, 58vw);
  height: auto;
  aspect-ratio: 1000 / 300;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--pink), var(--violet) 58%, var(--blue));
  box-shadow: 0 12px 26px rgba(141, 103, 255, 0.24);
}

main,
.site-footer {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: center;
  gap: 26px;
  padding: 34px 0 30px;
}

.hero-content {
  text-align: center;
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 940px;
  margin: 0 auto 16px;
  font-size: clamp(32px, 9vw, 70px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(25px, 6vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

p,
li {
  color: var(--muted);
}

.lead {
  max-width: 760px;
  margin: 0 auto 24px;
  color: var(--soft);
  font-size: 17px;
}

.main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(240, 95, 200, 0.98), rgba(141, 103, 255, 0.96) 52%, rgba(85, 204, 255, 0.96));
  box-shadow:
    0 18px 42px rgba(141, 103, 255, 0.34),
    0 8px 28px rgba(240, 95, 200, 0.22);
  touch-action: manipulation;
}

.casino-scene {
  position: relative;
  width: min(100%, 420px);
  height: 300px;
  margin: 8px auto 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(36, 210, 139, 0.35), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.table-glow {
  position: absolute;
  left: 50%;
  bottom: -62px;
  width: 360px;
  height: 210px;
  border: 18px solid rgba(36, 210, 139, 0.65);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0 0 28px rgba(36, 210, 139, 0.42), 0 0 42px rgba(36, 210, 139, 0.25);
}

.card {
  position: absolute;
  top: 58px;
  width: 96px;
  height: 138px;
  padding: 12px;
  border-radius: 14px;
  color: #121826;
  background: linear-gradient(180deg, #fff, #dfe8f5);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.28);
}

.card span {
  display: block;
  font-size: 24px;
  font-weight: 900;
}

.card strong {
  position: absolute;
  right: 12px;
  bottom: 8px;
  font-size: 52px;
  line-height: 1;
}

.card-one {
  left: 82px;
  transform: rotate(-10deg);
}

.card-two {
  right: 82px;
  color: #be255e;
  transform: rotate(12deg);
}

.chip {
  position: absolute;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 8px dashed rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.26);
}

.chip-pink {
  left: 44px;
  bottom: 48px;
  background: var(--pink);
}

.chip-blue {
  right: 42px;
  bottom: 44px;
  background: var(--blue);
}

.roulette {
  position: absolute;
  left: 50%;
  top: 156px;
  width: 106px;
  height: 106px;
  border: 12px solid #202638;
  border-radius: 50%;
  background:
    conic-gradient(from 12deg, #111827 0 10%, #d62661 10% 20%, #111827 20% 30%, #f6f6f6 30% 40%, #111827 40% 50%, #d62661 50% 60%, #111827 60% 70%, #f6f6f6 70% 80%, #111827 80% 90%, #d62661 90% 100%);
  transform: translateX(-50%);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.32);
}

.roulette span {
  position: absolute;
  inset: 29px;
  border-radius: 50%;
  background: radial-gradient(circle, #f8d06a, #9f6524);
}

.quick-panel {
  display: grid;
  gap: 14px;
  margin: 18px 0 22px;
}

.quick-panel article,
.content-section,
.casino-band,
.faq-section,
.center-cta {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026));
  box-shadow: var(--shadow);
}

.quick-panel article {
  padding: 20px;
}

.quick-panel span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.quick-panel h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.quick-panel p,
.content-section p,
.casino-band p,
.faq-section p,
.center-cta p {
  margin-bottom: 0;
}

.content-section,
.casino-band,
.faq-section,
.center-cta {
  margin: 18px 0;
  padding: 24px 20px;
  overflow-wrap: anywhere;
}

.content-section p + p,
.casino-band p + p {
  margin-top: 16px;
}

.split {
  display: grid;
  gap: 18px;
}

.info-card {
  padding: 18px;
  border: 1px solid rgba(85, 204, 255, 0.22);
  border-radius: 18px;
  background: rgba(85, 204, 255, 0.06);
}

.info-card strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.info-card ul {
  margin: 0;
  padding-left: 20px;
}

.casino-band {
  background:
    linear-gradient(135deg, rgba(240, 95, 200, 0.14), rgba(85, 204, 255, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024));
}

.faq-section details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

.faq-section details:last-child {
  padding-bottom: 0;
}

.faq-section summary {
  cursor: pointer;
  color: #fff;
  font-weight: 800;
}

.faq-section summary::marker {
  color: var(--blue);
}

.faq-section p {
  margin-top: 10px;
}

.center-cta {
  text-align: center;
  margin-bottom: 34px;
}

.center-cta img {
  width: min(280px, 78vw);
  aspect-ratio: 1000 / 300;
  margin: 0 auto 18px;
}

.center-cta p {
  max-width: 620px;
  margin: 0 auto 22px;
}

.site-footer {
  padding: 20px 0 34px;
  text-align: center;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

.site-footer p + p {
  margin-top: 6px;
}

@media (min-width: 760px) {
  .site-header {
    padding: 14px 30px;
  }

  .brand img {
    width: 286px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) 420px;
    padding: 70px 0 42px;
  }

  .hero-content {
    text-align: left;
  }

  h1,
  .lead {
    margin-left: 0;
  }

  .casino-scene {
    margin-top: 0;
  }

  .quick-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .content-section,
  .casino-band,
  .faq-section,
  .center-cta {
    padding: 34px;
  }

  .split {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    align-items: start;
  }
}

@media (max-width: 420px) {
  .site-header {
    min-height: 68px;
    padding-inline: 12px;
  }

  .brand img {
    width: 178px;
  }

  .header-cta {
    min-width: 64px;
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero {
    padding-top: 24px;
  }

  .casino-scene {
    height: 252px;
    border-radius: 22px;
  }

  .card {
    width: 82px;
    height: 118px;
  }

  .card-one {
    left: 44px;
  }

  .card-two {
    right: 44px;
  }

  .chip {
    width: 58px;
    height: 58px;
    border-width: 7px;
  }
}

@media (max-width: 360px) {
  main,
  .site-footer {
    width: min(100% - 20px, 1120px);
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .brand img {
    width: 154px;
  }

  .header-cta {
    min-width: 58px;
    padding-inline: 10px;
  }

  .card-one {
    left: 30px;
  }

  .card-two {
    right: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
