:root {
  --surface-base: #25221e;
  --surface-page: #0d0a05;   
  --surface-tile: #15110c;   
  --surface-dark: #0d0a05;
  --surface-green: #031c06;
  --surface-green-hover: #042a0a;
  --surface-card: #0a0704;
  --surface-card-hover: #13100c;
  --surface-seo: #000805;
  --border-subtle: rgba(255, 255, 255, 0.1);
  --border-muted: rgba(255, 255, 255, 0.15);
  --radius-card: 8px;
  --radius-panel: 12px;
  --radius-button: 8px;
  --radius-pill: 999px;
  --accent-green: #0c6014;
  --accent-green-hover: #0e7519;
  --accent-green-edge: #084a10;
  --accent-emerald: #34d399;
  --surface-page-rgb: 13, 10, 5;
  --surface-base-rgb: 37, 34, 30;
  --surface-green-rgb: 3, 28, 6;
  --accent-emerald-rgb: 52, 211, 153;
  --accent-green-rgb: 12, 96, 20;
  --grad-1-rgb: 8, 52, 24;
  --grad-2-rgb: 12, 68, 42;
  --grad-3-rgb: 18, 82, 52;
  --page-max: 1280px;
  --font-inter: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font-display: Unbounded, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, sans-serif;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("assets/fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  overflow-x: clip;
  max-width: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--surface-page);
  color: #fff;
  font-family: var(--font-inter);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
p,
figure,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: #fff;
  color: var(--surface-dark);
  padding: 10px 16px;
  border-radius: var(--radius-button);
  font-weight: 600;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
}
.container-x {
  margin-inline: auto;
  width: 100%;
  min-width: 0;
  max-width: var(--page-max);
  padding-inline: 16px;
}
.section {
  width: 100%;
  min-width: 0;
  padding-block: 32px;
  background: var(--surface-page);
}
.section--dark,
.section--green,
.section--seo {
  background: var(--surface-page);
}
.section--compact {
  padding-block: 16px;
}
.section--spacious {
  padding-block: 32px;
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-width: 0;
}
.stack--sm {
  gap: 12px;
}
.stack--md {
  gap: 16px;
}
.stack--lg {
  gap: 32px;
}
.type-h1 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.type-h2 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}
.type-h2-feature {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}
.type-h2-content {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}
.type-h3 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}
.type-eyebrow {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.type-body {
  color: rgba(255, 255, 255, 0.7);
}
.type-body-lg {
  color: rgba(255, 255, 255, 0.7);
}
.type-caption {
  color: rgba(255, 255, 255, 0.6);
}
.type-stat {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.type-chip {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
}
.type-nav-brand {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
}
.type-nav-link {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.15s;
}
.type-nav-link:hover {
  color: #fff;
}
.type-section-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  font-weight: 500;
  flex-shrink: 0;
  transition: color 0.15s;
}
.type-section-link:hover {
  color: #fff;
}
.type-card-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s;
}
.type-card-link:hover {
  color: #fff;
}
.type-footer-heading {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 0.75rem;
}
.type-footer-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  transition: color 0.15s;
}
.type-footer-link:hover {
  color: #fff;
}
.type-footer-legal {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  line-height: 1.6;
}
.prose p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
}
.prose p + p {
  margin-top: 14px;
}
.prose h3 {
  margin-top: 26px;
  margin-bottom: 8px;
}
.prose > :first-child {
  margin-top: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-inter);
  font-weight: 500;
  line-height: 1;
  user-select: none;
  border-radius: var(--radius-button);
  min-height: 44px;
  padding-inline: 20px;
  font-size: 0.9375rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s,
    transform 0.15s;
}
.btn:active {
  transform: translateY(1px);
  box-shadow: none;
}
.btn--primary {
  background: #feffFE;
  color: var(--surface-dark);
  border-color: #cbcccb;
  box-shadow: 0 2px 0 0 #cbcccb;
}
.btn--primary:hover {
  background: #fff;
}
.btn--secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
}
.btn--green {
  background: var(--accent-green);
  color: #fff;
  border-color: var(--accent-green-edge);
  box-shadow: 0 2px 0 0 var(--accent-green-edge);
}
.btn--green:hover {
  background: var(--accent-green-hover);
}
.btn--sm {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 0.875rem;
}
.btn--block {
  width: 100%;
}
.btn-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.card {
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  transition: border-color 0.15s, background-color 0.15s;
}
a.card:hover {
  background: var(--surface-card-hover);
}
.card--pad {
  padding: 16px;
}
.panel {
  border-radius: var(--radius-panel);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: var(--radius-pill);
  background: var(--surface-tile);
  padding: 8px 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  transition: border-color 0.15s, background-color 0.15s, color 0.15s;
}
a.chip:hover {
  background: var(--surface-card-hover);
  color: #fff;
}
.chip--emerald {
  border-color: rgba(var(--accent-emerald-rgb), 0.25);
  background: rgba(var(--accent-green-rgb), 0.18);
  color: rgba(var(--accent-emerald-rgb), 0.9);
}
.pill {
  display: inline-block;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.section-head--center {
  align-items: center;
  text-align: center;
  max-width: 48rem;
  margin-inline: auto;
}
.grid {
  display: grid;
  gap: 12px;
  width: 100%;
}
.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--1,
.grid--3 {
  grid-template-columns: minmax(0, 1fr);
}
.grid--4,
.grid--5 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--auto {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.scroll-row {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.scroll-row::-webkit-scrollbar {
  display: none;
}
.scroll-row__inner {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 8px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: var(--surface-page);
}
.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 12px;
}
.site-header__nav {
  display: none;
  align-items: center;
  gap: 20px;
}
.site-header__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}
.nav-toggle {
  list-style: none;
  cursor: pointer;
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: center;
}
.nav-toggle::-webkit-details-marker {
  display: none;
}
.nav-drawer[open] .nav-drawer__panel {
  display: flex;
}
.nav-drawer__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding-block: 16px 20px;
  background: var(--surface-dark);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: 0 16px 40px -20px rgba(0, 0, 0, 0.9);
}
.hero {
  width: 100%;
  background: var(--surface-page);
  padding-block: 20px 28px;
}
.hero__panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-panel);
  padding: 28px 20px;
  background-color: var(--surface-green);
  background-image: linear-gradient(
      rgba(var(--surface-green-rgb), 0.75),
      rgba(var(--surface-page-rgb), 0.85)
    ),
    linear-gradient(135deg, var(--surface-green) 0%, var(--surface-base) 50%, var(--surface-page) 100%);
}
.hero__panel--art {
  background-image: linear-gradient(rgba(var(--surface-green-rgb), 0.8), rgba(var(--surface-page-rgb), 0.9)),
    var(--hero-art, none),
    linear-gradient(135deg, var(--surface-green) 0%, var(--surface-base) 50%, var(--surface-page) 100%);
  background-size: cover, cover, cover;
  background-position: center;
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 44rem;
}
.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  width: 100%;
}
.promo__main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
  overflow: hidden;
  border-radius: var(--radius-panel);
  padding: 20px 16px;
  background: linear-gradient(
    135deg,
    rgba(var(--surface-green-rgb), 0.95) 0%,
    rgba(var(--surface-page-rgb), 0.9) 45%,
    rgba(var(--surface-base-rgb), 0.85) 100%
  );
}
.promo__main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 110% at 88% 50%,
    rgba(var(--accent-emerald-rgb), 0.22) 0%,
    transparent 58%
  );
}
.promo__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 32rem;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  padding: 20px 24px;
}
.stat__label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat__desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}
.tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 88px;
  padding: 16px 12px;
  text-align: center;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  transition: border-color 0.15s, background-color 0.15s;
}
a.tile {
  text-decoration: none;
}
a.tile:hover {
  background: var(--surface-card-hover);
}
.tile__name {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
}
.tile__meta {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
}
.link-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 8px;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  padding: 16px;
  transition: border-color 0.15s, background-color 0.15s;
}
a.link-card:hover {
  background: var(--surface-card-hover);
}
.link-card__cta {
  margin-top: auto;
}
.steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps > .step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
}
.step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  padding: 20px 16px;
}
.steps > .step::before {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(var(--accent-emerald-rgb), 0.55);
  font-variant-numeric: tabular-nums;
}
.review {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: var(--radius-card);
  background: var(--surface-card);
  padding: 20px 16px;
}
.review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.review__author {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 0.875rem;
}
.review__rating {
  color: #facc15;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}
.payments-band {
  border-radius: var(--radius-panel);
  border: 1px solid rgba(var(--accent-green-rgb), 0.28);
  background: var(--surface-green);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payments-band__title {
  color: rgba(var(--accent-emerald-rgb), 0.95);
  font-size: 0.875rem;
  font-weight: 600;
}
.method {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.license {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--radius-panel);
  background: var(--surface-tile);
  padding: 20px 16px;
}
.license__grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 8px;
  align-items: baseline;
}
.license__key {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.license__val {
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-emerald);
  opacity: 0.8;
}
.faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq__item {
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  overflow: hidden;
}
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.faq__q::-webkit-details-marker {
  display: none;
}
.faq__q::after {
  content: "+";
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}
.faq__item[open] .faq__q::after {
  content: "\2212";
}
.faq__a {
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.6;
}
.seo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 56rem;
  margin-inline: auto;
}
.internal-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
  padding: 20px 16px;
}
.internal-links__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  text-align: center;
  max-width: 42rem;
  margin-inline: auto;
}
.site-footer {
  width: 100%;
  background: var(--surface-dark);
  padding-block: 40px;
}
.site-footer__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}
.site-footer__legal {
  max-width: 42rem;
}
.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  font-size: 0.75rem;
}
.responsible {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.responsible__links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin-top: 6px;
}
@media (min-width: 640px) {
  .container-x {
    padding-inline: 24px;
  }
  .section {
    padding-block: 40px;
  }
  .section--compact {
    padding-block: 20px;
  }
  .section--spacious {
    padding-block: 40px;
  }
  .section--seo {
    padding-block: 48px;
  }
  .stack {
    gap: 32px;
  }
  .stack--sm {
    gap: 16px;
  }
  .stack--md {
    gap: 20px;
  }
  .stack--lg {
    gap: 40px;
  }
  .type-nav-brand {
    font-size: 1.25rem;
  }
  .type-footer-heading {
    font-size: 0.875rem;
  }
  .type-footer-link {
    font-size: 0.9375rem;
  }
  .btn {
    padding-inline: 24px;
    font-size: 1rem;
  }
  .btn--sm {
    padding-inline: 20px;
    font-size: 0.875rem;
  }
  .btn--block {
    width: auto;
  }
  .btn-row {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  .grid {
    gap: 16px;
  }
  .grid--3,
  .grid--4,
  .grid--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .scroll-row__inner {
    gap: 12px;
  }
  .card--pad,
  .step,
  .review,
  .license,
  .internal-links,
  .payments-band {
    padding: 24px;
  }
  .link-card {
    padding: 24px;
  }
  .section-head--stacked {
    align-items: flex-end;
  }
  .hero {
    padding-block: 28px 36px;
  }
  .hero__panel {
    padding: 36px 28px;
  }
  .promo {
    gap: 16px;
  }
  .promo__main {
    min-height: 220px;
    padding: 24px;
  }
  .site-footer {
    padding-block: 48px;
  }
  .site-footer__cols {
    gap: 32px;
  }
  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
  }
  .faq__q {
    padding: 20px;
    font-size: 1rem;
  }
  .faq__a {
    padding: 0 20px 20px;
  }
  .site-header__bar {
    padding-block: 16px;
  }
}
@media (min-width: 768px) {
  .container-x {
    padding-inline: 40px;
  }
  .section {
    padding-block: 56px;
  }
  .section--compact {
    padding-block: 24px;
  }
  .section--spacious {
    padding-block: 48px;
  }
  .section--seo {
    padding-block: 64px;
  }
  .stack--lg {
    gap: 48px;
  }
  .grid--4,
  .grid--5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid {
    gap: 20px;
  }
  .site-header__nav {
    display: flex;
  }
  .site-header__cta {
    display: flex;
  }
  .nav-drawer {
    display: none;
  }
  .hero {
    padding-block: 36px 48px;
  }
  .hero__panel {
    padding: 56px 40px;
  }
  .promo__main {
    min-height: 280px;
    padding: 32px;
  }
  .step,
  .review,
  .license,
  .internal-links,
  .payments-band {
    padding: 28px;
  }
  .link-card {
    padding: 32px;
  }
  .payments-band {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .site-footer {
    padding-block: 64px;
  }
  .site-footer__cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
    margin-bottom: 40px;
  }
  .split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .container-x {
    padding-inline: 64px;
  }
  .section {
    padding-block: 64px;
  }
  .section--spacious {
    padding-block: 56px;
  }
  .site-header__nav {
    gap: 32px;
  }
  .grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .hero__panel {
    padding: 72px 56px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
.game-strip {
  margin-top: 12px;
}
.game-strip .scroll-row__inner {
  gap: 12px;
  align-items: flex-start;
}
.game-card {
  display: block;
  width: 168px;
  flex: 0 0 168px;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  scroll-snap-align: start;
}
.game-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  border-radius: var(--radius-card);
  display: block;
  background: var(--surface-card-hover);
}
.game-cat {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .game-card {
    width: 220px;
    flex-basis: 220px;
  }
}
.btn--xs {
  min-height: 34px;
  padding-inline: 10px;
  font-size: 0.8125rem;
  gap: 4px;
}
@media (min-width: 640px) {
  .btn--xs {
    min-height: 40px;
    padding-inline: 16px;
    font-size: 0.875rem;
  }
}
.site-header__bar .type-nav-brand {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .site-header__bar .type-nav-brand {
    font-size: 1.125rem;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 479px) {
  .site-header__bar .type-nav-brand {
    font-size: 1rem;
    letter-spacing: -0.01em;
  }
  .site-header__bar {
    gap: 8px;
  }
  .site-header__cta {
    gap: 6px;
  }
  .btn--xs {
    padding-inline: 8px;
    font-size: 0.75rem;
  }
  .nav-toggle {
    padding: 6px;
  }
}
a.chip--btn {
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
}
a.chip--btn:hover {
  background: var(--surface-card-hover);
}
.promo-slider {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.promo-slider::-webkit-scrollbar {
  display: none;
}
.promo-slider__track {
  display: flex;
  gap: 0;
}
.promo-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  scroll-snap-align: start;
  min-height: 118px;
}
.promo-slide--fact {
  justify-content: center;
}
@media (min-width: 768px) {
  .promo-slide {
    min-height: 104px;
  }
}
.promo__aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.promo__aside-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  min-height: 96px;
  border-radius: var(--radius-panel);
  background: var(--surface-tile);
  padding: 16px;
}
@media (min-width: 640px) {
  .promo__aside {
    gap: 16px;
  }
}
.review blockquote {
  margin: 0;
}
.review figcaption {
  color: rgba(255, 255, 255, 0.45);
}
.chips {
  list-style: none;
  margin: 0;
  padding: 0;
}
.license__grid {
  margin: 0;
}
.license__grid dd {
  margin: 0;
}
.faq__a {
  margin: 0;
}
.type-eyebrow   { font-size: 0.6875rem; line-height: 1.4; }
.type-caption   { font-size: 0.875rem;  line-height: 1.55; }
.type-body      { font-size: 0.9375rem; line-height: 1.6; }
.type-body-lg   { font-size: 1.0625rem; line-height: 1.55; }
.type-h3        { font-size: 1.125rem;  line-height: 1.3; }
.type-h2,
.type-h2-content { font-size: 1.375rem; line-height: 1.2; }
.type-h2-feature { font-size: 1.625rem; line-height: 1.15; }
.type-h1        { font-size: 2rem;      line-height: 1.12; }
.type-stat      { font-size: 1.75rem;   line-height: 1.1; }
@media (min-width: 640px) {
  .type-eyebrow   { font-size: 0.75rem; }
  .type-body      { font-size: 1rem; }
  .type-body-lg   { font-size: 1.125rem; }
  .type-h3        { font-size: 1.1875rem; }
  .type-h2,
  .type-h2-content { font-size: 1.5rem; }
  .type-h2-feature { font-size: 1.875rem; }
  .type-h1        { font-size: 2.375rem; }
  .type-stat      { font-size: 2rem; }
}
@media (min-width: 768px) {
  .type-caption   { font-size: 0.9375rem; }
  .type-body-lg   { font-size: 1.1875rem; }
  .type-h3        { font-size: 1.25rem; }
  .type-h2,
  .type-h2-content { font-size: 1.75rem; }
  .type-h2-feature { font-size: 2.125rem; }
  .type-h1        { font-size: 2.75rem; }
  .type-stat      { font-size: 2.5rem; }
}
@media (min-width: 1024px) {
  .type-body      { font-size: 1.0625rem; }
  .type-body-lg   { font-size: 1.25rem; }
  .type-h3        { font-size: 1.375rem; }
  .type-h2,
  .type-h2-content { font-size: 1.875rem; }
  .type-h2-feature { font-size: 2.5rem; }
  .type-h1        { font-size: 3.25rem; }
  .type-stat      { font-size: 3rem; }
}
@media (min-width: 768px) {
  .type-body,
  .type-body-lg,
  .type-caption,
  .faq__a,
  .seo p {
    max-width: 68ch;
  }
  .section-head--center .type-body,
  .section-head--center .type-body-lg {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .promo__body {
    max-width: 36rem;
  }
  .promo__body .btn--block {
    width: auto;
    min-width: 16rem;
    align-self: flex-start;
  }
  .section-head--center .promo__body .btn--block {
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .promo__body {
    max-width: 44rem;
  }
}
.type-breadcrumb {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}
.breadcrumbs {
  width: 100%;
  padding-block: 10px;
  background: var(--surface-page);
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumbs__sep {
  color: rgba(255, 255, 255, 0.3);
}
.breadcrumbs__current {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs a {
  transition: color 0.15s;
}
.breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.section-bar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
@media (min-width: 640px) {
  .section-bar {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }
}
.grid--catalog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.game-tile {
  display: block;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 640px) {
  .grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (min-width: 768px) {
  .grid--catalog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .grid--catalog {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .grid--catalog {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.gow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border-radius: var(--radius-panel);
  padding: 16px;
  background: linear-gradient(
    135deg,
    rgba(var(--surface-green-rgb), 0.98) 0%,
    rgba(var(--grad-1-rgb), 0.95) 38%,
    rgba(var(--grad-2-rgb), 0.92) 68%,
    rgba(var(--grad-3-rgb), 0.9) 100%
  );
}
.gow::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 110% at 88% 50%,
    rgba(var(--accent-emerald-rgb), 0.28) 0%,
    transparent 58%
  );
}
.gow__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.gow__game {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 600;
}
.gow__provider {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.gow__poster {
  position: relative;
  z-index: 2;
  display: block;
  flex-shrink: 0;
  width: 104px;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: #060504;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.65);
}
.gow__poster img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
}
@media (min-width: 640px) {
  .gow {
    padding: 20px 24px;
    gap: 24px;
  }
  .gow__poster {
    width: 124px;
  }
}
.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  min-width: 0;
}
.cta-stack__heading {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.cta-stack__btn {
  width: 100%;
  min-height: 52px;
  font-size: 1rem;
}
.cta-stack__body {
  max-width: 44rem;
}
@media (min-width: 768px) {
  .cta-stack {
    gap: 20px;
  }
  .cta-stack__heading {
    font-size: 3rem;
  }
  .cta-stack__btn {
    min-height: 60px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .cta-stack__heading {
    font-size: 3.5rem;
  }
}
.feat-list {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.feat-list__term {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
}
.feat-list__term:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.feat-list__desc {
  margin: 8px 0 0;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .feat-list__term {
    margin-top: 28px;
    padding-top: 28px;
  }
  .feat-list__desc {
    max-width: 52rem;
  }
}
.games-grid__cat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.games-grid__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}
.games-grid__cell {
  min-width: 0;
}
.games-grid__card {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
}
.games-grid__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  display: block;
  border-radius: var(--radius-card);
  background: var(--surface-card-hover);
}
@media (min-width: 768px) {
  .games-grid__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 12px;
  }
}
.hdr-center__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-block: 10px;
}
.hdr-center__brand {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hdr-center__cta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.hdr-center__nav {
  border-top: 1px solid var(--border-subtle);
  padding-block: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hdr-center__nav::-webkit-scrollbar {
  display: none;
}
.hdr-center__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: max-content;
  min-width: 100%;
}
.hdr-center__links .type-nav-link {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .hdr-center__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    padding-block: 14px;
  }
  .hdr-center__brand {
    grid-column: 2;
    justify-self: center;
  }
  .hdr-center__cta {
    grid-column: 3;
    justify-self: end;
  }
  .hdr-center__nav {
    padding-block: 10px;
  }
  .hdr-center__links {
    gap: 28px;
  }
}
.hero-plain {
  width: 100%;
  min-width: 0;
  padding-block: 32px 24px;
  background: var(--surface-page);
}
.hero-plain__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.hero-plain__h1 {
  max-width: 20ch;
}
.hero-plain__intro {
  max-width: 60ch;
}
.hero-plain__facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-variant-numeric: tabular-nums;
}
.hero-plain__facts li + li::before {
  content: "·";
  margin-inline-end: 10px;
  opacity: 0.5;
}
.hero-plain__btn {
  width: 100%;
  max-width: 22rem;
  margin-top: 4px;
}
.hero-plain__link {
  color: inherit;
  opacity: 0.75;
  font-size: 0.9375rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 768px) {
  .hero-plain {
    padding-block: 48px 36px;
  }
  .hero-plain__inner {
    gap: 20px;
  }
  .hero-plain__h1 {
    font-size: 3rem;
  }
  .hero-plain__btn {
    width: auto;
    min-width: 16rem;
  }
}
@media (min-width: 1024px) {
  .hero-plain__h1 {
    font-size: 3.5rem;
  }
}
.mob-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: 46rem;
}
.mob-list__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.mob-list__item {
  min-width: 0;
  line-height: 1.6;
}
.mob-list__cta {
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  .mob-list {
    gap: 14px;
  }
  .mob-list__cta .btn {
    width: auto;
  }
}
.pay-table-wrap {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.pay-table {
  width: 100%;
  min-width: 300px;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
}
.pay-table th,
.pay-table td {
  padding: 10px 14px 10px 0;
  vertical-align: top;
  border-bottom: 1px solid var(--border-subtle);
}
.pay-table th:last-child,
.pay-table td:last-child {
  padding-right: 0;
}
.pay-table thead th {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.55;
  padding-bottom: 8px;
}
.pay-table tbody tr:last-child th,
.pay-table tbody tr:last-child td {
  border-bottom: 0;
}
.pay-table__method {
  font-weight: 600;
  white-space: nowrap;
}
.pay-table__cur {
  opacity: 0.7;
  min-width: 140px;
}
@media (min-width: 768px) {
  .pay-table {
    font-size: 0.9375rem;
  }
  .pay-table th,
  .pay-table td {
    padding: 12px 24px 12px 0;
  }
  .pay-table__cur {
    width: 55%;
  }
}
.prov-strip {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.prov-strip::-webkit-scrollbar {
  display: none;
}
.prov-strip__track {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
}
.prov-strip__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.prov-strip__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 128px;
  min-height: 72px;
  padding: 14px 12px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-card);
  background: var(--surface-tile);
}
.prov-strip__logo {
  max-width: 100%;
  max-height: 26px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.prov-strip__name {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
}
.prov-strip__meta {
  font-size: 0.75rem;
  opacity: 0.45;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) {
  .prov-strip__track {
    gap: 12px;
  }
  .prov-strip__link {
    width: 150px;
    min-height: 84px;
  }
  .prov-strip__logo {
    max-height: 30px;
  }
}
.rev-rows {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
.rev-rows__item {
  margin: 0;
  padding: 14px 0;
  min-width: 0;
  border-top: 1px solid var(--border-subtle);
}
.rev-rows__item:last-child {
  border-bottom: 1px solid var(--border-subtle);
}
.rev-rows__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 12px;
  min-width: 0;
}
.rev-rows__author {
  font-weight: 600;
  font-size: 0.875rem;
}
.rev-rows__date {
  opacity: 0.55;
}
.rev-rows__text {
  margin: 6px 0 0;
  min-width: 0;
  line-height: 1.6;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .rev-rows__item {
    display: grid;
    grid-template-columns: minmax(0, 13rem) minmax(0, 1fr);
    column-gap: 32px;
    align-items: baseline;
    padding: 16px 0;
  }
  .rev-rows__meta {
    flex-direction: column;
    gap: 2px;
  }
  .rev-rows__text {
    margin: 0;
  }
}
.seo-cols {
  width: 100%;
  min-width: 0;
}
.seo-cols__body {
  min-width: 0;
}
.seo-cols__body p,
.seo-cols__body h3 {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.seo-cols__body h3 {
  break-after: avoid;
}
@media (min-width: 768px) {
  .seo-cols__body {
    columns: 2;
    column-gap: 40px;
  }
  .seo-cols__body > :first-child {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .seo-cols__body {
    column-gap: 56px;
  }
}
.tgw__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  min-width: 0;
}
.tgw__cell {
  min-width: 0;
}
.tgw__tile {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
}
.tgw__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  display: block;
  border-radius: var(--radius-card);
  background: var(--surface-card-hover);
}
@media (min-width: 768px) {
  .tgw__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
:root{--surface-page:#07050d;--surface-dark:#07050d;--surface-tile:#0e0a17;--surface-card:#06040a;--surface-card-hover:#0d0a15;--surface-base:#1f1b2a;--surface-seo:#040208;--surface-green:#0b0419;--surface-green-hover:#110626;--accent-green:#7e49e8;--accent-green-hover:#9163ec;--accent-green-edge:#6525e4;--accent-emerald:#a889e6;--accent-green-rgb:126, 73, 232;--accent-emerald-rgb:168, 137, 230;--surface-page-rgb:7, 5, 13;--surface-base-rgb:31, 27, 42;--surface-green-rgb:11, 4, 25;--grad-1-rgb:22, 8, 51;--grad-2-rgb:30, 12, 67;--grad-3-rgb:39, 17, 83;}