@font-face {
  font-family: "GuideSans";
  src: url("../fonts/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "GuideSans";
  src: url("../fonts/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "GuideSans";
  src: url("../fonts/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --bg: #f6f7fb;
  --surface: #ffffff;
  --surface-soft: #eef1f7;
  --ink: #161820;
  --muted: #666c78;
  --line: #dfe3ea;
  --dark: #0c0e14;
  --dark-soft: #171a23;
  --orange: #f36f21;
  --orange-dark: #d9530d;
  --gold: #f5b34c;
  --green: #41d39f;
  --danger: #ffdd9e;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(18, 21, 29, 0.12);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "GuideSans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.age-strip {
  color: #f3f5fa;
  background: #090a0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 13px;
  letter-spacing: 0.01em;
}

.age-strip__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.age-strip__secondary {
  color: #aeb3bf;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(12, 14, 20, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand img {
  width: 132px;
}

.brand span {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #cfd3dc;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav a {
  color: #d7dae2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #fff;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 20% 10%, rgba(243, 111, 33, 0.16), transparent 33%),
    linear-gradient(135deg, #0c0e14 0%, #111522 58%, #0b0c11 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 2;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: 70px;
  padding-top: 86px;
  padding-bottom: 96px;
}

.hero__content {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.responsible h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.5vw, 76px);
}

.hero__lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #bec3ce;
  font-size: 19px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

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

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9649);
  box-shadow: 0 12px 28px rgba(243, 111, 33, .25);
}

.button--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: #d8dbe3;
  font-size: 13px;
  font-weight: 700;
}

.hero__checks li {
  position: relative;
  padding-left: 22px;
}

.hero__checks li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(65, 211, 159, .12);
}

.hero__visual {
  position: relative;
  min-height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrap {
  position: relative;
  width: min(100%, 520px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  box-shadow: 0 38px 90px rgba(0,0,0,.42);
  transform: rotate(1.6deg);
}

.hero-image-wrap img {
  width: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.12);
}

.hero-image-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(7,8,12,.88), transparent 55%),
    linear-gradient(110deg, rgba(7,8,12,.2), transparent);
}

.hero-image-label {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
}

.hero-image-label span {
  display: block;
  margin-bottom: 4px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.hero-image-label strong {
  font-size: 23px;
  line-height: 1.2;
}

.hero-card {
  position: absolute;
  z-index: 3;
  width: 230px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(17, 20, 29, .9);
  box-shadow: 0 20px 55px rgba(0,0,0,.32);
  backdrop-filter: blur(14px);
}

.hero-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.hero-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.hero-card--back {
  top: 24px;
  left: -34px;
  transform: rotate(-3deg);
}

.hero-card--front {
  right: -20px;
  bottom: 12px;
  transform: rotate(3deg);
}

.quick-facts {
  position: relative;
  z-index: 10;
  margin-top: -32px;
}

.quick-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.quick-facts article {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
}

.quick-facts article + article {
  border-left: 1px solid var(--line);
}

.fact-number {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.quick-facts strong,
.quick-facts p {
  display: block;
}

.quick-facts strong {
  font-size: 15px;
}

.quick-facts p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 112px 0;
}

.section--soft {
  background: var(--surface-soft);
}

.section--dark {
  color: #f5f6f8;
  background:
    radial-gradient(circle at 85% 15%, rgba(243,111,33,.12), transparent 26%),
    var(--dark);
}

.split-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 82px;
  align-items: start;
}

.section-heading h2,
.responsible h2 {
  font-size: clamp(36px, 4vw, 56px);
}

.section-heading p.heading-note,
.section-heading--row > p,
.section-heading--center > p {
  color: var(--muted);
}

.section--dark .section-heading--row > p {
  color: #aeb4c0;
}

.prose {
  max-width: 760px;
  color: #424751;
  font-size: 18px;
}

.prose p:first-child {
  margin-top: 0;
}

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

.info-panel {
  margin-top: 70px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 52px;
  padding: 46px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(243,111,33,.12), transparent 35%),
    var(--dark-soft);
  box-shadow: var(--shadow);
}

.info-panel__intro h3 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.info-panel__intro p:last-child {
  color: #adb3bf;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
}

.details-grid div {
  min-height: 112px;
  padding: 22px 26px;
  border: 1px solid rgba(255,255,255,.1);
}

.details-grid div:nth-child(1) {
  border-radius: 16px 0 0 0;
}

.details-grid div:nth-child(2) {
  border-radius: 0 16px 0 0;
}

.details-grid div:nth-last-child(2) {
  border-radius: 0 0 0 16px;
}

.details-grid div:last-child {
  border-radius: 0 0 16px 0;
}

.details-grid dt {
  color: #8e95a3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.details-grid dd {
  margin: 7px 0 0;
  color: #f8f9fb;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.section-heading--row {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 72px;
}

.section-heading--row > p {
  margin: 0;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.game-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: .88;
  border-radius: 22px;
  background: #171a23;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,8,12,.94), transparent 62%);
}

.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.game-card:hover img {
  transform: scale(1.045);
}

.game-card div {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  left: 18px;
}

.game-card span {
  display: block;
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.game-card strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.category-grid article {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
}

.category-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: var(--orange);
  font-size: 14px;
  font-weight: 800;
}

.category-grid h3 {
  margin: 22px 0 8px;
  font-size: 20px;
}

.category-grid p {
  margin: 0;
  color: #adb3bf;
  font-size: 14px;
}

.split-layout--login {
  grid-template-columns: .86fr 1.14fr;
}

.steps {
  display: grid;
  gap: 18px;
}

.steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.steps article > span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: var(--dark);
  font-size: 16px;
  font-weight: 800;
}

.steps h3 {
  margin: 0 0 7px;
  font-size: 19px;
  letter-spacing: -.02em;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.notice {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 30px;
  border-radius: 20px;
}

.notice--warning {
  border: 1px solid #f0c977;
  background: #fff5dc;
}

.notice__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #201507;
  background: var(--danger);
  font-size: 25px;
  font-weight: 800;
}

.notice h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.notice p {
  margin: 0;
  color: #5e4c2c;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.check-grid article {
  min-height: 230px;
  padding: 30px;
  border: 1px solid #d9dee8;
  border-radius: 20px;
  background: #fff;
}

.check-grid article > span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.check-grid h3 {
  margin: 35px 0 10px;
  font-size: 21px;
  letter-spacing: -.02em;
}

.check-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18,21,29,.06);
}

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

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

th {
  color: #fff;
  background: var(--dark-soft);
  font-size: 13px;
  letter-spacing: .04em;
}

td {
  color: #505661;
  font-size: 14px;
}

td:first-child {
  color: var(--ink);
  font-weight: 800;
}

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

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.feature-row article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.feature-mark {
  display: inline-flex;
  min-width: 56px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 10px;
  color: #fff;
  background: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.feature-row h3 {
  margin: 25px 0 9px;
  font-size: 20px;
}

.feature-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.mobile-layout {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 100px;
  align-items: center;
}

.mobile-layout h2 {
  margin: 0 0 24px;
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -.045em;
  line-height: 1.06;
}

.mobile-layout > div:first-child > p:not(.eyebrow) {
  color: #afb5c0;
}

.plain-checks {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.plain-checks li {
  position: relative;
  padding-left: 28px;
  color: #e0e3e9;
  font-size: 15px;
}

.plain-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}

.phone-mockup {
  width: min(100%, 355px);
  margin-inline: auto;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 44px;
  background: #050609;
  box-shadow: 0 35px 90px rgba(0,0,0,.5);
}

.phone-mockup__speaker {
  width: 84px;
  height: 6px;
  margin: 5px auto 10px;
  border-radius: 999px;
  background: #272b35;
}

.phone-mockup__screen {
  overflow: hidden;
  border-radius: 34px;
  background: #f0f1f5;
}

.phone-mockup__top {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 17px;
  color: #7c828e;
  background: #11141b;
  font-size: 11px;
  font-weight: 800;
}

.phone-mockup__top img {
  width: 110px;
}

.phone-mockup__hero {
  position: relative;
  height: 285px;
  overflow: hidden;
  background: #151821;
}

.phone-mockup__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,9,13,.95), transparent 68%);
}

.phone-mockup__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-mockup__hero div {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 22px;
  left: 20px;
}

.phone-mockup__hero span {
  display: block;
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.phone-mockup__hero strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

.phone-mockup__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 15px;
}

.phone-mockup__items span {
  padding: 13px 5px;
  border-radius: 10px;
  color: #363b45;
  background: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
}

.phone-mockup__bar {
  width: 105px;
  height: 5px;
  margin: 5px auto 12px;
  border-radius: 999px;
  background: #bcc1cb;
}

.section-heading--center {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.safety-list {
  max-width: 920px;
  display: grid;
  gap: 0;
  margin: 58px auto 0;
  padding: 0;
  list-style: none;
  counter-reset: safety;
  border-top: 1px solid var(--line);
}

.safety-list li {
  counter-increment: safety;
  display: grid;
  grid-template-columns: 68px 1fr 1.1fr;
  gap: 25px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.safety-list li::before {
  content: "0" counter(safety);
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
}

.safety-list strong {
  font-size: 17px;
}

.safety-list span {
  color: var(--muted);
  font-size: 15px;
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
  align-items: start;
}

.accordion {
  display: grid;
  gap: 13px;
}

.accordion details {
  overflow: hidden;
  border: 1px solid #d8dde7;
  border-radius: 16px;
  background: #fff;
}

.accordion summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 800;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 22px;
  color: var(--orange);
  font-size: 26px;
  line-height: 1;
}

.accordion details[open] summary::after {
  content: "–";
}

.accordion details div {
  padding: 0 24px 22px;
}

.accordion p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.responsible {
  padding: 82px 0;
  color: #fff;
  background: linear-gradient(135deg, #f36f21, #b83c00);
}

.responsible__inner {
  display: grid;
  grid-template-columns: 1fr 190px;
  align-items: center;
  gap: 70px;
}

.responsible .eyebrow {
  color: #2c1204;
}

.responsible p {
  max-width: 790px;
  margin-bottom: 0;
  color: #fff2e9;
}

.responsible__badge {
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}

.responsible__badge strong {
  font-size: 52px;
  line-height: 1;
}

.responsible__badge span {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.site-footer {
  padding: 72px 0 24px;
  color: #aeb3bf;
  background: #08090d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .55fr .55fr;
  gap: 80px;
}

.brand--footer {
  margin-bottom: 22px;
}

.footer-grid > div:first-child p {
  max-width: 520px;
  margin: 0;
  font-size: 14px;
}

.footer-grid h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-grid a:not(.brand) {
  margin-bottom: 9px;
  color: #aeb3bf;
  text-decoration: none;
  font-size: 14px;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.09);
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 28px rgba(243,111,33,.32);
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-top: 72px;
  }

  .hero__content {
    max-width: 790px;
  }

  .hero__visual {
    width: min(100%, 660px);
    margin-inline: auto;
  }

  .quick-facts__grid {
    grid-template-columns: 1fr 1fr;
  }

  .quick-facts article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .quick-facts article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .split-layout,
  .split-layout--login,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

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

  .section-heading--row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .mobile-layout {
    gap: 55px;
  }

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

  .feature-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .age-strip__inner {
    min-height: 44px;
  }

  .age-strip__secondary {
    display: none;
  }

  .header-inner {
    min-height: 68px;
  }

  .menu-button {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 68px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: #141720;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
    border-radius: 10px;
  }

  .main-nav a:hover {
    background: rgba(255,255,255,.06);
  }

  .hero__grid {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 78px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero__visual {
    min-height: 370px;
  }

  .hero-image-wrap img {
    min-height: 330px;
  }

  .hero-card {
    width: 190px;
    padding: 14px;
  }

  .hero-card--back {
    left: -3px;
  }

  .hero-card--front {
    right: -3px;
  }

  .quick-facts {
    margin-top: -22px;
  }

  .quick-facts__grid {
    grid-template-columns: 1fr;
  }

  .quick-facts article + article,
  .quick-facts article:nth-child(3),
  .quick-facts article:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2,
  .responsible h2,
  .mobile-layout h2 {
    font-size: 38px;
  }

  .info-panel {
    margin-top: 48px;
    padding: 25px;
  }

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

  .details-grid div,
  .details-grid div:nth-child(n) {
    border-radius: 0;
  }

  .details-grid div:first-child {
    border-radius: 14px 14px 0 0;
  }

  .details-grid div:last-child {
    border-radius: 0 0 14px 14px;
  }

  .game-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .game-card div {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .game-card strong {
    font-size: 13px;
  }

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

  .steps article {
    grid-template-columns: 44px 1fr;
    padding: 20px;
  }

  .steps article > span {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

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

  .mobile-layout {
    grid-template-columns: 1fr;
  }

  .safety-list li {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .safety-list span {
    grid-column: 2;
  }

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

  .responsible__badge {
    width: 135px;
    height: 135px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 440px) {
  .brand img {
    width: 112px;
  }

  .brand span {
    font-size: 11px;
  }

  .hero__checks {
    display: grid;
  }

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

  .hero-card--back {
    top: 0;
  }

  .hero-card--front {
    bottom: -2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* Service and legal pages */
.footer-grid--wide {
  grid-template-columns: 1.35fr .55fr .65fr .65fr;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 92px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(243,111,33,.18), transparent 30%),
    linear-gradient(135deg, #0c0e14, #151926 70%, #0b0c11);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 5.7vw, 72px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.page-hero__lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: #c0c5cf;
  font-size: 19px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 35px;
  color: #9da3af;
  font-size: 13px;
}

.breadcrumbs a {
  color: #e4e7ed;
  text-decoration: none;
}

.legal-section {
  padding: 96px 0 118px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 780px);
  justify-content: space-between;
  gap: 80px;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 108px;
}

.legal-sidebar__card,
.help-card {
  padding: 28px;
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(243,111,33,.16), transparent 38%),
    var(--dark-soft);
  box-shadow: 0 18px 50px rgba(18,21,29,.13);
}

.legal-sidebar__card h2,
.help-card h2 {
  margin: 10px 0 10px;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.legal-sidebar__card p,
.help-card p {
  margin: 0;
  color: #adb3bf;
  font-size: 14px;
}

.legal-label {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.legal-toc {
  display: grid;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.legal-toc a {
  padding: 14px 17px;
  color: #4c525d;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.legal-toc a:last-child {
  border-bottom: 0;
}

.legal-toc a:hover {
  color: var(--orange-dark);
  background: #faf7f4;
}

.legal-content {
  min-width: 0;
}

.legal-content section {
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.legal-content section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-content h2,
.contact-form-card h2,
.responsible-page-main h2 {
  margin: 0 0 18px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.legal-content h3 {
  margin: 30px 0 10px;
  font-size: 21px;
}

.legal-content p,
.legal-content li,
.responsible-page-main p {
  color: #515762;
}

.legal-content p:first-of-type {
  margin-top: 0;
}

.legal-content a,
.responsible-page-main a:not(.button) {
  color: var(--orange-dark);
  font-weight: 700;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.last-updated {
  margin-top: 30px !important;
  color: #818793 !important;
  font-size: 13px;
  font-weight: 700;
}

.principles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.principles-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.principles-grid strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
}

.principles-grid p {
  margin: 0;
  font-size: 14px;
}

.contact-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 68px;
  align-items: start;
}

.contact-intro {
  display: grid;
  gap: 22px;
}

.contact-card,
.contact-form-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(18,21,29,.07);
}

.contact-card__mark {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  background: var(--orange);
  font-weight: 800;
}

.contact-card h2 {
  margin: 26px 0 8px;
  font-size: 28px;
  letter-spacing: -.03em;
}

.contact-card p,
.contact-form-card > p:not(.eyebrow) {
  color: var(--muted);
}

.contact-email {
  display: inline-block;
  margin-top: 10px;
  color: var(--orange-dark);
  font-weight: 800;
  word-break: break-word;
}

.contact-warning {
  margin-top: 0;
}

.contact-form {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

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

.form-field {
  display: grid;
  gap: 8px;
}

.form-field > span {
  font-size: 13px;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #cfd5df;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(243,111,33,.11);
}

.form-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
}

.form-consent input {
  margin-top: 3px;
}

.contact-submit {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 1.5em;
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.responsible-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 290px;
  justify-content: space-between;
  gap: 72px;
  align-items: start;
}

.responsible-page-main > section {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--line);
}

.responsible-page-main > section:last-child {
  border-bottom: 0;
}

.support-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border-radius: 22px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(243,111,33,.92), rgba(184,60,0,.96)),
    var(--orange);
  box-shadow: 0 22px 55px rgba(184,60,0,.2);
}

.support-banner h2 {
  margin: 0 0 10px;
  font-size: 32px;
}

.support-banner p {
  margin: 0;
  color: #fff0e7;
}

.support-banner .eyebrow {
  color: #351204;
}

.support-banner__actions {
  display: grid;
  gap: 10px;
  min-width: 210px;
}

.button--light {
  color: #fff;
  border-color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.1);
}

.warning-signs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 26px;
}

.warning-signs article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.warning-signs strong {
  display: block;
  margin-bottom: 6px;
}

.warning-signs p {
  margin: 0;
  font-size: 14px;
}

.action-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.action-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.action-list li > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  background: var(--dark);
  font-weight: 800;
}

.action-list strong {
  display: block;
  margin-bottom: 4px;
}

.action-list p {
  margin: 0;
  font-size: 14px;
}

.responsible-page-aside {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 20px;
}

.help-card__number {
  display: block;
  color: var(--orange);
  font-size: 50px;
  line-height: 1;
}

.help-card--dark {
  background: var(--dark);
}

.error-section {
  min-height: 670px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 70% 30%, rgba(243,111,33,.17), transparent 30%),
    var(--dark);
}

.error-section__inner {
  max-width: 780px;
  text-align: center;
}

.error-code {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: clamp(96px, 18vw, 190px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.07em;
}

.error-section h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.error-section p:not(.eyebrow) {
  max-width: 610px;
  margin: 24px auto 0;
  color: #b8bec9;
}

.error-section .hero__actions {
  justify-content: center;
}

.button--dark-outline {
  color: #fff;
  border-color: rgba(255,255,255,.25);
  background: transparent;
}

@media (max-width: 1020px) {
  .footer-grid--wide {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .footer-grid--wide > div:last-child {
    grid-column: 2;
  }

  .legal-layout,
  .responsible-page-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .legal-sidebar,
  .responsible-page-aside {
    position: static;
  }

  .legal-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .legal-toc {
    margin-top: 0;
  }

  .responsible-page-aside {
    grid-template-columns: 1fr 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-hero {
    padding: 65px 0 70px;
  }

  .page-hero h1 {
    font-size: 43px;
  }

  .page-hero__lead {
    font-size: 17px;
  }

  .legal-section {
    padding: 72px 0 86px;
  }

  .legal-sidebar,
  .responsible-page-aside,
  .principles-grid,
  .form-grid,
  .warning-signs {
    grid-template-columns: 1fr;
  }

  .contact-card,
  .contact-form-card {
    padding: 24px;
  }

  .support-banner {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .support-banner__actions {
    min-width: 0;
  }

  .contact-submit {
    width: 100%;
  }

  .footer-grid--wide {
    grid-template-columns: 1fr;
  }

  .footer-grid--wide > div:last-child {
    grid-column: auto;
  }
}
