:root {
  --bg: #170f1f;
  --bg-soft: #21152b;
  --panel: rgba(36, 24, 49, 0.9);
  --panel-2: rgba(46, 31, 63, 0.88);
  --panel-3: rgba(58, 40, 78, 0.8);
  --ink: #f2eaf8;
  --muted: #d0c0df;
  --steel: #b097ca;
  --line: rgba(178, 101, 255, 0.24);
  --line-2: rgba(176, 151, 202, 0.28);
  --hot: #b265ff;
  --hot-2: #ef6fd7;
  --accent: #f6d7ff;
  --shadow: 0 14px 34px rgba(6, 4, 3, 0.24);
  --radius: 28px;
  --radius-sm: 18px;
  --radius-xs: 12px;
  --wrap: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font: 500 16px/1.65 "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(178, 101, 255, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(239, 111, 215, 0.12), transparent 24%),
    linear-gradient(180deg, #120a18 0%, #170f1f 20%, #1a1222 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, #000 55%, transparent);
}

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

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

p,
h1,
h2,
h3,
h4,
ul,
figure {
  margin: 0;
}

.hero__sub,
.lead,
.brand p,
.author p,
.rbox p,
.paycard p,
.faq details p {
  margin-block: 14px;
}

main,
.bar,
.foot__top,
.foot__bottom {
  width: min(calc(100% - 32px), var(--wrap));
  margin-inline: auto;
}

section {
  position: relative;
  margin: 18px auto 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 42%),
    linear-gradient(135deg, rgba(178, 101, 255, 0.08), rgba(176, 151, 202, 0.04)),
    var(--panel);
  box-shadow: var(--shadow);
  overflow: clip;
}

section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 180px;
  height: 4px;
  background: linear-gradient(90deg, var(--hot), transparent);
  opacity: 0.9;
}

.ovrline {
  margin-bottom: 12px;
  color: var(--steel);
  font: 600 12px/1.2 "Chivo Mono", monospace;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.logo__t,
.cta,
.metr__num,
.kpi__num,
.wbox__pct,
.sbox__num,
.ladder__name,
.tour__kpi span,
.tour__kpi .b,
.card h3,
.lvbox__t,
.paycard h3,
.foot__head,
.foot__name {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(2.15rem, 5vw, 4rem);
  line-height: 0.98;
  text-transform: uppercase;
}

h2 {
  max-width: none;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1.02;
  text-wrap: balance;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.22rem, 2vw, 1.6rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.lead,
.hero__sub,
.foot__legal {
  max-width: 92ch;
  color: var(--muted);
}

.skip {
  position: absolute;
  left: 18px;
  top: -56px;
  z-index: 20;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--hot);
  color: #140a1d;
  transition: top 0.2s ease;
}

.skip:focus {
  top: 18px;
}

.bar {
  position: sticky;
  top: 0;
  z-index: 15;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(28, 23, 20, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(5, 4, 3, 0.2);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.logo__svg {
  width: 54px;
  height: 54px;
  flex: none;
}

.logo__t {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 1.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.logo__sub {
  color: var(--muted);
  font: 600 11px/1.3 "Chivo Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.nav a {
  padding: 11px 14px;
  border: 1px solid rgba(176, 151, 202, 0.18);
  border-radius: 999px;
  color: var(--muted);
  font: 600 12px/1 "Chivo Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(178, 101, 255, 0.42);
  color: var(--ink);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
}

.cta--small {
  padding-inline: 18px;
  background: linear-gradient(135deg, var(--hot), var(--hot-2));
  color: #180b25;
  box-shadow: 0 14px 32px rgba(178, 101, 255, 0.28);
}

.cta--big {
  min-height: 48px;
  padding-inline: 24px;
}

.cta--hot {
  background: linear-gradient(135deg, var(--hot), var(--hot-2));
  color: #180b25;
  box-shadow: 0 16px 36px rgba(178, 101, 255, 0.26);
}

.cta--ghost {
  border-color: rgba(176, 151, 202, 0.22);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.02);
}

.hero__btns,
.tour__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.metr {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 18px auto 0;
}

.metr__cell,
.kpi__item,
.wbox,
.sbox,
.ladder__step,
.lbox,
.tour__kpi > div,
.card,
.prov,
.lvbox,
.rbox,
.paycard,
.badges,
.foot__brand,
.foot__col {
  border: 1px solid var(--line-2);
  background: var(--panel-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.metr__cell {
  padding: 14px 16px;
  border-radius: 16px;
}

.metr__num,
.kpi__num {
  display: block;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.metr__lbl,
.kpi__lbl,
.tour__kpi i {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font: 600 11px/1.45 "Chivo Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-style: normal;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.hero__lead {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 1040px;
}

.hero__lead {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero__chip {
  align-self: flex-start;
  padding: 8px 12px;
  border: 1px solid rgba(178, 101, 255, 0.24);
  border-radius: 999px;
  background: rgba(178, 101, 255, 0.08);
  color: var(--accent);
  font: 600 12px/1.2 "Chivo Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kpi {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.kpi__item {
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.12)), var(--panel-2);
}

.welcome__grid,
.steps3__grid,
.loy__grid,
.grid,
.live__grid,
.reviews__grid,
.pay__grid,
.foot__cols {
  display: grid;
  gap: 12px;
}

.welcome__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.wbox {
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(178, 101, 255, 0.12), transparent 32%),
    var(--panel-2);
}

.wbox__step,
.tour__kpi .b,
.prov__title,
.lbox__h,
.rbox__mark,
.paycard h3,
.foot__head {
  color: var(--accent);
  font: 600 12px/1.2 "Chivo Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wbox__pct {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.wbox__title {
  margin-top: 10px;
  font: 600 1.1rem/1.35 "Manrope", sans-serif;
}

.wbox__sub {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.welcome .cta--big {
  margin-top: 18px;
}

.steps3__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.sbox {
  padding: 18px;
  border-radius: 18px;
}

.sbox__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hot), var(--hot-2));
  color: #180b25;
  font-size: 1.3rem;
}

.sbox__head {
  margin-top: 12px;
  font: 600 1.35rem/1.05 "Oswald", sans-serif;
  text-transform: uppercase;
}

.sbox p {
  margin-top: 14px;
  margin-bottom: 14px;
  color: var(--muted);
}

.ladder {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.ladder__step {
  padding: 14px 14px;
  border-radius: 16px;
}

.ladder__name {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.ladder__cb {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font: 600 12px/1.35 "Chivo Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.loy__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.lbox {
  padding: 18px;
  border-radius: 18px;
}

.lbox__h {
  margin-bottom: 12px;
}

.tour__kpi {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.tour__kpi > div {
  padding: 16px;
  border-radius: 18px;
}

.tour__kpi span {
  display: block;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
}

.card__cover,
.lvbox__cover {
  display: grid;
  place-items: center;
  min-height: 108px;
  border-radius: 16px;
  padding: 14px;
  text-align: center;
  font: 600 1.25rem/1 "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.card__cover {
  background:
    linear-gradient(135deg, rgba(178, 101, 255, 0.22), rgba(176, 151, 202, 0.1)),
    linear-gradient(180deg, #332c28, #211c19);
}

.cv-1,
.cv-6,
.cv-11 {
  background:
    linear-gradient(135deg, rgba(224, 139, 82, 0.28), rgba(49, 42, 38, 0.5)),
    linear-gradient(180deg, #40312a, #201915);
}

.cv-2,
.cv-7,
.cv-12 {
  background:
    linear-gradient(135deg, rgba(176, 151, 202, 0.25), rgba(49, 42, 56, 0.42)),
    linear-gradient(180deg, #2f2a27, #1b1715);
}

.cv-3,
.cv-8,
.cv-13 {
  background:
    linear-gradient(135deg, rgba(242, 234, 248, 0.18), rgba(178, 101, 255, 0.18)),
    linear-gradient(180deg, #342d29, #211a17);
}

.cv-4,
.cv-9,
.cv-14 {
  background:
    linear-gradient(135deg, rgba(239, 111, 215, 0.18), rgba(176, 151, 202, 0.16)),
    linear-gradient(180deg, #382b24, #1d1815);
}

.cv-5,
.cv-10,
.cv-15 {
  background:
    linear-gradient(135deg, rgba(176, 151, 202, 0.22), rgba(239, 111, 215, 0.18)),
    linear-gradient(180deg, #2d2926, #171412);
}

.card h3 {
  font-size: 1.35rem;
  line-height: 1.02;
  text-transform: uppercase;
}

.card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.card__btn {
  margin-top: auto;
  display: inline-flex;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(178, 101, 255, 0.12);
  border: 1px solid rgba(178, 101, 255, 0.24);
  color: var(--accent);
  font: 600 12px/1 "Chivo Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prov {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
}

.prov__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.prov__list span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font: 600 12px/1 "Chivo Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.lvbox {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
}

.lvbox__cover {
  min-height: 92px;
  background:
    linear-gradient(135deg, rgba(178, 101, 255, 0.26), rgba(176, 151, 202, 0.1)),
    linear-gradient(180deg, #332923, #1c1714);
}

.lv-2,
.lv-5,
.lv-8 {
  background:
    linear-gradient(135deg, rgba(176, 151, 202, 0.28), rgba(239, 111, 215, 0.15)),
    linear-gradient(180deg, #2f2925, #171412);
}

.lv-3,
.lv-6 {
  background:
    linear-gradient(135deg, rgba(242, 234, 248, 0.15), rgba(178, 101, 255, 0.18)),
    linear-gradient(180deg, #332d29, #181513);
}

.lvbox__b {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.lvbox__t {
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.lvbox__s,
.lvbox__p {
  color: var(--muted);
  font-size: 0.92rem;
}

.lvbox__m {
  color: var(--accent);
  font: 600 12px/1.35 "Chivo Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lvbox__live {
  justify-self: start;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(178, 101, 255, 0.12);
  color: var(--accent);
  font: 600 11px/1 "Chivo Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand h3 {
  margin-top: 22px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding: 14px;
  border-radius: 18px;
}

.bdg {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent);
  font: 600 12px/1 "Chivo Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.rbox {
  padding: 18px;
  border-radius: 18px;
}

.rbox__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.rbox__name {
  font: 600 1.12rem/1.2 "Manrope", sans-serif;
}

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

.pay__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.paycard {
  padding: 18px;
  border-radius: 18px;
}

.paycard h3 {
  margin-bottom: 12px;
}

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

.author {
  background:
    linear-gradient(180deg, rgba(176, 151, 202, 0.09), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(178, 101, 255, 0.07)),
    var(--panel);
}

.final {
  display: grid;
  gap: 14px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(178, 101, 255, 0.18), rgba(239, 111, 215, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 46%),
    rgba(28, 23, 20, 0.95);
}

.faq details {
  padding: 18px 0;
  border-bottom: 1px solid rgba(176, 151, 202, 0.16);
}

.faq details:last-of-type {
  border-bottom: 0;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  font: 600 1.08rem/1.35 "Manrope", sans-serif;
}

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

.faq details p {
  margin-top: 12px;
  color: var(--muted);
}

.foot {
  padding: 20px 0 30px;
}

.foot__top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 18px;
}

.foot__brand,
.foot__col {
  padding: 20px;
  border-radius: 20px;
}

.foot__logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font: 600 1rem/1.4 "Manrope", sans-serif;
}

.foot__name {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.foot__legal {
  margin-top: 18px;
}

.hl {
  color: var(--accent);
}

.foot__cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.foot__col ul {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.foot__col li a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.foot__col li a:hover,
.foot__col li a:focus-visible,
.foot__head:hover,
.foot__head:focus-visible {
  color: var(--ink);
}

.foot__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 0 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

  .metr,
  .kpi,
  .tour__kpi,
  .reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .welcome__grid,
  .grid,
  .live__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .nav {
    justify-content: flex-start;
  }

  .welcome__grid,
  .steps3__grid,
  .ladder,
  .loy__grid,
  .grid,
  .live__grid,
  .reviews__grid,
  .pay__grid,
  .foot__cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  main,
  .bar,
  .foot__top,
  .foot__bottom {
    width: min(calc(100% - 22px), var(--wrap));
  }

  section {
    padding: 18px;
    border-radius: 20px;
  }

  .metr,
  .kpi,
  .welcome__grid,
  .steps3__grid,
  .ladder,
  .loy__grid,
  .tour__kpi,
  .grid,
  .live__grid,
  .reviews__grid,
  .pay__grid,
  .foot__cols {
    grid-template-columns: 1fr;
  }

  .hero__btns,
  .tour__btns,
  .foot__bottom {
    flex-direction: column;
    align-items: stretch;
  }

  h1 {
    font-size: clamp(1.95rem, 10vw, 2.9rem);
  }

  h2 {
    font-size: clamp(1.75rem, 8.4vw, 2.45rem);
  }

  .hero__pic {
    padding: 12px;
  }

  .logo__sub {
    display: none;
  }
}
