:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  background: #050505;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: #050505;
}

body {
  overflow-x: hidden;
}

.landing {
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #050505;
}

.poster {
  position: relative;
  width: min(100%, 480px);
  line-height: 0;
  background: #050505;
  box-shadow: 0 0 42px rgb(0 0 0 / 75%);
}

.poster__image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.section,
.club-visual,
.bonus,
footer {
  width: min(100%, 480px);
}

.section {
  padding: 64px 24px;
  color: #f7f1e7;
  background: #080706;
  border-top: 1px solid #4c3512;
}

.eyebrow {
  margin: 0 0 18px;
  color: #caa04b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.6px;
}

.section h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(44px, 13vw, 62px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
}

.section h2 span {
  color: #d5a541;
}

.section-copy {
  max-width: 370px;
  margin: 22px 0 0;
  color: #bcb4aa;
  font-size: 15px;
  line-height: 1.6;
}

.steps {
  margin: 34px 0 28px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #49330f;
}

.steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid #49330f;
}

.step-number {
  color: #d5a541;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.steps h3,
.format-grid h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.steps p,
.format-grid p {
  margin: 0;
  color: #9f978e;
  font-size: 13px;
  line-height: 1.5;
}

.button {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid #d5a541;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button--gold {
  color: #120d06;
  background: #d5a541;
}

.club-visual {
  line-height: 0;
  background: #080706;
}

.club-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.formats {
  padding-bottom: 54px;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.format-grid article {
  min-height: 134px;
  padding: 17px 15px;
  border: 1px solid #49330f;
  border-radius: 7px;
  background: #0e0c0a;
}

.format-grid b {
  display: block;
  margin-bottom: 18px;
  color: #d5a541;
  font-size: 30px;
  line-height: 1;
}

.format-grid .format--mtt {
  grid-column: 1 / -1;
  min-height: 126px;
}

.bonus {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 34px 24px;
  color: #f9f2e5;
  background-color: #090705;
  background-image: url("assets/bonus-table-bg.png");
  background-position: center;
  background-size: cover;
  border-top: 1px solid #8d651f;
  border-bottom: 1px solid #8d651f;
}

.bonus__content {
  width: min(100%, 350px);
  padding: 28px 22px;
  background: rgb(5 5 5 / 88%);
  border: 1px solid #b6872f;
  border-radius: 7px;
  box-shadow: 0 16px 44px rgb(0 0 0 / 58%);
}

.bonus p {
  margin: 0 0 6px;
  color: #d6aa50;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.bonus strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 108px;
  line-height: .9;
}

.bonus h2 {
  margin: 8px 0 28px;
  color: #f8f0df;
  font-size: 22px;
  line-height: 1.1;
}

.bonus__content > span {
  display: block;
  margin: -12px 0 24px;
  color: #a99f91;
  font-size: 12px;
  line-height: 1.55;
}

footer {
  padding: 40px 24px 104px;
  color: #aa8c53;
  text-align: center;
  background: #030303;
  border-top: 1px solid #4c3512;
}

footer b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

footer p {
  margin: 8px 0 0;
  color: #6f675d;
  font-size: 11px;
}

.sticky-cta {
  position: fixed;
  right: 16px;
  bottom: max(14px, env(safe-area-inset-bottom));
  left: 16px;
  z-index: 10;
  display: flex;
  width: min(calc(100% - 32px), 448px);
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  color: #171006;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  background: #e0b04b;
  border: 1px solid #ffe298;
  border-radius: 7px;
  box-shadow: 0 9px 28px rgb(0 0 0 / 55%);
}

.hit {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 18px;
  -webkit-tap-highlight-color: transparent;
}

.hit:focus-visible {
  outline: 3px solid #fff4bd;
  outline-offset: -4px;
}

.hit--telegram {
  left: 10.4%;
  top: 78.1%;
  width: 79.7%;
  height: 8.1%;
}

.hit--community {
  left: 4.2%;
  top: 88.2%;
  width: 28.7%;
  height: 10.5%;
}

.hit--sessions {
  left: 35.6%;
  top: 88.2%;
  width: 28.8%;
  height: 10.5%;
}

.hit--support {
  left: 67%;
  top: 88.2%;
  width: 28.7%;
  height: 10.5%;
}

@media (min-width: 700px) {
  body {
    background: #0b0807;
  }

  .landing {
    padding: 0 24px;
    background: #0b0807;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hit {
    transition: background-color 140ms ease, box-shadow 140ms ease;
  }

  .hit:active {
    background: rgb(255 236 159 / 10%);
    box-shadow: inset 0 0 0 2px rgb(255 236 159 / 38%);
  }
}
