:root {
  --bg: #140f0b;
  --paper: #fff7e8;
  --surface: #ffffff;
  --ink: #1f1a14;
  --muted: #6d6258;
  --line: #e4d8c8;
  --accent: #8b4518;
  --accent-2: #c66a25;
  --gold: #d7a331;
  --gold-2: #f1d079;
  --accent-soft: #f3dfc7;
  --green: #2e7d4f;
  --blue: #2b5f94;
  --danger: #8a2d2d;
  --shadow: 0 18px 45px -28px rgba(59, 32, 10, 0.45);
  --radius: 18px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 14% 0%, rgba(241, 208, 121, 0.46) 0%, transparent 58%),
    radial-gradient(900px 560px at 86% 0%, rgba(94, 56, 23, 0.62) 0%, transparent 56%),
    linear-gradient(180deg, #2b1c11 0%, #f5f1e8 540px, #f5f1e8 100%);
  line-height: 1.65;
  padding-bottom: 92px;
}

a {
  color: var(--accent);
  text-underline-offset: 3px;
}

a:hover {
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px clamp(18px, 4vw, 42px);
  background: rgba(13, 8, 4, 0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(241, 208, 121, 0.45);
  box-shadow: 0 12px 34px -24px rgba(0, 0, 0, 0.9);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff7e8;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.brand__mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(241, 208, 121, 0.12);
  border: 1px solid rgba(241, 208, 121, 0.72);
}

.paw-pad,
.paw-main {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.paw-pad {
  width: 8px;
  height: 10px;
}

.paw-pad--1 {
  left: 9px;
  top: 9px;
  transform: rotate(-16deg);
}

.paw-pad--2 {
  left: 16px;
  top: 5px;
}

.paw-pad--3 {
  right: 9px;
  top: 9px;
  transform: rotate(16deg);
}

.paw-pad--4 {
  right: 15px;
  top: 17px;
  width: 7px;
  height: 8px;
}

.paw-main {
  left: 11px;
  bottom: 7px;
  width: 18px;
  height: 16px;
  border-radius: 48% 48% 56% 56%;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.9rem;
  align-items: center;
}

.nav a {
  color: #fff0c6;
  padding: 9px 13px;
  border: 1px solid rgba(241, 208, 121, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
  font-weight: 700;
}

.nav a:hover {
  color: #fff;
  border-color: rgba(241, 208, 121, 0.72);
  background: rgba(255, 255, 255, 0.12);
}

.nav .nav__cta {
  color: #241306;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  border-color: rgba(255, 236, 168, 0.9);
  font-weight: 900;
}

main {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  padding: clamp(42px, 7vw, 94px) 0 52px;
}

.hero__content {
  position: relative;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(241, 208, 121, 0.18);
  border-radius: 28px;
  background: rgba(20, 12, 6, 0.34);
}

.eyebrow {
  margin: 0 0 14px;
  color: #ffe09a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  line-height: 1.16;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 820px;
  margin: 0;
  color: #fff7e8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
  font-size: clamp(2.35rem, 6vw, 5.1rem);
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

h3 {
  margin: 22px 0 10px;
  font-size: 1.18rem;
}

.lead {
  margin: 22px 0 0;
  max-width: 760px;
  color: #ffe5ad;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #241306;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 14px 32px -18px rgba(0, 0, 0, 0.9);
}

.button--ghost {
  background: rgba(255, 247, 232, 0.14);
  color: #fff7e8;
  border: 1px solid rgba(241, 208, 121, 0.72);
  box-shadow: none;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.hero-stats div {
  padding: 14px;
  border: 1px solid rgba(241, 208, 121, 0.28);
  border-radius: 16px;
  background: rgba(255, 247, 232, 0.1);
}

.hero-stats strong {
  display: block;
  color: #fff7e8;
  font-size: 1.22rem;
  line-height: 1.15;
}

.hero-stats span {
  display: block;
  margin-top: 5px;
  color: #f4dfb4;
  font-size: 0.84rem;
  line-height: 1.35;
}

.hero-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: 0 28px 80px -44px rgba(0, 0, 0, 0.8);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--accent-soft);
}

.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 16px 0 0;
  background: var(--line);
  border-top: 1px solid var(--line);
}

.specs div {
  padding: 14px 16px;
  background: var(--surface);
}

.specs dt {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 0.78rem;
}

.specs dd {
  margin: 0;
  font-weight: 800;
}

.article {
  display: grid;
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto 56px;
}

.article section {
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 250, 241, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.article p {
  margin: 0 0 16px;
}

.article p:last-child {
  margin-bottom: 0;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pros-cons > div,
.feature,
.math-cards > div,
.casino-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}

.casino-section {
  background: linear-gradient(180deg, #fff7e8, #fff0d7) !important;
}

.casino-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.casino-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.casino-card:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 163, 49, 0.7);
}

.casino-card h3 {
  margin: 0 0 5px;
}

.casino-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

.casino-logo {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.casino-logo--gold {
  background: #b98518;
}

.casino-logo--green {
  background: var(--green);
}

.casino-logo--blue {
  background: var(--blue);
}

.casino-meta {
  display: grid;
  gap: 8px;
  justify-items: end;
  color: var(--muted);
  font-size: 0.9rem;
  white-space: nowrap;
}

.play-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

ul {
  margin: 0;
  padding-left: 1.25rem;
}

li + li {
  margin-top: 8px;
}

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

.screenshot-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 16px;
  margin: 24px 0;
}

.screenshot-grid figure {
  overflow: hidden;
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.screenshot-grid__main {
  grid-row: span 2;
}

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

.screenshot-grid__main img {
  aspect-ratio: 16 / 11;
}

.screenshot-grid figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.media-section {
  max-width: none;
}

.feature__icon {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 42px;
  padding: 0 10px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 900;
}

.table-wrap {
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

th {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #fbf5ea;
}

tr:last-child td {
  border-bottom: 0;
}

.math-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 22px 0;
}

.math-cards strong {
  display: block;
  color: var(--accent);
  font-size: 1.45rem;
  line-height: 1.1;
}

.math-cards span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

details {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

details + details {
  margin-top: 12px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin-top: 10px !important;
}

.responsible {
  border-color: #dfb2a8 !important;
  background: #fff1ec !important;
}

.footer {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.sticky-offer {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 20;
  width: min(760px, calc(100% - 28px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px 14px 18px;
  border: 1px solid rgba(241, 208, 121, 0.48);
  border-radius: 20px;
  background: rgba(28, 18, 10, 0.94);
  color: #fff7e8;
  backdrop-filter: blur(16px);
}

.sticky-offer strong {
  display: block;
  line-height: 1.2;
}

.sticky-offer span {
  display: block;
  color: #f4dfb4;
  font-size: 0.9rem;
}

.sticky-offer__button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #241306;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 900px) {
  .hero,
  .pros-cons,
  .feature-grid,
  .math-cards,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 32px;
  }

  .screenshot-grid__main {
    grid-row: auto;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav a {
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 126px;
  }

  main {
    width: min(100% - 22px, 1160px);
  }

  .hero__content {
    padding: 18px;
  }

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

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

  .casino-card {
    grid-template-columns: 52px 1fr;
  }

  .casino-meta {
    grid-column: 1 / -1;
    justify-items: stretch;
  }

  .article section {
    padding: 20px;
  }

  .sticky-offer {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
}
