:root {
  --primary: #071833;
  --primary-soft: #102c50;
  --accent: #f2c35b;
  --action: #1fbf8f;
  --alert: #e2574c;
  --ink: #13233a;
  --muted: #617087;
  --line: #dce2e9;
  --surface: #f3f6f8;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(7, 24, 51, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.menu-open { overflow: hidden; }

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

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

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

button { font: inherit; }

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

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: 0;
}

h1 { font-size: 56px; margin-bottom: 20px; }
h2 { font-size: 38px; margin-bottom: 18px; }
h3 { font-size: 20px; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  color: var(--white);
  background: var(--primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  font-weight: 800;
}

.brand-mark {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--primary);
  background: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 8px;
  font-family: Georgia, serif;
  font-size: 18px;
}

.brand-mark-image {
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
}

.brand-mark-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-name {
  max-width: 260px;
  font-size: 20px;
  line-height: 1.1;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.desktop-nav a {
  color: #d6deea;
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible { color: var(--accent); }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.download-disabled {
  cursor: not-allowed;
  filter: grayscale(.35);
  opacity: .58;
}

.download-disabled:hover { transform: none; }

.button:focus-visible,
.text-link:focus-visible,
a:focus-visible,
button:focus-visible { outline: 3px solid rgba(31, 191, 143, 0.45); outline-offset: 3px; }

.button-small {
  min-height: 42px;
  padding: 10px 16px;
  background: var(--accent);
  color: var(--primary);
  font-size: 13px;
}

.button-primary { color: #05231a; background: var(--action); }
.button-dark { color: var(--white); background: var(--primary); }
.button-outline { color: var(--primary); border-color: var(--primary); background: transparent; }

.menu-toggle,
.mobile-menu { display: none; }

.suspension-banner {
  position: relative;
  z-index: 12;
  color: #fff8e8;
  background: #8f2f2a;
  border-bottom: 1px solid #6f201c;
}

.suspension-banner-inner {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.suspension-banner p {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.suspension-icon {
  display: inline-flex;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}

.hero {
  position: relative;
  display: flex;
  min-height: 620px;
  height: calc(74svh - 76px);
  max-height: 760px;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background-color: #06112b;
  background-position: center;
  background-size: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(2, 9, 25, 0.6);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 24px;
}

.hero-content > * { max-width: 570px; }

.eyebrow {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark { color: #8c6410; }

.hero h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.hero-copy {
  margin-bottom: 26px;
  color: #e7edf5;
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.hero-actions .button img { filter: brightness(0.2); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--white);
  font-weight: 800;
}

.dark-link { color: var(--primary); }

.hero-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 0;
  color: #c7d1df;
  font-size: 12px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #c7d1df;
  border-radius: 50%;
  color: var(--white);
  font-weight: 900;
}

.trust-strip {
  color: var(--white);
  background: var(--primary-soft);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 108px;
  align-items: center;
}

.trust-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-item:last-child { border-right: 0; }
.trust-item img { width: 42px; height: 42px; object-fit: contain; }
.trust-item strong,
.trust-item span { display: block; }
.trust-item strong { color: var(--accent); font-size: 15px; }
.trust-item span { color: #c5d0df; font-size: 12px; }

.section { padding: 88px 0; }
.section-muted { background: var(--surface); }

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 80px;
}

.game-visual {
  position: relative;
  display: flex;
  min-height: 390px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e6edf0;
  border-radius: 8px;
}

.game-visual::before,
.game-visual::after {
  position: absolute;
  width: 170px;
  height: 240px;
  border: 10px solid var(--white);
  border-radius: 8px;
  background: var(--alert);
  content: "";
  box-shadow: var(--shadow);
}

.game-visual::before { transform: rotate(-16deg); }
.game-visual::after { background: var(--action); transform: rotate(15deg); }

.game-visual img {
  position: relative;
  z-index: 2;
  width: 245px;
  height: 245px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(7, 24, 51, 0.25));
}

.section-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }

.feature-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 32px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
}

.feature-list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 3px solid var(--action);
  border-radius: 50%;
  content: "";
}

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

.section-heading > p:not(.eyebrow) { color: var(--muted); }
.section-heading.light { color: var(--white); }

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

.benefit {
  min-width: 0;
  padding: 30px 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.benefit img {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  object-fit: contain;
}

.benefit h3 { margin-bottom: 10px; }
.benefit p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.heading-row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 34px;
  text-align: left;
}

.heading-row h2 { margin-bottom: 0; }

.legal-label,
.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.offer-card {
  overflow: hidden;
  background: var(--primary);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.offer-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top;
}

.offer-card > div {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  color: var(--white);
}

.offer-card h3 { margin: 0; font-size: 16px; }
.offer-card a { color: var(--accent); font-size: 12px; font-weight: 800; }

.how-section { color: var(--white); background: var(--primary); }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.16);
  list-style: none;
}

.steps li {
  display: flex;
  min-height: 210px;
  gap: 20px;
  padding: 38px 30px;
  background: var(--primary-soft);
}

.steps li > span {
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 700;
}

.steps h3 { margin: 7px 0 10px; color: var(--white); }
.steps p { margin: 0; color: #c5d0df; font-size: 14px; }

.responsible-section { background: #edf5f0; }

.responsible-layout {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.responsible-layout img { width: 90px; height: 90px; object-fit: contain; }
.responsible-layout h2 { margin-bottom: 10px; }
.responsible-layout p:last-child { max-width: 700px; margin-bottom: 0; color: var(--muted); }

.faq-layout { align-items: start; }

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--action); font-size: 22px; font-weight: 500; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 36px 24px 0; color: var(--muted); }
.faq-list details > div a { color: var(--primary); font-weight: 800; text-decoration: underline; }

.site-footer {
  padding-top: 66px;
  color: #c5d0df;
  background: #040d1d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 0.75fr 0.9fr 1.35fr;
  gap: 48px;
  padding-bottom: 56px;
}

.brand-footer { margin-bottom: 20px; color: var(--white); }
.brand-footer .brand-mark { border-color: var(--accent); }
.footer-brand p { max-width: 340px; color: #93a2b5; font-size: 14px; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-size: 14px; }
.site-footer a:not(.brand) { display: block; width: fit-content; margin-bottom: 11px; color: #c5d0df; font-size: 13px; }
.site-footer a:hover { color: var(--accent); }
.footer-contact p { color: #93a2b5; font-size: 13px; }
.age-badge { border-color: rgba(255,255,255,.22); color: var(--accent); }

.responsible-note {
  padding: 16px 0;
  color: #ffd6d2;
  background: #3b171b;
  font-size: 12px;
  text-align: center;
}

.footer-bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #718096;
  font-size: 12px;
}

.mobile-download { display: none; }

.toast {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: min(420px, calc(100% - 32px));
  padding: 22px 26px;
  transform: translate(-50%, -50%);
  color: var(--white);
  background: var(--primary);
  border: 2px solid var(--accent);
  border-radius: 6px;
  box-shadow: var(--shadow);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.page-hero {
  padding: 82px 0 76px;
  color: var(--white);
  background: var(--primary);
  border-bottom: 8px solid var(--accent);
}

.page-hero h1 { max-width: 900px; margin-bottom: 16px; font-family: Georgia, serif; }
.page-hero p:last-child { max-width: 680px; margin-bottom: 0; color: #c5d0df; font-size: 18px; }

.prose-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 90px;
}

.prose-lead h2 { max-width: 470px; }
.prose p { color: var(--muted); }

.contact-band,
.support-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
}

.contact-band h2 { margin-bottom: 10px; font-size: 28px; }
.contact-band p { max-width: 720px; margin-bottom: 0; color: var(--muted); }

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

.contact-method {
  min-width: 0;
  padding: 34px 30px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: 4px;
}

.contact-method > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--primary);
  background: var(--accent);
  border-radius: 50%;
  font-weight: 900;
}

.contact-method h2 { font-size: 20px; }
.contact-method p,
.contact-method address { color: var(--muted); font-size: 14px; font-style: normal; }
.contact-method a { color: var(--primary); font-weight: 850; text-decoration: underline; }

.support-note { align-items: start; }
.support-note > p { max-width: 640px; color: var(--muted); }

.faq-page-grid {
  display: grid;
  grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: 90px;
}

.faq-page-grid aside { position: sticky; top: 112px; }
.faq-page-grid aside p:not(.eyebrow) { color: var(--muted); }
.faq-list-large summary { min-height: 78px; font-size: 17px; }

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  align-items: start;
  justify-content: center;
  gap: 72px;
}

.legal-aside {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 4px;
  padding: 24px;
  background: var(--surface);
  border-left: 4px solid var(--accent);
  font-size: 13px;
}

.legal-aside strong { margin-top: 12px; color: var(--primary); }
.legal-aside strong:first-child { margin-top: 0; }
.legal-aside span,
.legal-aside a { color: var(--muted); }
.legal-aside a { text-decoration: underline; }

.legal-review {
  padding: 14px 16px;
  color: #5d3100;
  background: #fff1cf;
  border-left: 4px solid var(--accent);
  font-size: 13px;
}

.legal-content section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.legal-content section:first-of-type { padding-top: 8px; }
.legal-content h2 { margin-bottom: 12px; font-size: 23px; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--primary); font-weight: 800; text-decoration: underline; }

@media (max-width: 980px) {
  h1 { font-size: 48px; }
  h2 { font-size: 33px; }
  .desktop-nav { gap: 18px; }
  .desktop-download { display: none; }
  .hero { min-height: 570px; }
  .hero h1 { font-size: 54px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 10px 0; }
  .trust-item:nth-child(2) { border-right: 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 15px; padding-bottom: 64px; }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .container { width: min(100% - 32px, 620px); }
  .site-header,
  .header-inner { height: 66px; }
  .brand-mark { flex-basis: 38px; width: 38px; height: 38px; font-size: 16px; }
  .brand-name { max-width: calc(100vw - 112px); font-size: 17px; }
  .desktop-nav { display: none; }
  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    padding: 0;
    border: 0;
    color: var(--white);
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span { display: block; width: 23px; height: 2px; background: currentColor; transition: transform 160ms ease, opacity 160ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu {
    position: fixed;
    inset: 66px 0 auto 0;
    z-index: 49;
    display: grid;
    max-height: calc(100svh - 66px);
    gap: 0;
    padding: 12px 16px 22px;
    overflow: auto;
    color: var(--white);
    background: var(--primary);
    border-bottom: 1px solid rgba(255,255,255,.14);
    box-shadow: var(--shadow);
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu > a:not(.button) { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.14); font-weight: 750; }
  .mobile-menu .button { margin-top: 16px; color: #05231a; background: var(--action); }
  .suspension-banner-inner { align-items: flex-start; justify-content: flex-start; text-align: left; }
  .suspension-banner p { font-size: 12px; }
  .suspension-icon { flex-basis: 24px; width: 24px; height: 24px; }
  .hero {
    min-height: 520px;
    height: calc(68svh - 66px);
    max-height: 620px;
    align-items: end;
    background-position: 40% center;
  }
  .hero-shade { background: rgba(2, 9, 25, 0.68); }
  .hero-content { padding-bottom: 38px; }
  .hero h1 { font-size: 43px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: min(100%, 320px); }
  .hero-actions .text-link { width: fit-content; }
  .hero-meta { align-items: flex-start; }
  .hero-meta span { flex: 0 0 36px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 16px 8px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) { border-bottom: 0; }
  .trust-item img { width: 34px; height: 34px; }
  .trust-item span { display: none; }
  .section { padding: 64px 0; }
  .split-layout,
  .prose-grid,
  .faq-page-grid,
  .legal-layout { grid-template-columns: 1fr; gap: 44px; }
  .game-visual { min-height: 320px; }
  .game-visual img { width: 210px; height: 210px; }
  .section-heading { margin-bottom: 34px; text-align: left; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { display: grid; grid-template-columns: 54px minmax(0, 1fr); column-gap: 18px; padding: 24px 20px; }
  .benefit img { grid-row: 1 / 3; margin: 0; }
  .benefit h3 { align-self: end; margin: 0 0 5px; }
  .benefit p { align-self: start; }
  .heading-row { align-items: start; flex-direction: column; gap: 15px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { display: grid; grid-template-columns: 42% 58%; }
  .offer-card img { aspect-ratio: 1 / 1; }
  .offer-card > div { align-items: flex-start; flex-direction: column; justify-content: center; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; padding: 28px 22px; }
  .responsible-layout { grid-template-columns: 72px minmax(0, 1fr); gap: 20px; }
  .responsible-layout img { width: 70px; height: 70px; }
  .responsible-layout .button { grid-column: 1 / -1; width: 100%; }
  .faq-layout { gap: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand,
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .mobile-download {
    position: fixed;
    z-index: 48;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 18px;
    color: #05231a;
    background: var(--action);
    border-top: 1px solid rgba(0, 0, 0, .15);
    font-size: 15px;
    font-weight: 900;
  }
  .mobile-download img { filter: brightness(.2); }
  .toast { width: calc(100% - 32px); }
  .page-hero { padding: 62px 0 56px; }
  .page-hero h1 { font-size: 40px; }
  .page-hero p:last-child { font-size: 16px; }
  .contact-band,
  .support-note { grid-template-columns: 1fr; gap: 24px; }
  .faq-page-grid aside,
  .legal-aside { position: static; }
  .legal-layout { gap: 30px; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 28px); }
  .hero h1 { font-size: 38px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-item:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-item span { display: block; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand,
  .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
