:root {
  --bg: #08070a;
  --panel: #141015;
  --panel-2: #1c1516;
  --gold: #f8c65a;
  --gold-2: #d7962d;
  --red: #c91522;
  --red-2: #7e1018;
  --text: #fff8ea;
  --muted: #cdbf9f;
  --line: rgba(248, 198, 90, 0.2);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 8px;
  --container: 1180px;
  --cta: https://regismyr.wlrdr.xyz/RE/NmE%20wMTQwM2E2ODc0MWZhNGI0%20YmI0ZDk3;
  color-scheme: dark;
}

* { 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;
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 21, 34, 0.24), transparent 28rem),
    linear-gradient(180deg, #070609 0%, #10090b 45%, #070609 100%);
  color: var(--text);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 7, 10, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.35rem;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #220c02;
  background: linear-gradient(135deg, #fff2b2, var(--gold) 45%, #9f6117);
  box-shadow: 0 0 28px rgba(248, 198, 90, 0.35);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #130e11;
  color: var(--text);
  font-size: 1.2rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.93rem;
}

.main-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: var(--text);
  border-color: var(--gold);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #260b02; background: linear-gradient(135deg, #fff1a6, var(--gold) 48%, #b8771e); box-shadow: 0 12px 34px rgba(248, 198, 90, 0.24); }
.btn-secondary { color: var(--text); border-color: rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.06); }
.btn-red { color: white; background: linear-gradient(135deg, var(--red), var(--red-2)); border-color: rgba(255, 255, 255, 0.08); }

.hero {
  position: relative;
  min-height: clamp(560px, 72vh, 720px);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 10, 0.98), rgba(8, 7, 10, 0.88) 34%, rgba(8, 7, 10, 0.48) 62%, rgba(8, 7, 10, 0.12) 100%),
    var(--hero-image, url("../images/hero-casino.png")) center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(0deg, #08070a, transparent);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(590px, 100%);
  margin-left: max(16px, calc((100vw - var(--container)) / 2));
  margin-right: auto;
  padding: 70px 0 104px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.35rem, 5vw, 4.25rem); max-width: 720px; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.22rem; }
p { margin: 0; color: var(--muted); }

.lead {
  margin-top: 20px;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  max-width: 620px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(248, 198, 90, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

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

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: -54px;
  position: relative;
  z-index: 2;
}

.trust-item, .card, .promo-card, .step, .faq-item, .game-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.trust-item {
  padding: 20px;
  min-height: 112px;
}

.trust-item strong {
  display: block;
  color: var(--gold);
  font-size: 1.12rem;
  margin-bottom: 4px;
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.brand-copy {
  max-width: 860px;
}

.brand-copy p + p {
  margin-top: 14px;
}

.section { padding: 86px 0; }
.section.tight { padding: 56px 0; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { margin-top: 14px; }

.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card, .promo-card, .game-card {
  padding: 24px;
  min-height: 100%;
}

.card-kicker {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.game-card {
  display: grid;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.game-card::before {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--red), var(--gold));
  opacity: 0.92;
}

.feature-band {
  background: linear-gradient(135deg, rgba(126, 16, 24, 0.55), rgba(20, 16, 21, 0.92));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.media-band {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.media-frame {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #130e11;
}

.media-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.promo-card {
  display: grid;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(248, 198, 90, 0.12), rgba(201, 21, 34, 0.05)),
    var(--panel);
}

.promo-card .amount { color: var(--gold); font-size: 2rem; font-weight: 900; line-height: 1; }

.page-hero {
  padding: 74px 0 48px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(8, 7, 10, 0.95), rgba(8, 7, 10, 0.68)),
    url("../images/hero-casino.png") center / cover no-repeat;
}

.breadcrumbs {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumbs a { color: var(--gold); }

.page-hero p { margin-top: 16px; max-width: 740px; }

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

.step {
  padding: 22px;
  position: relative;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #2a0b02;
  font-weight: 900;
  background: var(--gold);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

table { width: 100%; border-collapse: collapse; min-width: 680px; }
th, td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--gold); background: rgba(255, 255, 255, 0.04); }
tr:last-child td { border-bottom: 0; }

.faq-list { display: grid; gap: 12px; }
.faq-item { padding: 20px; }
.faq-item h3 { margin-bottom: 8px; }

.cta-band {
  padding: 58px 0;
  text-align: center;
  background: linear-gradient(135deg, #23090d, #541017 48%, #180d10);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.site-footer {
  padding: 52px 0 28px;
  background: #070609;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}

.footer-title {
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 12px;
}

.footer-links {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.floating-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 10px 14px;
  background: rgba(8, 7, 10, 0.94);
  border-top: 1px solid var(--line);
  gap: 10px;
}

@media (max-width: 980px) {
  .nav-toggle { display: grid; place-items: center; }
  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: #100c0f;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }
  .main-nav.is-open { display: flex; }
  .nav-actions { display: none; }
  .trust-row, .grid-4, .steps, .fact-strip { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .media-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--container)); }
  .hero { min-height: auto; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(8, 7, 10, 0.66), rgba(8, 7, 10, 0.96) 46%, #08070a 100%),
      var(--hero-image, url("../images/hero-casino.png")) center top / cover no-repeat;
  }
  .hero-content {
    width: min(100% - 24px, var(--container));
    margin-left: auto;
    margin-right: auto;
    padding: 170px 0 86px;
  }
  .trust-row { margin-top: -36px; }
  .trust-row, .grid-2, .grid-3, .grid-4, .steps, .footer-grid, .fact-strip { grid-template-columns: 1fr; }
  .section { padding: 62px 0; }
  .page-hero { padding: 48px 0 38px; }
  .hero-actions .btn, .section-actions .btn, .floating-cta .btn { flex: 1 1 auto; }
  .floating-cta { display: flex; }
  body { padding-bottom: 72px; }
}
