@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/jost-cyr-700.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/jost-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/jost-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/pt-cyr-400.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/pt-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/pt-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/pt-cyr-700.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/pt-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/pt-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

:root {
  --ivory: #f6f0e4;
  --pane: #efe6d4;
  --navy: #1a2438;
  --ink: #241c18;
  --muted: #5c5148;
  --ruby: #9e1c32;
  --brass: #b8956a;
  --pin: #e30613;
  --pin-deep: #b2050f;
  --display: "Jost", "Segoe UI", sans-serif;
  --serif: "PT Serif", "Georgia", serif;
  --container: 1080px;
  --lattice:
    linear-gradient(45deg, rgba(158, 28, 50, 0.07) 12.5%, transparent 12.5% 87.5%, rgba(158, 28, 50, 0.07) 87.5%),
    linear-gradient(-45deg, rgba(26, 36, 56, 0.06) 12.5%, transparent 12.5% 87.5%, rgba(26, 36, 56, 0.06) 87.5%);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  background-color: var(--ivory);
  background-image: var(--lattice);
  background-size: 36px 36px;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--ruby); outline-offset: 3px; }

.skip {
  position: absolute;
  left: 1rem;
  top: -120px;
  z-index: 80;
  padding: 0.6rem 1rem;
  background: var(--ruby);
  color: #fff;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 700;
}
.skip:focus { top: 1rem; }

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

h1, h2, h3, .brand, .banner-title, .pane-id, .toc h2 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.01em;
}
h1 { font-size: clamp(1.9rem, 4.4vw, 3.2rem); margin: 0 0 1rem; color: var(--ivory); }
h2 { font-size: clamp(1.38rem, 2.4vw, 2rem); margin: 0 0 0.9rem; color: var(--navy); max-width: 28ch; }
h3 { font-size: 1.08rem; margin: 1.35rem 0 0.5rem; color: var(--ruby); }
p { margin: 0 0 1rem; color: var(--muted); }

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--ivory);
  color: var(--navy);
  border-bottom: 4px solid var(--ruby);
}

.bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(100% - 2rem, 1360px);
  min-height: 74px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  text-decoration: none;
  font-size: 1.42rem;
  color: var(--navy);
}
.geo {
  font-size: 0.66rem;
  padding: 0.18rem 0.48rem;
  background: var(--navy);
  color: var(--ivory);
  letter-spacing: 0.1em;
}

.desktop {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 0.72rem;
  overflow: auto;
}
.desktop a {
  text-decoration: none;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
}
.desktop a:hover { color: var(--ruby); }

.actions { display: flex; align-items: center; gap: 0.5rem; }

.lang {
  display: inline-flex;
  overflow: hidden;
  border: 2px solid var(--navy);
}
.lang a {
  min-width: 40px;
  min-height: 34px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-family: var(--display);
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--navy);
}
.lang a[aria-current="page"] { background: var(--navy); color: var(--ivory); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem 1.05rem;
  border: 2px solid var(--navy);
  border-radius: 0;
  background: transparent;
  color: var(--navy);
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--brass);
}
.btn:hover { background: var(--navy); color: var(--ivory); }
.btn:active { transform: translate(1px, 1px); box-shadow: 2px 2px 0 var(--brass); }
.btn-primary { background: var(--pin); border-color: var(--pin); color: #fff; box-shadow: 3px 3px 0 var(--navy); }
.btn-primary:hover { background: var(--pin-deep); border-color: var(--pin-deep); color: #fff; }

.nav-toggle, .burger, .mobile { display: none; }

.hero {
  background:
    linear-gradient(135deg, rgba(184, 149, 106, 0.18) 0 18%, transparent 18%),
    linear-gradient(180deg, #12192a, var(--navy));
  color: #e8dfd0;
  padding: clamp(1.7rem, 5vw, 3.1rem) 0;
}

.window {
  width: min(100% - 2rem, 1040px);
  margin-inline: auto;
  position: relative;
  padding: 1.7rem 1.5rem 1.55rem;
  border: 10px solid #2a354c;
  outline: 2px solid var(--brass);
  outline-offset: -18px;
  background:
    linear-gradient(45deg, transparent 46%, rgba(184, 149, 106, 0.16) 46% 54%, transparent 54%),
    linear-gradient(-45deg, transparent 46%, rgba(158, 28, 50, 0.18) 46% 54%, transparent 54%),
    #151d2e;
}
.window::before,
.window::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--ruby);
  transform: rotate(45deg);
}
.window::before { top: 10px; left: 10px; }
.window::after { bottom: 10px; right: 10px; }

.kicker {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
}
.hero .lead { color: #f6f0e4; max-width: 62ch; }
.hero p { color: #cfc3b0; }

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.chips li {
  padding: 0.26rem 0.72rem;
  border: 1px solid var(--brass);
  color: var(--ivory);
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 700;
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.toc {
  width: min(100% - 2rem, var(--container));
  margin: 1.6rem auto 2rem;
  padding: 1.15rem 1.25rem;
  background: var(--pane);
  border: 2px solid var(--navy);
  box-shadow: 6px 6px 0 var(--ruby);
}
.toc h2 { margin: 0 0 0.7rem; font-size: 1.08rem; color: var(--ruby); }
.toc ol { margin: 0; padding-left: 1.2rem; }
.toc a {
  color: var(--navy);
  text-decoration: none;
  font-family: var(--display);
  font-weight: 700;
}
.toc a:hover { color: var(--ruby); }

.section { padding-bottom: 2.2rem; }

.banner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 176px;
  padding: 1.1rem 7vw;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(45deg, transparent 47%, rgba(255, 255, 255, 0.08) 47% 53%, transparent 53%),
    linear-gradient(-45deg, transparent 47%, rgba(184, 149, 106, 0.22) 47% 53%, transparent 53%),
    linear-gradient(90deg, var(--navy), var(--ruby));
}
.banner-title {
  margin: 0;
  font-size: clamp(1.45rem, 3.1vw, 2.4rem);
  color: #fff;
}
.pane-id {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  background: var(--ivory);
  color: var(--navy);
  border: 3px solid var(--brass);
  font-size: 0.92rem;
}
.pane-id span { transform: rotate(-45deg); display: block; }
.banner svg { width: min(22vw, 148px); opacity: 0.94; }

.banner-about { background: linear-gradient(90deg, #1a2438, #7a1730); }
.banner-advantages { background: linear-gradient(90deg, #241c18, #9e1c32); }
.banner-bonuses { background: linear-gradient(90deg, #1a2438, #b85a2a); }
.banner-slots { background: linear-gradient(90deg, #2a1c28, #9e1c32); }
.banner-live { background: linear-gradient(90deg, #12192a, #6b1a2c); }
.banner-payments { background: linear-gradient(90deg, #1a2438, #8a5a32); }
.banner-sports { background: linear-gradient(90deg, #241820, #9e1c32); }
.banner-mobile { background: linear-gradient(90deg, #1a2438, #4a3040); }
.banner-support { background: linear-gradient(90deg, #12192a, #9e1c32); }
.banner-license { background: linear-gradient(90deg, #241c18, #5c4030); }

.body { padding-top: 1.45rem; }
.lead { font-size: 1.05rem; color: var(--ink); }

.layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  margin-top: 0.7rem;
}

.faq {
  margin-bottom: 0.5rem;
  padding: 0.8rem 1rem;
  background: var(--pane);
  border: 2px solid var(--navy);
}
.faq summary {
  cursor: pointer;
  color: var(--navy);
  font-family: var(--display);
  font-weight: 700;
}

.form {
  display: grid;
  gap: 0.7rem;
  padding: 1.15rem;
  background: var(--navy);
  color: #e8dfd0;
}
.form h3 { color: var(--brass); margin-top: 0; }
.form label { display: grid; gap: 0.3rem; color: #e8dfd0; }
.form input, .form textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 2px solid var(--brass);
  border-radius: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--serif);
}
.form input:user-invalid, .form textarea:user-invalid { border-color: var(--pin); }

.table-wrap { overflow-x: auto; margin: 0 0 1.1rem; }
.table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.table th, .table td {
  padding: 0.65rem 0.75rem;
  border: 1px solid #d8cbb6;
  text-align: left;
  vertical-align: top;
}
.table th {
  background: var(--navy);
  color: var(--ivory);
  font-family: var(--display);
  font-weight: 700;
}
.list { margin: 0 0 1rem; padding-left: 1.2rem; }
.list li { margin: 0 0 0.4rem; }
.section-cta { margin: 1rem 0 0; }

.footer {
  padding: 2rem 0 2.5rem;
  background: var(--navy);
  color: #fff;
  border-top: 6px double var(--brass);
}
.footer p { color: #cfc3b0; }
.footer p:first-child {
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
}

@media (max-width: 1280px) {
  .desktop, .hide-sm { display: none; }
  .burger {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 0.75rem;
    border: 2px solid var(--navy);
    color: var(--navy);
    cursor: pointer;
    font-family: var(--display);
    font-weight: 700;
  }
  .mobile {
    display: none;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0 1rem 1rem;
    background: var(--ivory);
  }
  .mobile a {
    text-decoration: none;
    color: var(--navy);
    font-family: var(--display);
    font-weight: 700;
  }
  .nav-toggle:checked ~ .mobile { display: flex; }
}

@media (max-width: 1024px) {
  .layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .banner { grid-template-columns: auto 1fr; min-height: 128px; padding: 1rem 1.1rem; }
  .banner svg { display: none; }
  .window { border-width: 6px; outline-offset: -12px; }
}

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