:root {
  --bg: #030915;
  --bg-soft: #07152a;
  --card: rgba(7, 24, 48, 0.82);
  --card-border: rgba(94, 183, 255, 0.18);
  --text: #f4f8ff;
  --muted: #a9bfd7;
  --accent: #0ea5ff;
  --accent-2: #2563ff;
  --accent-3: #6ad8ff;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(14, 165, 255, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(37, 99, 255, 0.18), transparent 32%),
    linear-gradient(180deg, var(--bg) 0%, #06111f 42%, #020712 100%);
  line-height: 1.6;
}

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

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

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(3, 10, 20, 0.78);
  border-bottom: 1px solid rgba(124, 210, 255, 0.08);
}

.header-row {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 26px rgba(14, 165, 255, 0.24);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  display: grid;
  gap: 2px;
}

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

.brand-text small,
.eyebrow,
.section-tag {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: var(--muted);
}

.header-nav,
.header-actions,
.hero-actions,
.point-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.header-nav a {
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  transition: 0.2s ease;
}

.header-nav a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.button {
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: transform 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-main {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 14px 28px rgba(37, 99, 255, 0.26);
}

.button-soft,
.button-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero {
  padding: 34px 0 18px;
}

.hero-grid,
.content-grid {
  display: grid;
  gap: 18px;
}

.hero-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

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

.content-grid-reverse article:first-child {
  order: 2;
}

.hero-copy,
.hero-side,
.content-card,
.faq-item,
.footer-row,
.win-card,
.game-card {
  padding: 24px;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #d9efff;
  margin-bottom: 16px;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.12;
}

h1 {
  font-size: clamp(34px, 5.2vw, 58px);
}

h2 {
  font-size: clamp(28px, 4vw, 40px);
}

h3 {
  font-size: 20px;
}

.lead,
.section-head p,
.content-card p,
.faq-body p,
.win-card span,
.game-body p,
.site-footer p,
.point-row span {
  color: var(--muted);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hero-metrics article {
  padding: 16px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-metrics strong {
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
}

.bonus-value {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  margin: 0 0 12px;
}

.hero-image {
  min-height: 190px;
  margin: 18px 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(119, 214, 255, 0.18);
  background: linear-gradient(135deg, rgba(14, 165, 255, 0.14), rgba(37, 99, 255, 0.10));
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-actions-vertical {
  flex-direction: column;
  align-items: stretch;
}

.point-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

section {
  padding: 18px 0;
}

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

.section-head p {
  margin: 0;
  max-width: 58ch;
}

.wins-grid,
.game-grid,
.faq-list {
  display: grid;
  gap: 14px;
}

.wins-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.win-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.game-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.game-card {
  overflow: hidden;
}

.game-media {
  height: 180px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 18px;
}

.game-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-body {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

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

.faq-body {
  display: none;
  padding-top: 14px;
}

.faq-item[data-open="true"] .faq-body {
  display: block;
}

.site-footer {
  padding: 22px 0 34px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer p {
  margin: 8px 0 0;
  max-width: 62ch;
}

@media (max-width: 1100px) {
  .hero-grid,
  .content-grid,
  .wins-grid,
  .game-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .header-nav {
    display: none;
  }

  .header-row {
    min-height: auto;
    padding: 14px 0;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .hero-copy,
  .hero-side,
  .content-card,
  .faq-item,
  .footer-row,
  .win-card,
  .game-card {
    padding: 18px;
  }

  .header-actions,
  .hero-actions,
  .point-row {
    width: 100%;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-metrics,
  .wins-grid,
  .game-grid {
    grid-template-columns: 1fr;
  }
}