:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --bg: #06130d;
  --bg-deep: #030b08;
  --panel: #0f2a1d;
  --panel-soft: #173b28;
  --panel-hot: #245f34;
  --text: #f8fff7;
  --muted: #b9cdbc;
  --lime: #b7ff38;
  --green: #2fc64f;
  --gold: #ffd45a;
  --red: #ef373d;
  --line: rgba(255, 255, 255, 0.14);
  --white: #ffffff;
  --ink: #102015;
  --radius: 8px;
  --container: 1176px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.5;
}

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

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

button,
input {
  font: inherit;
}

button {
  border: 0;
}

.container {
  width: min(100% - var(--space-8), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: var(--space-6);
  align-items: center;
  min-height: 68px;
  padding-inline: var(--space-8);
  border-bottom: 1px solid var(--line);
  background: rgba(3, 11, 8, 0.92);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 174px;
  height: 58px;
  object-fit: contain;
}

.top-nav,
.header-actions,
.hero-actions,
.store-row,
.lobby-nav-inner,
.category-scroll,
.row-heading,
.bonus-rules,
.footer-rg {
  display: flex;
  align-items: center;
}

.top-nav {
  justify-content: center;
  gap: var(--space-6);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.top-nav a:hover {
  color: var(--white);
}

.header-actions,
.hero-actions,
.store-row {
  gap: var(--space-3);
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: var(--space-3) var(--space-6);
  border: 1px solid transparent;
  font-weight: 950;
  text-align: center;
}

.btn-primary {
  background: var(--lime);
  color: #06130d;
  box-shadow: 0 18px 40px rgba(183, 255, 56, 0.23);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.hero {
  overflow: hidden;
  padding-block: var(--space-12) var(--space-6);
  background:
    radial-gradient(circle at 78% 22%, rgba(47, 198, 79, 0.46), transparent 34%),
    radial-gradient(circle at 48% 0%, rgba(255, 212, 90, 0.14), transparent 24%),
    linear-gradient(120deg, #06130d, #123a23 58%, #092415);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.8fr);
  gap: var(--space-10);
  align-items: center;
}

.eyebrow {
  margin: 0 0 var(--space-3);
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dot::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: var(--space-2);
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 18px var(--lime);
}

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

h1 {
  margin-bottom: var(--space-4);
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 0.98;
}

h2 {
  margin-bottom: var(--space-4);
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.05;
}

h3 {
  margin-bottom: var(--space-3);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
  font-size: 16px;
}

.hero-label {
  display: block;
  margin-top: var(--space-5);
  color: #d8efd4;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-offer {
  display: block;
  margin-block: var(--space-2) var(--space-3);
  color: var(--lime);
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1;
}

.hero-note {
  margin-bottom: var(--space-4);
}

.store-row {
  margin-top: var(--space-2);
}

.store-row a {
  min-width: 154px;
  padding: var(--space-2) var(--space-4);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.2);
  font-weight: 900;
}

.hero-visual {
  position: relative;
  min-height: 330px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 36px 56px 20px;
  border: 1px solid rgba(200, 255, 63, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 44%, rgba(200, 255, 63, 0.16), transparent 32%),
    radial-gradient(circle at 52% 52%, rgba(47, 198, 79, 0.12), transparent 48%);
  transform: rotate(-8deg);
}

.bonus-art {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 12px;
  width: min(360px, 72%);
  max-height: 230px;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.42));
}

.welcome-card {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 24px;
  width: min(260px, 58%);
  min-height: 0;
  padding: var(--space-5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(3, 11, 8, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
  transform: none;
}

.welcome-card span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 950;
  text-transform: uppercase;
}

.welcome-card strong {
  display: block;
  margin-top: var(--space-2);
  color: var(--lime);
  font-size: 52px;
  line-height: 0.9;
}

.welcome-card p {
  margin-bottom: var(--space-4);
  font-size: 17px;
  font-weight: 950;
}

.welcome-card div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
}

.welcome-card b {
  padding: var(--space-2);
  border-radius: var(--radius);
  background: rgba(3, 11, 8, 0.42);
  text-align: center;
}

.float-game,
.age-badge,
.spin-badge {
  position: absolute;
  z-index: 2;
}

.float-game {
  width: 92px;
  height: 92px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.32);
  transform: rotate(-12deg);
}

.game-one {
  top: 38px;
  left: 28px;
}

.game-two {
  right: 8px;
  bottom: 108px;
  transform: rotate(7deg);
}

.age-badge,
.spin-badge {
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 950;
}

.age-badge {
  left: 78px;
  bottom: 52px;
  width: 54px;
  height: 54px;
  background: var(--red);
}

.spin-badge {
  right: 50px;
  top: 26px;
  width: 62px;
  height: 62px;
  background: var(--gold);
  color: #06130d;
  transform: rotate(10deg);
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid span {
  padding: var(--space-4);
  border-right: 1px solid var(--line);
  color: #d5ead7;
  font-weight: 900;
  text-align: center;
}

.trust-grid span:first-child {
  border-left: 1px solid var(--line);
}

.lobby-nav {
  position: sticky;
  top: 68px;
  z-index: 25;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 11, 8, 0.92);
  backdrop-filter: blur(14px);
}

.lobby-nav-inner {
  justify-content: space-between;
  gap: var(--space-4);
  padding-block: var(--space-4);
}

.category-scroll {
  gap: var(--space-3);
  overflow-x: auto;
  scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

.category-scroll button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius);
  background: transparent;
  color: var(--muted);
  font-weight: 950;
}

.category-scroll .active {
  background: var(--green);
  color: var(--white);
}

.game-search {
  position: relative;
  flex: 0 0 260px;
}

.game-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.game-search input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 var(--space-4);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.section {
  padding-block: var(--space-16);
}

.section-heading {
  margin-bottom: var(--space-8);
}

.row-heading {
  justify-content: space-between;
  gap: var(--space-6);
}

.row-heading a {
  color: var(--lime);
  font-weight: 950;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-5);
}

.game-grid article {
  min-width: 0;
}

.game-grid img {
  width: 100%;
  aspect-ratio: 1.55;
  border-radius: var(--radius);
  object-fit: cover;
  background: var(--panel-soft);
}

.game-grid b,
.game-grid span {
  display: block;
}

.game-grid b {
  margin-top: var(--space-2);
  font-size: 15px;
}

.game-grid span {
  color: var(--muted);
  font-size: 12px;
}

.categories-section,
.wallet-section,
.payment-section {
  background: var(--bg-deep);
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.category-card {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: var(--space-5);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.category-card.large {
  grid-row: span 2;
  min-height: 380px;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 11, 8, 0.08), rgba(3, 11, 8, 0.9));
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card span,
.category-card strong,
.category-card p {
  position: relative;
  z-index: 1;
}

.category-card span {
  align-self: start;
  margin-bottom: var(--space-4);
  padding: var(--space-1) var(--space-3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-card strong {
  font-size: 22px;
}

.category-card p {
  margin: var(--space-1) 0 0;
  color: #d7ead9;
  font-size: 14px;
}

.welcome-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 212, 90, 0.18), transparent 28%),
    linear-gradient(180deg, #123a23, #07170f);
}

.bonus-header {
  display: flex;
  justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: var(--space-8);
}

.bonus-header p {
  color: var(--muted);
}

.bonus-header > strong {
  color: var(--lime);
  font-size: clamp(50px, 7vw, 88px);
  line-height: 1;
}

.deposit-pack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
}

.deposit-pack article {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: var(--space-5);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius);
  background: linear-gradient(140deg, rgba(47, 198, 79, 0.26), rgba(255, 212, 90, 0.06));
}

.deposit-pack span,
.deposit-pack p {
  color: #d5ead7;
  font-weight: 900;
}

.deposit-pack strong {
  display: block;
  margin-block: var(--space-3) var(--space-1);
  color: var(--lime);
  font-size: 44px;
  line-height: 1;
}

.deposit-pack b {
  position: absolute;
  right: var(--space-4);
  bottom: -8px;
  color: rgba(255, 255, 255, 0.06);
  font-size: 88px;
  line-height: 1;
}

.bonus-rules {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: var(--space-4);
  margin-top: var(--space-8);
}

.bonus-rules span {
  padding: var(--space-5);
  border-radius: var(--radius);
  background: rgba(3, 11, 8, 0.54);
  color: var(--muted);
}

.bonus-rules b {
  display: block;
  color: var(--white);
}

.wallet-layout,
.payment-layout,
.cta-layout,
.text-layout,
.footer-layout {
  display: grid;
  gap: var(--space-10);
  align-items: center;
}

.wallet-layout,
.payment-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.wallet-layout p,
.wallet-layout li,
.payment-layout p {
  color: var(--muted);
}

.wallet-layout ul {
  display: grid;
  gap: var(--space-4);
  padding-left: var(--space-6);
}

.wallet-layout li::marker {
  color: var(--lime);
}

.wallet-card {
  padding: var(--space-8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(150deg, #16452a, #0b2115);
  box-shadow: var(--shadow);
}

.wallet-card span {
  color: var(--muted);
  font-weight: 950;
  text-transform: uppercase;
}

.wallet-card strong {
  display: block;
  margin-block: var(--space-8);
  font-size: 40px;
}

.wallet-card small,
.wallet-card b {
  color: var(--lime);
}

.progress {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.progress i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
}

.wallet-card p {
  display: flex;
  justify-content: space-between;
  margin: var(--space-3) 0 0;
  font-weight: 900;
}

.promo-section {
  background:
    linear-gradient(90deg, rgba(3, 11, 8, 0.9), rgba(3, 11, 8, 0.64)),
    radial-gradient(circle at 88% 30%, rgba(255, 212, 90, 0.2), transparent 28%);
}

.promo-layout {
  display: grid;
  gap: var(--space-8);
}

.promo-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.promo-cards a {
  position: relative;
  overflow: hidden;
  min-height: 176px;
  display: grid;
  align-content: end;
  padding: var(--space-5);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.promo-cards img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
}

.promo-cards strong,
.promo-cards span {
  position: relative;
  z-index: 1;
}

.promo-cards strong {
  font-size: 22px;
}

.promo-cards span {
  width: max-content;
  margin-top: var(--space-4);
  padding: var(--space-2) var(--space-4);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  font-weight: 900;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-6);
}

.payment-logos img {
  width: 74px;
  height: 36px;
  padding: var(--space-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
  filter: grayscale(1) brightness(2.4);
}

.security-list {
  display: grid;
  gap: var(--space-4);
}

.security-list article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 var(--space-4);
  padding: var(--space-5);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.security-list span {
  grid-row: span 2;
  color: var(--lime);
  font-size: 14px;
  font-weight: 950;
}

.security-list p {
  margin: var(--space-1) 0 0;
  font-size: 14px;
}

.cta-band {
  padding-block: var(--space-16);
  background: #123a23;
}

.cta-layout {
  grid-template-columns: minmax(0, 1fr) auto;
}

.cta-layout p {
  color: var(--muted);
}

.text-zone,
.faq-zone {
  background: #f3f8f1;
  color: var(--ink);
}

.text-zone {
  padding-block: var(--space-20);
}

.text-layout {
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
}

.toc-card,
.seo-copy,
.faq-layout details {
  border: 1px solid #d8e5d5;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 50px rgba(12, 48, 26, 0.08);
}

.toc-card {
  position: sticky;
  top: 120px;
  display: grid;
  gap: var(--space-2);
  padding: var(--space-5);
}

.toc-card strong {
  margin-bottom: var(--space-2);
  text-transform: uppercase;
}

.toc-card a {
  padding-block: var(--space-3);
  border-bottom: 1px solid #dfeadb;
  color: #52685a;
  font-weight: 800;
}

.seo-copy {
  padding: var(--space-8);
}

.text-zone .eyebrow {
  color: #16833b;
}

.seo-copy p {
  color: #506357;
}

.seo-copy h3 {
  margin-top: var(--space-8);
  font-size: 26px;
}

.content-card,
.split-boxes > div {
  margin-block: var(--space-8);
  padding: var(--space-6);
  border: 1px solid #d8e5d5;
  border-radius: var(--radius);
  background: #f9fcf7;
}

.accent-card {
  border-color: rgba(47, 198, 79, 0.34);
  background: linear-gradient(135deg, rgba(47, 198, 79, 0.12), rgba(255, 212, 90, 0.08));
}

.clean-list,
.check-list,
.warn-list {
  display: grid;
  gap: var(--space-3);
  margin: 0;
  padding-left: var(--space-6);
  color: #506357;
}

.check-list li::marker {
  color: #16833b;
}

.warn-list li::marker {
  color: var(--red);
}

.split-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-5);
}

.split-boxes > div {
  margin-block: var(--space-6);
}

.calc-table {
  margin-block: var(--space-8);
  overflow: hidden;
  border: 1px solid #d8e5d5;
  border-radius: var(--radius);
}

.calc-table div {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1fr 1.4fr;
}

.calc-table div:first-child {
  background: #123a23;
  color: var(--white);
}

.calc-table div:not(:first-child) {
  border-top: 1px solid #d8e5d5;
}

.calc-table b,
.calc-table span {
  padding: var(--space-4);
}

.calc-table span {
  color: #506357;
}

.info-table {
  margin-block: var(--space-8);
  border: 1px solid #d8e5d5;
  border-radius: var(--radius);
  overflow: hidden;
}

.info-table div {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid #d8e5d5;
}

.info-table div:last-child {
  border-bottom: 0;
}

.info-table b,
.info-table span {
  padding: var(--space-4);
}

.info-table b {
  background: #f9fcf7;
}

.wide-table div {
  grid-template-columns: 180px 1fr;
}

.faq-zone {
  padding-block: 0 var(--space-20);
}

.faq-layout {
  max-width: 820px;
}

.faq-layout details {
  margin-bottom: var(--space-3);
  padding: var(--space-5);
}

.faq-layout summary {
  cursor: pointer;
  font-weight: 950;
}

.faq-layout p {
  margin: var(--space-4) 0 0;
  color: #506357;
}

.site-footer {
  padding-block: var(--space-12);
  border-top: 1px solid var(--line);
  background: #030b08;
}

.footer-layout {
  grid-template-columns: 180px repeat(2, 1fr) minmax(280px, 1.2fr);
  align-items: start;
}

.footer-layout > img {
  width: 150px;
}

.footer-layout div:not(.footer-rg) {
  display: grid;
  gap: var(--space-2);
}

.footer-layout strong {
  color: var(--lime);
  text-transform: uppercase;
}

.footer-layout a,
.footer-rg p {
  color: var(--muted);
}

.footer-rg {
  flex-wrap: wrap;
  gap: var(--space-3);
}

.footer-rg img {
  width: 114px;
  height: 38px;
  padding: var(--space-2);
  border-radius: var(--radius);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
  filter: brightness(1.7);
}

.footer-rg p {
  flex-basis: 100%;
  margin: var(--space-2) 0 0;
  font-size: 13px;
}

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

  .hero-layout,
  .wallet-layout,
  .payment-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 320px;
  }

  .welcome-card {
    right: var(--space-4);
    bottom: var(--space-4);
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 120px 1fr;
    gap: var(--space-3);
    min-height: 70px;
    padding-inline: var(--space-3);
  }

  .brand img {
    width: 116px;
    height: 54px;
  }

  .top-nav {
    display: none;
  }

  .header-actions {
    justify-content: end;
    gap: var(--space-2);
  }

  .header-actions .btn {
    min-height: 40px;
    padding: var(--space-2) var(--space-3);
    font-size: 12px;
  }

  .container {
    width: min(100% - var(--space-5), var(--container));
  }

  .hero {
    padding-block: var(--space-12) var(--space-8);
  }

  .hero-layout {
    gap: var(--space-8);
  }

  .hero-actions,
  .store-row,
  .bonus-header,
  .row-heading,
  .lobby-nav-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .game-search {
    flex-basis: auto;
    width: 100%;
  }

  .trust-grid,
  .deposit-pack,
  .bonus-rules,
  .promo-cards,
  .footer-layout,
  .text-layout,
  .cta-layout {
    grid-template-columns: 1fr;
  }

  .game-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
  }

  .split-boxes,
  .calc-table div {
    grid-template-columns: 1fr;
  }

  .calc-table b,
  .calc-table span {
    padding: var(--space-3) var(--space-4);
  }

  .category-cards {
    grid-template-columns: 1fr;
  }

  .category-card.large {
    min-height: 260px;
  }

  .toc-card {
    position: static;
  }
}

@media (max-width: 560px) {
  :root {
    --space-8: 24px;
    --space-12: 40px;
    --space-16: 48px;
    --space-20: 56px;
  }

  .site-header {
    grid-template-columns: 96px 1fr;
  }

  .brand img {
    width: 94px;
    height: 48px;
  }

  .header-actions .btn {
    padding-inline: var(--space-2);
  }

  .header-actions .btn-ghost {
    display: none;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-visual {
    min-height: 300px;
  }

  .welcome-card {
    width: min(240px, 72%);
    padding: var(--space-4);
  }

  .welcome-card strong {
    font-size: 44px;
  }

  .welcome-card p {
    font-size: 15px;
  }

  .float-game {
    width: 82px;
    height: 82px;
    border-radius: 18px;
  }

  .game-one {
    left: 0;
  }

  .game-two {
    right: 0;
    bottom: 42px;
  }

  .age-badge {
    left: 24px;
    bottom: 64px;
    width: 52px;
    height: 52px;
  }

  .spin-badge {
    top: 36px;
    right: 0;
    width: 58px;
    height: 58px;
  }

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

  .game-grid b {
    font-size: 14px;
  }

  .info-table div {
    grid-template-columns: 1fr;
  }
}
