:root {
  --bg: #071219;
  --bg-2: #0d2029;
  --bg-3: #132a35;
  --panel2: #193541;
  --line: #28515e;
  --line-2: #477987;
  --txt: #eaf5f2;
  --txt-d: #b6ccd0;
  --txt-dd: #829da4;
  --acc: #f07a61;
  --acc-l: #ffae98;
  --acc-2: #78b5c4;
  --acc-2-l: #a8d7df;
  --acc-2-d: #3d7788;
  --hot: #ff8a70;
  --on-acc: #10262e;
  --mono: "Recursive", "Lucida Console", Consolas, monospace;
  --sans: "Gabarito", "Segoe UI", Arial, sans-serif;
  --display: "Bodoni Moda", Georgia, serif;
  --greengrad: linear-gradient(120deg, #f07a61 0%, #ff8a70 58%, #ffae98 100%);
  --nub: repeating-linear-gradient(135deg, rgba(168, 215, 223, .045) 0 1px, transparent 1px 11px);
  --r: 14px;
  --r-s: 10px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 var(--sans);
  color: var(--txt);
  background:
    radial-gradient(1180px 560px at 84% -8%, rgba(240, 122, 97, .12) 0%, transparent 58%),
    radial-gradient(840px 470px at 2% 6%, rgba(120, 181, 196, .09) 0%, transparent 54%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--nub);
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc-l); text-decoration: none }
a:hover { text-decoration: underline }
.k { color: var(--acc-2-l); font-weight: 700 }

.skip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: var(--on-acc);
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }


.bar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 18, 25, .9);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 50;
}
.logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.logo:hover { text-decoration: none }
.logo__svg {
  width: 34px; height: 34px; flex: none;
  filter: drop-shadow(0 0 9px rgba(240, 122, 97, .5));
}
.logo__t {
  font-family: var(--mono);
  font-weight: 700; line-height: 1; letter-spacing: .4px; font-size: 24px;
}
.logo__sub {
  display: block; font-size: 10px; color: var(--acc-2-l);
  letter-spacing: 2px; font-weight: 600; margin-top: 5px;
  text-transform: uppercase; font-family: var(--mono);
}
.nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.nav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
}
.nav a:hover { color: var(--acc-l); border-bottom-color: var(--acc); text-decoration: none }


.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 10px;
  font-family: var(--sans);
  font-weight: 800; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .2px;
}
.cta:hover { text-decoration: none; transform: translateY(-1px) }
.cta--small { background: var(--acc); color: var(--on-acc); border-color: transparent }
.cta--small:hover { box-shadow: 0 8px 22px rgba(240, 122, 97, .3) }
.cta--big { padding: 15px 28px; font-size: 15px; border-radius: 12px }
.cta--hot {
  background: var(--greengrad);
  color: var(--on-acc); border: 0;
  box-shadow: 0 8px 26px rgba(240, 122, 97, .26);
  font-weight: 800;
}
.cta--hot:hover { box-shadow: 0 13px 34px rgba(240, 122, 97, .44) }
.cta--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.cta--ghost:hover { border-color: var(--acc); color: var(--acc-l) }


.metr {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 12px; padding: 16px 22px 0;
  max-width: 1240px; margin: 0 auto;
}
.metr__cell {
  display: flex; flex-direction: column; gap: 4px;
  padding: 14px 16px;
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: 12px;
  position: relative; overflow: hidden;
  align-items: flex-start;
}
.metr__cell::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--acc), var(--acc-2)); opacity: .75;
}
.metr__num {
  font-family: var(--mono);
  font-weight: 700; font-size: 21px; color: var(--acc-l);
  letter-spacing: .2px;
}
.metr__lbl { font-size: 11.5px; color: var(--txt-d); letter-spacing: .4px; line-height: 1.35 }


.hero {
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
}
.hero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc-2-l);
  background: rgba(120, 181, 196, .1);
  border: 1px solid rgba(120, 181, 196, .32);
  padding: 6px 12px; border-radius: 5px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700; font-family: var(--mono);
}
h1 {
  font-family: var(--sans);
  font-size: clamp(27px, 4.1vw, 44px); line-height: 1.18;
  margin: 0 0 18px; letter-spacing: .1px; font-weight: 800;
}
.acc { color: var(--acc-l); white-space: nowrap }
.hero__sub {
  color: var(--txt); font-size: 16.5px; margin: 0 0 14px; line-height: 1.72;
}
.hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 8px }


section {
  max-width: 1240px; margin: 0 auto;
  padding: 52px 22px;
}
section.hero, section.welcome { padding-top: 36px }
.ovrline {
  display: inline-block;
  font-size: 13px; letter-spacing: 1px;
  color: var(--acc-2-l); font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: var(--mono);
}
h2 {
  font-family: var(--sans);
  font-size: clamp(22px, 3.1vw, 33px); line-height: 1.24;
  margin: 0 0 16px; letter-spacing: .1px; font-weight: 800;
}
h3 {
  font-family: var(--sans);
  font-size: clamp(18px, 2vw, 22px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--txt); font-weight: 800; letter-spacing: .1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 880px; line-height: 1.7 }


.qstat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  max-width: 1240px; margin: 0 auto; padding: 16px 22px 0;
}
.qs {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px 18px;
  display: flex; flex-direction: column; gap: 6px;
  transition: border-color .2s, transform .15s;
}
.qs:hover { border-color: var(--acc); transform: translateY(-2px) }
.qs__k {
  font-family: var(--mono);
  font-weight: 700; font-size: 26px; line-height: 1; color: var(--acc-l);
}
.qs__t { font-weight: 800; font-size: 14px; color: var(--acc-2-l) }
.qs__d { font-size: 13px; color: var(--txt-d); line-height: 1.5 }


.login {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 22px;
}
.lgc {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc);
  border-radius: var(--r);
  padding: 20px 20px;
  transition: border-color .2s, transform .15s;
}
.lgc:hover { border-color: var(--acc); transform: translateY(-2px) }
.lgc__h {
  font-family: var(--sans);
  font-weight: 800; font-size: 16px; color: var(--txt); margin-bottom: 8px;
}
.lgc__d { font-size: 13.5px; color: var(--txt-d); line-height: 1.56 }
.reglist { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 8px; }
.reglist li {
  background: var(--panel2); border: 1px solid var(--line);
  border-radius: var(--r-s); padding: 12px 16px;
  font-size: 13.5px; color: var(--txt-d);
}
.reglist__k {
  display: inline-block; min-width: 108px; color: var(--acc-2-l);
  font-family: var(--mono); font-weight: 700; margin-right: 8px;
}


.welcome {
  background:
    radial-gradient(720px 360px at 82% 22%, rgba(240, 122, 97, .08) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.welcome__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.wbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.wbox:hover { border-color: var(--acc); transform: translateY(-2px) }
.wbox--3 { border-color: rgba(240, 122, 97, .42) }
.wbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(240, 122, 97, .09), transparent 60%);
  pointer-events: none;
}
.wbox__step {
  font-family: var(--mono);
  font-size: 12px; color: var(--acc-2-l); font-weight: 700;
  letter-spacing: .8px; margin-bottom: 8px; text-transform: uppercase;
}
.wbox__pct {
  font-family: var(--mono);
  font-size: 34px; font-weight: 700; line-height: 1;
  color: var(--acc-l); letter-spacing: .5px;
  margin-bottom: 10px;
}
.wbox__title { font-weight: 800; font-size: 15px; margin-bottom: 6px; color: var(--txt) }
.wbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.55 }


.subs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 10px; }
.subs__grid--3 { grid-template-columns: repeat(3, 1fr); }
.subs__grid--4 { grid-template-columns: repeat(2, 1fr); }
.subs__box {
  background: var(--panel2); border: 1px solid var(--line);
  border-top: 2px solid var(--acc-2);
  border-radius: var(--r); padding: 22px 22px;
  transition: border-color .2s, transform .15s;
}
.subs__box:hover { border-color: var(--acc); transform: translateY(-2px) }
.subs__box h3 { margin: 0 0 8px; color: var(--acc-2-l) }
.subs__box p { color: var(--txt-d); font-size: 14px; line-height: 1.64; margin: 0; }


.steps3__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.sbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative; overflow: hidden;
}
.sbox__num {
  font-family: var(--mono);
  position: absolute; top: 10px; right: 20px;
  font-size: 58px; font-weight: 700; line-height: 1;
  color: rgba(168, 215, 223, .12);
}
.sbox__head {
  font-size: 18px; font-weight: 800; margin-bottom: 12px;
  color: var(--txt); font-family: var(--sans); position: relative;
}
.sbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }


.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.grid.g4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.card:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(240, 122, 97, .4);
}
.card__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-weight: 700; font-size: 21px; color: var(--on-acc);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.2;
  position: relative; overflow: hidden;
}
.card__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #f07a61 0%, #c85843 100%) }
.cv-2 { background: linear-gradient(135deg, #78b5c4 0%, #315f70 100%) }
.cv-3 { background: linear-gradient(135deg, #ffae98 0%, #f07a61 100%) }
.cv-4 { background: linear-gradient(135deg, #ff8a70 0%, #c85843 100%) }
.cv-5 { background: linear-gradient(135deg, #a8d7df 0%, #3d7788 100%) }
.cv-6 { background: linear-gradient(135deg, #f07a61 0%, #78b5c4 100%) }
.cv-7 { background: linear-gradient(135deg, #ffae98 0%, #ed785f 100%) }
.cv-8 { background: linear-gradient(135deg, #78b5c4 0%, #f07a61 100%) }
.cv-9 { background: linear-gradient(135deg, #ff8a70 0%, #dc6751 100%) }
.cv-10 { background: linear-gradient(135deg, #a8d7df 0%, #ff8a70 100%) }
.cv-11 { background: linear-gradient(135deg, #f07a61 0%, #c85843 100%) }
.cv-12 { background: linear-gradient(135deg, #78b5c4 0%, #315f70 100%) }
.cv-13 { background: linear-gradient(135deg, #ffae98 0%, #f07a61 100%) }
.cv-14 { background: linear-gradient(135deg, #ff8a70 0%, #c85843 100%) }
.cv-15 { background: linear-gradient(135deg, #a8d7df 0%, #3d7788 100%) }

.card h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 800; font-family: var(--mono); letter-spacing: 0 }
.card p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.card__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--panel2); color: var(--acc-l);
  text-align: center; border-radius: 8px; font-size: 13px; font-weight: 800;
  border: 1px solid var(--line); transition: all .15s;
}
.card__btn:hover { background: var(--acc); border-color: var(--acc); color: var(--on-acc); text-decoration: none }

.prov { margin: 22px 0 0 }
.prov__title { font-size: 12px; color: var(--acc-2-l); margin-bottom: 10px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; font-family: var(--mono) }
.prov__list { display: flex; flex-wrap: wrap; gap: 8px }
.prov__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 20px;
  font-size: 12.5px; color: var(--txt-d);
}


.live__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 14px; margin-top: 22px;
}
.lvbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.lvbox:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(240, 122, 97, .42);
}
.lvbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-weight: 700; font-size: 30px; color: var(--on-acc);
  padding: 12px; text-align: center; letter-spacing: 1px;
}
.lv-1 { background: linear-gradient(135deg, #f07a61 0%, #c85843 100%) }
.lv-2 { background: linear-gradient(135deg, #78b5c4 0%, #315f70 100%) }
.lv-3 { background: linear-gradient(135deg, #ffae98 0%, #f07a61 100%) }
.lv-4 { background: linear-gradient(135deg, #ff8a70 0%, #c85843 100%) }
.lv-5 { background: linear-gradient(135deg, #a8d7df 0%, #3d7788 100%) }
.lv-6 { background: linear-gradient(135deg, #f07a61 0%, #78b5c4 100%) }
.lv-7 { background: linear-gradient(135deg, #ffae98 0%, #ed785f 100%) }
.lv-8 { background: linear-gradient(135deg, #78b5c4 0%, #f07a61 100%) }
.lvbox__b { padding: 14px 16px 16px }
.lvbox__t { font-weight: 800; font-size: 16px; margin-bottom: 4px; font-family: var(--sans); color: var(--txt) }
.lvbox__s { font-size: 12.5px; color: var(--txt-d); margin-bottom: 8px }
.lvbox__m { font-size: 13px; color: var(--acc-2-l); font-weight: 700 }


.loy__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.lbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.lbox:hover { border-color: var(--acc-2) }
.lbox__h { font-weight: 800; font-size: 18px; margin-bottom: 10px; color: var(--acc-2-l); font-family: var(--sans) }
.lbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }


.ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 9px; margin-top: 16px;
}
.ladder__step {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 8px 13px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ladder__step::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 3px;
  background: var(--acc);
}
.ladder__step:nth-child(1)::after { width: 20% }
.ladder__step:nth-child(2)::after { width: 36% }
.ladder__step:nth-child(3)::after { width: 52% }
.ladder__step:nth-child(4)::after { width: 68% }
.ladder__step:nth-child(5)::after { width: 84% }
.ladder__step:nth-child(6)::after { width: 100% }
.ladder__step:nth-child(4) { border-color: var(--acc-2-d) }
.ladder__step:nth-child(5) { border-color: var(--acc-2) }
.ladder__step:nth-child(6) { border-color: var(--acc); background: linear-gradient(180deg, rgba(240, 122, 97, .16), var(--panel2)) }
.ladder__lvl {
  display: block; font-size: 10px; letter-spacing: 1.8px;
  color: var(--txt-dd); font-weight: 700; margin-bottom: 6px; font-family: var(--mono);
}
.ladder__name {
  font-family: var(--mono);
  font-size: 15px; font-weight: 700; color: var(--acc-2-l);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.ladder__cb { font-size: 11px; color: var(--txt-d) }
.ladder__step:nth-child(6) .ladder__name { color: var(--acc-l) }


.tour {
  background:
    radial-gradient(640px 360px at 50% 30%, rgba(240, 122, 97, .12) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.tour .lead { margin-left: auto; margin-right: auto; }
.tour__btns { margin: 24px 0 0 }
.tour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.tour__kpi > div {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.tour__kpi span {
  font-family: var(--mono);
  font-size: 27px; font-weight: 700; color: var(--acc-l);
  margin-bottom: 2px; letter-spacing: .3px;
}
.tour__kpi .k { font-size: 14px; font-weight: 800; color: var(--txt); font-family: var(--sans); margin: 0 }
.tour__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }


.brand h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px; color: var(--txt);
}
.brand p { color: var(--txt-d); line-height: 1.74 }
.badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.bdg {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc-2-d);
  border-radius: 20px;
  font-size: 12.5px; color: var(--acc-2-l);
  letter-spacing: .3px;
}


.rtp__wrap { overflow-x: auto; margin-top: 22px; border: 1px solid var(--line); border-radius: var(--r) }
.rtp table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 560px }
.rtp thead th {
  background: var(--bg-3); color: var(--acc-2-l);
  text-align: left; padding: 13px 16px;
  font-family: var(--mono);
  font-weight: 700; text-transform: uppercase; letter-spacing: .8px; font-size: 12px;
  border-bottom: 1px solid var(--line-2);
}
.rtp tbody td { padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--txt-d) }
.rtp tbody tr:last-child td { border-bottom: 0 }
.rtp tbody tr:nth-child(odd) td { background: rgba(13, 32, 41, .6) }
.rtp tbody tr:hover td { background: rgba(240, 122, 97, .08); color: var(--txt) }
.rtp .rtp__name { color: var(--txt); font-weight: 700 }
.rtp .rtp__val { font-family: var(--mono); color: var(--acc-l); font-size: 15px; font-weight: 700 }
.rtp__note { font-size: 12.5px; color: var(--txt-dd); margin-top: 12px; font-style: italic }


.rev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.rbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.rbox__stars { color: var(--acc-2-l); font-size: 15px; letter-spacing: 3px }
.rbox__stars--four .star-off { color: var(--line-2); }
.rbox__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.rbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.rbox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  border-radius: 50%; color: var(--on-acc); font-weight: 800; font-size: 14px;
  flex: none;
}


.final {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 40%, rgba(240, 122, 97, .16) 0%, transparent 70%),
    linear-gradient(135deg, rgba(240, 122, 97, .05), rgba(120, 181, 196, .05)), var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.final h2 { margin-bottom: 10px }
.final p { color: var(--txt-d); margin-bottom: 24px; max-width: 640px; margin-left: auto; margin-right: auto }


.author { border-top: 1px solid var(--line); }
.author p { color: var(--txt-d); font-size: 14px; line-height: 1.72; max-width: 900px }


.faq h2 { margin-bottom: 22px }
details {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--acc) }
summary {
  cursor: pointer; font-weight: 800; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px; color: var(--txt);
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line-2); border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc-l); font-size: 16px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 14px; line-height: 1.66 }


.foot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: var(--bg-2);
}
.foot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 36px;
}
.foot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.foot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.foot__brandname { display: flex; flex-direction: column; line-height: 1.15; font-size: 12px; color: var(--txt-d) }
.foot__brandname .k { color: var(--txt); font-size: 20px; font-weight: 700; margin-bottom: 3px; font-family: var(--mono) }
.foot__legal { font-size: 12.5px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.foot__legal .k { color: var(--acc-2-l); font-weight: 700 }
.foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.foot__col h4 {
  font-family: var(--sans);
  font-size: 12px; color: var(--acc-2-l); font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.foot__col ul { list-style: none; padding: 0; margin: 0 }
.foot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.foot__col li:hover { color: var(--txt) }
.foot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}


.hero--solo {
  display: block; text-align: center;
  max-width: 940px; padding: 52px 22px 26px;
}
.hero--solo h1 { margin-left: auto; margin-right: auto; }
.hero--solo .hero__sub { margin-left: auto; margin-right: auto; max-width: 800px; }
.hero--solo .hero__btns { justify-content: center; }


@media (max-width: 1024px) {
  .welcome__grid { grid-template-columns: 1fr }
  .tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .rev__grid { grid-template-columns: 1fr }
  .foot__top { grid-template-columns: 1fr }
  .metr { grid-template-columns: repeat(3, 1fr) }
  .qstat { grid-template-columns: repeat(2, 1fr) }
  .subs__grid, .subs__grid--3, .subs__grid--4 { grid-template-columns: 1fr }
  .loy__grid { grid-template-columns: 1fr }
}

@media (max-width: 880px) {
  .hero { padding-top: 32px }
  .nav { display: none }
  .bar { padding: 11px 14px }
  section { padding: 36px 16px }
  .welcome, .tour, .final { padding: 36px 18px; margin: 22px 14px }
  .steps3__grid { grid-template-columns: 1fr }
  .login { grid-template-columns: 1fr }
  .foot__top { padding: 30px 16px 22px; gap: 22px }
  .foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .metr { padding: 12px 14px 0; grid-template-columns: repeat(2, 1fr) }
  .ladder { grid-template-columns: repeat(3, 1fr) }
  .grid.g4 { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  body { font-size: 15.5px }
  .grid, .grid.g4 { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .live__grid { grid-template-columns: 1fr }
  .card h3 { font-size: 13px }
  .card p { font-size: 11px }
  .card__cover { font-size: 17px }
  .hero__btns { flex-direction: column; align-items: stretch }
  .cta--big { width: 100% }
  .tour__kpi { grid-template-columns: 1fr }
  .foot__cols { grid-template-columns: 1fr }
  .ladder { grid-template-columns: repeat(2, 1fr) }
  .qstat, .metr { grid-template-columns: 1fr }
}


/* 7K0718K: polar core archive */
html, body { width: 100%; max-width: 100%; overflow-x: clip; }
body {
  background:
    repeating-linear-gradient(0deg, rgba(168,215,223,.045) 0 1px, transparent 1px 38px),
    radial-gradient(900px 460px at 88% -4%, rgba(120,181,196,.16), transparent 62%),
    var(--bg);
}
body::before { background: none; }
h1, h2 { font-family: var(--display); letter-spacing: -.018em; }
h3, h4 { font-family: var(--sans); }
.bar { background: rgba(7,18,25,.94); box-shadow: 0 8px 32px rgba(0,0,0,.24); }
.bar > *, .nav, main, section, .grid > *, .welcome__grid > *, .brand__grid > * { min-width: 0; }
.hero { position: relative; overflow: hidden; }
.hero::after {
  content: "CORE · 07"; position: absolute; right: 22px; top: 22px;
  font: 650 11px/1 var(--mono); letter-spacing: .16em; color: #a8d7df;
  border-left: 3px solid #f07a61; padding: 9px 11px; opacity: .9;
}
.hero__chip, .ovrline { border-radius: 2px; }
.qs, .metr__cell, .wbox, .subs__box, .card, .sbox, .lvbox,
.ladder__step, .rbox, details, .rtp__wrap {
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  border-style: double; border-width: 3px;
}
.card, .subs__box, .wbox, .rbox { position: relative; }
.card::after, .subs__box::after, .wbox::after, .rbox::after {
  content: ""; position: absolute; right: 12px; top: -3px; width: 24px; height: 5px; background: #f07a61;
}
.card__cover, .lvbox__cover {
  background: linear-gradient(155deg, #132a35, #3d7788 65%, #78b5c4) !important;
  color: #fff; text-shadow: 0 1px 0 rgba(7,18,25,.55);
}
.card:nth-child(3n+2) .card__cover { background: linear-gradient(155deg, #193541, #477987 70%, #78b5c4) !important; }
.card:nth-child(3n) .card__cover { background: linear-gradient(155deg, #132a35, #718647) !important; }
.cta--hot, .cta--small { color: #10262e; }
.cta--ghost { background: rgba(19,42,53,.78); }
.ice-mark { width: 36px; height: 36px; display: grid; align-content: center; gap: 2px; transform: skew(-7deg); }
.ice-mark i { display: block; height: 3px; background: #a8d7df; border-radius: 1px; }
.ice-mark i:nth-child(1) { width: 31px; }
.ice-mark i:nth-child(2) { width: 29px; }
.ice-mark i:nth-child(3) { width: 27px; }
.ice-mark i:nth-child(4) { width: 24px; background: #f07a61; }
.ice-mark i:nth-child(5) { width: 21px; margin-left: 5px; }
.ice-mark i:nth-child(6) { width: 18px; margin-left: 8px; }
.ice-mark i:nth-child(7) { width: 15px; margin-left: 11px; }
.ice-mark i:nth-child(7) { background: #a8be68; }
.ice-mark--small { width: 30px; height: 30px; transform: scale(.82) skew(-7deg); transform-origin: left center; }
.logo__svg { display: none; }
.steps3__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.livegrid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.reglist + p { margin-top: 18px; }
.ladder { grid-template-columns: repeat(7, minmax(0,1fr)); }
.ladder__step:nth-child(1)::after { width: 14%; }
.ladder__step:nth-child(2)::after { width: 28%; }
.ladder__step:nth-child(3)::after { width: 42%; }
.ladder__step:nth-child(4)::after { width: 56%; }
.ladder__step:nth-child(5)::after { width: 70%; }
.ladder__step:nth-child(6)::after { width: 84%; }
.ladder__step:nth-child(7)::after { width: 100%; }
.ladder__step:nth-child(6) { border-color: var(--acc-2); background: var(--panel2); }
.ladder__step:nth-child(6) .ladder__name { color: var(--acc-2-l); }
.ladder__step:nth-child(7) { border-color: var(--acc); background: linear-gradient(180deg, rgba(240, 122, 97, .16), var(--panel2)); }
.ladder__step:nth-child(7) .ladder__name { color: var(--acc-l); }
.brand__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.brand__grid article:last-child { grid-column: 1 / -1; }
.brand__grid article { padding: 20px; background: #132a35; border: 1px solid var(--line); border-top: 4px solid #78b5c4; }
.brand__grid h3 { margin-top: 0; }
.reviews__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.entity-line { margin-top: 24px; }
:where(a, summary):focus-visible { outline: 3px solid #f07a61; outline-offset: 4px; border-radius: 4px; }
@media (max-width: 980px) {
  .ladder { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .brand__grid { grid-template-columns: 1fr; }
  .brand__grid article:last-child { grid-column: auto; }
}
@media (max-width: 760px) {
  .bar { display: grid; grid-template-columns: 1fr auto; gap: 12px; position: static; }
  .nav { display: none; }
  .bar .cta--small { width: auto; }
  .steps3__grid, .reviews__grid, .ladder { grid-template-columns: 1fr; }
  .hero::after { display: none; }
  h1, h2 { overflow-wrap: anywhere; }
}
@media (max-width: 480px) {
  .grid.g4, .welcome__grid, .subs__grid { grid-template-columns: 1fr; }
}
