:root {
  --color-bg: #f5f5f5;
  --color-white: #ffffff;
  --color-ink: #161a22;
  --color-muted: #30343b;
  --color-blue: #2f6cff;
  --header-height: 64px;
}


body.registration-mode {
  background: #ffffff;
}

body.login-mode {
  background: #ffffff;
}

body.login-code-mode {
  background: #ffffff;
}

body.registration-mode .page,
body.login-mode .page,
body.login-code-mode .page {
  display: none;
}

body.login-code-mode .site-header {
  display: none;
}

.login-page {
  display: none;
  min-height: 100dvh;
  padding: clamp(128px, 20.5vh, 221px) 24px 84px;
  align-items: flex-start;
  justify-content: center;
}

body.login-mode .login-page {
  display: flex;
}

.login-shell {
  position: relative;
  width: 918px;
  min-height: 560px;
}

.login-aside {
  position: absolute;
  top: 50px;
  left: 32px;
  display: flex;
  overflow: hidden;
  width: 380px;
  min-height: 460px;
  padding: 32px 28px;
  border-radius: 22px;
  background: #4475f2;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
  filter: drop-shadow(0 20px 35px rgb(68 117 242 / 0.25));
}

.login-aside__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(157.02% 129.71% at 100% 0%, rgb(255 255 255 / 0.18) 0%, rgb(255 255 255 / 0) 55%);
  pointer-events: none;
}

.login-aside__content,
.login-aside__footer {
  position: relative;
  z-index: 1;
}

.login-aside__badge {
  display: inline-flex;
  height: 25px;
  padding: 6px 12px 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.16);
  align-items: flex-start;
  color: #ffffff;
  font-size: 10.8px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}

.login-aside h1 {
  width: 249px;
  margin: 18px 0 9px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.75px;
}

.login-aside__headline-nowrap {
  white-space: nowrap;
}

.login-aside p {
  width: 315px;
  margin: 0;
  color: rgb(255 255 255 / 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.176px;
}

.login-benefits {
  display: flex;
  width: 324px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.login-benefits li {
  display: grid;
  min-height: 19px;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: rgb(255 255 255 / 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.176px;
}

.login-benefits span {
  display: grid;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.18);
  place-items: center;
}

.login-benefits svg {
  width: 16px;
  height: 16px;
}

.login-benefits path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-aside__footer {
  width: 324px;
  padding-top: 19px;
  border-top: 1px solid rgb(255 255 255 / 0.15);
}

.login-aside__footer span {
  color: rgb(255 255 255 / 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.login-aside__footer a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.login-card {
  position: absolute;
  top: 58.5px;
  left: 468px;
  width: 420px;
  min-height: 443px;
  color: #0b0c10;
}

.login-card h2 {
  margin: 0 0 4px;
  color: #0b0c10;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.56px;
}

.login-card > p {
  margin: 0 0 28px;
  color: #6b7180;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.176px;
}

.login-field {
  position: relative;
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 8px;
}

.login-field > span,
.login-label-row span {
  display: inline-flex;
  min-height: 16px;
  align-items: center;
  gap: 6px;
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.login-field b,
.login-label-row b {
  color: #4475f2;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.login-field input {
  width: 420px;
  height: 52px;
  padding: 16px 16px 16px 44px;
  border: 1px solid #d9dce6;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font: 400 15px/18px Inter, Arial, sans-serif;
  outline: none;
}

.login-field input:focus {
  border-color: #4475f2;
  box-shadow: 0 0 0 3px rgb(68 117 242 / 0.12);
}

.login-field i {
  position: absolute;
  left: 16px;
  bottom: 17px;
  display: block;
  width: 18px;
  height: 18px;
  color: #9aa0ae;
  pointer-events: none;
}

.login-field svg {
  display: block;
  width: 18px;
  height: 18px;
}

.login-field rect,
.login-field path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-label-row {
  display: flex;
  margin-top: 12px;
  margin-bottom: 6px;
  align-items: center;
  justify-content: space-between;
}

.login-label-row a {
  color: #4475f2;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.176px;
  text-decoration: none;
}

.login-field--password input {
  font: 400 12.9px/17px "Segoe UI", Arial, sans-serif;
}

.login-remember {
  display: flex;
  height: 18px;
  margin: 14px 0 17px;
  align-items: center;
  gap: 10px;
  color: #6b7180;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.176px;
}

.login-remember input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.login-remember > span {
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #4475f2;
  place-items: center;
}

.login-remember svg {
  width: 16px;
  height: 16px;
}

.login-remember path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-remember input:not(:checked) + span {
  border: 1px solid #d9dce6;
  background: #ffffff;
}

.login-remember input:not(:checked) + span svg {
  display: none;
}

.login-submit {
  display: inline-flex;
  width: 420px;
  height: 50px;
  padding: 0 22px;
  cursor: pointer;
  border: 0;
  border-radius: 13px;
  background: #4475f2;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.075px;
}

.login-submit svg {
  width: 16px;
  height: 16px;
}

.login-submit path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.333;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-separator {
  display: flex;
  width: 420px;
  height: 18px;
  margin: 18px 0 13.5px;
  align-items: center;
  gap: 14px;
}

.login-separator span {
  height: 1px;
  background: #808080;
  flex: 1;
}

.login-separator em {
  color: #9aa0ae;
  font: 400 11px/15px "Segoe UI", Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}

.login-magic {
  display: inline-flex;
  width: 420px;
  height: 55px;
  padding: 0 18px;
  cursor: pointer;
  border: 1px solid #d9dce6;
  border-radius: 11px;
  background: #ffffff;
  color: #0b0c10;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 4px 4px rgb(0 0 0 / 0.12));
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.07px;
  text-align: center;
}

.login-card__signup {
  display: none;
}

.login-error[hidden] {
  display: none;
}

.login-error {
  position: fixed;
  z-index: 110;
  inset: 0;
  display: grid;
  padding: 24px;
  background: rgb(226 229 236 / 0.32);
  backdrop-filter: blur(3px);
  place-items: center;
}

body.login-error-open .login-shell {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

.login-error__dialog {
  position: relative;
  width: 420px;
  max-width: min(972px, calc(100vw - 48px));
  height: 259px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgb(15 23 42 / 0.12);
  font-family: Inter, Arial, sans-serif;
}

.login-error__icon {
  position: absolute;
  top: 24px;
  left: 26px;
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #ffe3e5;
  align-items: center;
  justify-content: center;
  color: #c72e2e;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.login-error__dialog h3 {
  position: absolute;
  top: 81.21px;
  left: 26px;
  width: 324px;
  height: 23px;
  margin: 0;
  color: #0e0e10;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.38px;
}

.login-error__dialog p {
  position: absolute;
  top: 119px;
  left: 26px;
  width: 368px;
  height: 41px;
  margin: 0;
  color: #6b6b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.login-error__actions {
  position: absolute;
  top: 185.21px;
  left: 26px;
  display: flex;
  width: 368px;
  height: 42px;
  gap: 8px;
}

.login-error__retry,
.login-error__register,
.login-error__close {
  border: 0;
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
}

.login-error__retry {
  display: flex;
  width: 127.56px;
  height: 42px;
  padding: 12px 16px;
  border: 1px solid #e8e8ed;
  border-radius: 10px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  color: #0e0e10;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.login-error__register {
  display: flex;
  width: 232.44px;
  height: 42px;
  padding: 12px;
  border-radius: 10px;
  background: #4475f2;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 16px;
  white-space: nowrap;
}

.login-error__register span {
  display: inline-flex;
  width: 17px;
  height: 16px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.login-error__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 1px 6px;
  border-radius: 8px;
  background: #f4f4f6;
  align-items: center;
  justify-content: center;
  color: #3a3a40;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.magic-link-panel[hidden] {
  display: none;
}

.magic-link-panel {
  position: fixed;
  z-index: 108;
  inset: 0;
  display: grid;
  padding: 0;
  background: rgb(226 229 236 / 0.32);
  backdrop-filter: blur(3px);
  place-items: center;
}

body.magic-link-open .login-shell {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

.magic-link-panel__inner {
  display: flex;
  width: 864px;
  height: 372.27px;
  align-items: flex-start;
  gap: 24px;
}

.magic-card {
  position: relative;
  width: 420px;
  height: 372.27px;
  padding: 32px 32px 26px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgb(11 12 16 / 0.3);
  color: #0b0c10;
  font-family: Inter, Arial, sans-serif;
}

.magic-card__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 1px 6px;
  border: 0;
  border-radius: 8px;
  background: #f4f5f9;
  align-items: center;
  justify-content: center;
  color: #0b0c10;
  cursor: pointer;
  font: 400 18px/18px Inter, Arial, sans-serif;
}

.magic-card__icon {
  display: flex;
  width: 56px;
  height: 56.9px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}

.magic-card__icon--blue {
  background: #eaf0ff;
}

.magic-card__icon--green {
  height: 52px;
  background: #e6f8ee;
}

.magic-card__icon svg {
  width: 24px;
  height: 24px;
}

.magic-card__icon rect,
.magic-card__icon path {
  fill: none;
  stroke: #4475f2;
  stroke-width: 2.16;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.magic-card__icon--green rect,
.magic-card__icon--green path {
  stroke: #16a34a;
}

.magic-card__icon circle {
  fill: #16a34a;
  stroke: #ffffff;
  stroke-width: 1.8;
}

.magic-card__icon--green path:last-child {
  stroke: #ffffff;
  stroke-width: 1.8;
}

.magic-card h3 {
  margin: 21px 0 9px;
  color: #0b0c10;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.44px;
}

.magic-card p {
  width: 348px;
  margin: 0;
  color: #6b7180;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.176px;
}

.magic-card--sent p {
  width: 368px;
}

.magic-card p strong {
  color: #0b0c10;
  font-weight: 700;
}

.magic-email {
  position: relative;
  display: block;
  width: 356px;
  height: 52px;
  margin-top: 26px;
}

.magic-email input {
  width: 356px;
  height: 52px;
  padding: 14px 16px 16px 44px;
  border: 1px solid #d9dce6;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font: 400 15px/18px Inter, Arial, sans-serif;
  outline: none;
}

.magic-email svg {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 18px;
  height: 18px;
  color: #9aa0ae;
}

.magic-email rect,
.magic-email path,
.magic-mail-preview rect,
.magic-mail-preview path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.magic-primary,
.magic-secondary {
  display: flex;
  width: 356px;
  border: 0;
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
}

.magic-primary {
  height: 42px;
  margin-top: 11.1px;
  padding: 12px;
  border-radius: 10px;
  background: #4475f2;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  gap: 0;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 16px;
}

.magic-primary span {
  width: 17px;
  font-weight: 700;
}

.magic-card--request > small,
.magic-card--sent > small {
  display: flex;
  width: 356px;
  height: 18.9px;
  padding: 3.9px 0 3px;
  align-items: center;
  justify-content: center;
  color: #9aa0ae;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.magic-card--sent h3 {
  position: absolute;
  top: 105px;
  left: 32px;
  margin: 0;
}

.magic-card--sent > p {
  position: absolute;
  top: 137.08px;
  left: 32px;
}

.magic-mail-preview {
  position: absolute;
  top: 196.27px;
  left: 32px;
  display: flex;
  width: 356px;
  height: 56px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f5f9;
  align-items: center;
  gap: 10px;
}

.magic-mail-preview > span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid #e6e8ef;
  border-radius: 8px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  color: #4475f2;
  flex: 0 0 auto;
}

.magic-mail-preview svg {
  width: 18px;
  height: 18px;
}

.magic-mail-preview div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.magic-mail-preview strong {
  color: #0b0c10;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.magic-mail-preview small {
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.magic-secondary {
  position: absolute;
  top: 266.27px;
  left: 32px;
  height: 43px;
  padding: 12px 18px 0;
  border: 1px solid #d9dce6;
  border-radius: 11px;
  background: #ffffff;
  align-items: flex-start;
  justify-content: center;
  color: #0b0c10;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.07px;
}

.magic-card--sent > small {
  position: absolute;
  top: 318.27px;
  left: 32px;
  height: 15px;
  padding: 1px 0 3px;
  font-size: 10.3px;
  line-height: 12px;
}

.code-page {
  display: none;
  min-height: 100dvh;
  padding: clamp(136px, 23.7vh, 238px) 24px 84px;
  align-items: flex-start;
  justify-content: center;
}

body.login-code-mode .code-page {
  display: flex;
}

.code-shell {
  display: grid;
  width: 760px;
  max-width: 760px;
  min-height: 525px;
  grid-template-columns: 280px 480px;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 35px rgb(68 117 242 / 0.35);
}

.code-aside {
  display: flex;
  min-height: 525px;
  padding: 24px 22px;
  background: #4475f2;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
}

.code-mobile-close {
  display: none;
}

.code-aside__intro {
  width: 236px;
}

.code-aside__intro > span {
  display: block;
  margin-bottom: 5px;
  color: rgb(255 255 255 / 0.65);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.code-aside h1 {
  width: 156px;
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: -0.33px;
}

.code-aside__intro p {
  width: 235px;
  margin: 0;
  color: rgb(255 255 255 / 0.75);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 19px;
}

.code-aside__stats {
  display: flex;
  width: 236px;
  flex-direction: column;
  gap: 14px;
}

.code-aside__stats > div {
  width: 236px;
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.08);
}

.code-aside__stats span {
  display: block;
  margin-bottom: 4px;
  color: rgb(255 255 255 / 0.65);
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.code-aside__stats strong {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
}

.code-aside__stats em {
  color: #9bf7d4;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transform: translateY(-4px);
}

.code-aside__stats p {
  display: flex;
  width: 236px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  align-items: center;
  gap: 8px;
  color: rgb(255 255 255 / 0.55);
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.code-aside__stats i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00c2a8;
  box-shadow: 0 0 0 4px rgb(0 194 168 / 0.2);
  flex: 0 0 auto;
}

.code-aside__footer {
  width: 236px;
  margin-top: auto;
}

.code-aside__footer span {
  color: rgb(255 255 255 / 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.code-aside__footer a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.code-card {
  display: flex;
  width: 480px;
  min-height: 525px;
  padding: 24px 26px;
  flex-direction: column;
  gap: 14px;
}

.code-steps {
  display: flex;
  width: 428px;
  flex-direction: column;
  gap: 8px;
}

.code-step {
  display: grid;
  width: 428px;
  min-height: 74px;
  padding: 10px 12px;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  border-radius: 12px;
  background: rgb(238 242 251 / 0.55);
}

.code-step:nth-child(2) {
  min-height: 90px;
}

.code-step--active {
  min-height: 57px;
  border: 1px solid #4475f2;
  background: #ffffff;
  box-shadow: 0 6px 14px rgb(38 96 255 / 0.1);
}

.code-step > span {
  display: grid;
  width: 26px;
  height: 26px;
  border: 1px solid #4475f2;
  border-radius: 50%;
  background: #4475f2;
  color: #ffffff;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
}

.code-step strong {
  display: block;
  color: #0b1437;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 16px;
}

.code-title-mobile {
  display: none;
}

.code-step small {
  display: block;
  margin-top: 1px;
  max-width: 333px;
  color: #7a85a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.code-step a {
  display: inline-flex;
  height: 27px;
  margin-top: 6px;
  padding: 6px 11px;
  border-radius: 9px;
  background: #4475f2;
  color: #ffffff;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
}

.code-step a svg {
  width: 12px;
  height: 12px;
}

.code-step a path {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activation-box {
  display: flex;
  width: 428px;
  min-height: 170px;
  padding: 12px 14px;
  border: 1px solid #4475f2;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef2fb 0%, #ffffff 100%);
  box-shadow: 0 8px 18px rgb(38 96 255 / 0.1);
  flex-direction: column;
  gap: 10px;
}

.activation-box__title {
  display: flex;
  height: 16px;
  align-items: center;
  gap: 7px;
  color: #4475f2;
}

.activation-box__title svg {
  width: 12px;
  height: 12px;
}

.activation-box__title rect,
.activation-box__title path {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activation-box__title span {
  color: #4475f2;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.activation-code {
  display: grid;
  width: 398px;
  min-height: 92px;
  grid-template-columns: 151px 11px 151px;
  grid-template-rows: 42px 42px;
  gap: 8px 14px;
  align-items: center;
  justify-content: center;
}

.activation-code > span {
  color: #7a85a8;
  font-family: "JetBrains Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.activation-code > span:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
}

.activation-code > span:nth-of-type(3) {
  display: none;
}

.activation-code__group {
  display: flex;
  width: 151px;
  height: 42px;
  gap: 2.5px;
}

.activation-code__group:nth-of-type(3) {
  grid-column: 1;
  grid-row: 2;
}

.activation-code__group:nth-of-type(4) {
  grid-column: 3;
  grid-row: 2;
}

.activation-code input {
  display: block;
  width: 34px;
  height: 42px;
  padding: 0;
  border: 1px solid #d6deee;
  border-radius: 9px;
  background: #ffffff;
  color: #4475f2;
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}

.activation-code input.has-value {
  border-color: #4475f2;
  background: #dde7ff;
}

.activation-code input:focus {
  border-color: #4475f2;
  box-shadow: 0 0 0 4px rgb(38 96 255 / 0.16);
}

.activation-progress {
  margin: 0;
  color: #7a85a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.96px;
  text-align: center;
  text-transform: uppercase;
}

.code-actions {
  display: flex;
  width: 428px;
  height: 43px;
  gap: 10px;
}

.code-close,
.code-unlock {
  display: inline-flex;
  height: 43px;
  cursor: pointer;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
}

.code-close {
  width: 147px;
  border: 1px solid #d6deee;
  background: #ffffff;
  color: #0b1437;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
}

.code-unlock {
  width: 271px;
  padding: 13px 18px;
  border: 0;
  background: #4475f2;
  box-shadow: 0 10px 22px rgb(38 96 255 / 0.3);
  color: #ffffff;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.code-unlock svg {
  width: 14px;
  height: 14px;
}

.code-unlock path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-page {
  display: none;
  min-height: 100dvh;
  padding: clamp(138px, 22.1vh, 239px) 24px 96px;
  align-items: flex-start;
  justify-content: center;
}

body.registration-mode .signup-page {
  display: flex;
}

.signup-shell {
  display: grid;
  width: 920px;
  min-height: 524px;
  grid-template-columns: 320px 600px;
  filter: drop-shadow(0 20px 35px rgb(68 117 242 / 0.35));
}

.signup-aside {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 300px;
  min-height: 504px;
  margin: 20px 0 0 20px;
  padding: 26px 24px;
  border-radius: 22px;
  background: #4475f2;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
}

.signup-aside__glow {
  position: absolute;
  inset: 0 0 auto;
  height: 484px;
  background: radial-gradient(189.81% 117.65% at 100% 0%, rgb(255 255 255 / 0.18) 0%, rgb(255 255 255 / 0) 60%);
  pointer-events: none;
}

.signup-aside__content,
.signup-aside__footer {
  position: relative;
  z-index: 1;
}

.signup-aside__badge {
  display: inline-flex;
  height: 25px;
  padding: 6px 10px 0;
  border-radius: 8px;
  background: rgb(255 255 255 / 0.15);
  align-items: flex-start;
  color: #ffffff;
  font-size: 10.8px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}

.login-aside__badge,
.signup-aside__content > .signup-aside__badge,
.signup-success__aside .signup-aside__badge {
  word-spacing: 1.5px;
}

.signup-aside h1 {
  margin: 13px 0 9px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.65px;
}

.signup-aside p {
  width: 250px;
  margin: 0;
  color: rgb(255 255 255 / 0.78);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.176px;
  text-align: left;
}

.signup-benefits {
  display: flex;
  width: 252px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.signup-benefits li {
  display: grid;
  min-height: 35px;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: rgb(255 255 255 / 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.176px;
}

.signup-benefits span {
  display: grid;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.15);
  place-items: center;
}

.signup-benefits svg {
  width: 16px;
  height: 16px;
}

.signup-benefits path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-aside__footer {
  display: flex;
  margin-bottom: 25px;
  flex-direction: column;
  gap: 4px;
}

.signup-aside__footer strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.signup-aside__footer span {
  max-width: 140px;
  color: rgb(255 255 255 / 0.6);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.signup-mobile-card {
  display: none;
}

.signup-form {
  position: relative;
  display: flex;
  width: 600px;
  min-height: 524px;
  padding: 26px 32px 24px;
  border-radius: 15px;
  background: #ffffff;
}

.signup-step {
  position: relative;
  display: flex;
  min-width: 0;
  width: 100%;
  min-height: 474px;
  margin: 0;
  padding: 0;
  border: 0;
  flex-direction: column;
}

.signup-step[hidden] {
  display: none;
}

.signup-step__header {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.signup-step__header h2 {
  margin: 0;
  color: #0b0c10;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.176px;
}

.signup-step__header p {
  margin: 0;
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.signup-step__header > span {
  margin-top: 8px;
  color: #9aa0ae;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  white-space: nowrap;
}

.signup-step__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.signup-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.signup-field,
.signup-group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.signup-field > span,
.signup-label {
  display: flex;
  min-height: 16px;
  align-items: center;
  gap: 6px;
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.signup-field b,
.signup-label b {
  color: #4475f2;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}

.signup-field input,
.signup-field textarea {
  width: 100%;
  border: 1px solid #d9dce6;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font: 400 14px/17px Inter, Arial, sans-serif;
  outline: none;
}

.signup-field input::placeholder,
.signup-field textarea::placeholder {
  color: #000000;
  opacity: 1;
}

.signup-field input {
  height: 48px;
  padding: 14px;
}

.signup-field textarea {
  height: 103px;
  padding: 17px 14px 14px;
  resize: none;
}

.signup-field input:focus,
.signup-field textarea:focus {
  border-color: #4475f2;
  box-shadow: 0 0 0 3px rgb(68 117 242 / 0.12);
}

.signup-field--textarea > span {
  justify-content: space-between;
}

.signup-field em,
.signup-label em {
  color: #9aa0ae;
  font-style: normal;
  font-size: 11px;
  line-height: 13px;
}

.signup-label--split {
  justify-content: space-between;
}

.signup-label--split span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.signup-chips {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 6px;
}

.signup-chip {
  display: inline-flex;
  height: 35px;
  padding: 10px 15px 11px;
  cursor: pointer;
  border: 1px solid #d9dce6;
  border-radius: 10px;
  background: #ffffff;
  color: #1a1c24;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.176px;
  white-space: nowrap;
}

.signup-chip.is-active {
  border-color: #4475f2;
  background: #4475f2;
  color: #ffffff;
}

.signup-actions {
  display: flex;
  margin-top: auto;
  padding-top: 17px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.signup-step[data-signup-step="1"] {
  position: static;
}

.signup-step[data-signup-step="3"] {
  position: static;
}

.signup-step[data-signup-step="1"] .signup-actions {
  position: absolute;
  right: 32px;
  bottom: 69px;
  padding-top: 0;
}

.signup-action {
  display: inline-flex;
  height: 36px;
  padding: 0 14px;
  cursor: pointer;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.065px;
  white-space: nowrap;
}

.signup-action svg {
  width: 16px;
  height: 16px;
}

.signup-action path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.333;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-action--primary {
  min-width: 99px;
  border: 1px solid #4475f2;
  background: #4475f2;
  color: #ffffff;
}

.signup-action--soft {
  opacity: 0.45;
}

.signup-action--primary:not(:disabled) {
  opacity: 1;
}

.signup-action--primary:disabled {
  cursor: default;
  opacity: 0.45;
}

.signup-action--secondary {
  min-width: 90px;
  border: 1px solid #d9dce6;
  background: #ffffff;
  color: #0b0c10;
}

.signup-consent {
  display: grid;
  max-width: 390px;
  margin-top: 1px;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #6b7180;
  cursor: pointer;
}

.signup-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.signup-consent > span {
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #4475f2;
  place-items: center;
}

.signup-consent svg {
  width: 16px;
  height: 16px;
}

.signup-consent path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-consent input:not(:checked) + span {
  border: 1px solid #d9dce6;
  background: #ffffff;
}

.signup-consent input:not(:checked) + span svg {
  display: none;
}

.signup-consent small {
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.176px;
}

.signup-consent a {
  color: #4475f2;
}

.signup-actions--final {
  position: absolute;
  right: 32px;
  bottom: 69px;
  left: 32px;
  justify-content: space-between;
  gap: 18px;
  padding-top: 0;
}

.signup-actions--final p {
  margin: 0;
  color: #9aa0ae;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}

.signup-actions--final p strong {
  color: #18b45b;
  font-weight: 700;
}

.signup-actions--final p b {
  color: #0b0c10;
  font-weight: 700;
}

.signup-actions--final > div {
  display: flex;
  gap: 10px;
}

.signup-success[hidden] {
  display: none;
}

.signup-success {
  position: absolute;
  z-index: 90;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(1000px, calc(100vw - 48px));
  min-height: 454px;
  padding: 0;
  grid-template-columns: 360px minmax(0, 620px);
  gap: 20px;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  background: transparent;
  filter: drop-shadow(0 20px 35px rgb(68 117 242 / 0.35));
  animation: signup-success-in 360ms ease both;
}

.signup-success__aside {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 360px;
  min-height: 454px;
  padding: 26px 28px;
  border-radius: 18px;
  background: #4475f2;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
}

.signup-success__inner {
  display: flex;
  width: 100%;
  min-height: 454px;
  padding: 50px 60px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 30px rgb(20 20 40 / 0.05), 0 0 0 1px #e8e8ed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.signup-success__icon {
  width: 84px;
  height: 84px;
}

.signup-success__icon svg {
  display: block;
  width: 84px;
  height: 84px;
}

.signup-success h2 {
  margin: 18px 0 8px;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: -0.52px;
  text-align: center;
}

.signup-success p {
  width: min(349px, 100%);
  margin: 0 0 22px;
  color: #6b6b7b;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.signup-success__meta {
  display: flex;
  width: min(379px, 100%);
  min-height: 66px;
  margin-bottom: 22px;
  padding: 14px 18px;
  border: 1px solid #e8e8ed;
  border-radius: 12px;
  background: #f5f6fb;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.signup-success__meta div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 0;
}

.signup-success__meta span {
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.47px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.signup-success__meta strong {
  max-width: 170px;
  overflow: hidden;
  color: #0e0e10;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.18px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.signup-success__meta div:last-child strong {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
}

.signup-success__meta i {
  width: 1px;
  height: 32px;
  background: #e8e8ed;
  flex: 0 0 auto;
}

.signup-success__actions {
  display: flex;
  width: min(352px, 100%);
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.signup-success__primary,
.signup-success__secondary {
  display: inline-flex;
  height: 40px;
  padding: 11px 22px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.signup-success__primary {
  min-width: 135px;
  border: 0;
  background: #4475f2;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.signup-success__secondary {
  min-width: 206px;
  border: 1px solid #e8e8ed;
  background: #ffffff;
  color: #0e0e10;
  font-weight: 500;
}

.signup-success__telegram-link {
  display: none;
}

.signup-shell.is-submitted {
  position: relative;
  z-index: 80;
  width: 920px;
  min-height: 524px;
  grid-template-columns: 320px 600px;
  gap: 0;
}

body.signup-submitted .signup-page::before {
  content: "";
  position: fixed;
  z-index: 70;
  inset: 0;
  background: rgb(147 154 178 / 0.2);
  backdrop-filter: blur(3px);
  animation: signup-backdrop-in 260ms ease both;
}

.signup-shell.is-submitted > .signup-aside,
.signup-shell.is-submitted > .signup-form {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

.signup-success__aside .signup-aside__badge {
  height: 23px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.18);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.68px;
}

.signup-success__aside .signup-aside__glow {
  height: 454px;
  border-radius: 18px;
}

.signup-success__aside .signup-aside h1,
.signup-success__aside h1 {
  margin: 21px 0 15px;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.signup-success__aside p {
  width: 270px;
  color: rgb(255 255 255 / 0.88);
  font-size: 12.5px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}

.signup-success__aside .signup-benefits {
  width: 304px;
  margin-top: 21px;
}

.signup-success__aside .signup-benefits li {
  min-height: 17px;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  font-size: 11.5px;
  line-height: 17px;
  letter-spacing: 0;
}

.signup-success__aside .signup-benefits span {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  background: rgb(255 255 255 / 0.22);
}

.signup-success__aside .signup-benefits svg {
  width: 12px;
  height: 12px;
}

.signup-success__aside .signup-aside__footer {
  margin-bottom: 0;
}

.signup-success__aside .signup-aside__footer strong {
  font-size: 12.5px;
  font-weight: 600;
}

@keyframes signup-success-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes signup-backdrop-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (width <= 980px) {
  .login-page {
    padding: 96px 18px 56px;
  }

  .login-shell {
    display: block;
    width: min(600px, calc(100vw - 36px));
    min-height: auto;
    flex-direction: column;
    filter: drop-shadow(0 20px 35px rgb(68 117 242 / 0.18));
  }

  .login-aside,
  .login-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .login-aside {
    min-height: auto;
    padding: 24px;
    border-radius: 22px 22px 0 0;
  }

  .login-aside p,
  .login-benefits,
  .login-aside__footer {
    width: 100%;
  }

  .login-aside__footer {
    margin-top: 42px;
  }

  .login-card {
    min-height: auto;
    padding: 30px 24px 28px;
    border: 1px solid #e8e8ed;
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: transparent;
  }

  .login-field input,
  .login-submit,
  .login-separator,
  .login-magic {
    width: 100%;
  }

  .code-page {
    padding: 96px 18px 56px;
  }

  .code-shell {
    width: min(600px, calc(100vw - 36px));
    max-width: none;
    grid-template-columns: 1fr;
  }

  .code-aside,
  .code-card {
    width: 100%;
  }

  .code-aside {
    min-height: auto;
    padding: 24px;
  }

  .code-aside__intro,
  .code-aside__intro p,
  .code-aside__stats,
  .code-aside__stats > div,
  .code-aside__stats p {
    width: 100%;
  }

  .code-card {
    min-height: auto;
  }

  .code-steps,
  .code-step,
  .activation-box,
  .code-actions {
    width: 100%;
  }

  .activation-code {
    width: 100%;
  }

  .signup-page {
    padding: 96px 18px 56px;
  }

  .signup-shell,
  .signup-shell.is-submitted {
    width: min(600px, calc(100vw - 36px));
    grid-template-columns: 1fr;
    gap: 0;
  }

  .signup-aside,
  .signup-shell.is-submitted .signup-aside {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 22px;
    border-radius: 20px 20px 0 0;
  }

  .signup-aside p,
  .signup-benefits {
    width: 100%;
  }

  .signup-aside__footer {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .signup-form {
    width: 100%;
    min-height: 500px;
    border-radius: 0 0 15px 15px;
  }

  .signup-success {
    width: min(600px, calc(100vw - 36px));
    min-height: 420px;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 0 0 18px 18px;
  }

  .signup-success__aside {
    width: 100%;
    min-height: auto;
    padding: 22px;
    border-radius: 18px 18px 0 0;
  }

  .signup-success__aside p,
  .signup-success__aside .signup-benefits {
    width: 100%;
  }

  .signup-success__inner {
    width: 100%;
    border-radius: 0 0 18px 18px;
  }
}

@media (width <= 640px) {
  .login-page {
    height: 100dvh;
    min-height: 0;
    padding: 80px 0 48px;
    background: #f3f5fb;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .login-shell {
    width: min(420px, calc(100vw - 48px));
    gap: 14px;
    filter: none;
  }

  .login-aside {
    padding: 17px 16px 18px;
    border-radius: 14px;
    box-shadow: 0 12px 26px rgb(68 117 242 / 0.16);
  }

  .login-aside h1 {
    width: 100%;
    margin: 15px 0 8px;
    font-size: 21px;
    line-height: 23px;
    letter-spacing: -0.45px;
  }

  .login-aside__badge {
    height: 20px;
    padding: 4px 9px 0;
    border-radius: 7px;
    font-size: 9.5px;
    line-height: 12px;
    letter-spacing: 0.58px;
  }

  .login-aside p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .login-benefits,
  .login-aside__footer {
    display: none;
  }

  .login-card {
    padding: 17px 16px 16px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: 0 12px 30px rgb(16 28 55 / 0.08);
  }

  .login-card h2 {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }

  .login-card > p {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 15px;
  }

  .login-field > span,
  .login-label-row span {
    font-size: 10.5px;
    line-height: 13px;
    letter-spacing: 1.05px;
    text-transform: uppercase;
  }

  .login-field b,
  .login-label-row b {
    font-size: 10.5px;
    line-height: 13px;
  }

  .login-field input {
    height: 42px;
    padding: 12px 14px 12px 40px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
  }

  .login-field i {
    left: 14px;
    bottom: 12px;
  }

  .login-label-row {
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .login-label-row a {
    font-size: 10.5px;
    line-height: 13px;
  }

  .login-label-row {
    align-items: flex-start;
    gap: 12px;
  }

  .login-remember {
    margin: 12px 0 14px;
    font-size: 12px;
    line-height: 15px;
  }

  .login-submit {
    height: 42px;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgb(68 117 242 / 0.25);
    font-size: 14px;
    line-height: 17px;
  }

  .login-separator {
    height: 16px;
    margin: 14px 0 12px;
  }

  .login-magic {
    min-height: 42px;
    height: 42px;
    border-radius: 10px;
    filter: none;
    font-size: 13px;
    line-height: 16px;
  }

  .login-card__signup {
    display: block;
    margin-top: 14px;
    color: #7a85a8;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }

  .login-card__signup a {
    color: #4475f2;
    font-weight: 700;
    text-decoration: none;
  }

  .magic-link-panel {
    overflow-y: auto;
    padding: 88px 20px 24px;
    align-items: flex-start;
    place-items: start center;
    -webkit-overflow-scrolling: touch;
  }

  .magic-link-panel__inner {
    width: min(420px, calc(100vw - 40px));
    height: auto;
    flex-direction: column;
    gap: 14px;
  }

  .magic-card {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 20px 22px;
    overflow: hidden;
  }

  .magic-card__close {
    top: 14px;
    right: 14px;
  }

  .magic-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .magic-card h3 {
    margin: 20px 0 8px;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.44px;
  }

  .magic-card p,
  .magic-card--sent p,
  .magic-email,
  .magic-email input,
  .magic-primary,
  .magic-secondary,
  .magic-card--request > small,
  .magic-card--sent > small {
    width: 100%;
  }

  .magic-card--sent h3,
  .magic-card--sent > p,
  .magic-mail-preview,
  .magic-secondary,
  .magic-card--sent > small {
    position: static;
  }

  .magic-card--sent h3 {
    margin: 21px 0 9px;
  }

  .magic-email {
    margin-top: 26px;
  }

  .magic-primary {
    height: 42px;
    gap: 4px;
  }

  .magic-mail-preview {
    width: 100%;
    height: auto;
    min-height: 56px;
    margin-top: 17px;
    overflow: hidden;
    align-items: flex-start;
  }

  .magic-secondary {
    height: 43px;
    margin-top: 14px;
    padding: 0 14px;
    align-items: center;
  }

  .magic-card--sent > small {
    margin-top: 8px;
  }

  .magic-mail-preview div {
    flex: 1 1 auto;
    min-width: 0;
  }

  .magic-mail-preview strong,
  .magic-mail-preview small {
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .login-error {
    display: block;
    padding: 0;
    background: rgb(226 229 236 / 0.62);
    backdrop-filter: blur(1.5px);
  }

  .login-error__dialog {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    max-width: none;
    height: 292.75px;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -10px 30px rgb(15 23 42 / 0.15);
  }

  .login-error__dialog::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    width: 42px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 3px;
    background: #e6e9ef;
  }

  .login-error__icon {
    top: 32px;
    left: 20px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 24px;
    line-height: 24px;
  }

  .login-error__dialog h3 {
    top: 102px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 25px;
    color: #0a0f1f;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.21px;
  }

  .login-error__dialog p {
    top: 136px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 61px;
    color: #6b6b7b;
    font-size: 13px;
    line-height: 20px;
  }

  .login-error__actions {
    top: 212.75px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 50px;
    display: block;
  }

  .login-error__retry {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-color: #e6e9ef;
    border-radius: 14px;
    color: #0a0f1f;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .login-error__register {
    display: none;
  }

  .login-error__close {
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 16px;
    background: #f2f4f8;
    color: #6b7385;
    font-size: 18px;
    line-height: 18px;
  }

  .code-page {
    height: 100dvh;
    min-height: 0;
    padding: 76px 0 0;
    background: #f3f5fb;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .code-shell {
    display: block;
    width: 100vw;
    min-height: calc(100dvh - 76px);
    overflow: visible;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgb(68 117 242 / 0.18);
  }

  .code-aside {
    position: relative;
    display: block;
    min-height: auto;
    padding: 28px 16px 12px;
    border-radius: 18px 18px 0 0;
    background: #ffffff;
    color: #0b1437;
  }

  .code-aside::before {
    content: "";
    display: block;
    width: 34px;
    height: 4px;
    margin: -17px auto 17px;
    border-radius: 999px;
    background: #dfe5f2;
  }

  .code-mobile-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    background: #f1f3f8;
    color: #7a85a8;
    place-items: center;
    font-size: 20px;
    line-height: 1;
  }

  .code-aside__intro > span {
    display: block;
    margin-bottom: 8px;
    color: #7a85a8;
    font-size: 10.5px;
    letter-spacing: 1.05px;
  }

  .code-aside h1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    color: #0b1437;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.4px;
  }

  .code-aside h1 br {
    display: none;
  }

  .code-aside__intro p {
    color: #7a85a8;
    font-size: 12.5px;
    line-height: 19px;
    max-width: 247px;
  }

  .code-aside__stats,
  .code-aside__footer {
    display: none;
  }

  .code-card {
    padding: 0 16px 12px;
    border-radius: 0 0 18px 18px;
    background: #ffffff;
    gap: 7px;
  }

  .code-step {
    min-height: 47px;
    padding: 9px 10px;
    grid-template-columns: 20px 1fr;
    gap: 9px;
    border-radius: 9px;
  }

  .code-step:nth-child(2) {
    min-height: 47px;
  }

  .code-step--active {
    min-height: 56px;
  }

  .code-step > span {
    width: 20px;
    height: 20px;
    font-size: 10.5px;
    line-height: 13px;
  }

  .code-step strong {
    font-size: 12px;
    line-height: 15px;
  }

  .code-title-desktop {
    display: none;
  }

  .code-title-mobile {
    display: inline;
  }

  .code-step small {
    margin-top: 0;
    font-size: 10.5px;
    line-height: 14px;
  }

  .code-step a {
    display: none;
  }

  .activation-box {
    min-height: 174px;
    padding: 12px 13px 12px;
    border-radius: 10px;
    background: #edf3ff;
    box-shadow: none;
    gap: 8px;
  }

  .activation-box__title span {
    font-size: 10.5px;
    line-height: 14px;
    letter-spacing: 0.84px;
  }

  .activation-code {
    display: grid;
    width: 100%;
    min-height: 94px;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 31px);
    gap: 7px 5px;
    justify-content: center;
  }

  .activation-code > span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    align-self: center;
  }

  .activation-code > span:nth-of-type(1) {
    grid-column: 5;
    grid-row: 1;
  }

  .activation-code > span:nth-of-type(2) {
    grid-column: 5;
    grid-row: 2;
  }

  .activation-code > span:nth-of-type(3) {
    display: none;
  }

  .activation-code__group {
    display: contents;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(1) {
    grid-column: 6;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(2) {
    grid-column: 7;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(3) {
    grid-column: 8;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(1) {
    grid-column: 2;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(2) {
    grid-column: 3;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(3) {
    grid-column: 4;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(4) {
    grid-column: 6;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(1) {
    grid-column: 7;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(2) {
    grid-column: 8;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(3) {
    grid-column: 4;
    grid-row: 3;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(4) {
    grid-column: 5;
    grid-row: 3;
  }

  .activation-code input {
    width: 100%;
    height: 31px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
  }

  .activation-progress {
    font-size: 10.5px;
    line-height: 14px;
    letter-spacing: 0.84px;
  }

  .code-actions {
    height: auto;
    flex-direction: column;
    gap: 6px;
  }

  .code-close,
  .code-unlock {
    width: 100%;
    height: 41px;
    border-radius: 10px;
  }

  .code-close {
    order: 0;
    font-size: 13px;
  }

  .code-unlock {
    order: 1;
    font-size: 13px;
    box-shadow: 0 10px 20px rgb(68 117 242 / 0.22);
  }

  .signup-page {
    padding: 84px 12px 36px;
  }

  .signup-form {
    padding: 22px 18px 20px;
  }

  .signup-step {
    min-height: auto;
  }

  .signup-step__header {
    gap: 12px;
  }

  .signup-step__header h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .signup-fields {
    grid-template-columns: 1fr;
  }

  .signup-actions,
  .signup-actions--final {
    align-items: stretch;
    flex-direction: column;
  }

  .signup-actions--final > div {
    width: 100%;
  }

  .signup-action {
    flex: 1;
  }

  .signup-success {
    padding: 24px 16px;
  }

  .signup-success__inner {
    min-height: 360px;
    padding: 12px 0;
  }

  .signup-success__meta,
  .signup-success__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .signup-success__meta i {
    width: 100%;
    height: 1px;
  }

  .signup-success__primary,
  .signup-success__secondary {
    width: 100%;
  }
}

@media (max-width: 720px) {
  body.registration-mode {
    background: #f3f5fa;
  }

  body.registration-mode .site-header {
    background: #f3f5fa;
  }

  .signup-page {
    min-height: 100dvh;
    padding: 89px 16px 32px;
    background: #f3f5fa;
    align-items: flex-start;
    overflow-x: hidden;
  }

  .signup-shell,
  .signup-shell.is-submitted {
    display: flex;
    width: min(327px, calc(100vw - 32px));
    min-height: auto;
    margin: 0 auto;
    filter: none;
    flex-direction: column;
    gap: 10px;
  }

  .signup-aside,
  .signup-shell.is-submitted .signup-aside {
    width: 100%;
    min-height: 190px;
    margin: 0;
    padding: 16px 16px 17px;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgb(48 94 220 / 0.22);
    justify-content: flex-start;
  }

  .signup-aside__glow {
    height: 100%;
  }

  .signup-aside__badge {
    height: 23px;
    padding: 5px 9px 0;
    border-radius: 7px;
    font-size: 8.5px;
    line-height: 11px;
    letter-spacing: 0.7px;
  }

  .signup-aside h1 {
    margin: 11px 0 7px;
    font-size: 19px;
    line-height: 21px;
    letter-spacing: -0.45px;
  }

  .signup-aside p {
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
  }

  .signup-benefits {
    width: 100%;
    margin-top: 12px;
    gap: 6px;
  }

  .signup-benefits li {
    min-height: 16px;
    grid-template-columns: 13px 1fr;
    gap: 5px;
    font-size: 9.5px;
    line-height: 13px;
  }

  .signup-benefits span {
    width: 13px;
    height: 13px;
    margin-top: 0;
    background: transparent;
  }

  .signup-benefits svg {
    width: 12px;
    height: 12px;
  }

  .signup-aside__footer {
    display: none;
  }

  .signup-mobile-card {
    position: relative;
    z-index: 1;
  }

  .signup-shell[data-active-step="2"] .signup-aside,
  .signup-shell[data-active-step="3"] .signup-aside {
    min-height: 89px;
    padding: 12px 16px;
  }

  .signup-shell[data-active-step="2"] .signup-aside__content,
  .signup-shell[data-active-step="2"] .signup-aside__footer,
  .signup-shell[data-active-step="3"] .signup-aside__content,
  .signup-shell[data-active-step="3"] .signup-aside__footer {
    display: none;
  }

  .signup-shell[data-active-step="2"] [data-signup-mobile-card="2"],
  .signup-shell[data-active-step="3"] [data-signup-mobile-card="3"] {
    display: block;
  }

  .signup-shell[data-active-step="2"] .signup-mobile-card h1,
  .signup-shell[data-active-step="3"] .signup-mobile-card h1 {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }

  .signup-shell[data-active-step="2"] .signup-mobile-card p {
    width: 270px;
    margin-top: 5px;
    font-size: 10.5px;
    line-height: 14px;
  }

  .signup-form {
    width: 100%;
    min-height: auto;
    padding: 31px 16px 18px;
    border-radius: 14px;
    box-shadow: 0 16px 34px rgb(20 30 50 / 0.08), 0 0 0 1px #eef1f7;
  }

  .signup-form::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    right: 16px;
    height: 4px;
    border-radius: 999px;
    background:
      linear-gradient(#4475f2 0 0) left / 31% 100% no-repeat,
      linear-gradient(#e6eaf2 0 0) center / 31% 100% no-repeat,
      linear-gradient(#e6eaf2 0 0) right / 31% 100% no-repeat;
  }

  .signup-shell[data-active-step="2"] .signup-form::before {
    background:
      linear-gradient(#4475f2 0 0) left / 31% 100% no-repeat,
      linear-gradient(#4475f2 0 0) center / 31% 100% no-repeat,
      linear-gradient(#e6eaf2 0 0) right / 31% 100% no-repeat;
  }

  .signup-shell[data-active-step="3"] .signup-form::before {
    background:
      linear-gradient(#4475f2 0 0) left / 31% 100% no-repeat,
      linear-gradient(#4475f2 0 0) center / 31% 100% no-repeat,
      linear-gradient(#4475f2 0 0) right / 31% 100% no-repeat;
  }

  .signup-step {
    min-height: auto;
  }

  .signup-step__header {
    display: flex;
    margin-bottom: 17px;
    gap: 3px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .signup-step__header > span {
    margin: 0;
    color: #8a94a8;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.4px;
  }

  .signup-step__header h2 {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }

  .signup-step__header p {
    margin-top: 3px;
    color: #7d8798;
    font-size: 11px;
    line-height: 15px;
  }

  .signup-step__content {
    gap: 13px;
  }

  .signup-fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .signup-field,
  .signup-group {
    gap: 6px;
  }

  .signup-field > span,
  .signup-label {
    min-height: 13px;
    gap: 5px;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.55px;
    text-transform: uppercase;
  }

  .signup-field b,
  .signup-label b {
    font-size: 9.5px;
    line-height: 12px;
  }

  .signup-field em,
  .signup-label em {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0;
    text-transform: none;
  }

  .signup-field input,
  .signup-field textarea {
    border-radius: 9px;
    font-size: 12px;
    line-height: 15px;
  }

  .signup-field input {
    height: 42px;
    padding: 12px 13px;
  }

  .signup-field textarea {
    height: 78px;
    padding: 12px 13px;
  }

  .signup-field input::placeholder,
  .signup-field textarea::placeholder {
    color: #8b94a6;
    opacity: 1;
  }

  .signup-chips {
    gap: 7px;
  }

  .signup-chip {
    height: 34px;
    padding: 9px 13px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
  }

  .signup-chip.is-active {
    box-shadow: 0 10px 18px rgb(68 117 242 / 0.24);
  }

  .signup-actions,
  .signup-step[data-signup-step="1"] .signup-actions,
  .signup-actions--final {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    width: 100%;
    margin-top: 18px;
    padding-top: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
  }

  .signup-step[data-signup-step="2"],
  .signup-step[data-signup-step="3"] {
    min-height: 468px;
  }

  .signup-step[data-signup-step="3"] {
    height: 468px;
  }

  .signup-step[data-signup-step="2"] .signup-actions,
  .signup-step[data-signup-step="3"] .signup-actions {
    margin-top: auto;
  }

  .signup-step[data-signup-step="2"] .signup-actions {
    margin-top: 26px;
  }

  .signup-action {
    height: 43px;
    min-width: 0;
    border-radius: 11px;
    font-size: 12px;
    line-height: 15px;
  }

  .signup-action--primary {
    flex: 1;
  }

  .signup-action--secondary {
    width: 43px;
    flex: 0 0 43px;
    padding: 0;
  }

  .signup-action--secondary span {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
  }

  .signup-actions--final {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .signup-actions--final p {
    order: 2;
    text-align: center;
  }

  .signup-actions--final > div {
    display: flex;
    width: 100%;
    gap: 9px;
  }

  .signup-step[data-signup-step="3"] .signup-actions--final {
    display: grid;
    flex: 1 1 auto;
    margin-top: 8px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    align-items: stretch;
    gap: 0;
  }

  .signup-step[data-signup-step="3"] .signup-actions--final p {
    order: 0;
    grid-row: 1;
    width: 100%;
    text-align: center;
  }

  .signup-step[data-signup-step="3"] .signup-actions--final > div {
    display: grid;
    width: 100%;
    grid-row: 3;
    grid-template-columns: 43px minmax(0, 1fr);
    justify-self: stretch;
    gap: 9px;
  }

  .signup-step[data-signup-step="3"] .signup-action--primary {
    width: 100%;
    min-width: 0;
  }

  .signup-consent {
    max-width: none;
    grid-template-columns: 18px 1fr;
    gap: 8px;
  }

  .signup-consent small {
    font-size: 10px;
    line-height: 15px;
  }

  .signup-shell.is-submitted {
    width: min(360px, 100vw);
    min-height: calc(100dvh - 24px);
    justify-content: flex-end;
    gap: 0;
  }

  .signup-shell.is-submitted > .signup-aside,
  .signup-shell.is-submitted > .signup-form {
    display: none;
  }

  body.signup-submitted .signup-page::before {
    z-index: 70;
    background: rgb(226 229 236 / 0.62);
    backdrop-filter: blur(1.5px);
  }

  .signup-success {
    position: fixed;
    z-index: 90;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    min-height: 398.75px;
    padding: 0;
    transform: none;
    border-radius: 24px 24px 0 0;
    background: #ffffff;
    box-shadow: 0 -10px 30px rgb(15 23 42 / 0.15);
    filter: none;
    animation: signup-success-in 260ms ease both;
  }

  .signup-success::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    width: 42px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 3px;
    background: #e6e9ef;
  }

  .signup-success__aside {
    display: none;
  }

  .signup-success__inner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 398.75px;
    padding: 0;
    border-radius: 24px 24px 0 0;
    background: transparent;
    box-shadow: none;
  }

  .signup-success__icon {
    position: absolute;
    top: 32px;
    left: 50%;
    display: grid;
    width: 64px;
    height: 64px;
    transform: translateX(-50%);
    border-radius: 18px;
    background: #dcfce7;
    place-items: center;
  }

  .signup-success__icon svg {
    display: none !important;
  }

  .signup-success__icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0016 6H6.00156C4.67608 6 3.60156 7.07452 3.60156 8.4V16.8C3.60156 18.1255 4.67608 19.2 6.00156 19.2H18.0016C19.327 19.2 20.4016 18.1255 20.4016 16.8V8.4C20.4016 7.07452 19.327 6 18.0016 6Z' stroke='%2316A34A' stroke-width='2.16'/%3E%3Cpath d='M3.60156 8.40039L12.0016 14.4004L20.4016 8.40039' stroke='%2316A34A' stroke-width='2.16'/%3E%3Cpath d='M17.9984 21.6004C19.9867 21.6004 21.5984 19.9886 21.5984 18.0004C21.5984 16.0122 19.9867 14.4004 17.9984 14.4004C16.0102 14.4004 14.3984 16.0122 14.3984 18.0004C14.3984 19.9886 16.0102 21.6004 17.9984 21.6004Z' fill='%2316A34A' stroke='white' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .signup-success h2 {
    position: absolute;
    top: 110px;
    left: 20px;
    right: 20px;
    margin: 0;
    color: #0a0f1f;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.21px;
  }

  .signup-success p {
    position: absolute;
    top: 144px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
    color: #6b7385;
    font-size: 13.5px;
    line-height: 20px;
  }

  .signup-success__meta {
    position: absolute;
    top: 220.75px;
    left: 20px;
    right: 20px;
    display: grid;
    width: auto;
    min-height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .signup-success__meta div {
    min-width: 0;
    height: 52px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f2f4f8;
    align-items: flex-start;
    gap: 4px;
  }

  .signup-success__meta i {
    display: none;
  }

  .signup-success__meta span {
    width: 100%;
    color: #6b7385;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-align: left;
  }

  .signup-success__meta strong {
    max-width: 100%;
    color: #0a0f1f;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.13px;
    text-align: left;
  }

  .signup-success__meta div:last-child strong {
    font-size: 11.5px;
    line-height: 14px;
  }

  .signup-success__actions {
    position: absolute;
    top: 291.75px;
    left: 20px;
    right: 20px;
    display: grid;
    width: auto;
    height: 50px;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 8px;
    align-items: stretch;
  }

  .signup-success__primary,
  .signup-success__secondary {
    width: auto;
    height: 50px;
    padding: 0 16px;
    border-radius: 14px;
  }

  .signup-success__primary {
    min-width: 0;
    background: #4475f2;
    box-shadow: 0 6px 16px rgb(59 91 219 / 0.3);
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .signup-success__secondary {
    position: relative;
    min-width: 0;
    padding: 0;
    border-color: #e6e9ef;
    color: transparent;
    overflow: hidden;
  }

  .signup-success__secondary::before {
    content: "↗";
    position: absolute;
    inset: 0;
    display: grid;
    color: #0a0f1f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    place-items: center;
  }

  .signup-success__telegram-link {
    position: absolute;
    top: 351.75px;
    left: 20px;
    right: 20px;
    display: flex;
    height: 15px;
    color: #4475f2;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  margin: 0;
  background-color: #ffffff;
  background-image: url("./assets/white-backgr.svg?v=20260530-1"), url("./assets/black-backgr.svg?v=20260530-1");
  background-position: top center, top center;
  background-size: 1920px 10337px, 1920px 10339px;
  background-repeat: no-repeat, no-repeat;
  color: var(--color-ink);
  font-family: Inter, Arial, sans-serif;
  -ms-overflow-style: none;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

html.scroll-animations-ready .page > section.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 54px, 0);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--scroll-reveal-delay, 0ms);
  will-change: opacity, transform;
}

html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--entered {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--initial {
  transition: none;
  transition-delay: 0ms;
}

html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--above {
  opacity: 0;
  transform: translate3d(0, -14px, 0);
  transition-delay: 0ms;
}

@media (prefers-reduced-motion: reduce) {
  html.scroll-animations-ready .page > section.scroll-reveal,
  html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--entered,
  html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--above {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--header-height);
  background: var(--color-white);
}

.header-left {
  position: absolute;
  top: 12px;
  left: 22px;
  width: 446.94px;
  height: 40px;
}

.burger-button {
  position: absolute;
  top: 50%;
  left: 66px;
  display: inline-grid;
  width: 37px;
  height: 29px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: 0;
  background: transparent;
  color: var(--color-ink);
  place-items: center;
}

.burger-button svg {
  display: block;
  transition:
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.burger-button:focus-visible,
.login-link:focus-visible,
.registration-button:focus-visible,
.brand:focus-visible,
.menu-panel a:focus-visible,
.menu-close:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 3px;
}

.brand {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 154px;
  height: 28px;
  transform: translate(-50%, -50%);
}

.brand svg {
  display: block;
  width: 154px;
  height: 28px;
}

.header-actions {
  display: contents;
}

.login-link {
  position: absolute;
  top: calc(50% - 19px / 2 - 0.5px);
  right: 227px;
  display: flex;
  width: 105px;
  height: 19px;
  color: var(--color-ink);
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 4px 4px rgb(0 0 0 / 0.15);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.registration-button {
  position: absolute;
  top: 11px;
  left: auto;
  right: 92px;
  display: inline-flex;
  width: 135px;
  height: 42px;
  padding: 13.5px 18px 14.5px;
  cursor: pointer;
  border: 0;
  border-radius: 12px;
  background: #22252f;
  color: var(--color-white);
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 0.15);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.registration-button span {
  display: flex;
  width: 93px;
  height: 19px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
}

.registration-button svg {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.registration-button svg path {
  stroke-width: 1.4;
}

.menu-backdrop {
  position: fixed;
  z-index: 80;
  inset: 0;
  opacity: 0;
  background: rgb(147 154 178 / 0.2);
  backdrop-filter: blur(8px);
  pointer-events: none;
  transition:
    opacity 300ms ease,
    backdrop-filter 300ms ease;
}

.menu-backdrop[hidden] {
  display: none;
}

.menu-panel {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  display: flex;
  width: 786px;
  max-width: 100vw;
  height: 100vh;
  min-height: 720px;
  opacity: 0;
  transform: translate3d(-18px, 0, 0) scale(0.985);
  transform-origin: left center;
  color: #0b1437;
  font-family: Inter, Arial, sans-serif;
  pointer-events: none;
  transition:
    opacity 320ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.menu-panel[hidden] {
  display: none;
}

.menu-left {
  position: relative;
  display: flex;
  width: 371px;
  height: 100%;
  min-height: 720px;
  opacity: 0;
  transform: translate3d(-12px, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 24px 0 60px rgb(13 26 74 / 0.18);
  transition:
    opacity 280ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-head {
  box-sizing: border-box;
  display: flex;
  width: 371px;
  height: 73px;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 18px 22px;
  border-bottom: 1px solid #e3e8f3;
}

.menu-brand {
  display: flex;
  width: 150px;
  height: 30px;
  align-items: center;
  gap: 10px;
}

.menu-brand__mark {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.menu-brand span:last-child {
  width: 109px;
  height: 25px;
  color: #000000;
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
}

.menu-brand em {
  color: #4475f2;
  font-style: normal;
}

.menu-close {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  place-items: center;
}

.menu-close svg {
  width: 36px;
  height: 36px;
}

.menu-search {
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 371px;
  height: 70px;
  align-items: flex-start;
  padding: 18px 22px 6px;
}

.menu-search span {
  display: flex;
  position: relative;
  width: 327px;
  height: 46px;
  align-items: center;
  gap: 10px;
  padding: 0 14px 0 40px;
  border-radius: 10px;
  background: #eef2fb;
  color: #7a85a8;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.menu-search svg {
  position: absolute;
  top: 33px;
  left: 36px;
  z-index: 1;
  width: 16px;
  height: 16px;
}

.menu-nav,
.menu-soon {
  position: relative;
  width: 371px;
}

.menu-nav {
  height: 377px;
}

.menu-soon {
  height: 117px;
}

.menu-label {
  position: absolute;
  top: 23px;
  left: 26px;
  display: flex;
  height: 13px;
  align-items: center;
  color: #7a85a8;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}

.menu-link {
  position: absolute;
  left: 14px;
  display: flex;
  box-sizing: border-box;
  width: 343px;
  height: 65px;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 14px;
  color: #0b1437;
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
  transition:
    opacity 280ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    background 180ms ease;
}

.menu-link--active {
  background: linear-gradient(90deg, #dde7ff 0%, rgb(221 231 255 / 0) 100%);
}

.menu-nav .menu-link:nth-of-type(1) { top: 44px; }
.menu-nav .menu-link:nth-of-type(2) { top: 109px; }
.menu-nav .menu-link:nth-of-type(3) { top: 174px; }
.menu-nav .menu-link:nth-of-type(4) { top: 239px; }
.menu-nav .menu-link:nth-of-type(5) { top: 304px; }
.menu-soon .menu-link { top: 44px; opacity: 1; }

.menu-link--muted {
  cursor: default;
}

.menu-link:hover {
  background: linear-gradient(90deg, #dde7ff 0%, rgb(221 231 255 / 0) 100%);
}

.menu-link__icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #eef2fb;
  color: #4475f2;
  font-size: 16px;
  line-height: 1;
  place-items: center;
}

.menu-link__icon svg {
  width: 22px;
  height: 22px;
}

.menu-link__text {
  display: flex;
  width: 150px;
  height: 41px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.menu-link__text strong {
  display: flex;
  height: 22px;
  align-items: center;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.menu-link--active .menu-link__text strong {
  color: #4475f2;
}

.menu-link__text small {
  display: flex;
  height: 15px;
  align-items: center;
  color: #7a85a8;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  white-space: nowrap;
}

.menu-pill {
  display: flex;
  height: 21px;
  margin-left: auto;
  align-items: center;
  padding: 3px 8px;
  border-radius: 5px;
  background: #dde7ff;
  color: #4475f2;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  white-space: nowrap;
}

.menu-footer {
  box-sizing: border-box;
  display: flex;
  width: 371px;
  height: 117px;
  margin-top: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  border-top: 1px solid #e3e8f3;
  background: linear-gradient(180deg, #ffffff 0%, #eef2fb 100%);
}

.menu-access {
  display: flex;
  width: 327px;
  height: 49px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 14px;
  background: #4475f2;
  box-shadow: 0 10px 22px rgb(38 96 255 / 0.3);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.menu-status {
  display: flex;
  width: 327px;
  height: 17px;
  align-items: center;
  justify-content: space-between;
}

.menu-status span,
.menu-status a {
  display: flex;
  height: 17px;
  align-items: center;
  color: #7a85a8;
  font-size: 12px;
  line-height: 15px;
}

.menu-status span {
  gap: 8px;
  font-weight: 400;
}

.menu-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00c2a8;
}

.menu-status a {
  margin-left: auto;
  color: #3a456b;
  font-weight: 600;
}

.menu-promo {
  box-sizing: border-box;
  display: flex;
  width: 416px;
  height: 100%;
  min-height: 720px;
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 34px 32px 34.02px;
  border-radius: 7px 44px 44px 0;
  background: linear-gradient(171.79deg, #4475f2 0%, #4475f2 90%);
  color: #ffffff;
  transition:
    opacity 300ms ease 70ms,
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1) 70ms;
}

.menu-promo__intro {
  display: flex;
  width: 356px;
  min-height: 145px;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.menu-active-badge {
  display: flex;
  width: 162px;
  height: 29px;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 5px;
  background: rgb(255 255 255 / 0.1);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-active-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00c2a8;
}

.menu-promo h2 {
  width: 300px;
  min-height: 40px;
  height: auto;
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -0.95px;
}

.menu-promo p {
  width: 333px;
  height: 44px;
  margin: 0;
  color: rgb(255 255 255 / 0.78);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.menu-feature-grid {
  display: grid;
  width: 356px;
  height: 85px;
  margin: 15px 0;
  grid-template-columns: repeat(4, 81.5px);
  gap: 10px;
}

.menu-feature-grid span {
  display: flex;
  width: 81.5px;
  height: 85px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.08);
  color: rgb(255 255 255 / 0.78);
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
}

.menu-feature-grid i {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #ffffff;
  color: #4475f2;
  font-style: normal;
  place-items: center;
}

.menu-feature-grid svg {
  display: block;
}

.menu-stats {
  display: grid;
  width: 356px;
  height: 50px;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 18px;
}

.menu-stats span {
  display: flex;
  min-width: 100px;
  height: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.5px;
}

.menu-stats strong {
  height: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -0.6px;
}

.menu-stats small {
  height: 13px;
  color: rgb(255 255 255 / 0.55);
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .site-header {
  background: var(--color-white);
}

body.menu-open .burger-button svg {
  opacity: 0.72;
  transform: scale(0.92);
}

body.menu-open .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.menu-open .menu-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}

body.menu-open .menu-left,
body.menu-open .menu-promo,
body.menu-open .menu-link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.menu-open .menu-nav .menu-link:nth-of-type(1) { transition-delay: 60ms, 60ms, 0ms; }
body.menu-open .menu-nav .menu-link:nth-of-type(2) { transition-delay: 85ms, 85ms, 0ms; }
body.menu-open .menu-nav .menu-link:nth-of-type(3) { transition-delay: 110ms, 110ms, 0ms; }
body.menu-open .menu-nav .menu-link:nth-of-type(4) { transition-delay: 135ms, 135ms, 0ms; }
body.menu-open .menu-nav .menu-link:nth-of-type(5) { transition-delay: 160ms, 160ms, 0ms; }
body.menu-open .menu-soon .menu-link { transition-delay: 185ms, 185ms, 0ms; }

@media (prefers-reduced-motion: reduce) {
  .burger-button svg,
  .menu-backdrop,
  .menu-panel,
  .menu-left,
  .menu-promo,
  .menu-link {
    transition: none;
  }
}

section[id],
article[id] {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.page {
  overflow-x: clip;
  padding-top: var(--header-height);
  background: transparent;
}

.hero-section {
  position: relative;
  min-height: 1016px;
  overflow: visible;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  pointer-events: none;
}

.bg-mark {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--s);
  height: var(--s);
  transform: translate(-50%, -50%) rotate(var(--r));
  opacity: 0.82;
}

.bg-mark::before,
.bg-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 1.35px;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #bcc3ce;
}

.bg-mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bg-mark.cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bg-mark.cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.placeholder-copy {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 228px;
  text-align: center;
}

.hero-title {
  margin: 0;
  color: #171719;
  font-family: Inter, Arial, sans-serif;
  font-size: 67.92px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.8px;
}

.hero-title span {
  display: block;
}

.hero-title span + span {
  margin-top: 6px;
}

.hero-title em {
  color: #4475f2;
  font-style: normal;
}

.hero-subtitle {
  width: min(760px, 100%);
  margin: 24px auto 0;
  color: #5e6282;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.16px;
}

.hero-subtitle span {
  display: block;
}

.tool-strip {
  display: flex;
  width: 360px;
  margin: 54px auto 0;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  transform: translateX(-11px);
}

.tool-card {
  display: grid;
  width: 72px;
  justify-items: center;
  gap: 0;
}

.tool-icon {
  display: grid;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 0;
  align-items: center;
  justify-items: center;
  color: #ffffff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  box-shadow: none;
  overflow: visible;
}

.tool-icon svg {
  display: block;
}

.tool-card--chatgpt .tool-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #0aa982;
}

.tool-card--chatgpt .tool-icon svg {
  width: 50px;
  height: 50px;
}

.tool-card--claude .tool-icon {
  background: transparent;
}

.tool-card--gemini .tool-icon {
  background: transparent;
}

.tool-card--gemini .tool-icon::after {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  content: "";
  background: url("./assets/icon-gemini.svg") center / contain no-repeat;
}

.tool-card--claude .tool-icon svg,
.tool-card--gemini .tool-icon svg {
  position: absolute;
  top: -14px;
  left: -20px;
  width: 96px;
  height: 96px;
}

.tool-card--gemini .tool-icon > svg g > path {
  display: none;
}

.tool-card--vpn .tool-icon {
  background: transparent;
}

.tool-card--vpn .tool-icon svg {
  position: absolute;
  top: -14px;
  left: -20px;
  width: 96px;
  height: 96px;
}

.tool-card--more .tool-icon {
  background: transparent;
}

.tool-card--more .tool-icon svg {
  position: absolute;
  top: -12px;
  left: -16px;
  width: 88px;
  height: 88px;
}

.tool-label {
  margin-top: 8px;
  color: #747474;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.hero-cta {
  display: inline-flex;
  width: 280.23px;
  height: 56px;
  margin-top: 35px;
  transform: translateX(-11px);
  border-radius: 16px;
  background: linear-gradient(135deg, #4475f2 0%, #4475f2 100%);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgb(68 117 242 / 0.69);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.hero-note {
  width: 234.84px;
  margin: 12px auto 0;
  transform: translateX(-11px);
  color: #9a9ea6;
  opacity: 0.5;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.hero-floating {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.float-icon,
.float-tag {
  position: absolute;
  display: grid;
  transform: translate(-50%, -50%);
  place-items: center;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.float-icon {
  color: #ffffff;
  box-shadow: 0 8px 18px rgb(23 26 38 / 0.08);
}

.float-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.float-icon--sail {
  top: 190px;
  left: calc(50% - 675px);
  width: 64px;
  height: 64px;
  box-shadow: none;
}

.float-icon--xai {
  top: 225px;
  left: calc(50% - 522px);
  width: 80px;
  height: 80px;
  box-shadow: none;
}

.float-icon--arrows {
  top: 322px;
  left: calc(50% - 715px);
  width: 64px;
  height: 64px;
  box-shadow: none;
}

.float-icon--pixel {
  top: 368px;
  left: calc(50% - 585px);
  width: 96px;
  height: 96px;
  box-shadow: none;
}

.float-icon--badge {
  top: 545px;
  left: calc(50% - 650px);
  width: 80px;
  height: 80px;
  box-shadow: none;
}

.float-icon--teal {
  top: 640px;
  left: calc(50% - 610px);
  width: 80px;
  height: 80px;
  box-shadow: none;
}

.float-icon--github {
  top: 530px;
  left: calc(50% - 486px);
  width: 80px;
  height: 80px;
  z-index: 1;
  box-shadow: none;
}

.float-tag {
  height: 25px;
  padding: 0 18px;
  border-radius: 8px;
  color: #1b1a1a;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-synthesis: none;
}

.float-tag::before {
  position: absolute;
  width: 17px;
  height: 17px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.float-tag--learn {
  top: 493px;
  left: calc(50% - 441px);
  width: 151px;
  height: 43px;
  padding: 0;
  z-index: 2;
  background: transparent;
  box-shadow: none;
}

.float-tag--learn::before {
  display: none;
}

.learn-pill {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

.learn-pill text {
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
}

.learn-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.float-tag--growth {
  top: 322px;
  left: calc(50% + 445px);
  width: 127.22px;
  height: 25px;
  padding: 0;
  background: #ffde6a;
  box-shadow: inset 0 0 0 1px #ffeba4;
}

.float-tag--growth::before {
  top: -12px;
  left: -13px;
  background-image: url("./assets/tag-arrow-growth.svg");
}

.float-tag--startup {
  top: 502px;
  left: calc(50% + 382px);
  width: 120px;
  height: 25px;
  padding: 0;
  background: url("./assets/tag-startup.svg") center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
}

.float-tag--startup::before {
  top: -12px;
  left: -15px;
  background-image: url("./assets/tag-arrow-startup.svg");
}

.float-icon--leaf {
  top: 302px;
  left: calc(50% + 584px);
  width: 96px;
  height: 96px;
  background: url("./assets/icon-leaf.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--slack {
  top: 220px;
  left: calc(50% + 720px);
  width: 80px;
  height: 80px;
  background: url("./assets/icon-slack.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--wave {
  top: 348px;
  left: calc(50% + 720px);
  width: 64px;
  height: 64px;
  background: url("./assets/icon-wave.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--s {
  top: 470px;
  left: calc(50% + 510px);
  width: 96px;
  height: 96px;
  background: url("./assets/icon-stripe.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--zen {
  top: 465px;
  left: calc(50% + 652px);
  width: 80px;
  height: 80px;
  background: url("./assets/icon-zen.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--blocks {
  top: 605px;
  left: calc(50% + 720px);
  width: 64px;
  height: 64px;
  background: url("./assets/icon-blocks.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--black {
  top: 650px;
  left: calc(50% + 590px);
  width: 64px;
  height: 64px;
  background: url("./assets/icon-black.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--leaf > span,
.float-icon--slack > span,
.float-icon--wave > span,
.float-icon--s > span,
.float-icon--zen > span,
.float-icon--blocks > span,
.float-icon--black > span {
  display: none;
}

.founders-section {
  position: relative;
  z-index: 3;
  margin-top: -179px;
  padding: 0 24px 96px;
}

.founders-container {
  position: relative;
  display: flex;
  width: min(1080px, 100%);
  min-height: 425.8px;
  margin: 0 auto;
  padding: 40px 48px;
  overflow: visible;
  border-radius: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.founders-copy {
  display: flex;
  width: 496.55px;
  height: 312.8px;
  margin-left: -24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.founders-title {
  width: 496.55px;
  height: 103.64px;
  margin: 0;
  color: #0e0e10;
  font-family: Inter, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.8px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.34);
}

.highlight {
  display: inline;
  padding: 2px 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.highlight--green {
  background: linear-gradient(180deg, rgb(166 230 190 / 0) 12%, #a6e6be 12%, #a6e6be 88%, rgb(166 230 190 / 0) 88%);
}

.highlight--yellow {
  background: linear-gradient(180deg, rgb(255 224 102 / 0) 12%, #ffe066 12%, #ffe066 88%, rgb(255 224 102 / 0) 88%);
}

.founders-text {
  width: 380px;
  max-width: 380px;
  height: 67.17px;
  margin: 0;
  color: #6b6b7b;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.32);
}

.founders-text strong {
  padding: 0 4px;
  color: #0e0e10;
  background: linear-gradient(180deg, rgb(187 208 255 / 0) 12%, #bbd0ff 12%, #bbd0ff 88%, rgb(187 208 255 / 0) 88%);
  font-weight: 700;
}

.founders-text strong + strong,
.founders-text strong:nth-of-type(2) {
  background: linear-gradient(180deg, rgb(255 201 168 / 0) 12%, #ffc9a8 12%, #ffc9a8 88%, rgb(255 201 168 / 0) 88%);
}

.founders-stats {
  display: grid;
  width: 496.55px;
  height: 54px;
  margin: 0;
  grid-template-columns: repeat(3, 158.84px);
  gap: 10px;
}

.founders-stat {
  position: relative;
  width: 158.84px;
  height: 51px;
  padding-top: 8px;
  filter: drop-shadow(0 4px 4px rgb(0 0 0 / 0.25));
}

.founders-stat::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #0e0e10;
}

.founders-stat span {
  display: block;
  color: #6b6b7b;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.51);
}

.founders-stat:nth-child(3) span {
  font-size: 10.5px;
  letter-spacing: 1.47px;
}

.founders-stat strong {
  display: block;
  margin-top: 2px;
  color: #0e0e10;
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: -0.44px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.51);
}

.founders-stat .stat-blue {
  color: #4475f2;
}

.founders-actions {
  display: flex;
  width: 496.55px;
  height: 46px;
  margin: 0;
  padding-top: 4px;
  gap: 10px;
}

.founders-button {
  display: inline-flex;
  height: 36px;
  padding: 0 14px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.19);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.065px;
}

.founders-button__label {
  display: flex;
  height: 17px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
}

.founders-button__icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.founders-button--dark {
  width: 172px;
  background: #050505;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.065px;
}

.founders-button--dark .founders-button__label {
  width: auto;
}

.founders-button--blue {
  width: 119px;
  gap: 2.5px;
  background: #4475f2;
  color: #ffffff;
}

.founders-button--blue .founders-button__label {
  width: 72px;
  margin-right: 0;
}

.founders-visual {
  position: absolute;
  top: 68px;
  left: 576px;
  width: 451.44px;
  min-height: 280px;
  height: 280px;
}

.member-card {
  position: absolute;
  width: 380px;
  height: 223px;
  padding: 22px 24px;
  overflow: hidden;
  border-radius: 18px;
  font-family: Inter, Arial, sans-serif;
  color: #ffffff;
  background: #4475f2;
  box-sizing: border-box;
  isolation: isolate;
}

.member-card::before {
  position: absolute;
  z-index: 0;
  top: -31.78px;
  left: 267.67px;
  width: 140px;
  height: 140px;
  content: "";
  border-radius: 70px;
  background: rgb(255 255 255 / 0.08);
}

.member-card--front {
  z-index: 3;
  top: 9.11px;
  left: 17.26px;
  transform: rotate(-3.5deg);
  box-shadow: -4px -12px 35px rgb(0 0 0 / 0.21), 0 20px 50px -10px rgb(0 0 0 / 0.13);
}

.member-card--middle,
.member-card--back {
  opacity: 0.55;
  box-shadow: 0 20px 50px -8px rgb(0 0 0 / 0.24);
}

.member-card--middle {
  z-index: 2;
  top: 36.32px;
  left: 51.03px;
  transform: rotate(2.5deg);
}

.member-card--middle::before {
  top: -18.19px;
  left: 274.67px;
}

.member-card--back {
  z-index: 1;
  top: 45.25px;
  left: 71.1px;
  opacity: 0.28;
  transform: rotate(6deg);
  box-shadow: 0 20px 50px -8px #000000;
}

.member-card--back::before {
  top: -1.61px;
  left: 280.34px;
}

.member-card__header {
  position: relative;
  z-index: 1;
  display: flex;
  width: 332px;
  height: 42px;
  padding-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 119.61px;
}

.member-logo {
  display: inline-flex;
  align-items: center;
  width: 99.88px;
  height: 18px;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.14px;
  white-space: nowrap;
}

.member-logo i {
  display: inline-grid;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #ffffff;
  color: #4475f2;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  line-height: 13px;
  letter-spacing: -0.14px;
  place-items: center;
}

.member-year {
  display: flex;
  width: 112.52px;
  height: 12px;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  opacity: 0.85;
  white-space: nowrap;
}

.member-label,
.member-name-label {
  position: absolute;
  z-index: 2;
  left: 24px;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.7;
}

.member-label {
  top: 69px;
  width: 130px;
  height: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.92px;
  white-space: nowrap;
}

.member-number {
  position: absolute;
  z-index: 3;
  top: 88px;
  left: 24px;
  display: flex;
  width: 161px;
  height: 44px;
  align-items: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 2.16px;
  white-space: nowrap;
}

.member-name-label {
  top: 150px;
  width: 28px;
  height: 13px;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.68px;
}

.member-name {
  position: absolute;
  z-index: 4;
  top: 164px;
  left: 24px;
  display: flex;
  width: 140px;
  height: 17px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  white-space: nowrap;
}

.member-role {
  position: absolute;
  z-index: 4;
  top: 182px;
  left: 24px;
  display: flex;
  width: 131px;
  height: 13px;
  align-items: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  opacity: 0.85;
  white-space: nowrap;
}

.member-role-ghost {
  display: none;
}

.member-card--back .member-role-ghost {
  position: absolute;
  z-index: 5;
  left: 162px;
  bottom: 48px;
  display: flex;
  width: 131px;
  height: 13px;
  align-items: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  opacity: 0.34;
  white-space: nowrap;
}

.member-qr {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #ffffff;
}

.member-qr i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: #0e0e10;
}

.member-qr i:nth-child(1) {
  top: 6px;
  left: 4px;
}

.member-qr i:nth-child(2) {
  top: 5px;
  left: 29px;
}

.member-qr i:nth-child(3) {
  top: 14px;
  left: 13px;
}

.member-qr i:nth-child(4) {
  top: 12px;
  left: 37px;
}

.member-qr i:nth-child(5) {
  top: 22px;
  left: 22px;
}

.member-qr i:nth-child(6) {
  top: 31px;
  left: 6px;
}

.member-qr i:nth-child(7) {
  top: 29px;
  left: 30px;
}

.member-qr i:nth-child(8) {
  top: 38px;
  left: 14px;
}

.member-qr i:nth-child(9) {
  top: 37px;
  left: 39px;
}

.member-glow {
  display: none;
}

.directions-section {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  height: 548px;
  margin: 4px auto 0;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.directions-background {
  position: absolute;
  inset: -39px 0 auto;
  z-index: 0;
  display: none;
  width: 100%;
  height: 656px;
  overflow: hidden;
  pointer-events: none;
}

.directions-mark {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--s);
  height: var(--s);
  transform: translate(-50%, -50%) rotate(var(--r));
  opacity: 0.78;
}

.directions-mark::before,
.directions-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.25px;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 999px;
  background: #aeb6c4;
}

.directions-mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.directions-title {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 47px;
  margin: 8px 0 0;
  align-items: center;
  justify-content: center;
  color: #0b0e1a;
  font-family: Inter, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.1px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.38);
}

.directions-cards {
  position: relative;
  z-index: 2;
  width: 1120px;
  height: 280px;
  max-width: 1120px;
  margin: 58px auto 0;
}

.direction-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: 22px;
  box-shadow: 0 24px 50px -20px rgb(11 14 26 / 0.68), 0 -9px 16px rgb(11 14 26 / 0.08);
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.direction-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  border-radius: inherit;
  background: rgb(255 255 255 / 0.002);
}

.direction-card__top {
  display: flex;
  width: 100%;
  height: 52px;
  padding-bottom: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.direction-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 12px;
  place-items: center;
}

.direction-icon svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 25px;
  max-height: 25px;
  overflow: visible;
}

.direction-badge {
  display: inline-flex;
  width: max-content;
  height: 22px;
  padding: 4px 10px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  white-space: nowrap;
}

.direction-card h3 {
  height: 29px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.36px;
}

.direction-card p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.direction-tape {
  position: absolute;
  z-index: 3;
  top: -9px;
  left: 50%;
  width: 44px;
  height: 18px;
  transform: translateX(-50%);
  border: 1px dashed rgb(11 14 26 / 0.15);
  border-radius: 2px;
  background: rgb(255 255 255 / 0.4);
}

.direction-card--network {
  top: 25.88px;
  left: -9.17px;
  width: 280px;
  height: 190.17px;
  gap: 8.8px;
  transform: rotate(-6deg);
  background: #4475f2;
  color: #ffffff;
}

.direction-card--network .direction-icon,
.direction-card--network .direction-badge {
  background: rgb(255 255 255 / 0.18);
}

.direction-card--network p,
.direction-card--education p {
  color: rgb(255 255 255 / 0.75);
}

.direction-card--network .direction-tape {
  left: 50%;
}

.direction-card--investments {
  top: 9.74px;
  left: 264.49px;
  width: 300px;
  height: 168.47px;
  gap: 8.3px;
  transform: rotate(4deg);
  background: #fff8e8;
  color: #0b0e1a;
}

.direction-card--investments .direction-icon,
.direction-card--grants .direction-icon {
  background: #ffffff;
  color: #4475f2;
}

.direction-card--investments .direction-icon {
  color: #c97a1a;
}

.direction-card--investments .direction-badge,
.direction-card--grants .direction-badge {
  background: rgb(11 14 26 / 0.06);
  color: #0b0e1a;
}

.direction-card--investments p,
.direction-card--grants p {
  color: #6b7488;
}

.direction-card--investments .direction-tape {
  left: 50%;
}

.direction-card--education {
  top: 52.52px;
  left: 555.79px;
  width: 290px;
  height: 168.47px;
  gap: 8.3px;
  transform: rotate(-3deg);
  background: #0b0e1a;
  color: #ffffff;
}

.direction-card--education .direction-icon,
.direction-card--education .direction-badge {
  background: rgb(255 255 255 / 0.18);
}

.direction-card--education .direction-icon {
  color: #4475f2;
}

.direction-card--education .direction-tape {
  left: 50%;
}

.direction-card--grants {
  top: 13.56px;
  left: 820.78px;
  width: 280px;
  height: 168.47px;
  gap: 8.3px;
  transform: rotate(7deg);
  background: #f2f0ff;
  color: #0b0e1a;
}

.direction-card--grants .direction-tape {
  left: 50%;
}

.directions-bar {
  position: absolute;
  z-index: 4;
  top: 402px;
  left: 50%;
  box-sizing: border-box;
  width: 932px;
  height: 66px;
  transform: translateX(-50%);
  border: 1px solid #e6e8ef;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.25);
}

.directions-bar__avatars {
  position: absolute;
  top: 13.5px;
  left: 19px;
  display: flex;
  width: 219px;
  height: 39px;
  padding-top: 4.7px;
  align-items: flex-start;
  justify-content: center;
}

.bar-avatar {
  display: flex;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  border: 2px solid #fff7f5;
  border-radius: 17px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.bar-avatar + .bar-avatar {
  margin-left: -10px;
}

.bar-avatar--red {
  background: linear-gradient(135deg, #ffb4a8 0%, #e1261c 100%);
  color: #ffffff;
}

.bar-avatar--yellow {
  background: linear-gradient(135deg, #ffd64a 0%, #e1a91c 100%);
  color: #3a2a00;
}

.bar-avatar--dark {
  background: linear-gradient(135deg, #1a0a0a 0%, #5a1a1a 100%);
  color: #ffffff;
}

.bar-avatar--green {
  background: linear-gradient(135deg, #b8efd8 0%, #3aa97a 100%);
  color: #0a3a28;
}

.bar-avatar--purple {
  background: linear-gradient(135deg, #c8a8ff 0%, #7a3aff 100%);
  color: #ffffff;
}

.bar-avatar--more {
  background: #ffe0db;
  color: #e1261c;
  font-size: 11px;
  line-height: 15px;
}

.directions-bar__copy {
  position: absolute;
  top: calc(50% - 16px - 0.18px);
  left: 241px;
  display: flex;
  width: 224.02px;
  height: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.directions-bar__copy strong {
  display: flex;
  width: 231px;
  height: 17px;
  align-items: center;
  color: #0b0c10;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.176px;
  white-space: nowrap;
}

.directions-bar__copy span {
  display: flex;
  width: 188px;
  height: 15px;
  align-items: center;
  color: #6b6b7b;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.176px;
  white-space: nowrap;
}

.directions-bar__copy span em {
  margin-right: 3px;
  color: #2fb36b;
  font-style: normal;
}

.directions-bar__button {
  position: absolute;
  top: calc(50% - 18px);
  left: 794px;
  display: flex;
  width: 119px;
  height: 36px;
  padding: 0 14px;
  border-radius: 9px;
  background: #4475f2;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.065px;
}

.directions-bar__button span {
  display: flex;
  width: 72px;
  height: 17px;
  margin-right: 0;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

.directions-bar__button svg {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.bloggers-section {
  position: relative;
  z-index: 2;
  width: min(1467px, calc(100% - 48px));
  height: 661px;
  margin: -45px auto 0;
  overflow: visible;
  background: transparent;
  isolation: isolate;
}

.bloggers-background {
  position: absolute;
  top: -55px;
  left: 50%;
  z-index: 0;
  display: none;
  width: min(1267px, 100%);
  height: 685px;
  transform: translateX(-50%);
  pointer-events: none;
}

.bloggers-mark {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--s);
  height: var(--s);
  transform: translate(-50%, -50%) rotate(var(--r));
  opacity: 0.76;
}

.bloggers-mark::before,
.bloggers-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.25px;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 999px;
  background: #aeb6c4;
}

.bloggers-mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bloggers-title {
  position: absolute;
  top: 56px;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 304px;
  height: 47px;
  margin: 0;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  color: #0b0e1a;
  font-family: Inter, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.1px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.bloggers-videos {
  position: absolute;
  top: 158px;
  left: 50%;
  z-index: 2;
  width: 1467px;
  height: 284.87px;
  transform: translateX(-50%);
  transform-origin: top center;
}

.blogger-card {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
}

.blogger-card__gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.blogger-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.blogger-card__top {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.blogger-person {
  display: flex;
  align-items: center;
  gap: 9.5px;
}

.blogger-avatar {
  display: grid;
  flex: 0 0 auto;
  align-items: center;
  justify-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.blogger-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blogger-meta strong {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.blogger-meta span {
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / 0.7);
  font-weight: 400;
  white-space: nowrap;
}

.blogger-time {
  display: inline-flex;
  height: 19px;
  padding: 3px 8px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 0.5);
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.blogger-play {
  display: grid;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.95);
  place-items: center;
}

.blogger-play svg {
  display: block;
}

.blogger-play path {
  fill: currentColor;
}

.blogger-card h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}

.blogger-card--left {
  top: 18.5px;
  left: 9.87px;
  width: 413.22px;
  height: 247px;
  background: rgb(42 27 46 / 0.8);
  box-shadow: 0 20px 35px -14px rgb(255 111 145 / 0.85);
}

.blogger-card--left .blogger-card__gradient {
  background: radial-gradient(76.11% 127.33% at 30% 50%, rgb(255 111 145 / 0.314) 0%, rgb(255 111 145 / 0) 70%);
}

.blogger-card--left .blogger-card__inner,
.blogger-card--right .blogger-card__inner {
  padding: 20.9px;
  gap: 47.3px;
}

.blogger-card--left .blogger-card__top,
.blogger-card--right .blogger-card__top {
  height: 34.2px;
}

.blogger-card--left .blogger-avatar,
.blogger-card--right .blogger-avatar {
  width: 34.2px;
  height: 34.2px;
  font-size: 15.2px;
}

.blogger-card--left .blogger-avatar {
  background: #ff6f91;
}

.blogger-card--left .blogger-meta strong,
.blogger-card--right .blogger-meta strong {
  height: 15px;
  font-size: 12.4px;
  line-height: 15px;
}

.blogger-card--left .blogger-meta span,
.blogger-card--right .blogger-meta span {
  height: 13px;
  font-size: 10.5px;
  line-height: 13px;
}

.blogger-card--left .blogger-time,
.blogger-card--right .blogger-time {
  font-size: 10.5px;
  line-height: 13px;
}

.blogger-card--left .blogger-play,
.blogger-card--right .blogger-play {
  width: 57px;
  height: 57px;
  margin: 0 auto;
}

.blogger-card--left .blogger-play,
.blogger-card--left .blogger-play svg {
  color: #ff6f91;
}

.blogger-card--left .blogger-play svg,
.blogger-card--right .blogger-play svg {
  width: 22.8px;
  height: 22.8px;
}

.blogger-card--left h3,
.blogger-card--right h3 {
  height: 20px;
  font-size: 16.2px;
}

.blogger-card--main {
  top: -8px;
  left: 461.96px;
  width: 514.05px;
  height: 300px;
  background: #1b1b3e;
  box-shadow: 0 30px 60px -20px rgb(140 107 255 / 0.85);
}

.blogger-card--main .blogger-card__gradient {
  background: radial-gradient(75.84% 129.95% at 30% 50%, rgb(140 107 255 / 0.314) 0%, rgb(140 107 255 / 0) 70%);
}

.blogger-card--main .blogger-card__inner {
  padding: 22px;
  gap: 56.8px;
}

.blogger-card--main .blogger-card__top {
  height: 36px;
}

.blogger-card--main .blogger-person {
  gap: 10px;
}

.blogger-card--main .blogger-avatar {
  width: 36px;
  height: 36px;
  background: #8c6bff;
  font-size: 16px;
}

.blogger-card--main .blogger-meta strong {
  height: 16px;
  font-size: 13px;
  line-height: 16px;
}

.blogger-card--main .blogger-meta span {
  height: 13px;
  font-size: 11px;
  line-height: 13px;
}

.blogger-card--main .blogger-time {
  height: 20px;
  font-size: 11px;
  line-height: 13px;
}

.blogger-card--main .blogger-play {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: #8c6bff;
}

.blogger-card--main .blogger-play svg {
  width: 32px;
  height: 32px;
}

.blogger-card--main h3 {
  height: 27px;
  font-size: 22px;
}

.blogger-card--right {
  top: 18.5px;
  left: 1014.89px;
  width: 413.22px;
  height: 247px;
  background: rgb(15 45 31 / 0.8);
  box-shadow: 0 20px 35px -14px rgb(52 199 123 / 0.85);
}

.blogger-card--right .blogger-card__gradient {
  background: radial-gradient(76.11% 127.33% at 30% 50%, rgb(52 199 123 / 0.314) 0%, rgb(52 199 123 / 0) 70%);
}

.blogger-card--right .blogger-avatar {
  background: #34c77b;
}

.blogger-card--right .blogger-play {
  color: #34c77b;
}

.bloggers-footer {
  position: absolute;
  top: 492px;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 1280px;
  height: 135.59px;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  padding: 23.395px 64px 0;
  gap: 18px;
}

.bloggers-footer p {
  display: flex;
  width: 490px;
  height: 50px;
  max-width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #6b7488;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.bloggers-controls {
  display: flex;
  width: 1152px;
  height: 44px;
  max-width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.bloggers-arrow,
.bloggers-all {
  display: inline-flex;
  height: 44px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.bloggers-arrow {
  width: 44px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #e7eaf2;
  background: #ffffff;
  color: #0b0e1a;
  box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}

.bloggers-all {
  width: 145.67px;
  padding: 0 20px;
  background: #4475f2;
  color: #ffffff;
  box-shadow: none;
}

.gives-section {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  height: 812px;
  margin: 102px auto 0;
  border-radius: 18px;
  background: rgb(255 255 255 / 0.05);
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.gives-title {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 3;
  display: flex;
  width: 420px;
  height: 56px;
  margin: 0;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  color: #0b0e1a;
  font-size: 36px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.gives-title span {
  margin-left: 8px;
  color: #4475f2;
}

.gives-board {
  position: absolute;
  top: 65px;
  left: 50%;
  z-index: 2;
  width: 1100px;
  height: 700px;
  transform: translateX(-50%);
}

.give-note {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  gap: 7px;
  border-radius: 20px;
  color: #0b0e1a;
  box-shadow: 0 14px 30px -10px rgb(0 0 0 / 0.3);
  transform: rotate(var(--rotate));
  isolation: isolate;
}

.give-note__top {
  display: flex;
  width: 100%;
  height: 30px;
  padding-bottom: 3px;
  align-items: center;
  justify-content: space-between;
}

.give-emoji {
  display: flex;
  width: 28px;
  height: 27px;
  align-items: center;
  color: #0b0e1a;
  font-size: 20px;
  line-height: 24px;
}

.give-icon {
  display: flex;
  width: 28px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #0b0e1a;
}

.give-icon svg,
.give-icon img {
  display: block;
  flex: 0 0 auto;
}

.give-icon img {
  width: auto;
  height: auto;
  max-width: 35px;
  max-height: 35px;
  object-fit: contain;
}

.give-number {
  display: inline-flex;
  height: 12px;
  align-items: center;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.8px;
}

.give-number small {
  font-size: 7px;
  line-height: 8px;
}

.give-note h3 {
  margin: 0;
  color: #0b0e1a;
  font-weight: 700;
  letter-spacing: -0.18px;
}

.give-note p {
  margin: 0;
  color: rgb(11 14 26 / 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.give-pin {
  position: absolute;
  z-index: 4;
  top: -8px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(98.99% 98.99% at 30% 30%, var(--accent) 0%, color-mix(in srgb, var(--accent) 67%, transparent) 100%);
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.4), inset -2px -2px 4px rgb(0 0 0 / 0.3);
}

.give-line {
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: min(201px, calc(100% - 36px));
  height: 20px;
  overflow: visible;
}

.give-line svg {
  display: block;
  width: 100%;
  height: auto;
}

.give-note--infrastructure {
  --accent: #3b5cff;
  --rotate: -4deg;
  top: 21.85px;
  left: 34.01px;
  width: 240px;
  height: 180px;
  background: #fff4a8;
}

.give-note--education {
  --accent: #ff6f91;
  --rotate: 5deg;
  top: 40.83px;
  left: 270.84px;
  width: 220px;
  height: 220px;
  background: #ffffff;
}

.give-note--community {
  --accent: #34c77b;
  --rotate: -2deg;
  top: 25.86px;
  left: 516.93px;
  width: 240px;
  height: 180px;
  background: #ffd7e0;
}

.give-note--traction {
  --accent: #ffb23d;
  --rotate: 4deg;
  top: 32.59px;
  left: 792.59px;
  width: 220px;
  height: 220px;
  background: #d5e5ff;
}

.give-note--templates {
  --accent: #8c6bff;
  --rotate: 3deg;
  top: 274.39px;
  left: 24.4px;
  width: 220px;
  height: 220px;
  background: #d8f3dc;
}

.give-note--mentoring {
  --accent: #46c2d9;
  --rotate: -5deg;
  top: 279.88px;
  left: 252.61px;
  width: 240px;
  height: 180px;
  background: #ffe2c8;
}

.give-note--hr {
  --accent: #ff7b45;
  --rotate: 4deg;
  top: 272.59px;
  left: 532.59px;
  width: 220px;
  height: 220px;
  background: #e8d7ff;
}

.give-note--grants {
  --accent: #ff4d6d;
  --rotate: -3deg;
  top: 283.84px;
  left: 755.45px;
  width: 240px;
  height: 180px;
  background: #fcdddf;
}

.give-note--investments {
  --accent: #3b5cff;
  --rotate: 2deg;
  top: 503.42px;
  left: 377.33px;
  width: 380px;
  height: 160px;
  background: #fff4a8;
}

.give-note--infrastructure h3,
.give-note--community h3,
.give-note--mentoring h3,
.give-note--grants h3 {
  font-size: 18px;
  line-height: 22px;
}

.give-note--education h3,
.give-note--traction h3,
.give-note--templates h3,
.give-note--hr h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.give-note--investments h3 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.24px;
}

.give-note--anchor-highlight {
  animation: give-note-highlight 1.8s ease;
}

@keyframes give-note-highlight {
  0%,
  100% {
    outline: 0 solid rgb(68 117 242 / 0);
    outline-offset: 0;
  }

  20%,
  70% {
    outline: 3px solid rgb(68 117 242 / 0.55);
    outline-offset: 8px;
  }
}

.preseed-section {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1080px, calc(100% - 48px));
  height: 628.5px;
  margin: 54px auto 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 48px;
  gap: 24px;
  border-radius: 24px;
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.preseed-section::before,
.reviews-section::before,
.telegram-section::before {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgb(78 140 255 / 0.55) 0%, rgb(78 140 255 / 0) 65%);
  filter: blur(10px);
}

.preseed-section::before {
  top: 12px;
  left: -430px;
  width: 660px;
  height: 660px;
  opacity: 0.44;
}

.preseed-header {
  position: relative;
  z-index: 1;
  display: flex;
  width: 984px;
  height: 104.5px;
  flex-direction: column;
  align-items: center;
  gap: 7.8px;
}

.preseed-header h2 {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.75px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.preseed-header h2 span {
  color: #4475f2;
}

.preseed-header p {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #6b6b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.preseed-meta {
  position: absolute;
  top: -23px;
  right: 14px;
  display: flex;
  width: 199.34px;
  height: 13px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 18px;
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
}

.preseed-content {
  position: relative;
  z-index: 1;
  width: 984px;
  height: 420px;
  flex: 0 0 auto;
}

.preseed-timeline {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 180px;
  height: 257px;
  margin: 0;
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  filter: drop-shadow(0 30px 70px rgb(0 0 0 / 0.8));
  list-style: none;
}

.preseed-timeline li {
  position: relative;
  z-index: 1;
  display: flex;
  width: 180px;
  min-height: 18px;
  align-items: center;
  gap: 12px;
}

.preseed-altitude {
  display: flex;
  width: 50px;
  min-width: 50px;
  height: 14px;
  align-items: center;
  justify-content: flex-end;
  color: #6b6b7b;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.66px;
  text-align: right;
}

.preseed-dot {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid #e8e8ed;
  border-radius: 50%;
  background: #ffffff;
}

.preseed-label {
  display: flex;
  width: 90px;
  min-height: 14px;
  align-items: center;
  color: #0e0e10;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.057px;
}

.preseed-timeline .is-active {
  min-height: 28px;
}

.preseed-timeline .is-active .preseed-dot {
  border-color: #4475f2;
  background: #4475f2;
}

.preseed-timeline .is-active .preseed-label {
  color: #4475f2;
  font-weight: 700;
}

.preseed-map {
  position: absolute;
  top: 0;
  left: 204px;
  width: 536px;
  height: 420px;
  overflow: hidden;
  border-radius: 18px;
  background: #0e0e10;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.55);
}

.preseed-map::before {
  display: none;
}

.preseed-map__art {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 536px;
  height: 420px;
}

.preseed-map__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: inline-flex;
  height: 21px;
  padding: 4px 10px;
  border-radius: 6px;
  align-items: center;
  background: rgb(255 255 255 / 0.08);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.47px;
  text-transform: uppercase;
}

.preseed-star {
  position: absolute;
  top: var(--y);
  left: var(--x);
  z-index: 1;
  width: 1.8px;
  height: 1.8px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.55);
}

.preseed-ridge {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  clip-path: polygon(0 100%, 20% 58%, 36% 72%, 50% 38%, 67% 100%);
}

.preseed-ridge--back {
  left: 62px;
  width: 360px;
  height: 150px;
  background: #1f2236;
}

.preseed-ridge--front {
  right: -4px;
  width: 260px;
  height: 280px;
  opacity: 0.55;
  background: #0e0e10;
  clip-path: polygon(0 100%, 28% 26%, 54% 100%, 100% 100%);
}

.preseed-route {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.preseed-route path {
  fill: none;
  stroke: #4475f2;
  stroke-width: 2;
  stroke-dasharray: 5 6;
}

.preseed-route circle {
  fill: #4475f2;
  stroke: rgb(68 117 242 / 0.25);
  stroke-width: 16;
}

.preseed-peak {
  position: absolute;
  top: 147px;
  left: 224px;
  z-index: 4;
  width: 26px;
  height: 30px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 80%, 64% 63%, 50% 100%, 36% 63%, 0 80%);
}

.preseed-base {
  position: absolute;
  bottom: 4px;
  left: 14px;
  z-index: 4;
  display: flex;
  height: 13px;
  align-items: center;
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.preseed-side {
  position: absolute;
  top: 0;
  left: 764px;
  display: flex;
  width: 220px;
  height: 420px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.preseed-current,
.preseed-next {
  width: 220px;
  border: 1px solid #e8e8ed;
  border-radius: 14px;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.26);
}

.preseed-current {
  height: 179px;
  padding: 17px;
  background: #f5f6fb;
}

.preseed-current__eyebrow {
  display: flex;
  height: 13px;
  align-items: center;
  color: #4475f2;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
}

.preseed-current h3 {
  display: flex;
  height: 22px;
  margin: 8px 0 2.5px;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.36px;
}

.preseed-current p {
  display: flex;
  width: 169px;
  height: 54px;
  margin: 0;
  align-items: center;
  color: #6b6b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.preseed-stats {
  display: grid;
  width: 186px;
  height: 33px;
  margin-top: 12.5px;
  grid-template-columns: repeat(2, 89px);
  gap: 8px;
}

.preseed-stats span {
  display: flex;
  flex-direction: column;
  color: #0e0e10;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.preseed-stats small {
  color: #6b6b7b;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.preseed-stats span:last-child {
  color: #4475f2;
}

.preseed-next {
  height: 81.75px;
  padding: 11px 14px 12px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.38);
}

.preseed-next h3 {
  display: flex;
  height: 18px;
  margin: 0 0 3px;
  align-items: center;
  color: #0e0e10;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 17px;
}

.preseed-next p {
  display: flex;
  width: 150px;
  height: 35px;
  margin: 0;
  align-items: center;
  color: #6b6b7b;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 17px;
}

.pablo-section {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1080px, calc(100% - 48px));
  height: 520px;
  margin: 131.5px auto 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.pablo-panel {
  position: relative;
  z-index: 1;
  width: 1080px;
  max-width: 100%;
  height: 438.44px;
  padding: 40px 48px;
  border-radius: 24px;
}

.pablo-content {
  position: relative;
  width: 984px;
  max-width: 100%;
  height: 358.44px;
}

.pablo-copy {
  position: absolute;
  top: 0.01px;
  left: 0;
  display: flex;
  width: 474px;
  height: 358.44px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13.1px;
}

.pablo-copy h2 {
  display: block;
  width: 318px;
  height: 101px;
  margin: 0;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.8px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.pablo-copy h2 span {
  display: inline;
  color: #4475f2;
}

.pablo-copy p {
  display: flex;
  width: 419px;
  height: 68px;
  margin: 0;
  align-items: center;
  color: #6b6b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.pablo-countdown {
  position: relative;
  display: grid;
  width: 474px;
  height: 78.07px;
  grid-template-columns: repeat(4, 112.5px);
  gap: 8px;
}

.pablo-timebox {
  display: flex;
  width: 112.5px;
  height: 68px;
  margin-top: 5.17px;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  gap: 4px;
  border-radius: 10px;
  background: #0e0e10;
}

.pablo-timebox strong {
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -0.56px;
}

.pablo-timebox span {
  display: flex;
  height: 12px;
  align-items: center;
  justify-content: center;
  color: rgb(255 255 255 / 0.6);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.pablo-button {
  display: inline-flex;
  width: 119px;
  height: 36px;
  padding: 0 14px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  background: #4475f2;
  color: #ffffff;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.065px;
}

.pablo-button span {
  width: 72px;
  margin-right: 0;
  text-align: center;
}

.pablo-button svg {
  flex: 0 0 auto;
}

.pablo-card {
  position: absolute;
  top: 34.49px;
  left: 510px;
  display: flex;
  width: 474px;
  height: 289.47px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 14px;
  border: 1px solid #e8e8ed;
  border-radius: 18px;
  background: #f5f6fb;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.38);
}

.pablo-card__header {
  display: flex;
  width: 432px;
  height: 37px;
  align-items: flex-start;
  justify-content: space-between;
}

.pablo-card__header div {
  display: flex;
  width: 160px;
  height: 37px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.pablo-card__header span {
  display: flex;
  height: 13px;
  align-items: center;
  white-space: nowrap;
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.pablo-card__header strong {
  display: flex;
  height: 22px;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.36px;
}

.pablo-card__header .pablo-status {
  box-sizing: border-box;
  display: inline-flex;
  width: 69px;
  height: 21px;
  padding: 3px 10px;
  border-radius: 999px;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  background: #e4f4e4;
  color: #1a7a4d !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 13px !important;
  letter-spacing: 0.21px !important;
  text-transform: none !important;
  white-space: nowrap;
}

.pablo-slots {
  display: grid;
  width: 432px;
  height: 151.47px;
  grid-template-columns: repeat(6, 63.67px);
  grid-template-rows: repeat(2, 70.73px);
  gap: 10px;
}

.pablo-slot {
  position: relative;
  border: 1px solid #e8e8ed;
  border-radius: 10px;
  background: #ffffff;
}

.pablo-slot::before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 43.14px;
  height: 48.11px;
  content: "";
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg width='44' height='49' viewBox='0 0 44 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5703 4.80957C11.9516 4.80957 8.10406 14.4283 8.10406 21.1615C8.10406 26.9327 13.8753 30.7802 14.8372 34.6277H28.3035C29.2653 30.7802 35.0366 26.9327 35.0366 21.1615C35.0366 14.4283 31.1891 4.80957 21.5703 4.80957Z' fill='white' stroke='%23B5B5BC' stroke-width='1.34661'/%3E%3Cpath d='M27.3413 36.5508H15.7988V39.4364H27.3413V36.5508Z' fill='%23E8E8ED'/%3E%3Cpath d='M26.3794 40.3984H16.7607V42.8031H26.3794V40.3984Z' fill='%23E8E8ED'/%3E%3Cpath d='M23.4938 44.2456H19.6463C19.115 44.2456 18.6844 44.6763 18.6844 45.2075V46.1694C18.6844 46.7006 19.115 47.1312 19.6463 47.1312H23.4938C24.025 47.1312 24.4556 46.7006 24.4556 46.1694V45.2075C24.4556 44.6763 24.025 44.2456 23.4938 44.2456Z' fill='%23E8E8ED'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pablo-slot.is-filled {
  border-color: #4475f2;
}

.pablo-slot.is-filled::before {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='49' viewBox='0 0 44 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5703 4.80957C11.9516 4.80957 8.10406 14.4283 8.10406 21.1615C8.10406 26.9327 13.8753 30.7802 14.8372 34.6277H28.3035C29.2653 30.7802 35.0366 26.9327 35.0366 21.1615C35.0366 14.4283 31.1891 4.80957 21.5703 4.80957Z' fill='%234475F2' stroke='%234475F2' stroke-width='1.34661'/%3E%3Cpath d='M27.3413 36.5508H15.7988V39.4364H27.3413V36.5508Z' fill='%230E0E10'/%3E%3Cpath d='M26.3794 40.3984H16.7607V42.8031H26.3794V40.3984Z' fill='%230E0E10'/%3E%3Cpath d='M23.4938 44.2456H19.6463C19.115 44.2456 18.6844 44.6763 18.6844 45.2075V46.1694C18.6844 46.7006 19.115 47.1312 19.6463 47.1312H23.4938C24.025 47.1312 24.4556 46.7006 24.4556 46.1694V45.2075C24.4556 44.6763 24.025 44.2456 23.4938 44.2456Z' fill='%230E0E10'/%3E%3C/svg%3E");
}

.pablo-card__footer {
  display: flex;
  width: 432px;
  height: 31px;
  padding-top: 14px;
  border-top: 1px solid #e8e8ed;
  align-items: center;
  justify-content: space-between;
  color: #6b6b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.pablo-card__footer strong {
  color: #0e0e10;
  font-weight: 700;
}

.pablo-card__footer span:last-child strong {
  color: #4475f2;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 12px;
  line-height: 16px;
}

.pablo-links,
.pablo-mobile-note {
  display: none;
}

.reviews-section {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 48px));
  height: 838px;
  margin: 64px auto 0;
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.reviews-section::before {
  right: -355px;
  bottom: -10px;
  width: 620px;
  height: 620px;
  opacity: 0.48;
}

.telegram-section::before {
  top: -360px;
  left: -520px;
  width: 960px;
  height: 960px;
  opacity: 0.3;
  background: radial-gradient(circle at 50% 50%, rgb(78 140 255 / 0.46) 0%, rgb(78 140 255 / 0.22) 38%, rgb(78 140 255 / 0) 76%);
  filter: blur(18px);
}

.telegram-section::after {
  position: absolute;
  top: 0;
  left: -520px;
  z-index: 0;
  width: 760px;
  height: 260px;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.18) 0%, rgb(255 255 255 / 0.78) 48%, rgb(255 255 255 / 0.1) 100%);
  filter: blur(28px);
}

.reviews-panel {
  position: relative;
  z-index: 1;
  width: 1080px;
  max-width: 100%;
  height: 688px;
  padding: 40px 48px;
  border-radius: 24px;
  isolation: isolate;
}

.reviews-header {
  position: relative;
  width: 984px;
  max-width: 100%;
  height: 105px;
}

.reviews-header h2 {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.75px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.reviews-header h2 span {
  color: #4475f2;
}

.reviews-header p {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 7.8px 0 0;
  align-items: center;
  justify-content: center;
  color: #6b6b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.reviews-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 189.97px;
  height: 38px;
  align-items: center;
  gap: 6px;
}

.reviews-arrow {
  display: flex;
  width: 26px;
  height: 28px;
  padding: 6px 10px;
  cursor: pointer;
  border: 1px solid #e8e8ed;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0e0e10;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.reviews-more {
  display: inline-flex;
  width: 119px;
  height: 36px;
  margin-left: 8px;
  padding: 0 14px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  background: #4475f2;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.19);
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.065px;
}

.reviews-more span {
  width: 72px;
  margin-right: 0;
  text-align: center;
}

.reviews-more svg {
  flex: 0 0 auto;
}

.reviews-grid {
  position: relative;
  width: 984px;
  max-width: 100%;
  height: 479px;
  margin-top: 24px;
}

.review-card {
  position: absolute;
  width: 318.64px;
  min-height: 230px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.13);
  color: #0e0e10;
}

.review-card--one { top: 0; left: 0; height: 235px; }
.review-card--two { top: 0; left: 332.66px; width: 318.67px; height: 235px; }
.review-card--three { top: 0; left: 665.33px; height: 235px; }
.review-card--four { top: 249px; left: 0; height: 230px; }
.review-card--five { top: 249px; left: 332.66px; width: 318.67px; height: 230px; }
.review-card--six { top: 249px; left: 665.33px; height: 230px; }

.reviews-grid.is-page-two .review-card {
  width: 318.64px;
  min-height: 230px;
  height: 235px;
}

.reviews-grid.is-page-two .review-card--one {
  top: 0;
  left: 166.35px;
}

.reviews-grid.is-page-two .review-card--two {
  top: 0;
  left: 499.01px;
  width: 318.67px;
}

.reviews-grid.is-page-two .review-card--three {
  top: 249px;
  left: 166.35px;
  height: 230px;
}

.reviews-grid.is-page-two .review-card--four {
  top: 249px;
  left: 499.01px;
  width: 318.67px;
  height: 230px;
}

.reviews-grid.is-page-two .review-card p {
  width: calc(100% - 36px);
}

.reviews-grid.is-page-two .review-card--three p,
.reviews-grid.is-page-two .review-card--four p {
  bottom: 49px;
}

.reviews-grid.is-page-two .review-person strong {
  width: 220px;
}

.reviews-grid.is-page-two + .reviews-dots {
  top: 690px;
}

.review-card__top {
  position: absolute;
  top: 16px;
  left: 18px;
  display: flex;
  width: calc(100% - 36px);
  height: 21px;
  align-items: center;
  justify-content: space-between;
}

.review-tag {
  display: inline-flex;
  height: 21px;
  padding: 4px 10px;
  border-radius: 999px;
  align-items: center;
  background: rgb(255 255 255 / 0.6);
  color: #0e0e10;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.63px;
}

.review-stage {
  display: flex;
  height: 13px;
  align-items: center;
  color: rgb(14 14 16 / 0.5);
  font-size: 10.5px;
  line-height: 13px;
  letter-spacing: 0.63px;
}

.review-person {
  position: absolute;
  top: 51px;
  left: 18px;
  display: flex;
  width: calc(100% - 36px);
  height: 50px;
  align-items: center;
  gap: 10px;
}

.review-avatar {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.review-avatar svg {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: block;
}

.review-avatar i::before {
  position: absolute;
  top: 6px;
  left: 11px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #4475f2;
  box-shadow: 0 5px 0 #0e0e10;
}

.review-avatar i::after {
  position: absolute;
  bottom: 4px;
  left: 5px;
  width: 22px;
  height: 10px;
  content: "";
  border-radius: 10px 10px 3px 3px;
  background: #0e0e10;
}

.review-person strong {
  display: block;
  width: 135px;
  height: 30px;
  color: #0e0e10;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.135px;
}

.review-person small {
  display: block;
  color: #0e0e10;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.review-card p {
  position: absolute;
  top: 105px;
  bottom: 54px;
  left: 18px;
  display: flex;
  width: 272px;
  height: auto;
  margin: 0;
  align-items: flex-start;
  color: rgb(14 14 16 / 0.75);
  font-size: 12.5px;
  line-height: 19px;
  overflow: hidden;
}

.review-card--two p,
.review-card--four p,
.review-card--five p,
.review-card--six p {
  height: auto;
}

.review-card footer {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: flex;
  box-sizing: border-box;
  width: calc(100% - 36px);
  height: 29px;
  padding-top: 10px;
  border-top: 1px dashed rgb(14 14 16 / 0.2);
  align-items: baseline;
  justify-content: space-between;
}

.review-card footer strong {
  display: flex;
  height: 18px;
  align-items: center;
  color: #0e0e10;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: -0.36px;
}

.review-card footer span {
  display: flex;
  height: 13px;
  align-items: center;
  color: rgb(14 14 16 / 0.55);
  font-size: 10.5px;
  line-height: 13px;
}

.reviews-dots {
  position: absolute;
  top: 690px;
  left: 50%;
  display: flex;
  width: 33px;
  height: 10px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.reviews-dots span {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  border-radius: 50%;
  background: #d9dce6;
  cursor: pointer;
}

.reviews-dots .is-active {
  background: #4475f2;
}

.telegram-section {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 48px));
  height: 520px;
  margin: 0 auto;
  font-family: Inter, Arial, sans-serif;
}

.telegram-panel {
  position: relative;
  z-index: 1;
  width: 1080px;
  max-width: 100%;
  height: 418.34px;
  border-radius: 24px;
  isolation: isolate;
}

.telegram-content {
  position: absolute;
  top: 40px;
  left: 48px;
  width: 984px;
  height: 299px;
}

.telegram-copy {
  position: absolute;
  top: 26px;
  left: 0;
  width: 451.42px;
  height: 338.34px;
}

.telegram-badge {
  position: absolute;
  top: -26px;
  left: 0;
  display: flex;
  width: 100.17px;
  height: 30px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 8px;
  background: #4475f2;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.telegram-badge svg,
.telegram-button svg {
  flex: 0 0 auto;
  fill: currentColor;
}

.telegram-badge svg {
  width: 14px;
  height: 14px;
}

.telegram-copy h2 {
  position: absolute;
  top: 26.21px;
  left: 0;
  display: block;
  width: 390px;
  height: 108px;
  margin: 0;
  color: #000000;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.85px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.telegram-copy h2 span {
  color: #4475f2;
}

.telegram-copy p {
  position: absolute;
  top: 147.25px;
  left: 0;
  display: flex;
  width: 380px;
  height: 45px;
  margin: 0;
  align-items: center;
  color: #6b6b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.telegram-proof {
  position: absolute;
  top: 214.81px;
  left: 0;
  box-sizing: border-box;
  display: flex;
  width: 451.42px;
  height: 62px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e8e8ed;
  border-radius: 12px;
  background: #f5f6fb;
}

.telegram-proof__avatar {
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff7f5;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.telegram-proof__text {
  display: flex;
  width: 377.42px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.telegram-proof__line {
  color: #2f3542;
}

.telegram-proof__note {
  color: #747b8c;
}

.telegram-proof__text strong {
  color: #0e0e10;
  font-weight: 700;
}

.telegram-button {
  position: absolute;
  z-index: 3;
  top: 214.81px;
  left: 0;
  display: flex;
  width: 240.47px;
  height: 48.5px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  background: #4475f2;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.065px;
}

.telegram-button svg {
  width: 16px;
  height: 16px;
}

.telegram-ticket {
  position: absolute;
  z-index: 1;
  top: 56.17px;
  left: 487.42px;
  width: 496.56px;
  height: 226px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #0e0e10;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.49);
  color: #ffffff;
}

.telegram-ticket__date {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  width: 120px;
  height: 226px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 18px;
  background: #4475f2;
}

.telegram-ticket__date div {
  display: flex;
  width: 84px;
  height: 84px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.telegram-ticket__date span {
  display: flex;
  width: 84px;
  height: 26px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
  text-align: center;
  opacity: 0.8;
}

.telegram-ticket__date strong {
  display: flex;
  width: 84px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  line-height: 36px;
  letter-spacing: -0.6px;
}

.telegram-ticket__date em {
  display: flex;
  width: 84px;
  height: 14px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 13px;
  letter-spacing: 1.98px;
}

.telegram-ticket__date small {
  display: flex;
  width: 84px;
  height: 12px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 1.26px;
  white-space: nowrap;
  opacity: 0.85;
}

.telegram-ticket__perforation {
  position: absolute;
  top: 0;
  left: 120px;
  width: 2px;
  height: 226px;
  background: repeating-linear-gradient(
    to bottom,
    rgb(255 255 255 / 0.4) 0 4px,
    transparent 4px 8px
  );
}

.telegram-ticket__perforation::before,
.telegram-ticket__perforation::after {
  position: absolute;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
}

.telegram-ticket__perforation::before {
  top: -6px;
  background: #ffffff;
}

.telegram-ticket__perforation::after {
  top: 222px;
  background: #96969f;
}

.telegram-ticket__body {
  position: absolute;
  top: 0;
  right: 0;
  width: 374.56px;
  height: 226px;
}

.telegram-ticket__eyebrow {
  position: absolute;
  top: 22px;
  left: 24px;
  display: flex;
  width: 126.11px;
  height: 12px;
  align-items: center;
  color: rgb(255 255 255 / 0.6);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}

.telegram-ticket h3 {
  position: absolute;
  top: 40.83px;
  left: 23.58px;
  display: flex;
  width: 260px;
  height: 24px;
  margin: 0;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.telegram-ticket p {
  position: absolute;
  top: 72.5px;
  left: 24px;
  display: flex;
  width: 244px;
  height: 36px;
  margin: 0;
  align-items: center;
  color: rgb(255 255 255 / 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.telegram-ticket__details {
  position: absolute;
  top: 123px;
  left: 24px;
  display: grid;
  width: 326.56px;
  height: 30px;
  grid-template-columns: 159.27px 159.3px;
  gap: 8px;
}

.telegram-ticket__details span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: #ffffff;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.42px;
}

.telegram-ticket__details small {
  color: rgb(255 255 255 / 0.5);
  font-size: 10.5px;
  line-height: 14px;
  letter-spacing: 1.26px;
}

.telegram-ticket__footer {
  position: absolute;
  top: 167px;
  left: 24px;
  box-sizing: border-box;
  display: flex;
  width: 326.56px;
  height: 37px;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px dashed rgb(255 255 255 / 0.2);
}

.telegram-barcode {
  display: block;
  width: 59px;
  height: 22px;
  opacity: 0.85;
  background: repeating-linear-gradient(
    90deg,
    #ffffff 0 2.5px,
    transparent 2.5px 3.5px,
    #ffffff 3.5px 4.5px,
    transparent 4.5px 6px
  );
}

.telegram-vip {
  box-sizing: border-box;
  display: flex;
  width: 39.69px;
  height: 21px;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: #0e0e10;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.21px;
}

.onas-section {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1280px, 100%);
  height: 2495.94px;
  margin: -86px auto 0;
  padding: 110px 80px 140px;
  flex-direction: column;
  align-items: center;
  gap: 51.78px;
  isolation: isolate;
  font-family: Manrope, Inter, Arial, sans-serif;
}

.onas-glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgb(78 140 255 / 0.55) 0%, rgb(78 140 255 / 0) 65%);
  filter: blur(10px);
}

.onas-glow--left {
  top: 140px;
  left: -180px;
  width: 520px;
  height: 520px;
  opacity: 0.55;
}

.onas-glow--right {
  top: 1595.94px;
  left: 960px;
  width: 500px;
  height: 500px;
  opacity: 0.4;
}

.onas-header {
  position: relative;
  z-index: 2;
  display: flex;
  width: 1120px;
  height: 250px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.onas-header h2 {
  position: relative;
  width: 980px;
  max-width: 980px;
  height: 168.94px;
  margin: 0;
  color: #1a1a1a;
  font-size: 88px;
  font-weight: 800;
  line-height: 84px;
  letter-spacing: -2.8px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.onas-header h2 > span {
  position: absolute;
  top: -0.5px;
  left: 50%;
  display: flex;
  width: 596.11px;
  height: 85px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
}

.onas-header mark {
  position: absolute;
  top: 84px;
  left: 50%;
  display: flex;
  width: 598.4px;
  height: 120px;
  transform: translateX(-50%);
  align-items: flex-start;
  justify-content: center;
  padding: 17.5px 13.2px;
  background: rgb(68 117 242 / 0.7);
  color: #1a1a1a;
}

.onas-header p {
  position: absolute;
  top: 196px;
  left: 50%;
  display: flex;
  width: 690px;
  height: 56px;
  margin: 0;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  color: #5a5a55;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.onas-cards {
  position: relative;
  z-index: 3;
  display: flex;
  width: 880px;
  max-width: 880px;
  height: 1783.98px;
  flex-direction: column;
  align-items: flex-end;
  gap: 5.1px;
}

.onas-card {
  position: relative;
  width: 880px;
  min-height: 320px;
  padding: 34px 40px 32px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.25);
  color: #0c1530;
  transform-origin: center center;
}

.onas-card--ai {
  height: 320.77px;
  background: #cfe1ff;
  transform: rotate(-1.6deg);
}

.onas-card--people {
  height: 339.17px;
  margin-top: 24px;
  background: #fff3a8;
  transform: rotate(1.4deg);
}

.onas-card--stats {
  height: 338.97px;
  margin-top: 20px;
  background: #c9efd1;
  transform: rotate(-1deg);
}

.onas-card--no {
  height: 339.17px;
  margin-top: 20px;
  background: #ffd1de;
  transform: rotate(1.2deg);
}

.onas-card--start {
  height: 310.97px;
  margin-top: 20px;
  background: #ffffff;
  transform: rotate(-1.4deg);
}

.onas-kicker {
  display: flex;
  width: 800px;
  height: 36px;
  align-items: center;
  gap: 10px;
}

.onas-icon {
  box-sizing: border-box;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(12 21 48 / 0.08);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.7);
  box-shadow: inset 0 1px 0 1px rgb(255 255 255 / 0.6);
  color: #0c1530;
}

.onas-icon svg {
  width: 22px;
  height: 22px;
}

.onas-kicker > span:last-child {
  display: flex;
  height: 17px;
  align-items: center;
  color: rgb(12 21 48 / 0.6);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.onas-card h3 {
  width: 600px;
  max-width: 600px;
  margin: 9.5px 0 0;
  color: #0c1530;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.8px;
}

.onas-card--ai h3,
.onas-card--stats h3,
.onas-card--start h3 {
  max-width: 640px;
}

.onas-card--stats h3 {
  width: 650px;
}

.onas-card--people h3 {
  width: 760px;
  max-width: 760px;
  white-space: nowrap;
}

.onas-card p {
  width: 640px;
  max-width: 640px;
  margin: 10px 0 0;
  color: rgb(12 21 48 / 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.onas-number {
  position: absolute;
  top: 9px;
  right: 27px;
  display: flex;
  height: 58px;
  align-items: center;
  color: rgb(12 21 48 / 0.08);
  font-size: 64px;
  font-weight: 800;
  line-height: 58px;
  letter-spacing: -3px;
}

.onas-card--people .onas-number,
.onas-card--no .onas-number {
  top: 26px;
}

.onas-chips {
  display: flex;
  width: 800px;
  margin-top: 18px;
  flex-wrap: wrap;
  gap: 8px;
}

.onas-chips span {
  display: inline-flex;
  height: 34px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.85);
  color: #0c1530;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.onas-chips svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.onas-mini-grid,
.onas-stat-grid {
  position: relative;
  display: grid;
  width: 800px;
  margin-top: 20px;
  gap: 12px;
}

.onas-mini-grid {
  grid-template-columns: repeat(3, 1fr);
}

.onas-mini-grid span,
.onas-stat-grid span {
  display: flex;
  min-height: 84.6px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgb(255 255 255 / 0.85);
}

.onas-card--no .onas-mini-grid span {
  border-left: 0;
}

.onas-mini-grid strong {
  color: #0c1530;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.2px;
}

.onas-mini-grid small {
  max-width: 220px;
  color: rgb(12 21 48 / 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.onas-stat-grid {
  grid-template-columns: repeat(4, 1fr);
}

.onas-stat-grid span {
  min-height: 77px;
  gap: 5.5px;
  padding: 14px 14px 12px;
}

.onas-stat-grid strong {
  color: #4475f2;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -1px;
}

.onas-stat-grid small {
  color: rgb(12 21 48 / 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.onas-action {
  display: flex;
  margin-top: 18px;
  align-items: center;
  gap: 12px;
}

.onas-action a {
  display: flex;
  width: 206px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  border-radius: 9px;
  background: #4475f2;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.065px;
  white-space: nowrap;
}

.onas-action svg {
  width: 16px;
  height: 16px;
}

.onas-action > span {
  display: flex;
  height: 18px;
  align-items: center;
  color: #6b7796;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.quest-section {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 48px));
  height: 971px;
  margin: -160px auto 0;
  font-family: Inter, Arial, sans-serif;
}

.quest-panel {
  position: relative;
  width: 1080px;
  max-width: 100%;
  height: 992px;
  padding: 40px 48px;
  border-radius: 24px;
  isolation: isolate;
}

.quest-header {
  position: relative;
  width: 984px;
  height: 89px;
}

.quest-header h2 {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.75px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.quest-header h2 span {
  margin-left: 7px;
  color: #4475f2;
}

.quest-header p {
  display: flex;
  width: 984px;
  height: 16px;
  margin: 7.8px 0 0;
  align-items: center;
  justify-content: center;
  color: #6b6b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.quest-header small {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 90.09px;
  height: 14px;
  align-items: center;
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
}

.quest-list {
  position: relative;
  width: 984px;
  height: 740.25px;
  margin-top: 24px;
}

.quest-card {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  width: 485px;
  height: 161px;
  padding: 18px 22px 16px;
  border: 1px solid rgb(12 21 48 / 0.07);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.33);
  color: #0c1530;
  transition: height 220ms ease, top 220ms ease;
}

.quest-card--featured {
  top: 0;
  left: 0;
  width: 984px;
  height: 171.75px;
  overflow: hidden;
  padding: 30px 20px 18px;
  border: 0;
  border-radius: 14px;
  background: #0e0e10;
  color: #ffffff;
}

.quest-card:nth-of-type(2) { top: 185.75px; left: 0; }
.quest-card:nth-of-type(3) { top: 185.75px; left: 499px; }
.quest-card:nth-of-type(4) { top: 382px; left: 0; z-index: 2; }
.quest-card:nth-of-type(5) { top: 382px; left: 499px; z-index: 2; }
.quest-card:nth-of-type(6) { top: 578.25px; left: 0; z-index: 3; height: 162px; }
.quest-card:nth-of-type(7) { top: 578.25px; left: 499px; z-index: 3; height: 162px; }

.quest-card.is-open {
  z-index: 20;
  height: 200px;
}

.quest-card--featured.is-open {
  height: 188px;
}

.quest-popular {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 148.8px;
  height: 19px;
  align-items: center;
  padding: 3px 12px;
  border-radius: 0 0 0 8px;
  background: #4475f2;
  color: #ffffff;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.quest-card__top {
  display: flex;
  width: 100%;
  height: 27px;
  align-items: flex-start;
  justify-content: space-between;
}

.quest-card--featured .quest-card__top {
  width: 944px;
  height: 19px;
}

.quest-code {
  display: flex;
  height: 15px;
  align-items: center;
  color: #6b7796;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.6px;
}

.quest-card--featured .quest-code {
  height: 14px;
  color: rgb(255 255 255 / 0.55);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 10.5px;
  line-height: 14px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.quest-tag {
  display: flex;
  height: 27px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgb(12 21 48 / 0.06);
  color: #0c1530;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.quest-card--featured .quest-tag {
  height: 19px;
  padding: 3px 9px;
  border-radius: 6px;
  background: rgb(255 255 255 / 0.12);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 13px;
}

.quest-card h3 {
  display: flex;
  width: 100%;
  height: 24px;
  margin: 18px 0 0;
  align-items: center;
  color: #0c1530;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.3px;
}

.quest-card--featured h3 {
  height: 33px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
}

.quest-answer {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #6b6b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0;
  transition: max-height 220ms ease, margin-top 220ms ease, opacity 180ms ease;
}

.quest-card.is-open h3 {
  margin-top: 8px;
}

.quest-card.is-open .quest-answer {
  max-height: 54px;
  margin-top: 10px;
  opacity: 1;
}

.quest-card--featured .quest-answer {
  color: rgb(255 255 255 / 0.72);
  font-size: 12px;
  line-height: 18px;
}

.quest-card--featured.is-open h3 {
  margin-top: 8px;
}

.quest-card--featured.is-open .quest-answer {
  max-height: 48px;
  margin-top: 8px;
}

.quest-card footer {
  box-sizing: border-box;
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 16px;
  display: flex;
  height: 52px;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 17.37px;
  border-top: 1px dashed rgb(12 21 48 / 0.12);
}

.quest-card.is-open footer {
  height: 40px;
  align-items: center;
  padding-top: 0;
}

.quest-card--featured footer {
  left: 20px;
  right: 20px;
  bottom: 18px;
  height: 52px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgb(255 255 255 / 0.15);
}

.quest-card--featured.is-open footer {
  height: 40px;
  align-items: center;
  padding-top: 0;
}

.quest-card footer > span {
  display: flex;
  height: 18px;
  align-items: center;
  color: #6b7796;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.quest-card--featured footer > span {
  height: 15px;
  color: rgb(255 255 255 / 0.7);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.66px;
}

.quest-card footer .quest-toggle {
  display: flex;
  width: 117.63px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7.99px;
  padding: 8px 14px 8px 16px;
  border: 0;
  border-radius: 10px;
  background: #e7eeff;
  color: #2870ff;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.quest-card footer .quest-toggle:hover,
.quest-card footer .quest-toggle:focus-visible {
  background: #dce7ff;
}

.quest-card--featured footer .quest-toggle {
  background: #303032;
  color: #ffffff;
}

.quest-card--featured footer .quest-toggle:hover,
.quest-card--featured footer .quest-toggle:focus-visible {
  background: #3a3a3d;
}

.quest-card footer svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.quest-card.is-open footer svg {
  transform: rotate(180deg);
}

.site-footer {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  height: 406px;
  margin: 228px auto 3px;
  background: #ffffff;
  font-family: Inter, Arial, sans-serif;
}

.footer-left {
  position: absolute;
  top: 56px;
  left: 124px;
  display: flex;
  width: 483px;
  height: 243px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.footer-intro {
  display: flex;
  width: 483px;
  height: 151px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.footer-brand svg {
  width: 34.7px;
  height: 33px;
}

.footer-brand span {
  display: block;
  width: 154px;
  height: 30px;
  color: #000000;
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  white-space: nowrap;
}

.footer-brand em {
  color: #4475f2;
  font-style: normal;
}

.footer-intro p {
  width: 402px;
  height: 72px;
  margin: 0;
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-contact {
  display: flex;
  width: 161px;
  height: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-contact a {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
}

.footer-contact svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #9a9ea6;
}

.footer-menus {
  position: absolute;
  top: 59px;
  left: 904px;
  display: flex;
  width: 311.47px;
  height: 186px;
  align-items: flex-start;
  gap: 116px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-menu h3 {
  height: 22px;
  margin: 0 0 4px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
}

.footer-menu a {
  display: flex;
  height: 21px;
  align-items: center;
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  white-space: nowrap;
  text-transform: capitalize;
}

.footer-bottom {
  position: absolute;
  top: 336px;
  left: 124px;
  box-sizing: border-box;
  display: flex;
  width: 1194px;
  height: 70px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-top: 1px solid #9a9ea6;
  color: #9a9ea6;
}

.footer-bottom > span {
  width: 780px;
  height: 17px;
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-bottom div {
  display: flex;
  width: 414px;
  height: 20px;
  align-items: flex-start;
  gap: 40px;
}

.footer-bottom a {
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
  text-transform: capitalize;
}

.footer-bottom a:last-child {
  font-size: 13px;
  line-height: 20px;
}

.report-section {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  height: 540px;
  margin: 88px auto 0;
}

.report-container {
  position: relative;
  width: 1180px;
  max-width: 100%;
  height: 540px;
  transform: none;
}

.report-copy {
  position: absolute;
  top: 52px;
  left: 56px;
  width: 611.89px;
  height: 360.72px;
  font-family: Inter, Arial, sans-serif;
}

.report-copy h2 {
  position: absolute;
  top: 27.2px;
  left: 0;
  width: 494px;
  height: 110px;
  margin: 0;
  color: #0b0c10;
  font-size: 56px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: -1.96px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.report-lead {
  position: absolute;
  top: 154.64px;
  left: 0;
  width: 540px;
  height: 56.3px;
  margin: 0;
  color: #1a1c24;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.176px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.report-lead mark {
  display: inline-flex;
  height: 20px;
  padding: 0 4px;
  border-radius: 3px;
  align-items: center;
  background: #fff7cc;
  color: #000000;
  font-weight: 700;
  line-height: 26px;
}

.report-lead .mark-green {
  background: #e6f8ee;
}

.report-lead .mark-blue {
  background: #eaf0ff;
  color: #4475f2;
}

.report-mobile-break {
  display: none;
}

.report-note {
  position: absolute;
  top: 224.14px;
  left: 0;
  width: 483px;
  height: 45px;
  margin: 0;
  color: #6b7180;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.176px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.report-actions {
  position: absolute;
  top: 295.7px;
  left: 0;
  display: flex;
  width: 611.89px;
  height: 42px;
  padding-top: 0;
  align-items: flex-start;
  gap: 24px;
}

.report-button {
  display: inline-flex;
  height: 42px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.065px;
  white-space: nowrap;
}

.report-button--primary {
  width: 162.27px;
  padding: 0 18px;
  gap: 8px;
  background: #4475f2;
  color: #ffffff;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
}

.report-button--primary span {
  width: 102.27px;
  text-align: center;
}

.report-button--primary svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.receipt-wrap {
  position: absolute;
  top: 52px;
  left: 723.91px;
  width: 400.06px;
  height: 410px;
  padding-top: 8px;
}

.receipt-card {
  position: relative;
  width: 360px;
  height: 402px;
  padding: 24px 26px 18px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(11 12 16 / 0.25), 0 1px 4px rgb(11 12 16 / 0.04);
  font-family: Inter, Arial, sans-serif;
}

.receipt-label {
  position: absolute;
  top: -17.11px;
  left: 139.71px;
  display: flex;
  width: 119.42px;
  height: 26px;
  padding: 6px 14px;
  transform: rotate(-3deg);
  border-radius: 8px;
  align-items: center;
  background: #4475f2;
  box-shadow: 0 6px 16px rgb(45 91 255 / 0.35);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.receipt-header {
  display: flex;
  width: 308px;
  height: 48px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e8ef;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.receipt-header strong {
  display: flex;
  height: 17px;
  align-items: center;
  color: #0b0c10;
  font-size: 14px;
  font-weight: 800;
  line-height: 17px;
  letter-spacing: 1.68px;
}

.receipt-header span {
  display: flex;
  height: 13px;
  align-items: center;
  color: #6b7180;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.176px;
}

.receipt-list {
  display: flex;
  width: 308px;
  height: 188px;
  margin: 0;
  padding: 14px 0;
  flex-direction: column;
  gap: 8px;
}

.receipt-list div {
  display: flex;
  width: 308px;
  height: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.receipt-list dt,
.receipt-list dd {
  display: flex;
  height: 16px;
  margin: 0;
  align-items: center;
  color: #1a1c24;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.176px;
}

.receipt-list dt {
  font-weight: 400;
}

.receipt-list dd {
  color: #0b0c10;
  font-weight: 700;
}

.receipt-total {
  display: flex;
  box-sizing: border-box;
  width: 308px;
  height: 31px;
  padding-top: 14px;
  border-top: 1px dashed #d9dce6;
  align-items: baseline;
  justify-content: space-between;
}

.receipt-total span,
.receipt-total strong {
  display: flex;
  height: 16px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.52px;
}

.receipt-total span {
  color: #0b0c10;
}

.receipt-total strong {
  color: #4475f2;
}

.receipt-thanks {
  display: flex;
  width: 308px;
  height: 13px;
  margin: 16px 0 0;
  align-items: center;
  justify-content: center;
  color: #6b7180;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.176px;
}

.receipt-barcode {
  display: block;
  width: 308px;
  height: 38px;
  margin-top: 2px;
  background: repeating-linear-gradient(
    90deg,
    #0b0c10 0 2px,
    transparent 2px 6px,
    #0b0c10 6px 7px,
    transparent 7px 12px
  );
  clip-path: inset(10.53% 0 10.53% 0);
}

.receipt-code {
  display: flex;
  width: 308px;
  height: 12px;
  align-items: center;
  justify-content: center;
  color: #6b7180;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.4px;
}

@media (max-width: 1440px) {
  .float-icon--sail {
    left: calc(50% - 473px);
  }

  .float-icon--xai {
    left: calc(50% - 365px);
  }

  .float-icon--arrows {
    left: calc(50% - 501px);
  }

  .float-icon--pixel {
    left: calc(50% - 410px);
  }

  .float-icon--badge {
    left: calc(50% - 455px);
  }

  .float-icon--teal {
    left: calc(50% - 427px);
  }

  .float-icon--github {
    left: calc(50% - 340px);
  }

  .float-tag--learn {
    left: calc(50% - 309px);
  }

  .float-tag--growth {
    left: calc(50% + 392px);
  }

  .float-tag--startup {
    left: calc(50% + 267px);
  }

  .float-icon--leaf {
    left: calc(50% + 489px);
  }

  .float-icon--slack,
  .float-icon--wave,
  .float-icon--blocks {
    left: calc(50% + 504px);
  }

  .float-icon--s {
    left: calc(50% + 357px);
  }

  .float-icon--zen {
    left: calc(50% + 456px);
  }

  .float-icon--black {
    left: calc(50% + 413px);
  }
}

@media (max-width: 1180px) {
  .site-footer {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 394px;
    padding: 47px clamp(40px, 6vw, 86px) 0;
    grid-template-columns: minmax(360px, 483px) minmax(260px, 312px);
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 48px;
    row-gap: 34px;
  }

  .site-footer > * {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  .footer-left {
    width: 100%;
    height: auto;
  }

  .footer-intro {
    width: 100%;
    height: auto;
  }

  .footer-intro p {
    width: min(402px, 100%);
    height: auto;
  }

  .footer-contact {
    height: auto;
  }

  .footer-menus {
    width: auto;
    height: auto;
    justify-self: end;
    gap: clamp(48px, 7vw, 116px);
  }

  .footer-bottom {
    grid-column: 1 / -1;
    width: 100%;
    height: 70px;
    margin-top: 3px;
    justify-content: space-between;
  }

  .footer-bottom > span {
    width: auto;
    flex: 1 1 auto;
  }

  .footer-bottom div {
    width: auto;
    flex: 0 0 auto;
  }

  .onas-section {
    height: 2097px;
    padding: 92px 0 118px;
  }

  .onas-header,
  .onas-cards {
    transform: scale(0.84);
    transform-origin: top center;
  }

  .onas-header {
    height: 210px;
  }

  .onas-cards {
    height: 1499px;
  }

  .reviews-section {
    height: 704px;
  }

  .reviews-panel {
    left: 50%;
    max-width: none;
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }

  .pablo-section {
    height: 438px;
  }

  .pablo-panel {
    left: 50%;
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }

  .preseed-section {
    height: 590px;
    padding: 36px 32px;
  }

  .preseed-header,
  .preseed-content {
    width: 984px;
    transform: scale(0.84);
    transform-origin: top left;
  }

  .preseed-content {
    margin-top: -18px;
  }

  .report-section {
    height: 454px;
  }

  .report-container {
    left: 50%;
    max-width: none;
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }

  .gives-section {
    height: 700px;
  }

  .gives-board {
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }

  .directions-section {
    height: 548px;
    min-height: 548px;
    padding: 0;
  }

  .directions-cards {
    display: block;
    width: 1120px;
    height: 280px;
    margin: 58px auto 0;
    transform: scale(0.84);
    transform-origin: top center;
  }

  .direction-card {
    position: absolute;
  }

  .directions-bar {
    top: 402px;
    bottom: auto;
    width: min(932px, calc(100% - 32px));
  }

  .directions-bar__avatars {
    left: 19px;
  }

  .directions-bar__copy {
    left: 241px;
  }

  .directions-bar__button {
    right: 18px;
    left: auto;
  }

  .float-icon--sail {
    left: calc(50% - 338px);
  }

  .float-icon--xai {
    left: calc(50% - 261px);
  }

  .float-icon--arrows {
    left: calc(50% - 358px);
  }

  .float-icon--pixel {
    left: calc(50% - 293px);
  }

  .float-icon--badge {
    left: calc(50% - 325px);
  }

  .float-icon--teal {
    left: calc(50% - 305px);
  }

  .float-icon--github {
    left: calc(50% - 243px);
  }

  .float-tag--learn {
    left: calc(50% - 221px);
  }

  .float-tag--growth {
    left: calc(50% + 303px);
  }

  .float-tag--startup {
    left: calc(50% + 191px);
  }

  .float-icon--leaf {
    left: calc(50% + 372px);
  }

  .float-icon--slack,
  .float-icon--wave,
  .float-icon--blocks {
    left: calc(50% + 360px);
  }

  .float-icon--s {
    left: calc(50% + 255px);
  }

  .float-icon--zen {
    left: calc(50% + 326px);
  }

  .float-icon--black {
    left: calc(50% + 295px);
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero-content {
    width: 920px;
    transform: scale(0.72);
    transform-origin: top center;
  }

  .float-icon,
  .float-tag {
    transform: translate(-50%, -50%) scale(0.72);
    transform-origin: center;
  }

  .gives-board {
    left: 50%;
  }

  .founders-visual {
    left: calc(576px - clamp(0px, calc((1180px - 100vw) * 0.48), 134px));
  }

  .pablo-content {
    left: -48px;
    max-width: none;
  }

  .preseed-header,
  .preseed-content {
    left: 50%;
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }

  .directions-cards {
    left: 50%;
    margin: 58px 0 0;
    transform: translateX(-50%) scale(0.84);
  }

  .telegram-content {
    left: 50%;
    transform: translateX(-50%);
  }

  .quest-section {
    height: 835px;
  }

  .quest-panel {
    left: 50%;
    max-width: none;
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }
}

@media (max-width: 900px) {
  .bloggers-videos {
    left: 18px;
    transform: none;
    transform-origin: center;
  }

  .gives-board {
    left: calc(50% + 18px);
  }

  .site-footer {
    width: 100%;
    min-height: 0;
    padding: 32px 32px 24px;
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
    row-gap: 22px;
  }

  .site-footer > * {
    width: 100%;
    max-width: 520px;
    justify-self: center;
    transform: none;
  }

  .footer-left {
    width: calc(100vw - 64px);
    max-width: none;
    justify-self: stretch;
    margin-left: calc((520px - (100vw - 64px)) / 2);
    align-items: flex-start;
    gap: 18px;
    text-align: left;
  }

  .footer-intro {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .footer-brand {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }

  .footer-brand svg {
    width: 28px;
    height: 27px;
  }

  .footer-brand span {
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .footer-intro p {
    width: min(100%, 470px);
    height: auto;
  }

  .footer-contact {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
  }

  .footer-menus {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: center;
    gap: 24px;
  }

  .footer-menu {
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .footer-menu h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-menu a {
    height: auto;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
  }

  .footer-bottom {
    height: auto;
    margin-top: 2px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 18px;
    text-align: center;
  }

  .footer-bottom > span,
  .footer-bottom div {
    width: 100%;
  }

  .footer-bottom div {
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 22px;
  }

  .onas-section {
    width: min(100%, calc(100% - 32px));
    height: 1810px;
    padding: 72px 0 96px;
  }

  .onas-header,
  .onas-cards {
    transform: scale(0.72);
  }

  .onas-header {
    height: 180px;
  }

  .onas-cards {
    height: 1285px;
  }

  .reviews-section {
    width: min(100%, calc(100% - 32px));
    height: 603px;
  }

  .reviews-panel {
    transform: translateX(-50%) scale(0.72);
  }

  .pablo-section {
    width: min(100%, calc(100% - 32px));
    height: auto;
  }

  .pablo-panel {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    padding: 32px 24px;
  }

  .pablo-content {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pablo-copy,
  .pablo-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .pablo-copy {
    height: auto;
  }

  .pablo-copy h2,
  .pablo-copy p,
  .pablo-countdown,
  .pablo-card,
  .pablo-card__header,
  .pablo-slots,
  .pablo-card__footer {
    width: 100%;
  }

  .pablo-card {
    height: auto;
  }

  .pablo-slots {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 70px;
    height: auto;
  }

  .preseed-section {
    width: min(100%, calc(100% - 32px));
    height: auto;
    padding: 32px 24px;
  }

  .preseed-header,
  .preseed-content {
    width: 100%;
    transform: none;
  }

  .pablo-card::before {
    position: absolute;
    top: 10.5px;
    right: 16.8px;
    z-index: 3;
    display: flex;
    box-sizing: border-box;
    width: 89.28px;
    height: 23.61px;
    padding: 4.5px 7.87px;
    transform: rotate(-4deg);
    border: 1.04px dashed rgb(60 40 10 / 0.25);
    border-radius: 6.75px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0c1530;
    content: "заявка до  1 июля";
    font-size: 7.6px;
    font-weight: 800;
    line-height: 10px;
    letter-spacing: 0.1px;
  }

  .preseed-header {
    height: auto;
  }

  .preseed-header h2,
  .preseed-header p {
    width: 100%;
    height: auto;
  }

  .preseed-header h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .preseed-content {
    display: grid;
    height: auto;
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .preseed-timeline,
  .preseed-map,
  .preseed-side {
    position: relative;
    top: auto;
    left: auto;
  }

  .preseed-timeline {
    width: 100%;
    height: auto;
    filter: none;
  }

  .preseed-map {
    width: 100%;
    height: 360px;
  }

  .preseed-side {
    width: 100%;
    height: auto;
  }

  .preseed-current,
  .preseed-next {
    width: 100%;
  }

  .report-section {
    width: min(100%, calc(100% - 32px));
    height: 389px;
  }

  .report-container {
    transform: translateX(-50%) scale(0.72);
  }

  .gives-section {
    width: min(100%, calc(100% - 32px));
    height: 610px;
  }

  .gives-title {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .gives-board {
    transform: translateX(-50%) scale(0.72);
  }

  .directions-section {
    width: min(100%, calc(100% - 32px));
  }

  .directions-title {
    height: auto;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }

  .directions-bar {
    display: grid;
    height: auto;
    min-height: 142px;
    padding: 16px;
    align-content: start;
    gap: 12px;
  }

  .directions-bar__avatars,
  .directions-bar__copy,
  .directions-bar__button {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .directions-bar__avatars {
    justify-content: flex-start;
  }

  .directions-bar__button {
    justify-self: start;
  }

  .hero-content {
    width: min(820px, calc(100% - 32px));
  }

  .hero-title {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1.4px;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .hero-content {
    left: 50%;
    width: 920px;
    max-width: none;
    margin: 0;
    transform: translateX(-50%) scale(0.72);
    transform-origin: top center;
  }

  .hero-title {
    font-size: 67.92px;
    line-height: 72px;
    letter-spacing: -1.8px;
  }

  .float-icon,
  .float-tag {
    transform: translate(-50%, -50%) scale(0.72);
    transform-origin: center;
  }

  .float-tag--growth {
    left: calc(50% + 285px);
  }

  .float-tag--startup {
    left: calc(50% + 170px);
  }

  .float-icon--leaf {
    left: calc(50% + 342px);
  }

  .float-icon--slack,
  .float-icon--wave,
  .float-icon--blocks {
    left: calc(50% + 330px);
  }

  .float-icon--s {
    left: calc(50% + 235px);
  }

  .float-icon--zen {
    left: calc(50% + 300px);
  }

  .float-icon--black {
    left: calc(50% + 270px);
  }

  .founders-container {
    left: 50%;
    width: 1080px;
    max-width: none;
    transform: translateX(-50%) scale(0.66);
    transform-origin: top center;
  }

  .founders-section {
    height: 380px;
    margin-top: -260px;
    padding-bottom: 0;
  }

  .directions-section {
    height: 420px;
    min-height: 420px;
  }

  .directions-cards {
    left: 50%;
    margin: 44px 0 0;
    transform: translateX(-50%) scale(0.64);
    transform-origin: top center;
  }

  .directions-bar {
    display: block;
    top: 326px;
    left: 50%;
    width: 932px;
    height: 66px;
    min-height: 0;
    padding: 0;
    transform: translateX(-50%) scale(0.66);
    transform-origin: top center;
  }

  .directions-bar__avatars {
    position: absolute;
    top: 13.5px;
    left: 19px;
    width: 219px;
    height: 39px;
    justify-content: center;
  }

  .directions-bar__copy {
    position: absolute;
    top: calc(50% - 16px - 0.18px);
    left: 241px;
    width: 224.02px;
    height: 32px;
  }

  .directions-bar__button {
    position: absolute;
    top: calc(50% - 18px);
    right: auto;
    left: 794px;
    justify-self: auto;
  }

  .bloggers-section {
    height: 440px;
    margin: 0 auto 0;
  }

  .bloggers-videos {
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    transform-origin: top center;
  }

  .bloggers-footer {
    top: 350px;
    transform: translateX(-50%) scale(0.56);
    transform-origin: top center;
  }

  .report-section {
    height: 342px;
  }

  .report-container {
    left: 50%;
    transform: translateX(-50%) scale(0.62);
    transform-origin: top center;
  }

  .gives-section {
    height: 570px;
  }

  .gives-board {
    left: 50%;
    transform: translateX(-50%) scale(0.65);
    transform-origin: top center;
  }

  .preseed-section {
    height: 500px;
    padding: 36px 32px;
  }

  .preseed-header,
  .preseed-content {
    left: 50%;
    width: 984px;
    transform: translateX(-50%) scale(0.66);
    transform-origin: top center;
  }

  .preseed-header {
    position: relative;
    height: 104.5px;
  }

  .preseed-header h2 {
    width: 984px;
    height: 32px;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.75px;
  }

  .preseed-header p {
    width: 984px;
    height: 32px;
    font-size: 13px;
    line-height: 16px;
  }

  .preseed-content {
    position: relative;
    display: block;
    height: 420px;
    margin-top: -32px;
    grid-template-columns: none;
    gap: 0;
  }

  .preseed-timeline {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 257px;
    padding: 10px 0;
    gap: 28px;
    filter: drop-shadow(0 30px 70px rgb(0 0 0 / 0.8));
  }

  .preseed-map {
    position: absolute;
    top: 0;
    left: 204px;
    width: 536px;
    height: 420px;
    border-radius: 18px;
  }

  .preseed-side {
    position: absolute;
    top: 0;
    left: 764px;
    display: flex;
    width: 220px;
    height: 420px;
    gap: 14px;
  }

  .preseed-current,
  .preseed-next {
    width: 220px;
  }

  .pablo-section {
    width: min(1080px, calc(100% - 32px));
    height: 360px;
    margin: 30px auto 0;
    padding: 0;
  }

  .pablo-panel {
    position: relative;
    left: 50%;
    width: 1080px;
    max-width: none;
    height: 438.44px;
    padding: 40px 48px;
    transform: translateX(-50%) scale(0.66);
    transform-origin: top center;
  }

  .pablo-content {
    position: relative;
    display: block;
    width: 984px;
    max-width: 100%;
    height: 358.44px;
    grid-template-columns: none;
    gap: 0;
  }

  .pablo-copy {
    position: absolute;
    top: 0.01px;
    left: 0;
    width: 474px;
    height: 358.44px;
  }

  .pablo-copy h2 {
    width: 318px;
    height: 101px;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.8px;
  }

  .pablo-copy p {
    width: 419px;
    height: 68px;
    font-size: 14px;
    line-height: 22px;
  }

  .pablo-countdown {
    width: 474px;
    height: 78.07px;
    grid-template-columns: repeat(4, 112.5px);
    gap: 8px;
  }

  .pablo-card {
    position: absolute;
    top: 34.49px;
    left: 510px;
    width: 474px;
    height: 289.47px;
    padding: 20px;
    gap: 14px;
  }

  .pablo-card__header {
    width: 432px;
    height: 37px;
  }

  .pablo-card__header div {
    width: 160px;
    height: 37px;
  }

  .pablo-slots {
    width: 432px;
    height: 151.47px;
    grid-template-columns: repeat(6, 63.67px);
    grid-template-rows: repeat(2, 70.73px);
    gap: 10px;
  }

  .pablo-card__footer {
    width: 432px;
    height: 31px;
  }

  .reviews-section {
    height: 560px;
  }

  .reviews-panel {
    left: 50%;
    max-width: none;
    transform: translateX(-50%) scale(0.66);
    transform-origin: top center;
  }

  .telegram-section {
    height: 380px;
  }

  .telegram-panel {
    left: 50%;
    max-width: none;
    transform: translateX(-50%) scale(0.66);
    transform-origin: top center;
  }

  .telegram-content {
    left: 48px;
    transform: none;
  }

  .onas-section {
    height: 1390px;
  }

  .onas-header,
  .onas-cards {
    transform: scale(0.65);
    transform-origin: top center;
  }

  .quest-section {
    height: 700px;
    margin: 80px auto 0;
  }

  .quest-panel {
    left: 50%;
    max-width: none;
    transform: translateX(-50%) scale(0.66);
    transform-origin: top center;
  }

  .site-footer {
    margin: 35px auto 3px;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 54px;
  }

  .site-header {
    right: 0;
    width: auto;
    height: 54px;
    background: #ffffff;
    backdrop-filter: none;
  }

  .header-left {
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
  }

  .burger-button {
    top: 18.5px;
    left: 15.5px;
    width: 25px;
    height: 17px;
    transform: none;
  }

  .burger-button svg {
    width: 37px;
    height: 29px;
    transform: translate(-5.75px, -1.75px);
  }

  body.menu-open .burger-button svg {
    transform: translate(-5.75px, -1.75px) scale(0.92);
  }

  .brand {
    top: 50%;
    left: 80px;
    width: 99.56px;
    height: 18px;
    transform: translateY(-50%);
  }

  .brand svg {
    width: 99.56px;
    height: 18px;
  }

  .header-actions {
    display: contents;
  }

  .login-link {
    top: 19.5px;
    left: 210px;
    right: auto;
    display: flex;
    width: 34px;
    height: 15px;
    font-size: 11px;
    line-height: 15px;
  }

  .registration-button {
    top: 12px;
    right: auto;
    left: 249.99px;
    width: 96px;
    height: 30px;
    padding: 0;
    border-radius: 8px;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
  }

  .registration-button span {
    position: static;
    display: flex;
    width: 96px;
    height: 13px;
    clip: auto;
    clip-path: none;
    overflow: visible;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    white-space: normal;
  }

  .registration-button svg {
    display: none;
  }

  .menu-panel {
    left: 16px;
  }

  .hero-section {
    min-height: 586px;
    height: auto;
    overflow: visible;
    padding: 34px 18px 21.99px;
    isolation: isolate;
  }

  .hero-section::before,
  .hero-section::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    pointer-events: none;
    filter: blur(30px);
  }

  .hero-section::before {
    top: -40px;
    left: -80px;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    background: rgb(124 160 255 / 0.35);
  }

  .hero-section::after {
    top: 40px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    background: rgb(180 200 255 / 0.4);
  }

  .hero-background {
    display: block;
    opacity: 0.52;
  }

  .hero-floating {
    inset: auto auto auto 50%;
    top: 34px;
    z-index: 3;
    width: 324px;
    height: 130px;
    transform: translateX(-50%);
  }

  .float-tag {
    display: none;
  }

  .float-icon--sail {
    top: 14px;
    left: 67px;
    width: 64px;
    height: 64px;
  }

  .float-icon--xai {
    top: 15px;
    left: 179px;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%) rotate(-8.04deg);
  }

  .float-icon--github {
    top: 44px;
    left: 288px;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%) rotate(6deg);
  }

  .float-icon--arrows {
    top: 112px;
    left: 45px;
    width: 64px;
    height: 64px;
  }

  .float-icon--pixel {
    top: 82px;
    left: 96px;
    width: 36px;
    height: 36px;
  }

  .float-icon--slack {
    top: 87px;
    left: 306px;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%) rotate(-15deg);
  }

  .float-icon--s {
    top: 105px;
    left: 253px;
    width: 41px;
    height: 41px;
    transform: translate(-50%, -50%) rotate(25.87deg);
  }

  .float-icon--wave {
    top: 128px;
    left: 307px;
    width: 38px;
    height: 38px;
  }

  .float-icon--badge,
  .float-icon--teal,
  .float-icon--leaf,
  .float-icon--zen,
  .float-icon--blocks,
  .float-icon--black {
    display: none;
  }

  .hero-content {
    z-index: 4;
    width: 324px;
    max-width: calc(100vw - 36px);
    padding-top: 172px;
  }

  .hero-title {
    width: 320px;
    max-width: 100%;
    height: 64.69px;
    margin: 0 auto;
    color: #1b1a1a;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.75px;
  }

  .hero-title span + span {
    margin-top: 0;
  }

  .hero-subtitle {
    width: 300px;
    max-width: 100%;
    min-height: 58.1px;
    margin: 3.1px auto 0;
    color: #6b7280;
    font-family: Onest, Inter, Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
  }

  .hero-subtitle span {
    display: inline;
  }

  .tool-strip {
    width: 343.91px;
    max-width: calc(100vw - 16px);
    height: 79.97px;
    margin: 13px auto 0;
    transform: none;
    gap: 15.99px;
  }

  .tool-card {
    width: 55.99px;
    height: 79.97px;
    gap: 7.99px;
  }

  .tool-icon,
  .tool-card--chatgpt .tool-icon {
    width: 55.99px;
    height: 55.99px;
  }

  .tool-card--chatgpt .tool-icon {
    border-radius: 16px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.12);
  }

  .tool-card--chatgpt .tool-icon svg {
    width: 50px;
    height: 50px;
  }

  .tool-card--claude .tool-icon svg,
  .tool-card--gemini .tool-icon svg,
  .tool-card--vpn .tool-icon svg {
    top: -14px;
    left: -20px;
    width: 96px;
    height: 96px;
  }

  .tool-card--more .tool-icon svg {
    top: -12px;
    left: -16px;
    width: 88px;
    height: 88px;
  }

  .tool-label {
    margin-top: 0;
    color: rgb(0 0 0 / 0.45);
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }

  .hero-cta {
    width: 280.23px;
    height: 55.99px;
    margin-top: 24px;
    transform: none;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-note {
    display: block;
    width: 234.84px;
    margin: 10px auto 0;
    transform: none;
    color: #9a9ea6;
    opacity: 0.5;
    font-size: 12px;
    line-height: 16px;
  }

  .founders-section {
    margin-top: 24px;
    padding: 0 0 48px;
  }

  .founders-container {
    display: flex;
    width: 100%;
    min-height: 496px;
    margin: 0;
    padding: 27px 0 0 7px;
    transform: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .founders-copy {
    width: 351.01px;
    max-width: calc(100vw - 14px);
    height: 221.12px;
    margin: 0;
    gap: 9.9px;
  }

  .founders-title {
    width: 351.01px;
    max-width: 100%;
    height: 73.26px;
    font-size: 22.6209px;
    line-height: 24px;
    letter-spacing: -0.565524px;
    text-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.34);
  }

  .highlight {
    padding: 1.41381px 2.82762px;
  }

  .founders-text {
    width: 320px;
    max-width: calc(100vw - 24px);
    height: 47.48px;
    font-size: 9.89667px;
    line-height: 16px;
    text-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.32);
  }

  .founders-text br {
    display: none;
  }

  .founders-text strong {
    padding: 0 2.82762px;
  }

  .founders-stats {
    width: 351.01px;
    max-width: calc(100vw - 14px);
    height: 38.17px;
    grid-template-columns: repeat(3, 112.28px);
    gap: 7.08px;
  }

  .founders-stat {
    width: 112.28px;
    height: 35.78px;
    padding-top: 5.65524px;
    filter: drop-shadow(0 2.82762px 2.82762px rgb(0 0 0 / 0.25));
  }

  .founders-stat::before {
    height: 0.706905px;
  }

  .founders-stat span {
    font-size: 7.77595px;
    line-height: 9px;
    letter-spacing: 0.933114px;
    text-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.51);
  }

  .founders-stat:nth-child(3) span {
    font-size: 7.4225px;
    line-height: 9px;
    letter-spacing: 1.03915px;
  }

  .founders-stat strong {
    margin-top: 1.41px;
    font-size: 15.5519px;
    line-height: 19px;
    letter-spacing: -0.311038px;
    text-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.51);
  }

  .founders-actions {
    width: 351.01px;
    max-width: calc(100vw - 14px);
    height: 32.52px;
    padding-top: 2.82762px;
    gap: 7.07px;
  }

  .founders-button {
    height: 25.45px;
    padding: 0 9.89667px;
    border-radius: 6.36214px;
    gap: 2.5px;
    box-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.19);
    font-size: 9.18976px;
    line-height: 12px;
    letter-spacing: -0.0459488px;
  }

  .founders-button__label {
    height: 12.02px;
  }

  .founders-button__icon {
    width: 11.31px;
    height: 11.31px;
  }

  .founders-button--dark {
    width: 121.59px;
  }

  .founders-button--dark .founders-button__label {
    width: auto;
  }

  .founders-button--blue {
    width: 84.12px;
    gap: 2.5px;
  }

  .founders-button--blue .founders-button__label {
    width: 51px;
    margin-right: 0;
  }

  .founders-visual {
    position: relative;
    top: auto;
    left: auto;
    width: 319.13px;
    height: 221.13px;
    min-height: 221.13px;
    margin: 26px 0 0 12px;
  }

  .member-card {
    width: 268.62px;
    height: 157.64px;
    padding: 15.5519px 16.9657px;
    border-radius: 12.7243px;
  }

  .member-card::before {
    width: 98.97px;
    height: 98.97px;
    border-radius: 49.4833px;
  }

  .member-card--front {
    top: 6.43px;
    left: 12.21px;
    box-shadow: -2.82762px -8.48286px 24.7417px rgb(0 0 0 / 0.21), 0 14.1381px 35.3452px -7.06905px rgb(0 0 0 / 0.13);
  }

  .member-card--front::before {
    top: -22.46px;
    left: 189.21px;
  }

  .member-card--middle {
    top: 25.66px;
    left: 36.08px;
    box-shadow: 0 14.1381px 35.3452px -5.65524px rgb(0 0 0 / 0.24);
  }

  .member-card--middle::before {
    top: -12.84px;
    left: 194.16px;
  }

  .member-card--back {
    top: 31.98px;
    left: 50.26px;
    box-shadow: 0 14.1381px 35.3452px -5.65524px #000000;
  }

  .member-card--back::before {
    top: -1.14px;
    left: 198.17px;
  }

  .member-card__header {
    width: 234.69px;
    height: 29.7px;
    padding-bottom: 16.97px;
    gap: 84.55px;
  }

  .member-logo {
    width: 70.6px;
    height: 12.73px;
    gap: 4.24px;
    font-size: 9.89667px;
    line-height: 12px;
    letter-spacing: -0.0989667px;
  }

  .member-logo i {
    width: 12.73px;
    height: 12.73px;
    border-radius: 3.53452px;
    font-size: 7.77595px;
    line-height: 9px;
    letter-spacing: -0.0989667px;
  }

  .member-year {
    width: 79.54px;
    height: 8.48px;
    font-size: 7.06905px;
    line-height: 9px;
    letter-spacing: 1.13105px;
  }

  .member-label,
  .member-name-label {
    left: 16.9657px;
  }

  .member-label {
    top: 48.78px;
    width: 71px;
    height: 10px;
    font-size: 8.48286px;
    line-height: 10px;
    letter-spacing: 1.35726px;
  }

  .member-number {
    top: 62.22px;
    left: 16.9657px;
    width: 114px;
    height: 31px;
    font-size: 25.4486px;
    line-height: 31px;
    letter-spacing: 1.52691px;
  }

  .member-name-label {
    top: 106.04px;
    width: 20px;
    height: 9px;
    font-size: 7.4225px;
    line-height: 9px;
    letter-spacing: 1.1876px;
  }

  .member-name {
    top: 115.96px;
    left: 16.9657px;
    width: 99px;
    height: 12px;
    font-size: 9.89667px;
    line-height: 12px;
  }

  .member-role {
    top: 128.68px;
    left: 16.9657px;
    width: 93px;
    height: 9px;
    font-size: 7.77595px;
    line-height: 9px;
  }

  .member-card--back .member-role-ghost {
    left: 114.52px;
    bottom: 33.94px;
    width: 93px;
    height: 9px;
    font-size: 7.77595px;
    line-height: 9px;
  }

  .member-qr {
    right: 16.97px;
    bottom: 15.55px;
    width: 33.93px;
    height: 33.93px;
    border-radius: 5.65524px;
  }

  .member-qr i {
    width: 5.08px;
    height: 5.08px;
    border-radius: 0.706905px;
  }

  .member-qr i:nth-child(1) {
    top: 4.24px;
    left: 2.83px;
  }

  .member-qr i:nth-child(2) {
    top: 3.53px;
    left: 20.5px;
  }

  .member-qr i:nth-child(3) {
    top: 9.9px;
    left: 9.19px;
  }

  .member-qr i:nth-child(4) {
    top: 8.48px;
    left: 26.15px;
  }

  .member-qr i:nth-child(5) {
    top: 15.55px;
    left: 15.55px;
  }

  .member-qr i:nth-child(6) {
    top: 21.91px;
    left: 4.24px;
  }

  .member-qr i:nth-child(7) {
    top: 20.5px;
    left: 21.21px;
  }

  .member-qr i:nth-child(8) {
    top: 26.86px;
    left: 9.9px;
  }

  .member-qr i:nth-child(9) {
    top: 26.15px;
    left: 27.57px;
  }

  .site-footer {
    width: 100%;
    height: auto;
    margin-top: 72px;
    padding: 40px 24px 24px;
  }

  .site-footer > * {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
  }

  .footer-left,
  .footer-menus,
  .footer-bottom {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .footer-left {
    height: auto;
  }

  .footer-intro,
  .footer-intro p {
    width: 100%;
    height: auto;
  }

  .footer-menus {
    margin-top: 40px;
    gap: 48px;
  }

  .footer-bottom {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 20px;
  }

  .footer-bottom > span,
  .footer-bottom div {
    width: 100%;
  }

  .footer-bottom div {
    height: auto;
    flex-direction: column;
    gap: 10px;
  }

  .onas-section {
    height: auto;
    margin-top: 48px;
    padding: 48px 16px 72px;
    gap: 32px;
  }

  .onas-glow {
    display: none;
  }

  .onas-header,
  .onas-cards {
    width: 100%;
    height: auto;
    transform: none;
  }

  .onas-header h2 {
    width: 100%;
    height: auto;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.4px;
  }

  .onas-header h2 > span,
  .onas-header mark {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  .onas-header mark {
    display: inline-flex;
    padding: 4px 8px 8px;
  }

  .onas-header p,
  .onas-card,
  .onas-kicker,
  .onas-card h3,
  .onas-card p,
  .onas-chips,
  .onas-mini-grid,
  .onas-stat-grid {
    width: 100%;
    max-width: 100%;
  }

  .onas-cards {
    gap: 18px;
  }

  .onas-card,
  .onas-card--ai,
  .onas-card--people,
  .onas-card--stats,
  .onas-card--no,
  .onas-card--start {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 28px 20px 26px;
    transform: none;
  }

  .onas-card h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .onas-number {
    top: 18px;
    right: 18px;
    font-size: 44px;
    line-height: 44px;
  }

  .onas-mini-grid,
  .onas-stat-grid {
    grid-template-columns: 1fr;
  }

  .pablo-section {
    margin-top: 48px;
  }

  .pablo-copy h2 {
    height: auto;
    font-size: 29px;
    line-height: 32px;
  }

  .pablo-copy p {
    height: auto;
  }

  .pablo-countdown {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pablo-timebox {
    width: 100%;
  }

  .pablo-card__header {
    height: auto;
  }

  .pablo-slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pablo-card__footer {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .preseed-section {
    margin-top: 48px;
    padding: 28px 18px;
  }

  .preseed-header p br {
    display: none;
  }

  .preseed-meta {
    width: 100%;
  }

  .preseed-map {
    height: 300px;
  }

  .preseed-timeline li {
    width: 100%;
  }

  .directions-section {
    width: 100%;
    height: 328px;
    min-height: 328px;
    margin-top: 10px;
    padding: 24px 0 0;
    overflow: visible;
  }

  .directions-title {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 24px;
    margin: 0;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: -0.55px;
    text-shadow: 0 10px 17.5px rgb(0 0 0 / 0.38);
  }

  .directions-cards {
    position: absolute;
    top: 68px;
    left: 50%;
    display: block;
    width: 312px;
    height: 190px;
    margin: 0;
    max-width: none;
    transform: translateX(-50%);
  }

  .direction-card {
    position: absolute;
    min-height: 0;
    padding: 12px;
    border-radius: 11px;
    box-shadow: 0 12px 25px -10px rgb(11 14 26 / 0.68), 0 -4.5px 8px rgb(11 14 26 / 0.08);
    gap: 4.15px;
  }

  .direction-card__top {
    width: 100%;
    height: 26.35px;
    padding-bottom: 4.35px;
    gap: 12px;
  }

  .direction-icon {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }

  .direction-icon svg {
    max-width: 11px;
    max-height: 11px;
  }

  .direction-badge {
    height: 11px;
    padding: 2px 5px;
    font-size: 5.5px;
    line-height: 7px;
  }

  .direction-card h3 {
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.18px;
  }

  .direction-card p {
    margin-top: 0;
    font-size: 7px;
    line-height: 11px;
  }

  .direction-tape {
    top: -5px;
    width: 22px;
    height: 9px;
    border-width: 0.5px;
    border-radius: 1px;
  }

  .direction-card--network {
    top: 12.94px;
    left: 10px;
    width: 140px;
    height: 95.08px;
    transform: rotate(-6deg);
    gap: 4.4px;
  }

  .direction-card--network .direction-card__top {
    height: 26.1px;
    padding-bottom: 4.1px;
  }

  .direction-card--network .direction-badge {
    width: 57.52px;
  }

  .direction-card--investments {
    top: 4.88px;
    left: 145px;
    width: 150px;
    height: 84.24px;
    transform: rotate(4deg);
  }

  .direction-card--investments .direction-badge {
    width: 64.26px;
  }

  .direction-card--education {
    top: 109px;
    left: 10px;
    width: 145px;
    height: 84.24px;
    transform: rotate(-3deg);
  }

  .direction-card--education .direction-badge {
    width: 41.62px;
  }

  .direction-card--grants {
    top: 83px;
    left: 145px;
    width: 140px;
    height: 84.24px;
    transform: rotate(7deg);
  }

  .direction-card--grants .direction-badge {
    width: 38.13px;
  }

  .directions-bar {
    position: absolute;
    top: 278px;
    left: 50%;
    display: block;
    width: 312.5px;
    min-height: 0;
    height: 33px;
    padding: 0;
    transform: translateX(-50%);
    border-width: 0.5px;
    border-radius: 7px;
    box-shadow: 0 10px 17.5px rgb(0 0 0 / 0.25);
  }

  .directions-bar__avatars {
    position: absolute;
    top: 6.75px;
    left: 9.5px;
    display: flex;
    width: 77px;
    height: 19.5px;
    padding-top: 2.35px;
    justify-content: center;
  }

  .bar-avatar {
    width: 17px;
    height: 17px;
    border-width: 1px;
    border-radius: 8.5px;
    font-size: 6px;
    line-height: 8px;
  }

  .bar-avatar + .bar-avatar {
    margin-left: -5px;
  }

  .bar-avatar:nth-child(6),
  .bar-avatar:nth-child(7) {
    display: none;
  }

  .bar-avatar--more {
    font-size: 5.5px;
    line-height: 8px;
  }

  .directions-bar__copy {
    position: absolute;
    top: calc(50% - 8px - 0.5px);
    left: 92px;
    width: 112.01px;
    height: 16px;
    gap: 0.5px;
  }

  .directions-bar__copy strong {
    width: 115.5px;
    height: 9px;
    font-size: 6.5px;
    line-height: 9px;
    letter-spacing: -0.088px;
  }

  .directions-bar__copy span {
    width: 112px;
    height: 7px;
    color: #2fb36b;
    font-size: 5.5px;
    line-height: 7px;
    letter-spacing: -0.088px;
  }

  .directions-bar__button {
    position: absolute;
    top: calc(50% - 9px);
    right: auto;
    left: 240px;
    width: 59.5px;
    height: 18px;
    padding: 0 7px;
    border-radius: 4.5px;
    gap: 2.5px;
    font-size: 6.5px;
    line-height: 9px;
    letter-spacing: -0.0325px;
  }

  .directions-bar__button span {
    width: 36px;
    height: 9px;
    margin-right: 0;
  }

  .directions-bar__button svg {
    width: 8px;
    height: 8px;
  }

  .bloggers-section {
    width: 100%;
    height: 247.88px;
    margin: 24px 0 0;
    overflow: hidden;
  }

  .bloggers-title {
    top: 21px;
    width: 304px;
    height: 47px;
    transform: translateX(-50%) scale(0.375);
    transform-origin: top center;
  }

  .bloggers-videos {
    top: 59.25px;
    left: 50%;
    width: 1467px;
    height: 284.87px;
    transform: translateX(-50%) scale(0.375);
    transform-origin: top center;
  }

  .bloggers-footer {
    top: 179.32px;
    left: 50%;
    width: 1280px;
    height: 135.59px;
    transform: translateX(-50%) scale(0.375);
    transform-origin: top center;
  }

  .report-section {
    width: 100%;
    height: 202.5px;
    margin: 0;
    overflow: visible;
  }

  .report-container {
    left: 0;
    width: 442.5px;
    max-width: none;
    height: 202.5px;
    transform: none;
  }

  .report-copy {
    top: 19.5px;
    left: 21px;
    transform: scale(0.375);
    transform-origin: top left;
  }

  .receipt-wrap {
    top: 19.5px;
    left: 221.25px;
    transform: scale(0.375);
    transform-origin: top left;
  }

  .gives-section {
    width: 420px;
    max-width: none;
    height: 304.5px;
    margin: -21.5px 0 0 -27px;
    border-radius: 6.75px;
    overflow: visible;
  }

  .gives-title {
    top: 23.81px;
    left: 156px;
    width: 360px;
    height: 56px;
    transform: scale(0.375);
    transform-origin: top left;
  }

  .gives-board {
    top: 48.75px;
    left: 21.51px;
    width: 1100px;
    height: 700px;
    transform: scale(0.375);
    transform-origin: top left;
  }

  .preseed-section {
    display: block;
    width: 607.5px;
    max-width: none;
    height: 540px;
    margin: 18px 0 0 -117px;
    padding: 22.5px 27px;
    border-radius: 13.5px;
    overflow: visible;
  }

  .preseed-section::before {
    top: -30px;
    left: -260px;
    width: 360px;
    height: 360px;
    opacity: 0.35;
  }

  .preseed-header {
    width: 553.5px;
    height: 58.78px;
    transform: none;
    gap: 4.39px;
  }

  .preseed-header h2,
  .preseed-header p {
    width: 553.5px;
    justify-content: center;
    text-align: center;
  }

  .preseed-header h2 {
    height: 18px;
    font-size: 16.875px;
    line-height: 18px;
    letter-spacing: -0.421875px;
    text-shadow: 0 11.25px 19.6875px rgb(0 0 0 / 0.4);
  }

  .preseed-header p {
    width: 360px;
    height: 18px;
    align-self: center;
    font-size: 7.3125px;
    line-height: 9px;
    text-shadow: 0 11.25px 19.6875px rgb(0 0 0 / 0.4);
  }

  .preseed-content {
    position: relative;
    display: block;
    width: 553.5px;
    height: 236.25px;
    margin-top: 13.5px;
    transform: none;
  }

  .preseed-map {
    position: absolute;
    top: 0;
    left: 114.75px;
    width: 536px;
    height: 420px;
    border-radius: 18px;
    transform: scale(0.5625);
    transform-origin: top left;
  }

  .preseed-timeline {
    position: absolute;
    top: 280px;
    left: 145px;
    width: 180px;
    height: 257px;
    padding: 10px 0;
    gap: 28px;
    transform: scale(0.5625);
    transform-origin: top left;
    filter: drop-shadow(0 30px 70px rgb(0 0 0 / 0.8));
  }

  .preseed-side {
    position: absolute;
    top: 268px;
    left: 285px;
    width: 220px;
    height: 420px;
    gap: 14px;
    transform: scale(0.5625);
    transform-origin: top left;
  }

  .preseed-meta {
    display: none;
  }

  .pablo-section {
    display: block;
    width: 729px;
    max-width: none;
    height: 476px;
    margin: 18px 0 0 -10px;
    padding: 0;
    overflow: visible;
  }

  .pablo-panel {
    position: relative;
    left: auto;
    width: 729px;
    max-width: none;
    height: 464px;
    padding: 0;
    border-radius: 16.2px;
    transform: none;
    box-shadow: 0 0 0 0.675px #e8e8ed;
  }

  .pablo-content {
    position: absolute;
    top: 27px;
    left: 32.4px;
    display: block;
    width: 664.2px;
    max-width: none;
    height: 421px;
  }

  .pablo-copy {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 319.95px;
    height: 421px;
  }

  .pablo-copy h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 215px;
    height: 69px;
    font-size: 21.6px;
    line-height: 23px;
    letter-spacing: -0.54px;
    text-shadow: 0 13.5px 23.625px rgb(0 0 0 / 0.4);
  }

  .pablo-copy p {
    position: absolute;
    top: 77.84px;
    left: 0;
    width: 283px;
    height: 46px;
    font-size: 9.45px;
    line-height: 15px;
    text-shadow: 0 13.5px 23.625px rgb(0 0 0 / 0.4);
  }

  .pablo-countdown {
    position: absolute;
    top: 132.69px;
    left: 0;
    width: 319.95px;
    height: 52.69px;
    grid-template-columns: repeat(4, 75.94px);
    gap: 5.4px;
  }

  .pablo-timebox {
    width: 75.94px;
    height: 45.9px;
    margin-top: 3.49px;
    padding: 8.1px 0;
    gap: 2.7px;
    border-radius: 6.75px;
  }

  .pablo-timebox strong {
    height: 18.9px;
    font-size: 18.9px;
    line-height: 19px;
    letter-spacing: -0.378px;
  }

  .pablo-timebox span {
    height: 8.1px;
    font-size: 6.75px;
    line-height: 8px;
    letter-spacing: 0.945px;
  }

  .pablo-button {
    position: absolute;
    top: 372px;
    left: 2px;
    width: 51.41px;
    height: 15.55px;
    padding: 0 6.048px;
    gap: 2.5px;
    border-radius: 3.888px;
    box-shadow: 0 8.64px 15.12px rgb(0 0 0 / 0.19);
    font-size: 5.616px;
    line-height: 7px;
    letter-spacing: -0.02808px;
  }

  .pablo-button span {
    width: 31px;
    margin-right: 0;
  }

  .pablo-button svg {
    width: 6.91px;
    height: 6.91px;
  }

  .pablo-card {
    position: absolute;
    top: 193.99px;
    left: -0.4px;
    width: 320px;
    height: 163px;
    padding: 11.25px;
    gap: 7.88px;
    border-width: 0.5625px;
    border-radius: 10.125px;
    box-shadow: 0 16.875px 39.375px rgb(0 0 0 / 0.38);
  }

  .pablo-card__header {
    width: 297px;
    height: 21px;
  }

  .pablo-card__header div {
    width: 76.31px;
    height: 20.81px;
    gap: 1.12px;
  }

  .pablo-card__header span {
    height: 7px;
    font-size: 5.90625px;
    line-height: 7px;
    letter-spacing: 0.945px;
  }

  .pablo-card__header strong {
    height: 12px;
    font-size: 10.125px;
    line-height: 12px;
    letter-spacing: -0.2025px;
  }

  .pablo-card__header .pablo-status {
    width: 38.81px;
    height: 11.81px;
    padding: 1.6875px 5.625px;
    border-radius: 561.938px;
    font-size: 5.90625px !important;
    line-height: 7px !important;
    letter-spacing: 0.118125px !important;
  }

  .pablo-slots {
    width: 297px;
    height: 85px;
    grid-template-columns: repeat(7, 35.81px);
    grid-template-rows: repeat(2, 39.79px);
    gap: 5.62px;
  }

  .pablo-slot {
    border-width: 0.5625px;
    border-radius: 5.625px;
  }

  .pablo-slot::before {
    top: 5.62px;
    width: 24.27px;
    height: 27.06px;
  }

  .pablo-card__footer {
    width: 297px;
    height: 17px;
    padding-top: 7.875px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    border-top-width: 0.5625px;
    font-size: 6.75px;
    line-height: 8px;
  }

  .pablo-card__footer span {
    white-space: nowrap;
  }

  .pablo-card__footer span:last-child strong {
    font-size: 6.75px;
    line-height: 9px;
  }

  .reviews-section {
    display: block;
    width: 357px;
    max-width: none;
    height: 351px;
    margin: 0 0 0 11px;
    padding: 0;
    overflow: visible;
  }

  .reviews-section::before {
    right: -175px;
    bottom: -80px;
    width: 300px;
    height: 300px;
    opacity: 0.34;
  }

  .reviews-panel {
    position: relative;
    left: auto;
    width: 342px;
    max-width: none;
    height: 334px;
    padding: 17.28px 20.736px;
    border-radius: 10.368px;
    transform: none;
  }

  .reviews-header {
    width: 315.65px;
    max-width: none;
    height: 44.93px;
  }

  .reviews-header h2 {
    width: 315.65px;
    height: 14px;
    gap: 3px;
    font-size: 12.96px;
    line-height: 14px;
    letter-spacing: -0.324px;
    text-shadow: 0 8.64px 15.12px rgb(0 0 0 / 0.4);
  }

  .reviews-header p {
    width: 315.65px;
    height: 14px;
    margin-top: 3.37px;
    font-size: 5.616px;
    line-height: 7px;
  }

  .reviews-controls {
    right: 0;
    bottom: 0;
    width: 82.07px;
    height: 16.42px;
    gap: 2.59px;
  }

  .reviews-arrow {
    width: 11.23px;
    height: 12.1px;
    padding: 2.592px 4.32px;
    border-width: 0.432px;
    border-radius: 3.456px;
    font-size: 5.184px;
    line-height: 6px;
  }

  .reviews-more {
    width: 51.41px;
    height: 15.55px;
    margin-left: 3.456px;
    padding: 0 6.048px;
    gap: 2.5px;
    border-radius: 3.888px;
    box-shadow: 0 8.64px 15.12px rgb(0 0 0 / 0.19);
    font-size: 5.616px;
    line-height: 7px;
    letter-spacing: -0.02808px;
  }

  .reviews-more span {
    width: 31px;
    margin-right: 0;
  }

  .reviews-more svg {
    width: 6.91px;
    height: 6.91px;
  }

  .reviews-grid {
    position: relative;
    width: 283.39px;
    max-width: none;
    height: 206.78px;
    margin-top: 10.37px;
  }

  .review-card {
    width: 137.65px;
    min-height: 99.36px;
    height: 101.52px;
    border-radius: 7.776px;
    box-shadow: 0 12.96px 30.24px rgb(0 0 0 / 0.13);
  }

  .review-card--one {
    top: 0;
    left: 0;
    height: 101.52px;
  }

  .review-card--two {
    top: 0;
    left: 143.71px;
    width: 137.67px;
    height: 101.52px;
  }

  .review-card--four {
    top: 107.57px;
    left: 0;
    height: 99.36px;
  }

  .review-card--five {
    top: 107.57px;
    left: 143.71px;
    width: 137.67px;
    height: 99.36px;
  }

  .review-card--three,
  .review-card--six {
    display: none;
  }

  .reviews-grid.is-page-two .review-card {
    width: 137.65px;
    min-height: 99.36px;
    height: 101.52px;
  }

  .reviews-grid.is-page-two .review-card--one {
    top: 0;
    left: 0;
  }

  .reviews-grid.is-page-two .review-card--two {
    top: 0;
    left: 143.71px;
    width: 137.67px;
  }

  .reviews-grid.is-page-two .review-card--three {
    display: block;
    top: 107.57px;
    left: 0;
    height: 99.36px;
  }

  .reviews-grid.is-page-two .review-card--four {
    top: 107.57px;
    left: 143.71px;
    width: 137.67px;
    height: 99.36px;
  }

  .reviews-grid.is-page-two .review-person strong {
    width: 52px;
  }

  .review-card__top {
    top: 6.91px;
    left: 7.78px;
    width: 122.1px;
    height: 9.07px;
  }

  .review-card--two .review-card__top,
  .review-card--five .review-card__top {
    left: 7.77px;
    width: 122.11px;
  }

  .review-tag {
    height: 9.07px;
    padding: 1.728px 4.32px;
    border-radius: 431.568px;
    font-size: 4.536px;
    line-height: 5px;
    letter-spacing: 0.27216px;
  }

  .review-stage {
    height: 6.05px;
    font-size: 4.536px;
    line-height: 5px;
    letter-spacing: 0.27216px;
  }

  .review-person {
    top: 22.03px;
    left: 7.78px;
    width: 122.1px;
    height: 21.6px;
    gap: 4.32px;
  }

  .review-card--two .review-person,
  .review-card--five .review-person {
    left: 7.77px;
    width: 122.11px;
  }

  .review-avatar {
    width: 21.6px;
    height: 21.6px;
    border-radius: 6.048px;
    background: #eceef8;
  }

  .review-avatar svg {
    width: 13.82px;
    height: 13.82px;
  }

  .review-person strong {
    width: 52px;
    height: 12.96px;
    font-size: 5.832px;
    line-height: 7px;
    letter-spacing: -0.05832px;
  }

  .review-person small {
    font-size: 5.832px;
    line-height: 7px;
  }

  .review-card p {
    top: 43.26px;
    bottom: auto;
    left: 7.78px;
    width: 114px;
    height: 33px;
    font-size: 5.4px;
    line-height: 8px;
  }

  .review-card--two p,
  .review-card--four p,
  .review-card--five p {
    top: 43.09px;
    left: 7.77px;
    width: 118px;
    height: 25px;
  }

  .review-card footer {
    bottom: auto;
    top: 76.03px;
    left: 7.78px;
    width: 122.1px;
    height: 17.71px;
    padding-top: 4.32px;
    border-top-width: 0.432px;
  }

  .review-card--two footer,
  .review-card--four footer,
  .review-card--five footer {
    left: 7.77px;
    width: 122.11px;
  }

  .review-card footer strong {
    height: 8px;
    font-size: 7.776px;
    line-height: 8px;
    letter-spacing: -0.15552px;
  }

  .review-card footer span {
    height: 5px;
    font-size: 4.536px;
    line-height: 5px;
  }

  .reviews-dots {
    top: 297px;
    left: 151px;
    width: 14.4px;
    height: 4.8px;
    transform: none;
    gap: 4.8px;
  }

  .reviews-dots span {
    flex-basis: 4.8px;
    width: 4.8px;
    height: 4.8px;
    min-width: 4.8px;
    min-height: 4.8px;
    max-width: 4.8px;
    max-height: 4.8px;
    background: #cfd3d6;
  }

  .telegram-section {
    display: block;
    width: 810px;
    max-width: none;
    height: 455px;
    margin: 0 0 0 -16px;
    padding: 0;
    overflow: visible;
  }

  .telegram-panel {
    width: 810px;
    max-width: none;
    height: 313.76px;
    border-radius: 18px;
  }

  .telegram-content {
    top: 30px;
    left: 36px;
    width: 738px;
    height: 500px;
  }

  .telegram-copy {
    top: 19.5px;
    left: 0;
    width: 338.57px;
    height: 440px;
  }

  .telegram-badge {
    top: 0;
    left: 0;
    width: 75.13px;
    height: 22.5px;
    padding: 0 9px;
    gap: 6px;
    border-radius: 6px;
    box-shadow: 0 15px 26.25px rgb(0 0 0 / 0.45);
    font-size: 9px;
    line-height: 14px;
  }

  .telegram-badge svg {
    width: 10.5px;
    height: 10.5px;
  }

  .telegram-copy h2 {
    top: 27px;
    left: 0;
    width: 238px;
    height: 81px;
    font-size: 25.5px;
    line-height: 27px;
    letter-spacing: -0.6375px;
    text-shadow: 0 15px 26.25px rgb(0 0 0 / 0.4);
  }

  .telegram-copy p {
    top: 110.44px;
    left: 0;
    width: 285px;
    height: 34px;
    font-size: 10.5px;
    line-height: 17px;
    text-shadow: 0 15px 26.25px rgb(0 0 0 / 0.4);
  }

  .telegram-proof {
    top: 161.11px;
    left: 0;
    width: 338.57px;
    height: 46.5px;
    gap: 7.5px;
    padding: 9px 10.5px;
    border-width: 0.75px;
    border-radius: 9px;
  }

  .telegram-proof__avatar {
    width: 25.5px;
    height: 25.5px;
    border-width: 1.5px;
    font-size: 9px;
    line-height: 12px;
  }

  .telegram-proof__text {
    width: 283.07px;
    height: 22.5px;
    font-size: 9px;
    line-height: 11px;
  }

  .telegram-button {
    top: 161.11px;
    left: 0;
    transform: none;
    width: 135.26px;
    height: 27.28px;
    gap: 5px;
    border-radius: 5.625px;
    box-shadow: 0 11.25px 19.6875px rgb(0 0 0 / 0.45);
    font-size: 8.4375px;
    line-height: 13px;
  }

  .telegram-button svg {
    width: 9px;
    height: 9px;
  }

  .telegram-ticket {
    top: 262px;
    left: 0;
    width: 496.56px;
    height: 226px;
    border-radius: 14px;
    transform: scale(0.5625);
    transform-origin: top left;
  }

  .onas-section {
    display: flex;
    width: 480px;
    max-width: none;
    height: 935.98px;
    margin: -26px 0 0 -60px;
    padding: 41.25px 30px 52.5px;
    gap: 19.42px;
    align-items: center;
    overflow: visible;
  }

  .onas-glow {
    display: block;
    filter: blur(3.75px);
  }

  .onas-glow--left {
    top: 52.5px;
    left: -67.5px;
    width: 195px;
    height: 195px;
    opacity: 0.55;
  }

  .onas-glow--right {
    top: 598.48px;
    left: 360px;
    width: 187.5px;
    height: 187.5px;
    opacity: 0.4;
  }

  .onas-header {
    position: relative;
    display: flex;
    width: 420px;
    height: 93.75px;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    transform: none;
  }

  .onas-header h2 {
    position: relative;
    width: 367.5px;
    max-width: 367.5px;
    height: 63.35px;
    margin: 0;
    font-size: 33px;
    line-height: 32px;
    letter-spacing: -1.05px;
    text-shadow: 0 7.5px 13.125px rgb(0 0 0 / 0.4);
  }

  .onas-header h2 > span {
    position: absolute;
    top: -0.19px;
    left: 50%;
    display: flex;
    width: 223.54px;
    height: 32px;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
  }

  .onas-header mark {
    position: absolute;
    top: 31.5px;
    left: 50%;
    display: flex;
    width: 224.9px;
    height: 45.12px;
    transform: translateX(-50%);
    align-items: flex-start;
    justify-content: center;
    padding: 6.5625px 4.95px;
    background: rgb(68 117 242 / 0.7);
    color: #1a1a1a;
    font-size: 33px;
    line-height: 32px;
    letter-spacing: -1.05px;
  }

  .onas-header p {
    position: static;
    width: 217.5px;
    max-width: 217.5px;
    height: 21.38px;
    margin: 0;
    transform: none;
    font-size: 7.125px;
    line-height: 11px;
  }

  .onas-cards {
    display: flex;
    width: 880px;
    max-width: 880px;
    height: 1783.98px;
    flex-direction: column;
    align-items: flex-end;
    gap: 5.1px;
    transform: scale(0.375);
    transform-origin: top center;
    margin-bottom: -1115px;
  }

  .onas-card,
  .onas-card--ai,
  .onas-card--people,
  .onas-card--stats,
  .onas-card--no,
  .onas-card--start {
    position: relative;
    width: 880px;
    min-height: 320px;
    padding: 34px 40px 32px;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgb(0 0 0 / 0.25);
    transform-origin: center center;
  }

  .onas-card--ai {
    height: 320.77px;
    margin-top: 0;
    background: #cfe1ff;
    transform: rotate(-1.6deg);
  }

  .onas-card--people {
    height: 339.17px;
    margin-top: 24px;
    background: #fff3a8;
    transform: rotate(1.4deg);
  }

  .onas-card--stats {
    height: 338.97px;
    margin-top: 20px;
    background: #c9efd1;
    transform: rotate(-1deg);
  }

  .onas-card--no {
    height: 339.17px;
    margin-top: 20px;
    background: #ffd1de;
    transform: rotate(1.2deg);
  }

  .onas-card--start {
    height: 310.97px;
    margin-top: 20px;
    background: #ffffff;
    transform: rotate(-1.4deg);
  }

  .onas-kicker {
    width: 800px;
    height: 36px;
    gap: 10px;
  }

  .onas-icon {
    width: 36px;
    height: 36px;
    border-width: 1px;
    border-radius: 12px;
  }

  .onas-icon svg {
    width: 22px;
    height: 22px;
  }

  .onas-kicker > span:last-child {
    height: 17px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.4px;
  }

  .onas-card h3 {
    width: 600px;
    max-width: 600px;
    margin: 9.5px 0 0;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.8px;
  }

  .onas-card--ai h3,
  .onas-card--stats h3,
  .onas-card--start h3 {
    max-width: 640px;
  }

  .onas-card--stats h3 {
    width: 650px;
  }

  .onas-card--people h3 {
    width: 760px;
    max-width: 760px;
    white-space: nowrap;
  }

  .onas-card p {
    width: 640px;
    max-width: 640px;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 25px;
  }

  .onas-number {
    top: 9px;
    right: 27px;
    height: 58px;
    font-size: 64px;
    line-height: 58px;
    letter-spacing: -3px;
  }

  .onas-card--people .onas-number,
  .onas-card--no .onas-number {
    top: 26px;
  }

  .onas-chips {
    width: 800px;
    margin-top: 18px;
    gap: 8px;
  }

  .onas-chips span {
    height: 34px;
    padding: 8px 12px;
    gap: 6px;
    font-size: 13px;
    line-height: 18px;
  }

  .onas-chips svg {
    width: 15px;
    height: 15px;
  }

  .onas-mini-grid,
  .onas-stat-grid {
    display: grid;
    width: 800px;
    margin-top: 20px;
    gap: 12px;
  }

  .onas-mini-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .onas-stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .onas-mini-grid span,
  .onas-stat-grid span {
    min-height: 84.6px;
    padding: 14px 16px;
    gap: 3px;
    border-radius: 14px;
  }

  .onas-stat-grid span {
    min-height: 77px;
    padding: 14px 14px 12px;
    gap: 5.5px;
  }

  .onas-mini-grid strong {
    font-size: 14.5px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }

  .onas-mini-grid small {
    max-width: 220px;
    font-size: 12px;
    line-height: 17px;
  }

  .onas-stat-grid strong {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .onas-stat-grid small {
    font-size: 12px;
    line-height: 16px;
  }

  .onas-action {
    margin-top: 18px;
    gap: 12px;
  }

  .onas-action a {
    width: 206px;
    height: 36px;
    gap: 2.5px;
    border-radius: 9px;
    font-size: 13px;
    line-height: normal;
    letter-spacing: -0.065px;
  }

  .onas-action svg {
    width: 16px;
    height: 16px;
  }

  .onas-action > span {
    height: 18px;
    font-size: 13px;
    line-height: 18px;
  }

  .quest-section {
    display: block;
    width: 540px;
    max-width: none;
    height: 796px;
    margin: -91px 0 0 -7px;
    overflow: visible;
  }

  .quest-panel {
    width: 540px;
    max-width: none;
    height: 496px;
    padding: 20px 24px;
    border-radius: 12px;
    box-shadow: 0 0 0 0.5px #e8e8ed;
  }

  .quest-header {
    width: 315px;
    height: 44px;
  }

  .quest-header h2 {
    width: 315px;
    height: 16px;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -0.375px;
    text-shadow: 0 10px 17.5px rgb(0 0 0 / 0.4);
  }

  .quest-header h2 span {
    margin-left: 3.5px;
  }

  .quest-header p {
    width: 315px;
    height: 8px;
    margin: 3.9px 0 0;
    font-size: 6.5px;
    line-height: 8px;
  }

  .quest-header small {
    right: 0;
    bottom: 0;
    width: 45.04px;
    height: 7px;
    font-size: 5.25px;
    line-height: 6px;
    letter-spacing: 0.945px;
  }

  .quest-list {
    width: 492px;
    height: 636.44px;
    margin-top: 12px;
  }

  .quest-card {
    left: 0;
    width: 315px;
    height: 91.12px;
    padding: 9px 11px 8px;
    border-width: 0.5px;
    border-radius: 9px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 0.33);
  }

  .quest-card--featured {
    top: 0;
    left: 0;
    width: 315px;
    height: 85.88px;
    padding: 15px 10px 9px;
    border-radius: 7px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 0.33);
  }

  .quest-card:nth-of-type(2) {
    top: 92.88px;
    left: 0;
    z-index: 2;
    height: 91.12px;
  }

  .quest-card:nth-of-type(3) {
    top: 191px;
    left: 0;
    z-index: 3;
    height: 91.12px;
  }

  .quest-card:nth-of-type(4) {
    top: 289.12px;
    left: 0;
    z-index: 4;
    height: 81.44px;
  }

  .quest-card:nth-of-type(5) {
    top: 377.56px;
    left: 0;
    z-index: 5;
    height: 81.44px;
  }

  .quest-card:nth-of-type(6) {
    top: 554.44px;
    left: 0;
    z-index: 7;
    height: 82px;
  }

  .quest-card:nth-of-type(7) {
    top: 466px;
    left: 0;
    z-index: 6;
    height: 81.44px;
  }

  .quest-card.is-open {
    height: 112px;
  }

  .quest-card--featured.is-open {
    height: 104px;
  }

  .quest-popular {
    width: 74.4px;
    height: 9.5px;
    padding: 1.5px 6px;
    border-radius: 0 0 0 4px;
    font-size: 5px;
    line-height: 7px;
    letter-spacing: 0.9px;
  }

  .quest-card__top {
    width: 100%;
    height: 13px;
    align-items: center;
    min-width: 0;
  }

  .quest-card--featured .quest-card__top {
    width: 100%;
    height: 10px;
    align-items: flex-start;
  }

  .quest-code {
    height: 7px;
    font-size: 6px;
    line-height: 7px;
    letter-spacing: 0.3px;
  }

  .quest-card--featured .quest-code {
    height: 7px;
    font-size: 5.25px;
    line-height: 7px;
    letter-spacing: 0.84px;
  }

  .quest-tag {
    height: 13.5px;
    max-width: 48%;
    flex: 0 0 auto;
    padding: 2.5px 5px;
    overflow: hidden;
    border-radius: 4px;
    font-size: 6px;
    line-height: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .quest-card--featured .quest-tag {
    height: 9.5px;
    padding: 1.5px 4.5px;
    border-radius: 3px;
    font-size: 5.25px;
    line-height: 6px;
  }

  .quest-card h3 {
    height: 12px;
    margin: 5.5px 0 0;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: -0.15px;
  }

  .quest-card--featured h3 {
    height: 16.5px;
    margin-top: 5px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.15px;
  }

  .quest-answer {
    font-size: 5.5px;
    line-height: 7.5px;
  }

  .quest-card.is-open h3 {
    margin-top: 3px;
  }

  .quest-card.is-open .quest-answer {
    max-height: 30px;
    margin-top: 5px;
  }

  .quest-card--featured .quest-answer {
    font-size: 6px;
    line-height: 9px;
  }

  .quest-card--featured.is-open h3 {
    margin-top: 4px;
  }

  .quest-card--featured.is-open .quest-answer {
    max-height: 27px;
    margin-top: 4px;
  }

  .quest-card footer {
    left: 11px;
    right: 11px;
    bottom: 8px;
    width: auto;
    height: 26px;
    align-items: center;
    padding-top: 8.685px;
    border-top-width: 0.5px;
  }

  .quest-card.is-open footer {
    height: 20px;
    padding-top: 0;
  }

  .quest-card--featured footer {
    left: 10px;
    right: 10px;
    bottom: 9px;
    width: auto;
    height: 26px;
    padding-top: 5px;
    border-top-width: 0.5px;
  }

  .quest-card--featured.is-open footer {
    height: 20px;
    padding-top: 0;
  }

  .quest-card footer > span {
    height: 8px;
    font-size: 6.5px;
    line-height: 8px;
  }

  .quest-card--featured footer > span {
    height: 7px;
    font-size: 5.5px;
    line-height: 7px;
    letter-spacing: 0.33px;
  }

  .quest-card footer .quest-toggle {
    width: 58.81px;
    height: 17px;
    flex: 0 0 auto;
    gap: 3.99px;
    padding: 4px 7px 4px 8px;
    border: 0;
    border-radius: 5px;
    font-size: 6.5px;
    line-height: 8px;
  }

  .quest-card footer svg {
    width: 7px;
    height: 7px;
  }

  .site-footer {
    display: flex;
    width: 100%;
    height: 361.91px;
    margin: -15px 0 0;
    padding: 26px 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.9px;
    background: #ffffff;
  }

  .site-footer > * {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
  }

  .footer-left {
    display: flex;
    width: 328px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.9px;
  }

  .footer-intro {
    display: flex;
    width: 280px;
    max-width: 280px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 9.9px;
  }

  .footer-brand {
    width: 99.56px;
    height: 18px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .footer-brand svg {
    width: 18.56px;
    height: 17.65px;
  }

  .footer-brand span {
    width: 76px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-intro p {
    width: 280px;
    max-width: 280px;
    height: 50px;
    font-size: 11px;
    line-height: 16px;
  }

  .footer-contact {
    width: 328px;
    height: 37.32px;
    padding-top: 1.1px;
    gap: 3px;
  }

  .footer-contact a {
    width: 328px;
    height: 16.61px;
    justify-content: flex-start;
    gap: 0;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
  }

  .footer-contact svg {
    display: none;
  }

  .footer-menus {
    display: grid;
    width: 328px;
    height: 142.51px;
    margin-top: 0;
    padding-top: 12.1px;
    grid-template-columns: 155px 155px;
    column-gap: 18px;
  }

  .footer-menu {
    width: 155px;
    height: auto;
    gap: 5px;
  }

  .footer-menu h3 {
    width: 155px;
    height: 15px;
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }

  .footer-menu a {
    width: 155px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: none;
  }

  .footer-menu a:first-of-type {
    margin-top: 4px;
  }

  .footer-bottom {
    display: flex;
    width: 328px;
    height: 28.48px;
    margin-top: 0;
    padding: 14px 0 0;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 103.97px;
    border-top: 1px solid rgb(154 158 166 / 0.08);
  }

  .footer-bottom > span {
    width: 135.39px;
    height: 27px;
    margin-top: -7px;
    font-size: 0;
    line-height: 0;
  }

  .footer-bottom > span::after {
    content: "© 2026, все права\Aзащищены";
    display: block;
    white-space: pre-line;
    color: #9a9ea6;
    font-size: 9.5px;
    font-weight: 400;
    line-height: 13px;
  }

  .footer-bottom div {
    position: relative;
    display: block;
    width: 88.64px;
    height: 27px;
    margin-top: -7px;
    font-size: 0;
    line-height: 0;
  }

  .footer-bottom a {
    display: none;
  }

  .footer-bottom div::after {
    content: "Политика ·\AУсловия";
    white-space: pre-line;
    color: #9a9ea6;
    font-size: 9.5px;
    font-weight: 400;
    line-height: 13px;
  }

  .menu-panel {
    left: 2px;
    width: min(336px, calc(100vw - 4px));
    height: 100dvh;
    min-height: 0;
    overflow: visible;
  }

  .menu-left {
    width: 100%;
    height: 100%;
    min-height: 0;
    box-shadow: 18px 0 45px rgb(13 26 74 / 0.18);
  }

  .menu-promo {
    display: none;
  }

  .menu-head,
  .menu-search,
  .menu-nav,
  .menu-soon,
  .menu-footer {
    width: 100%;
  }

  .menu-head {
    height: 55px;
    gap: 0;
    padding: 13.5px 16.5px;
  }

  .menu-brand {
    width: 112.5px;
    height: 22.5px;
    gap: 7.5px;
  }

  .menu-brand__mark {
    width: 24px;
    height: 24px;
  }

  .menu-brand span:last-child {
    width: 82px;
    height: 19px;
    font-size: 15px;
    line-height: 19px;
  }

  .menu-close,
  .menu-close svg {
    width: 27px;
    height: 27px;
  }

  .menu-search {
    height: 53px;
    padding: 13.5px 16.5px 4.5px;
  }

  .menu-search span {
    width: 100%;
    height: 35px;
    gap: 7.5px;
    padding: 0 10.5px 0 31.5px;
    border-radius: 7.5px;
    font-size: 10.5px;
    line-height: 13px;
  }

  .menu-search svg {
    top: 25px;
    left: 27px;
    width: 12px;
    height: 12px;
  }

  .menu-nav {
    height: 283px;
  }

  .menu-soon {
    height: 88px;
  }

  .menu-label {
    top: 17.25px;
    left: 19.5px;
    height: 10px;
    font-size: 8.25px;
    line-height: 10px;
    letter-spacing: 0.99px;
  }

  .menu-link {
    left: 11px;
    width: calc(100% - 36px);
    height: 49px;
    gap: 10.5px;
    padding: 9px;
    border-radius: 10.5px;
  }

  .menu-nav .menu-link:nth-of-type(1) { top: 33px; }
  .menu-nav .menu-link:nth-of-type(2) { top: 82px; }
  .menu-nav .menu-link:nth-of-type(3) { top: 130px; }
  .menu-nav .menu-link:nth-of-type(4) { top: 179px; }
  .menu-nav .menu-link:nth-of-type(5) { top: 228px; }
  .menu-soon .menu-link { top: 33px; }

  .menu-link__icon {
    width: 27px;
    height: 27px;
    border-radius: 7.5px;
  }

  .menu-link__icon svg {
    width: 16.5px;
    height: 16.5px;
  }

  .menu-link__text {
    width: 120px;
    height: 30.75px;
    gap: 1.5px;
  }

  .menu-link__text strong {
    height: 16.5px;
    font-size: 12px;
    line-height: 15px;
  }

  .menu-link__text small {
    height: 11px;
    font-size: 9px;
    line-height: 11px;
  }

  .menu-pill {
    height: 15.75px;
    transform: translateX(18px);
    padding: 2.25px 6px;
    border-radius: 3.75px;
    font-size: 8.25px;
    line-height: 10px;
  }

  .menu-footer {
    height: 88px;
    gap: 10.5px;
    padding: 14.25px 16px 13px;
    border-top-width: 0.75px;
  }

  .menu-access {
    width: min(251.25px, calc(100% - 33px));
    height: 36.75px;
    padding: 10.5px;
    border-radius: 10.5px;
    box-shadow: 0 7.5px 16.5px rgb(38 96 255 / 0.3);
    font-size: 11.25px;
    line-height: 14px;
  }

  .menu-status {
    width: 100%;
    height: 13px;
    justify-content: flex-start;
    gap: 10px;
  }

  .menu-status span,
  .menu-status a {
    height: 12.75px;
    font-size: 9px;
    line-height: 11px;
  }

  .menu-status span {
    gap: 6px;
  }

  .menu-status i {
    width: 4.5px;
    height: 4.5px;
  }

}

@media (min-width: 391px) and (max-width: 480px) {
  .founders-container {
    padding-right: 0;
    padding-left: 0;
    align-items: center;
  }

  .founders-copy,
  .founders-stats,
  .founders-actions,
  .founders-visual {
    margin-right: auto;
    margin-left: auto;
  }

  .founders-text {
    margin-right: 0;
    margin-left: 0;
  }

  .bloggers-videos {
    transform: translateX(-50%) scale(0.375);
  }

  .bloggers-footer {
    transform: translateX(-50%) scale(0.375);
  }

  .report-section {
    height: 190px;
  }

  .report-container {
    left: calc(50% - 221.25px);
    transform: scale(0.94);
    transform-origin: top center;
  }

  .report-copy,
  .receipt-wrap {
    margin-left: 25px;
  }

  .gives-section {
    margin: -21.5px auto 0;
  }

  .gives-title {
    left: calc(50% - 67.5px);
    transform: scale(0.375);
    transform-origin: top left;
  }

  .gives-board {
    left: calc(50% - 206.25px);
    transform: scale(0.375);
    transform-origin: top left;
  }

  .give-note {
    margin-left: 31px;
  }

  .preseed-section {
    width: 100%;
    height: 520px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .preseed-header,
  .preseed-content,
  .preseed-header h2 {
    width: 100%;
  }

  .preseed-header p {
    width: min(280px, calc(100vw - 48px));
  }

  .preseed-map {
    left: calc(50% - 151px);
  }

  .preseed-timeline {
    left: calc(50% - 122px);
  }

  .preseed-side {
    left: calc(50% + 18px);
  }

  .pablo-section {
    width: 100%;
    margin-left: 0;
  }

  .pablo-panel {
    width: 100%;
  }

  .pablo-content {
    left: 50%;
    width: 320px;
    transform: translateX(-50%);
  }

  .reviews-section {
    margin-right: auto;
    margin-left: auto;
  }

  .reviews-panel {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-left {
    width: 328px;
    max-width: calc(100vw - 32px);
    margin-left: 0;
  }

  .footer-contact {
    flex-direction: column;
    justify-content: flex-start;
    gap: 3px;
  }

  .footer-menus {
    margin-right: 0;
    margin-left: 0;
  }

  .footer-menu {
    align-items: flex-start;
    text-align: left;
  }

  .footer-menu a {
    justify-content: flex-start;
  }

  .footer-bottom {
    margin-right: 0;
    margin-left: 0;
  }

  .telegram-section {
    width: 100%;
    height: 530px;
    margin-left: 0;
  }

  .telegram-panel {
    width: 100%;
    height: 515px;
  }

  .telegram-content {
    top: 30px;
    left: 50%;
    width: min(337px, calc(100vw - 48px));
    height: 492px;
    transform: translateX(-50%);
  }

  .telegram-copy {
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
  }

  .telegram-copy h2 {
    top: 42px;
    width: min(340px, 100%);
    height: auto;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -0.7px;
  }

  .telegram-copy p {
    top: 142px;
    width: min(340px, 100%);
    height: auto;
    font-size: 12px;
    line-height: 19px;
  }

  .telegram-ticket {
    top: 225px;
    left: 0;
    transform: scale(0.68);
    transform-origin: top left;
  }

  .telegram-button {
    top: 397px;
    left: 0;
    transform: none;
    width: 220px;
    height: 42px;
    border-radius: 9px;
    font-size: 13px;
    line-height: 17px;
  }

  .onas-section {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .onas-header {
    width: 100%;
  }

  .onas-cards {
    align-self: center;
  }

  .quest-section {
    width: 100%;
    margin-left: 0;
  }

  .quest-panel {
    width: calc(100vw - 32px);
    max-width: 393px;
    margin-right: auto;
    margin-left: auto;
  }

  .quest-header,
  .quest-list {
    width: 315px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 390px) {
  .founders-container {
    padding-right: 0;
    padding-left: 0;
    align-items: center;
  }

  .founders-copy,
  .founders-stats,
  .founders-actions,
  .founders-visual {
    margin-right: auto;
    margin-left: auto;
  }

  .founders-text {
    margin-right: 0;
    margin-left: 0;
  }

  .bloggers-videos {
    transform: translateX(-50%) scale(0.375);
  }

  .bloggers-footer {
    transform: translateX(-50%) scale(0.375);
  }

  .tool-strip {
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .report-section {
    height: 176px;
  }

  .report-container {
    left: calc(50% - 221.25px);
    transform: scale(0.81);
    transform-origin: top center;
  }

  .report-copy,
  .receipt-wrap {
    margin-left: 25px;
  }

  .gives-section {
    width: 100%;
    height: 276px;
    margin: -21.5px auto 0;
  }

  .gives-title {
    left: calc(50% - 67.5px);
    transform: scale(0.375);
    transform-origin: top left;
  }

  .gives-board {
    left: calc(50% - 176px);
    transform: scale(0.32);
    transform-origin: top left;
  }

  .give-note {
    margin-left: 31px;
  }

  .preseed-section {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .preseed-header,
  .preseed-content,
  .preseed-header h2 {
    width: 100%;
  }

  .preseed-header p {
    width: min(260px, calc(100vw - 48px));
  }

  .preseed-map {
    left: calc(50% - 151px);
  }

  .preseed-timeline {
    left: calc(50% - 122px);
  }

  .preseed-side {
    left: calc(50% + 18px);
  }

  .pablo-section {
    width: 100%;
    margin-left: 0;
  }

  .pablo-panel {
    width: 100%;
  }

  .pablo-content {
    left: 50%;
    width: 320px;
    transform: translateX(-50%);
  }

  .reviews-section,
  .reviews-panel {
    margin-right: auto;
    margin-left: auto;
  }

  .reviews-header,
  .reviews-grid {
    left: 50%;
    transform: translateX(-50%);
  }

  .reviews-dots {
    left: 50%;
    transform: translateX(-50%);
  }

  .telegram-section {
    width: 100%;
    margin-left: 0;
  }

  .telegram-panel {
    width: 100%;
  }

  .telegram-content {
    left: 50%;
    width: min(285px, calc(100vw - 48px));
    transform: translateX(-50%);
  }

  .telegram-copy {
    width: 100%;
  }

  .onas-section {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .onas-header {
    width: 100%;
  }

  .onas-header h2 {
    width: min(367.5px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
  }

  .onas-cards {
    align-self: center;
  }

  .quest-section {
    width: 100%;
    margin-left: 0;
  }

  .quest-panel {
    width: calc(100vw - 32px);
    max-width: 358px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 14px;
    padding-left: 14px;
  }

  .quest-header,
  .quest-list {
    width: min(315px, calc(100vw - 60px));
    margin-right: auto;
    margin-left: auto;
  }

  .quest-card,
  .quest-card--featured {
    width: 100%;
  }

  .footer-left,
  .footer-menus,
  .footer-bottom {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 340px) {
  .brand {
    left: 64px;
  }

  .login-link {
    right: 94px;
    left: auto;
  }

  .registration-button {
    right: 8px;
    left: auto;
    width: 84px;
  }

  .registration-button span {
    width: 84px;
    font-size: 10px;
  }

  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-content {
    width: 300px;
    max-width: calc(100vw - 20px);
  }

  .hero-title {
    width: 300px;
    height: auto;
    min-height: 90px;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: -0.7px;
  }

  .hero-subtitle {
    width: 292px;
    margin-top: 8px;
    font-size: 11.5px;
    line-height: 17px;
  }

  .tool-strip {
    width: calc(100vw - 16px);
    gap: 8px;
  }

  .tool-card {
    width: 52px;
    height: 76px;
    flex: 0 0 52px;
    gap: 7px;
  }

  .tool-icon,
  .tool-card--chatgpt .tool-icon {
    width: 52px;
    height: 52px;
  }

  .tool-label {
    font-size: 11px;
    line-height: 15px;
  }

  .reviews-section {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .reviews-panel {
    left: 50%;
    margin-right: 0;
    margin-left: 0;
    transform: translateX(-50%);
  }

  .telegram-content {
    width: calc(100vw - 16px);
  }

  .telegram-copy,
  .telegram-proof {
    width: 100%;
  }

  .telegram-copy p {
    width: min(285px, 100%);
  }

  .onas-cards {
    transform: scale(0.36);
  }

  .quest-panel {
    width: calc(100vw - 20px);
    padding-right: 10px;
    padding-left: 10px;
  }

  .quest-header,
  .quest-list {
    width: calc(100vw - 44px);
  }

  .quest-card__top,
  .quest-card--featured .quest-card__top {
    width: calc(100% - 22px);
  }

  .quest-card footer,
  .quest-card--featured footer {
    right: 10px;
    left: 10px;
    width: auto;
  }

  .footer-left,
  .footer-menus,
  .footer-bottom {
    width: calc(100vw - 32px);
    max-width: 328px;
  }

  .footer-intro,
  .footer-contact {
    width: 100%;
    max-width: 100%;
  }

  .footer-menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .footer-menu,
  .footer-menu h3,
  .footer-menu a {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 720px) {
  .site-header {
    height: 64px;
  }

  .header-left {
    width: 100%;
    height: 64px;
  }

  .burger-button {
    top: 50%;
    left: 32px;
    width: 37px;
    height: 29px;
    transform: translateY(-50%);
  }

  .burger-button svg {
    width: 37px;
    height: 29px;
    transform: none;
  }

  body.menu-open .burger-button svg {
    transform: scale(0.92);
  }

  .brand {
    left: 50%;
    width: 124px;
    height: 22.36px;
    transform: translate(-50%, -50%);
  }

  .brand svg {
    width: 124px;
    height: 22.36px;
  }

  .login-link {
    top: 50%;
    right: 148px;
    left: auto;
    width: 50px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    transform: translateY(-50%);
  }

  .registration-button {
    top: 50%;
    right: 24px;
    left: auto;
    width: 116px;
    height: 36px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
    transform: translateY(-50%);
  }

  .registration-button span {
    width: auto;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
  }

  .founders-container {
    padding-right: 0;
    padding-left: 0;
    align-items: center;
  }

  .founders-copy,
  .founders-stats,
  .founders-actions,
  .founders-visual {
    margin-right: auto;
    margin-left: auto;
  }

  .founders-text {
    margin-right: 0;
    margin-left: 0;
  }

  .report-container {
    left: 50%;
    transform: translateX(-50%);
  }

  .report-copy,
  .receipt-wrap {
    margin-left: 25px;
  }

  .gives-section {
    margin: -21.5px auto 0;
  }

  .gives-title {
    left: calc(50% - 67.5px);
    transform: scale(0.375);
    transform-origin: top left;
  }

  .gives-board {
    left: calc(50% - 206.25px);
    transform: scale(0.375);
    transform-origin: top left;
  }

  .give-note {
    margin-left: 31px;
  }

  .preseed-section {
    width: 100%;
    height: 520px;
    margin: 18px auto 0;
    padding-right: 0;
    padding-left: 0;
  }

  .preseed-header,
  .preseed-content,
  .preseed-header h2 {
    width: 100%;
  }

  .preseed-header p {
    width: min(320px, calc(100vw - 64px));
  }

  .preseed-map {
    left: calc(50% - 151px);
  }

  .preseed-timeline {
    left: calc(50% - 122px);
  }

  .preseed-side {
    left: calc(50% + 18px);
  }

  .pablo-section {
    width: 100%;
    margin: 0 auto;
  }

  .pablo-panel {
    width: 100%;
  }

  .pablo-content {
    left: 50%;
    width: 320px;
    transform: translateX(-50%);
  }

  .reviews-section,
  .reviews-panel {
    margin-right: auto;
    margin-left: auto;
  }

  .reviews-header,
  .reviews-grid {
    left: 50%;
    transform: translateX(-50%);
  }

  .reviews-dots {
    left: 50%;
    transform: translateX(-50%);
  }

  .quest-section {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .quest-panel {
    width: min(540px, calc(100vw - 32px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .quest-header,
  .quest-list {
    width: min(315px, calc(100vw - 80px));
    margin-right: auto;
    margin-left: auto;
  }

  .telegram-section {
    width: 100%;
    height: 555px;
    margin-left: 0;
  }

  .telegram-panel {
    width: 100%;
    height: 540px;
  }

  .telegram-content {
    top: 30px;
    left: 50%;
    width: min(496.56px, calc(100vw - 64px));
    height: 520px;
    transform: translateX(-50%);
  }

  .telegram-copy {
    top: 0;
    left: max(0px, calc((100% - 430px) / 2));
    width: min(430px, 100%);
    height: 220px;
  }

  .telegram-copy h2 {
    top: 42px;
    width: min(390px, 100%);
    height: auto;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.8px;
  }

  .telegram-copy p {
    top: 158px;
    width: min(430px, 100%);
    height: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .telegram-ticket {
    top: 244px;
    left: max(0px, calc((100% - 407.18px) / 2));
    transform: scale(0.82);
    transform-origin: top left;
  }

  .telegram-button {
    top: 452px;
    left: max(0px, calc((100% - 430px) / 2));
    transform: none;
    width: 220px;
    height: 44px;
    border-radius: 9px;
    font-size: 13px;
    line-height: 17px;
  }

  .onas-section {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .onas-header {
    width: 100%;
  }

  .onas-cards {
    align-self: center;
  }

  .site-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
  }

  .site-footer > *,
  .footer-left,
  .footer-menus,
  .footer-bottom {
    width: min(520px, calc(100vw - 64px));
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(40px, 8vw, 80px);
  }
}

@media (min-width: 901px) {
  .give-note {
    margin-left: 31px;
  }
}

.founders-button,
.directions-bar__button,
.report-button,
.pablo-button,
.reviews-more,
.telegram-button,
.onas-action a {
  font-family: Inter, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.065px;
}

.founders-button svg path,
.directions-bar__button svg path,
.report-button--primary svg path,
.pablo-button svg path,
.reviews-more svg path,
.onas-action a svg path {
  stroke-width: 2;
}

.founders-button,
.directions-bar__button,
.report-button--primary,
.pablo-button,
.reviews-more,
.onas-action a {
  gap: 2.5px;
}

.founders-button--blue .founders-button__label,
.report-button--primary span {
  width: auto;
  margin-right: 0;
}

.directions-bar__button,
.pablo-button,
.reviews-more {
  justify-content: center;
}

.directions-bar__button span,
.pablo-button span,
.reviews-more span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: visible;
  text-align: center;
}

.directions-bar__button svg,
.pablo-button svg,
.reviews-more svg {
  display: block;
  flex: 0 0 auto;
}

@media (min-width: 721px) {
  .founders-button,
  .directions-bar__button,
  .report-button,
  .pablo-button,
  .reviews-more,
  .telegram-button,
  .onas-action a {
    font-size: 13px;
    line-height: normal;
    letter-spacing: -0.065px;
  }
}

@media (max-width: 720px) {
  :root {
    --mobile-section-gap: 22px;
  }

  .page > .founders-section,
  .page > .directions-section,
  .page > .bloggers-section,
  .page > .report-section,
  .page > .gives-section,
  .page > .preseed-section,
  .page > .pablo-section,
  .page > .reviews-section,
  .page > .telegram-section,
  .page > .onas-section,
  .page > .quest-section,
  .page > .site-footer {
    margin-top: var(--mobile-section-gap);
  }

  .page > .hero-section {
    min-height: 538px;
    padding-bottom: 7px;
  }

  .page > .founders-section {
    height: 505px;
    margin-top: 34px;
    padding-bottom: 0;
  }

  .page > .directions-section {
    height: 324px;
    min-height: 324px;
  }

  .page > .bloggers-section {
    height: 248px;
  }

  .page > .report-section {
    height: 174px;
  }

  .page > .gives-section {
    height: 284px;
    margin-top: 2px;
  }

  .page > .preseed-section {
    height: 606px;
  }

  .page > .pablo-section {
    height: 481px;
    margin-top: 4px;
  }

  .page > .pablo-section .pablo-content {
    top: 0;
  }

  .page > .pablo-section .pablo-copy h2 {
    width: 320px;
    height: auto;
  }

  .page > .pablo-section .pablo-panel {
    box-shadow: none;
  }

  .directions-bar__button span,
  .pablo-button span,
  .reviews-more span {
    transform: translateY(0.75px);
  }

  .directions-bar__button svg,
  .reviews-more svg {
    transform: translateY(-0.5px);
  }

  .pablo-button svg {
    transform: none;
  }

  .page > .reviews-section {
    height: 318px;
    margin-top: -26px;
  }

  .page > .reviews-section .reviews-header {
    top: 0;
  }

  .page > .telegram-section {
    height: 412px;
    margin-top: 12px;
  }

  .page > .onas-section {
    height: 849px;
  }
}

@media (max-width: 340px) {
  .page > .hero-section {
    min-height: 568px;
  }

  .page > .onas-section {
    height: 823px;
  }
}

@media (min-width: 391px) and (max-width: 480px) {
  .page > .bloggers-section {
    height: 246px;
  }

  .page > .reviews-section {
    height: 338px;
  }

  .page > .report-section {
    height: 200px;
  }

  .page > .gives-section {
    height: 322px;
  }

  .page > .telegram-section {
    height: 462px;
  }
}

@media (min-width: 481px) and (max-width: 720px) {
  .page > .bloggers-section {
    height: 244px;
  }

  .page > .reviews-section {
    height: 338px;
  }

  .page > .report-section {
    height: 213px;
  }

  .page > .gives-section {
    height: 322px;
  }

  .page > .telegram-section {
    height: 519px;
  }
}

@media (min-width: 320px) and (max-width: 720px) {
  .page > .hero-section,
  .hero-section {
    height: 488px;
    min-height: 488px;
    padding: 35.37px 18.73px 0;
    overflow: visible;
    isolation: isolate;
  }

  .hero-section::before {
    top: -41.61px;
    left: -83.23px;
    width: 228.89px;
    height: 228.89px;
    border-radius: 114.44px;
    filter: blur(31.21px);
  }

  .hero-section::after {
    top: 41.62px;
    right: -62.42px;
    width: 187.27px;
    height: 187.27px;
    border-radius: 93.64px;
    filter: blur(31.21px);
  }

  .hero-background {
    top: -8.32px;
    bottom: 8.32px;
    opacity: 0.55;
  }

  .hero-floating {
    top: 35.37px;
    width: 337.09px;
    height: 135.25px;
    opacity: 0.82;
  }

  .float-icon--sail {
    top: 14.57px;
    left: 69.7px;
    width: 66.59px;
    height: 66.59px;
  }

  .float-icon--xai {
    top: 15.62px;
    left: 186.23px;
    width: 41.62px;
    height: 41.62px;
  }

  .float-icon--github {
    top: 39.98px;
    left: 260.54px;
    width: 33.29px;
    height: 33.29px;
  }

  .float-icon--arrows {
    top: 112.37px;
    left: 44.74px;
    width: 66.59px;
    height: 66.59px;
  }

  .float-icon--pixel {
    top: 53.07px;
    left: 76.99px;
    width: 37.45px;
    height: 37.45px;
  }

  .float-icon--slack {
    top: 61.39px;
    left: 302.76px;
    width: 83.23px;
    height: 83.23px;
  }

  .float-icon--s {
    top: 70.65px;
    left: 242.31px;
    width: 42.66px;
    height: 42.66px;
  }

  .float-icon--wave {
    top: 115.49px;
    left: 298.6px;
    width: 39.54px;
    height: 39.54px;
  }

  .hero-content {
    width: 332.93px;
    max-width: 332.93px;
    padding-top: 144.51px;
  }

  .hero-title {
    width: 305px;
    height: 67.72px;
    font-size: 31.21px;
    line-height: 33px;
    letter-spacing: -0.78px;
  }

  .hero-subtitle {
    width: 312.12px;
    min-height: 60.23px;
    margin-top: 9.26px;
    padding-top: 3.23px;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
  }

  .tool-strip {
    width: 359.98px;
    max-width: none;
    height: 93.81px;
    margin: 9.26px 0 0 50%;
    padding: 3.23px 0 7.39px;
    gap: 16.64px;
    transform: translateX(-50%);
  }

  .tool-card {
    width: 58.25px;
    height: 83.2px;
    flex: 0 0 58.25px;
    gap: 8.31px;
  }

  .tool-icon,
  .tool-card--chatgpt .tool-icon {
    width: 58.25px;
    height: 58.25px;
  }

  .tool-card--chatgpt .tool-icon {
    border-radius: 16.65px;
  }

  .tool-card--chatgpt .tool-icon svg {
    width: 52.02px;
    height: 52.02px;
  }

  .tool-label {
    font-size: 12.48px;
    line-height: 16.64px;
  }

  .hero-cta {
    width: 291.55px;
    height: 58.25px;
    margin-top: 0;
    border-radius: 16.65px;
    font-size: 16.65px;
    font-weight: 700;
    line-height: 24.98px;
  }

  .hero-note {
    display: none;
  }

  .page > .founders-section,
  .founders-section {
    height: 500.83px;
    margin-top: 106.17px;
    padding: 0;
  }

  .founders-container {
    width: 367.62px;
    min-height: 500.83px;
    height: 500.83px;
    margin: 0 auto;
    padding: 0;
    align-items: flex-start;
  }

  .founders-copy {
    position: absolute;
    top: 0;
    left: 9.18px;
    width: 349.57px;
    max-width: none;
    height: 218.48px;
    margin: 0;
    gap: 10.4px;
  }

  .founders-title {
    width: 349.57px;
    height: 58.26px;
    font-size: 20.81px;
    line-height: 32px;
    letter-spacing: -0.73px;
    text-shadow: none;
  }

  .highlight {
    padding: 1.82px 3.65px;
  }

  .founders-text {
    width: 349.8px;
    max-width: none;
    height: 46.82px;
    color: #6b7280;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 17px;
    text-shadow: none;
  }

  .founders-text br {
    display: none;
  }

  .founders-text strong {
    padding: 0;
    font-size: 12.76px;
    line-height: 20px;
  }

  .founders-stats {
    width: 349.57px;
    max-width: none;
    height: 49.23px;
    grid-template-columns: repeat(2, 163.16px);
    gap: 16.48px;
  }

  .founders-stat {
    width: 163.16px;
    height: 46.03px;
    padding-top: 7.29px;
    filter: none;
  }

  .founders-stat:nth-child(3) {
    display: none;
  }

  .founders-stat::before {
    height: 0.91px;
  }

  .founders-stat span,
  .founders-stat:nth-child(3) span {
    color: #1a1c24;
    font-size: 10.03px;
    line-height: 12px;
    letter-spacing: 1.2px;
    text-shadow: none;
  }

  .founders-stat strong {
    margin-top: 1.82px;
    font-size: 20.06px;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-shadow: none;
  }

  .founders-actions {
    width: 349.57px;
    max-width: none;
    height: 32.41px;
    padding-top: 0;
    gap: 9.12px;
  }

  .founders-button {
    height: 32.82px;
    border-radius: 8.2px;
    padding: 0 12.76px;
    gap: 2.87px;
    box-shadow: none;
    font-size: 11.85px;
    line-height: 14px;
    letter-spacing: -0.06px;
  }

  .founders-button__label {
    height: 15.5px;
  }

  .founders-button__icon {
    width: 14.59px;
    height: 14.59px;
  }

  .founders-button--dark {
    width: 156.8px;
  }

  .founders-button--blue {
    display: none;
  }

  .founders-visual {
    position: absolute;
    top: 260.39px;
    left: 0;
    width: 367.62px;
    height: 240.45px;
    min-height: 240.45px;
    margin: 0;
  }

  .member-card {
    width: 308.98px;
    height: 181.34px;
    padding: 17.77px 19.39px;
    border-radius: 14.54px;
  }

  .member-card::before {
    width: 113.1px;
    height: 113.1px;
    border-radius: 56.55px;
  }

  .member-card--front {
    top: 0;
    left: 3.23px;
    box-shadow: none;
  }

  .member-card--front::before {
    top: -25.66px;
    left: 216.24px;
  }

  .member-card--middle {
    top: 14.21px;
    left: 30.05px;
    box-shadow: none;
  }

  .member-card--middle::before {
    top: -14.67px;
    left: 221.88px;
  }

  .member-card--back {
    top: 20.82px;
    left: 45.93px;
    box-shadow: none;
  }

  .member-card--back::before {
    top: -1.31px;
    left: 226.47px;
  }

  .member-card__header {
    width: 268.21px;
    height: 33.93px;
    padding-bottom: 19.39px;
    gap: 96.63px;
  }

  .member-logo {
    width: 80.69px;
    height: 14.54px;
    gap: 4.85px;
    font-size: 11.31px;
    line-height: 14px;
    letter-spacing: -0.11px;
  }

  .member-logo i {
    width: 14.54px;
    height: 14.54px;
    border-radius: 4.04px;
    font-size: 8.89px;
    line-height: 11px;
    letter-spacing: -0.11px;
  }

  .member-year {
    width: 90.9px;
    height: 9.69px;
    font-size: 8.08px;
    line-height: 10px;
    letter-spacing: 1.29px;
  }

  .member-label,
  .member-name-label {
    left: 19.39px;
  }

  .member-label {
    top: 69.06px;
    width: 81px;
    height: 12px;
    font-size: 9.69px;
    line-height: 12px;
    letter-spacing: 1.55px;
  }

  .member-number {
    top: 83.73px;
    left: 19.39px;
    width: 150px;
    height: 32px;
    font-size: 26.44px;
    line-height: 32px;
    letter-spacing: 1.59px;
  }

  .member-name-label {
    top: 125.88px;
    width: 23px;
    height: 10px;
    font-size: 8.48px;
    line-height: 10px;
    letter-spacing: 1.36px;
  }

  .member-name {
    top: 136.38px;
    left: 19.39px;
    width: 113.22px;
    height: 14px;
    font-size: 11.31px;
    line-height: 14px;
  }

  .member-role {
    top: 151px;
    left: 19.39px;
    width: 106px;
    height: 11px;
    font-size: 8.89px;
    line-height: 11px;
  }

  .member-card--back .member-role-ghost {
    left: 131px;
    bottom: 38.78px;
    width: 106px;
    height: 11px;
    font-size: 8.89px;
    line-height: 11px;
  }

  .member-qr {
    right: 19.39px;
    bottom: 17.77px;
    width: 38.78px;
    height: 38.78px;
    border-radius: 6.46px;
  }

  .member-qr i {
    width: 5.81px;
    height: 5.81px;
    border-radius: 0.81px;
  }

  .member-qr i:nth-child(1) {
    top: 5.04px;
    left: 3.42px;
  }

  .member-qr i:nth-child(2) {
    top: 3.83px;
    left: 23.25px;
  }

  .member-qr i:nth-child(3) {
    top: 11.24px;
    left: 10.43px;
  }

  .member-qr i:nth-child(4) {
    top: 10.03px;
    left: 30.27px;
  }

  .member-qr i:nth-child(5) {
    top: 17.45px;
    left: 17.45px;
  }

  .member-qr i:nth-child(6) {
    top: 24.87px;
    left: 4.64px;
  }

  .member-qr i:nth-child(7) {
    top: 23.66px;
    left: 24.47px;
  }

  .member-qr i:nth-child(8) {
    top: 31.08px;
    left: 11.64px;
  }

  .member-qr i:nth-child(9) {
    top: 29.87px;
    left: 31.49px;
  }

  .page > .directions-section,
  .directions-section {
    display: block;
  }

  .page > .bloggers-section,
  .bloggers-section {
    width: 100%;
    height: 287.65px;
    margin: 104.85px 0 0;
    overflow: visible;
  }

  .bloggers-background {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 287.65px;
    transform: none;
    opacity: 0.7;
  }

  .bloggers-title {
    top: 0;
    left: calc(50% + 2.01px);
    width: 147.53px;
    height: 16.62px;
    transform: translateX(-50%);
    color: #0b0e1a;
    font-size: 20.81px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: -0.43px;
    text-shadow: none;
  }

  .bloggers-title span {
    color: #4475f2;
    margin-left: 4px;
  }

  .bloggers-videos {
    top: 37.43px;
    left: -226.28px;
    width: 828.81px;
    height: 250.23px;
    transform: none;
  }

  .blogger-card {
    border-radius: 14.03px;
  }

  .blogger-card__inner {
    position: relative;
    padding: 12.21px;
    gap: 0;
    justify-content: flex-start;
  }

  .blogger-card--left,
  .blogger-card--right {
    top: 15.49px;
    width: 241.48px;
    height: 144.34px;
  }

  .blogger-card--left {
    left: 0;
    box-shadow: 0 11.69px 20.45px -8.18px rgb(255 111 145 / 0.85);
  }

  .blogger-card--right {
    left: 587.33px;
    box-shadow: 0 11.69px 20.45px -8.18px rgb(52 199 123 / 0.85);
  }

  .blogger-card--main {
    top: 0;
    left: 264.41px;
    width: 300.41px;
    height: 175.32px;
    box-shadow: 0 17.53px 35.06px -11.69px rgb(140 107 255 / 0.85);
  }

  .blogger-card--left .blogger-card__inner,
  .blogger-card--right .blogger-card__inner {
    padding: 12.21px;
  }

  .blogger-card--main .blogger-card__inner {
    padding: 12.85px;
  }

  .blogger-card__top,
  .blogger-card--left .blogger-card__top,
  .blogger-card--right .blogger-card__top,
  .blogger-card--main .blogger-card__top {
    position: absolute;
    top: 12.21px;
    left: 12.21px;
    width: 217.05px;
    height: 19.99px;
  }

  .blogger-card--main .blogger-card__top {
    top: 12.85px;
    left: 12.85px;
    width: 274.69px;
    height: 21.04px;
  }

  .blogger-person,
  .blogger-card--main .blogger-person {
    gap: 5.55px;
  }

  .blogger-card--main .blogger-person {
    gap: 5.84px;
  }

  .blogger-card--left .blogger-avatar,
  .blogger-card--right .blogger-avatar {
    width: 19.99px;
    height: 19.99px;
    font-size: 8.88px;
  }

  .blogger-card--main .blogger-avatar {
    width: 21.04px;
    height: 21.04px;
    font-size: 9.35px;
  }

  .blogger-card--left .blogger-meta strong,
  .blogger-card--right .blogger-meta strong {
    height: 9px;
    font-size: 7.25px;
    line-height: 9px;
  }

  .blogger-card--left .blogger-meta span,
  .blogger-card--right .blogger-meta span {
    height: 7px;
    font-size: 6.14px;
    line-height: 7px;
  }

  .blogger-card--main .blogger-meta strong {
    height: 9px;
    font-size: 7.6px;
    line-height: 9px;
  }

  .blogger-card--main .blogger-meta span {
    height: 8px;
    font-size: 6.43px;
    line-height: 8px;
  }

  .blogger-card--left .blogger-time,
  .blogger-card--right .blogger-time {
    height: 11.1px;
    padding: 1.67px 4.44px;
    border-radius: 2.34px;
    font-size: 6.14px;
    line-height: 7px;
  }

  .blogger-card--main .blogger-time {
    height: 11.69px;
    padding: 1.75px 4.68px;
    border-radius: 2.34px;
    font-size: 6.43px;
    line-height: 8px;
  }

  .blogger-card--left .blogger-play,
  .blogger-card--right .blogger-play {
    position: absolute;
    top: 55.52px;
    left: calc(50% - 16.655px);
    width: 33.31px;
    height: 33.31px;
  }

  .blogger-card--main .blogger-play {
    position: absolute;
    top: 67.09px;
    left: calc(50% - 23.375px);
    width: 46.75px;
    height: 46.75px;
  }

  .blogger-card--left .blogger-play svg,
  .blogger-card--right .blogger-play svg {
    width: 13.32px;
    height: 13.32px;
  }

  .blogger-card--main .blogger-play svg {
    width: 18.7px;
    height: 18.7px;
  }

  .blogger-card--left h3,
  .blogger-card--right h3 {
    position: absolute;
    top: 120.82px;
    left: 12.21px;
    width: 217.05px;
    height: 11.31px;
    font-size: 9.47px;
    line-height: 11px;
  }

  .blogger-card--left h3 {
    left: 18.45px;
  }

  .blogger-card--main h3 {
    position: absolute;
    top: 147.04px;
    left: 12.85px;
    width: 274.69px;
    height: 15.42px;
    font-size: 12.86px;
    line-height: 15px;
  }

  .bloggers-footer {
    top: 223.45px;
    left: 44.74px;
    width: 286.11px;
    height: 64.2px;
    padding: 0;
    transform: none;
    gap: 10.4px;
  }

  .bloggers-footer p {
    width: 286.11px;
    height: 28.09px;
    color: #6b7280;
    font-size: 8.32px;
    font-weight: 500;
    line-height: 14px;
  }

  .bloggers-controls {
    width: 59.66px;
    height: 25.71px;
    gap: 8.24px;
  }

  .bloggers-all {
    display: none;
  }

  .bloggers-arrow {
    width: 25.71px;
    height: 25.71px;
    border-width: 0.82px;
    border-radius: 5.84px;
    box-shadow: none;
    font-size: 18px;
    line-height: 1;
  }

  .bloggers-arrow svg {
    width: 9px;
    height: 8px;
  }

  .bloggers-arrow:first-child svg {
    transform: rotate(180deg);
  }

  .bloggers-arrow:last-child {
    background: #4475f2;
    color: #ffffff;
  }

  .page {
    display: flex;
    flex-direction: column;
  }

  .page > .hero-section {
    order: 1;
    flex: 0 0 auto;
  }

  .page > .founders-section {
    order: 2;
    flex: 0 0 auto;
  }

  .page > .bloggers-section {
    order: 3;
    flex: 0 0 auto;
  }

  .page > .directions-section {
    order: 4;
    flex: 0 0 auto;
  }

  .page > .report-section,
  .page > .gives-section,
  .page > .preseed-section,
  .page > .pablo-section,
  .page > .reviews-section,
  .page > .telegram-section,
  .page > .onas-section,
  .page > .quest-section,
  .page > .site-footer {
    order: 5;
  }

  .page > .directions-section,
  .directions-section {
    width: 332.46px;
    height: 633.39px;
    min-height: 633.39px;
    margin: 104.59px auto 0;
    padding: 0;
    overflow: visible;
  }

  .directions-background,
  .directions-bar,
  .direction-tape {
    display: none;
  }

  .directions-title {
    display: block;
    width: 327.26px;
    height: 15.58px;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 20.78px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: -0.43px;
    text-shadow: none;
  }

  .directions-title span {
    display: inline;
    color: #4475f2;
    margin-left: 4px;
  }

  .directions-cards {
    position: absolute;
    top: 36.35px;
    left: 0;
    width: 332.45px;
    height: 597.03px;
    margin: 0;
    transform: none;
  }

  .direction-card {
    box-sizing: border-box;
    position: absolute;
    min-height: 0;
    padding: 16.62px;
    overflow: hidden;
    transform: none;
    border: 1.04px solid rgb(14 19 48 / 0.08);
    border-radius: 20.78px;
    background: #ffffff;
    box-shadow: 0 16.62px 33.25px -22.86px rgb(14 19 48 / 0.18);
    gap: 0;
  }

  .direction-card::before {
    position: absolute;
    content: "";
    border-radius: 999px;
    pointer-events: none;
  }

  .direction-card::after {
    display: none;
  }

  .direction-card__top {
    position: relative;
    z-index: 2;
    height: 27.01px;
    padding: 0;
    align-items: center;
  }

  .direction-icon {
    width: 27.01px;
    height: 27.01px;
    border-radius: 9.35px;
    background: #f4f5fb;
  }

  .direction-icon svg {
    max-width: 14.54px;
    max-height: 14.54px;
  }

  .direction-badge {
    height: 20.78px;
    padding: 4.16px 8.31px;
    border-radius: 1037px;
    font-size: 10.39px;
    font-weight: 700;
    line-height: 13px;
  }

  .direction-card h3,
  .direction-card p {
    position: relative;
    z-index: 2;
  }

  .direction-card--network {
    top: 0;
    left: 0;
    width: 332.45px;
    height: 249.34px;
    padding: 20.78px;
    border: 0;
    border-radius: 22.86px;
    background: #4475f2;
    box-shadow: none;
    color: #ffffff;
  }

  .direction-card--network::before {
    top: 72.73px;
    right: auto;
    bottom: auto;
    left: 155.84px;
    width: 249.34px;
    height: 249.34px;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='249.34' height='249.34' viewBox='0 0 249.34 249.34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.18' clip-path='url(%23clip0_1_18071)'%3E%3Cpath d='M124.67 155.837C141.883 155.837 155.837 141.883 155.837 124.67C155.837 107.457 141.883 93.5024 124.67 93.5024C107.457 93.5024 93.5024 107.457 93.5024 124.67C93.5024 141.883 107.457 155.837 124.67 155.837Z' stroke='white' stroke-width='1.03892'/%3E%3Cpath d='M124.67 187.005C159.096 187.005 187.005 159.096 187.005 124.67C187.005 90.2432 159.096 62.335 124.67 62.335C90.2432 62.335 62.3349 90.2432 62.3349 124.67C62.3349 159.096 90.2432 187.005 124.67 187.005Z' stroke='white' stroke-width='1.03892'/%3E%3Cpath d='M124.67 218.172C176.31 218.172 218.172 176.31 218.172 124.67C218.172 73.0299 176.31 31.1675 124.67 31.1675C73.0299 31.1675 31.1675 73.0299 31.1675 124.67C31.1675 176.31 73.0299 218.172 124.67 218.172Z' stroke='white' stroke-width='1.03892'/%3E%3Cpath d='M124.67 249.34C193.523 249.34 249.34 193.523 249.34 124.67C249.34 55.8166 193.523 0 124.67 0C55.8166 0 0 55.8166 0 124.67C0 193.523 55.8166 249.34 124.67 249.34Z' stroke='white' stroke-width='1.03892'/%3E%3Cpath d='M124.67 143.37C134.998 143.37 143.37 134.998 143.37 124.67C143.37 114.342 134.998 105.969 124.67 105.969C114.342 105.969 105.969 114.342 105.969 124.67C105.969 134.998 114.342 143.37 124.67 143.37Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_18071'%3E%3Crect width='249.34' height='249.34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 249.34px 249.34px;
  }

  .direction-card--network .direction-card__top {
    width: 290.9px;
    height: 25.97px;
  }

  .direction-card--network .direction-icon {
    display: none;
  }

  .direction-card--network .direction-badge {
    width: 78.31px;
    height: 25.97px;
    padding: 5.19px 10.39px;
    border-radius: 10.39px;
    background: #ffffff;
    color: #5a4500;
    font-size: 12.47px;
    font-weight: 600;
    line-height: 15px;
  }

  .direction-card--network .direction-card__top::after {
    content: "N°01 / 04";
    color: rgb(255 255 255 / 0.55);
    font-size: 10.39px;
    line-height: 13px;
  }

  .direction-card--network h3 {
    position: absolute;
    top: 128.95px;
    left: 20.78px;
    width: 110.26px;
    height: 51px;
    font-size: 56.1px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -2.24px;
  }

  .direction-card--network p {
    position: static;
    margin: 0;
  }

  .direction-card--network .direction-side-note {
    position: absolute;
    top: 160.64px;
    left: 120.84px;
    width: 95px;
    height: 30px;
    color: rgb(255 255 255 / 0.7);
    font-size: 12.48px;
    font-weight: 600;
    line-height: 15px;
  }

  .direction-card--network .direction-main-note {
    position: absolute;
    top: 193.33px;
    left: 20.78px;
    width: 258.76px;
    height: 39px;
    color: #ffffff;
    font-size: 12.48px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.16px;
  }

  .direction-card--investments {
    top: 261.81px;
    left: 0;
    width: 332.45px;
    height: 156.53px;
    padding: 18.7px;
    border-radius: 20.78px;
    color: #0e3a6b;
  }

  .direction-card--investments::before {
    left: 227.53px;
    top: 61.98px;
    width: 145.45px;
    height: 145.45px;
    background: rgb(201 229 255 / 0.6);
  }

  .direction-card--investments .direction-icon {
    display: none;
  }

  .direction-card--investments .direction-card__top {
    width: 169.19px;
    height: 22.31px;
  }

  .direction-card--investments .direction-badge {
    width: 88.7px;
    height: 22.31px;
    padding: 4.16px 9.35px;
    background: #c9e5ff;
    color: #4475f2;
    font-size: 11.43px;
    font-weight: 600;
    line-height: 14px;
  }

  .direction-card--investments h3 {
    position: absolute;
    top: 42.63px;
    left: 18.7px;
    width: 171px;
    height: 27px;
    color: #0e3a6b;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: -0.11px;
  }

  .direction-card--investments p {
    position: absolute;
    top: 75.92px;
    left: 18.7px;
    width: 167px;
    height: 48px;
    margin: 0;
    color: #6b7280;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 16px;
  }

  .direction-metric {
    position: absolute;
    top: 42.63px;
    right: 18.4px;
    z-index: 2;
    width: 109.24px;
    color: #0e3a6b;
    font-size: 28.02px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.84px;
    text-align: right;
  }

  .direction-metric-label {
    position: absolute;
    top: 74.88px;
    right: 18.4px;
    z-index: 2;
    width: 93.5px;
    color: #1a1c24;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 15px;
    text-align: right;
  }

  .direction-card--education,
  .direction-card--grants {
    top: 430.81px;
    width: 159.99px;
    height: 166.23px;
    padding: 16.62px;
    border-radius: 20.78px;
  }

  .direction-card--education {
    left: 0;
  }

  .direction-card--grants {
    left: 172.46px;
  }

  .direction-card--education::before,
  .direction-card--grants::before {
    left: 65.45px;
    top: 82.08px;
    width: 124.67px;
    height: 124.67px;
    opacity: 0.55;
  }

  .direction-card--education::before {
    background: #d6f0d1;
  }

  .direction-card--grants::before {
    background: #ffd2d2;
  }

  .direction-card--education .direction-card__top,
  .direction-card--grants .direction-card__top {
    width: 124.67px;
    height: 27.01px;
    flex-direction: row-reverse;
  }

  .direction-card--education .direction-icon,
  .direction-card--grants .direction-icon {
    width: 27.01px;
    height: 27.01px;
    background-position: center;
    background-size: 28px 28px;
    background-repeat: no-repeat;
  }

  .direction-card--education .direction-icon svg,
  .direction-card--grants .direction-icon svg {
    display: none;
  }

  .direction-card--education .direction-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='27.0118' height='27.0118' rx='9.35024' fill='%23F4F5FB'/%3E%3Cpath d='M8.05005 11.6905L13.5044 9.26636L18.9587 11.6905L13.5044 14.1146L8.05005 11.6905Z' stroke='%234475F2' stroke-width='0.969654' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.4725 12.9082V15.9384C10.4725 16.8474 11.9876 17.7565 13.5027 17.7565C15.0178 17.7565 16.5329 16.8474 16.5329 15.9384V12.9082' stroke='%234475F2' stroke-width='0.969654' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .direction-card--grants .direction-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='27.0118' height='27.0118' rx='9.35024' fill='%23F4F5FB'/%3E%3Cpath d='M13.5044 8.05518L15.0195 11.2066L18.4739 11.6914L15.9891 14.1155L16.5952 17.5699L13.5044 15.9336L10.4136 17.5699L11.0197 14.1155L8.53491 11.6914L11.9893 11.2066L13.5044 8.05518Z' stroke='%234475F2' stroke-width='0.969654' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .direction-card--education .direction-badge {
    width: 68.77px;
    background: #d6f0d1;
    color: #1f4a18;
  }

  .direction-card--grants .direction-badge {
    width: 54.95px;
    background: #ffd2d2;
    color: #6b1e1e;
  }

  .direction-card--education h3,
  .direction-card--grants h3 {
    position: absolute;
    top: 85.3px;
    left: 16.62px;
    height: 26px;
    font-size: 26.37px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.79px;
  }

  .direction-card--education h3 {
    color: #487961;
  }

  .direction-card--grants h3 {
    color: rgb(107 30 30 / 0.88);
  }

  .direction-card--education p,
  .direction-card--grants p {
    position: absolute;
    top: 115.85px;
    left: 16.62px;
    width: 87px;
    height: 30px;
    margin: 0;
    color: #1a1c24;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 15px;
  }

  .page > .report-section,
  .report-section {
    order: 5;
    width: 350.59px;
    height: 526.93px;
    min-height: 526.93px;
    margin: 104.25px auto 0;
    padding: 0;
    overflow: visible;
  }

  .report-container {
    left: 0;
    width: 350.59px;
    height: 526.93px;
    max-width: none;
    transform: none;
    transform-origin: initial;
  }

  .report-copy {
    top: 0;
    left: 0;
    width: 350.59px;
    height: 134.23px;
    margin-left: 0;
    transform: none;
    transform-origin: initial;
    font-family: Inter, Arial, sans-serif;
  }

  .report-copy h2 {
    top: 0;
    left: 15.58px;
    width: 327.73px;
    height: 19.77px;
    color: #0b0c10;
    font-size: 20.78px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: -0.43px;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
  }

  .report-copy h2 span {
    color: #4475f2;
  }

  .report-lead {
    top: 40.17px;
    left: 17.66px;
    width: 332.93px;
    height: 47px;
    color: #6b7280;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    text-shadow: none;
  }

  .report-lead br {
    display: none;
  }

  .report-lead .report-mobile-break {
    display: block;
  }

  .report-lead mark {
    display: inline-flex;
    height: 12.48px;
    padding: 0 2.2px;
    border-radius: 1.88px;
    align-items: center;
    color: #000000;
    font-size: 12.48px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.11px;
  }

  .report-lead .mark-blue {
    color: #4475f2;
  }

  .report-note {
    top: 89.49px;
    left: 17.66px;
    width: 332.93px;
    height: 44.74px;
    color: #6b7280;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0;
    text-shadow: none;
  }

  .report-note br {
    display: none;
  }

  .report-actions {
    display: none;
  }

  .receipt-wrap {
    top: 149.82px;
    left: 6.24px;
    width: 340.76px;
    height: 377.11px;
    padding-top: 16.62px;
    margin-left: 0;
    transform: none;
    transform-origin: initial;
  }

  .receipt-card {
    box-sizing: border-box;
    width: 340.76px;
    height: 360.5px;
    padding: 22.72px 24.61px 17.04px;
    border: 1.4px solid #e8e8ed;
    border-radius: 17.04px;
    box-shadow: none;
  }

  .receipt-label {
    top: -23.62px;
    left: 50%;
    width: 113.06px;
    height: 24.61px;
    padding: 5.68px 13.25px;
    transform: translateX(-50%) rotate(-3deg);
    border-radius: 7.57px;
    box-shadow: 0 5.68px 15.15px rgb(45 91 255 / 0.35);
    font-size: 10.41px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.83px;
  }

  .receipt-header {
    width: 291.59px;
    height: 45.44px;
    padding-bottom: 13.25px;
    border-bottom: 0.95px dashed #d9dce6;
    gap: 1.89px;
  }

  .receipt-header strong {
    height: 16.09px;
    font-size: 13.25px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 1.59px;
  }

  .receipt-header span {
    height: 13.25px;
    font-size: 10.41px;
    line-height: 13px;
    letter-spacing: -0.17px;
  }

  .receipt-list {
    width: 291.59px;
    height: 153.76px;
    padding: 13.25px 0;
    gap: 7.57px;
  }

  .receipt-list div:first-child {
    display: none;
  }

  .receipt-list div {
    width: 291.59px;
    height: 15.15px;
  }

  .receipt-list dt,
  .receipt-list dd {
    height: 15.15px;
    font-size: 12.31px;
    line-height: 15px;
    letter-spacing: -0.17px;
  }

  .receipt-total {
    width: 291.59px;
    height: 29.35px;
    padding-top: 13.25px;
    border-top: 0.95px dashed #d9dce6;
  }

  .receipt-total span,
  .receipt-total strong {
    height: 15.15px;
    font-size: 12.31px;
    line-height: 15px;
    letter-spacing: 0.49px;
  }

  .receipt-thanks {
    width: 291.59px;
    height: 13.25px;
    margin: 15.15px 0 0;
    font-size: 10.41px;
    line-height: 13px;
    letter-spacing: -0.17px;
  }

  .receipt-barcode {
    width: 291.59px;
    height: 35.98px;
    margin-top: 0;
    background: repeating-linear-gradient(
      90deg,
      #0b0c10 0 2px,
      transparent 2px 5px,
      #0b0c10 5px 7px,
      transparent 7px 10px,
      #0b0c10 10px 11px,
      transparent 11px 14px
    );
    clip-path: inset(10.49% 0 10.56% 0);
  }

  .receipt-code {
    width: 291.59px;
    height: 11.36px;
    font-size: 9.47px;
    line-height: 11px;
    letter-spacing: 0.38px;
  }

  .page > .preseed-section,
  .preseed-section {
    order: 6;
    display: block;
    width: 340.76px;
    height: 875.41px;
    min-height: 875.41px;
    margin: 104.15px auto 0;
    padding: 0;
    overflow: visible;
    border-radius: 0;
  }

  .page > .pablo-section,
  .pablo-section {
    order: 7;
  }

  .page > .gives-section,
  .gives-section {
    display: none;
  }

  .page > .reviews-section,
  .reviews-section {
    order: 8;
  }

  .page > .telegram-section,
  .page > .onas-section,
  .page > .quest-section,
  .page > .site-footer {
    order: 9;
  }

  .preseed-section::before {
    display: none;
  }

  .preseed-header {
    position: absolute;
    top: 0;
    left: 13.51px;
    width: 313.75px;
    height: 90.51px;
    display: block;
    transform: none;
    transform-origin: initial;
  }

  .preseed-header h2 {
    display: flex;
    width: 313.75px;
    height: 18.7px;
    margin: 0;
    justify-content: center;
    color: #000000;
    font-size: 20.78px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.43px;
    text-align: center;
    text-shadow: none;
    column-gap: 4px;
  }

  .preseed-header p {
    position: absolute;
    top: 39.53px;
    left: 2.97px;
    display: flex;
    width: 309px;
    height: 50.98px;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    color: #6b6b7b;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    text-shadow: none;
  }

  .preseed-header p br {
    display: none;
  }

  .preseed-content {
    position: absolute;
    top: 106.06px;
    left: 0;
    display: flex;
    width: 340.76px;
    height: 769.36px;
    flex-direction: column;
    align-items: center;
    gap: 16.48px;
    transform: none;
    transform-origin: initial;
  }

  .preseed-map {
    order: 0;
    position: relative;
    top: auto;
    left: auto;
    width: 313.23px;
    height: 245.44px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 10.52px;
    background: #0e0e10;
    box-shadow: none;
    transform: none;
    transform-origin: initial;
  }

  .preseed-map__art {
    width: 313.23px;
    height: 245.44px;
  }

  .preseed-map__badge {
    top: 8.17px;
    right: 8.19px;
    height: 12.27px;
    padding: 2.34px 5.84px;
    border-radius: 3.51px;
    font-size: 6.14px;
    font-weight: 800;
    line-height: 7px;
    letter-spacing: 0.86px;
  }

  .preseed-base {
    bottom: 3.05px;
    left: 8.18px;
    height: 7px;
    color: #b8b8c8;
    font-size: 6.14px;
    font-weight: 800;
    line-height: 7px;
    letter-spacing: 0.98px;
  }

  .preseed-timeline {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    width: 340.76px;
    height: 281.83px;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 0;
    filter: none;
    transform: none;
    transform-origin: initial;
  }

  .preseed-timeline li {
    box-sizing: border-box;
    width: 340.76px;
    height: 46.75px;
    min-height: 0;
    padding: 12.47px 4.16px;
    gap: 14.54px;
    border-bottom: 1.04px solid rgb(10 14 31 / 0.1);
  }

  .preseed-timeline li:first-child {
    height: 47.79px;
    border-top: 1.04px solid rgb(10 14 31 / 0.1);
  }

  .preseed-altitude {
    width: 58.18px;
    min-width: 58.18px;
    height: 17.66px;
    justify-content: flex-start;
    color: #6b7080;
    font-size: 13.51px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.54px;
    text-align: left;
  }

  .preseed-dot {
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 20.78px;
    height: 20.78px;
    align-items: center;
    justify-content: center;
    border: 2.08px solid rgb(10 14 31 / 0.1);
    background: #ffffff;
    border-radius: 10.39px;
  }

  .preseed-dot::after {
    position: static;
    content: "";
  }

  .preseed-label {
    width: auto;
    min-height: 20px;
    flex: 1 1 auto;
    color: #0a0e1f;
    font-size: 16.62px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.17px;
  }

  .preseed-timeline .is-active {
    min-height: 0;
  }

  .preseed-timeline .is-active .preseed-altitude,
  .preseed-timeline .is-active .preseed-label {
    color: #4475f2;
    font-weight: 700;
  }

  .preseed-timeline .is-active .preseed-dot {
    border: 0;
    background: #4475f2;
  }

  .preseed-timeline .is-active .preseed-dot::after {
    width: 8.31px;
    height: 8.31px;
    border-radius: 4.16px;
    background: #ffffff;
  }

  .preseed-timeline .is-active::after {
    display: flex;
    width: 65.45px;
    height: 19.74px;
    flex: 0 0 auto;
    border-radius: 6.23px;
    align-items: center;
    justify-content: center;
    background: #f2f4ff;
    color: #4475f2;
    content: "СЕЙЧАС";
    font-size: 10.39px;
    font-weight: 800;
    line-height: 13px;
    letter-spacing: 0.62px;
  }

  .preseed-timeline .is-complete .preseed-dot {
    border: 0;
    background: #0a0e1f;
  }

  .preseed-timeline .is-complete .preseed-dot::after {
    display: flex;
    width: 10px;
    height: 13px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    content: "✓";
    font-size: 10.39px;
    font-weight: 800;
    line-height: 13px;
  }

  .preseed-timeline li:last-child .preseed-dot {
    border: 0;
    background: #4475f2;
  }

  .preseed-side {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 340.76px;
    height: 209.12px;
    flex: 0 0 auto;
    transform: none;
    transform-origin: initial;
  }

  .preseed-meta,
  .preseed-next {
    display: none;
  }

  .preseed-current {
    position: relative;
    box-sizing: border-box;
    width: 340.76px;
    height: 209.12px;
    padding: 0;
    border: 1.39px solid #e8e8ed;
    border-radius: 18.7px;
    background: #ffffff;
    box-shadow: none;
    transform: none;
    transform-origin: initial;
  }

  .preseed-current__eyebrow {
    position: absolute;
    top: 21.82px;
    left: 19.74px;
    height: 13.51px;
    color: #4475f2;
    font-size: 10.39px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 1.45px;
  }

  .preseed-current h3 {
    position: absolute;
    top: 42.6px;
    left: 19.74px;
    height: 28px;
    margin: 0;
    color: #0a0e1f;
    font-size: 20.81px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.68px;
  }

  .preseed-current p {
    position: absolute;
    top: 77.6px;
    left: 19.64px;
    width: 301.61px;
    height: 43px;
    color: #6b6b7b;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 21px;
  }

  .preseed-stats {
    position: absolute;
    top: 127.54px;
    left: 19.74px;
    display: grid;
    box-sizing: border-box;
    width: 301.29px;
    height: 59.79px;
    margin: 0;
    padding-top: 13.51px;
    border-top: 1.04px solid rgb(10 14 31 / 0.1);
    grid-template-columns: 143.37px 143.37px;
    gap: 14.55px;
  }

  .preseed-stats span {
    gap: 3.64px;
    color: #0a0e1f;
    font-size: 29.09px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.73px;
  }

  .preseed-stats small {
    color: #6b7080;
    font-size: 9.35px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 1.31px;
  }

  .preseed-stats span:last-child {
    color: #4475f2;
  }

  .page > .pablo-section,
  .pablo-section {
    display: flex;
    width: 374.01px;
    height: 720px;
    min-height: 720px;
    margin: 104.65px auto 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }

  .pablo-panel {
    width: 374.01px;
    height: 676.59px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .pablo-content {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    width: 374.01px;
    height: 676.59px;
    flex-direction: column;
    align-items: center;
    gap: 15.61px;
    transform: none;
  }

  .pablo-copy {
    position: relative;
    top: auto;
    left: auto;
    z-index: 3;
    width: 324.6px;
    height: 88.43px;
    flex: 0 0 auto;
    transform: none;
  }

  .pablo-copy h2 {
    position: static;
    display: block;
    width: 324.6px;
    height: 35.37px;
    margin: 0;
    color: #0e1330;
    font-size: 20.78px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.43px;
    text-align: center;
    text-shadow: none;
  }

  .pablo-copy h2 span {
    display: inline;
    color: #0e1330;
  }

  .pablo-copy h2 em {
    color: #4475f2;
    font-style: normal;
  }

  .pablo-copy p {
    position: absolute;
    top: 56.18px;
    left: 0;
    display: flex;
    width: 324.6px;
    height: 32.25px;
    margin: 0;
    align-items: center;
    color: #6b6b7b;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 20px;
    text-shadow: none;
  }

  .pablo-copy > .pablo-button {
    display: none;
  }

  .pablo-card {
    position: relative;
    top: auto;
    left: auto;
    box-sizing: border-box;
    width: 332.45px;
    height: 337.65px;
    padding: 0;
    flex: 0 0 auto;
    border: 1.04px solid #e8e8ed;
    border-radius: 18.7px;
    background: #ffffff;
    box-shadow: none;
    transform: none;
    z-index: 1;
  }

  .pablo-card::before {
    display: none;
    content: none;
  }

  .pablo-deadline {
    position: absolute;
    top: 8.71px;
    left: 224.88px;
    z-index: 4;
    box-sizing: border-box;
    display: flex;
    width: 89.28px;
    height: 23.61px;
    padding: 4.5px 7.87px;
    align-items: center;
    gap: 4.12px;
    border: 1.04px dashed rgb(60 40 10 / 0.25);
    border-radius: 6.75px;
    background: #ffffff;
    transform: rotate(-4deg);
    transform-origin: center;
  }

  .pablo-deadline span {
    display: flex;
    width: 35.37px;
    height: 5.78px;
    align-items: center;
    color: #6b7796;
    font-size: 6.75px;
    font-weight: 500;
    line-height: 8px;
    letter-spacing: 0.34px;
    white-space: nowrap;
  }

  .pablo-deadline strong {
    display: flex;
    width: 34px;
    height: 12px;
    align-items: center;
    color: #0c1530;
    font-size: 10.12px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: -0.17px;
    white-space: nowrap;
  }

  .pablo-card__header {
    position: absolute;
    top: 17.66px;
    left: 19.75px;
    width: 292.97px;
    height: 13.51px;
    padding: 0;
    border: 0;
  }

  .pablo-card__header div {
    display: block;
    width: 292.97px;
    height: 13.51px;
  }

  .pablo-card__header span {
    display: flex;
    width: 292.97px;
    height: 13px;
    color: #5a6088;
    font-size: 10.39px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.62px;
    text-transform: uppercase;
  }

  .pablo-card__header strong {
    display: none;
  }

  .pablo-card__header .pablo-status {
    position: absolute;
    top: -34.27px;
    left: 177.03px;
    box-sizing: border-box;
    display: flex;
    width: 134.51px;
    height: 23.9px;
    padding: 4.16px 10.39px;
    transform: rotate(-4deg);
    border: 1.04px solid #2d5f2d;
    border-radius: 6.23px;
    align-items: center;
    justify-content: flex-start;
    background: #fbfaf6;
    color: #2d5f2d;
    font-size: 10.39px !important;
    font-weight: 700;
    line-height: 13px !important;
    letter-spacing: 0.83px !important;
  }

  .pablo-slots {
    position: absolute;
    top: 39.47px;
    left: 19.75px;
    display: grid;
    width: 292.97px;
    height: 128.83px;
    padding: 6.23px 0 0;
    grid-template-columns: repeat(6, 43.63px);
    grid-auto-rows: 58.18px;
    row-gap: 24.5px;
    column-gap: 6.24px;
  }

  .pablo-slot {
    position: relative;
    display: flex;
    width: 43.63px;
    height: 58.18px;
    flex-direction: column;
    align-items: center;
    gap: 4.16px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .pablo-slot::before {
    display: none;
    content: none;
  }

  .pablo-bulb {
    display: block;
    width: 31.17px;
    height: 43.63px;
    flex: 0 0 43.63px;
    background-repeat: no-repeat;
    background-size: 31.17px 43.63px;
  }

  .pablo-slot::after {
    display: none;
    content: none;
  }

  .pablo-slot small {
    position: static;
    display: flex;
    width: 10.79px;
    height: 10.39px;
    align-items: center;
    justify-content: flex-start;
    transform: none;
    color: #3a2a00;
    font-family: "JetBrains Mono", Consolas, monospace;
    font-size: 8.31px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0.42px;
    opacity: 0.55;
    text-align: left;
  }

  .pablo-slots {
    counter-reset: slot;
  }

  .pablo-slot.is-filled .pablo-bulb {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='44' viewBox='0 0 32 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.585 29.4532C23.417 29.4532 29.7661 23.1041 29.7661 15.272C29.7661 7.43996 23.417 1.09082 15.585 1.09082C7.7529 1.09082 1.40376 7.43996 1.40376 15.272C1.40376 23.1041 7.7529 29.4532 15.585 29.4532Z' fill='%23FFD24A' fill-opacity='0.22'/%3E%3Cpath d='M15.585 25.0896C21.0072 25.0896 25.4028 20.694 25.4028 15.2718C25.4028 9.84966 21.0072 5.4541 15.585 5.4541C10.1629 5.4541 5.7673 9.84966 5.7673 15.2718C5.7673 20.694 10.1629 25.0896 15.585 25.0896Z' fill='%23FFD24A' fill-opacity='0.4'/%3E%3Cpath d='M7.94922 23.9988C7.94922 15.2719 23.2212 15.2719 23.2212 23.9988L21.0395 30.5439H10.1309L7.94922 23.9988Z' fill='%23FFD24A' stroke='%23E8A700' stroke-opacity='0.9' stroke-width='1.30903'/%3E%3Cpath d='M12.3125 22.9083C14.4942 19.9993 16.6759 19.9993 18.8577 22.9083' stroke='%23E8A700' stroke-width='1.30903'/%3E%3Cpath opacity='0.7' d='M19.9485 30.5439H11.2216V32.7257H19.9485V30.5439Z' fill='%233A2A00'/%3E%3Cpath opacity='0.55' d='M19.403 33.2715H11.767V34.7987H19.403V33.2715Z' fill='%233A2A00'/%3E%3Cpath opacity='0.45' d='M18.8577 35.4531H12.3125V36.9803H18.8577V35.4531Z' fill='%233A2A00'/%3E%3Cpath opacity='0.55' d='M13.4033 38.1802H17.7667L16.6758 40.3619H14.4941L13.4033 38.1802Z' fill='%233A2A00'/%3E%3C/svg%3E");
  }

  .pablo-slot:not(.is-filled) .pablo-bulb {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='44' viewBox='0 0 32 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94922 23.9988C7.94922 15.2719 23.2212 15.2719 23.2212 23.9988L21.0395 30.5439H10.1309L7.94922 23.9988Z' fill='none' stroke='%233A2A00' stroke-opacity='0.45' stroke-width='1.30903'/%3E%3Cpath opacity='0.35' d='M19.9485 30.5439H11.2216V32.7257H19.9485V30.5439Z' fill='%233A2A00'/%3E%3Cpath opacity='0.3' d='M19.403 33.2715H11.767V34.7987H19.403V33.2715Z' fill='%233A2A00'/%3E%3Cpath opacity='0.25' d='M18.8577 35.4531H12.3125V36.9803H18.8577V35.4531Z' fill='%233A2A00'/%3E%3Cpath opacity='0.3' d='M13.4033 38.1802H17.7667L16.6758 40.3619H14.4941L13.4033 38.1802Z' fill='%233A2A00'/%3E%3C/svg%3E");
  }

  .pablo-card__footer {
    position: absolute;
    top: 176.62px;
    left: 19.75px;
    display: flex;
    width: 292.97px;
    height: 31.17px;
    padding: 6.23px 0 8.31px;
    border: 0;
    align-items: center;
    justify-content: space-between;
    color: #0e1330;
  }

  .pablo-card__footer span {
    display: flex;
    height: 16.62px;
    color: #0e1330;
    font-size: 12.48px;
    font-weight: 700;
    line-height: 15px;
  }

  .pablo-card__footer span:first-child {
    width: 146.02px;
  }

  .pablo-card__footer b {
    margin: 0 3px;
    color: #e8a700;
    font: inherit;
  }

  .pablo-card__footer span:last-child {
    width: 118.61px;
    justify-content: flex-end;
    color: #5a6088;
    font-size: 11.43px;
    font-weight: 500;
    line-height: 14px;
  }

  .pablo-card__footer span:last-child strong {
    display: none;
  }

  .pablo-card__footer::before {
    position: absolute;
    top: 39.47px;
    left: 0;
    width: 292.97px;
    border-top: 1.04px dashed rgb(60 40 10 / 0.25);
    content: "";
  }

  .pablo-card__footer::after {
    position: absolute;
    top: 57.96px;
    left: 0;
    width: 171.56px;
    height: 13px;
    color: #5a6088;
    content: "До закрытия окна (live)";
    font-size: 10.39px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .pablo-countdown {
    position: absolute;
    top: 360.19px;
    left: 19.75px;
    z-index: 4;
    display: flex;
    width: 292.97px;
    height: 62.33px;
    gap: 6.23px;
  }

  .pablo-timebox {
    box-sizing: border-box;
    width: 68.57px;
    height: 62.33px;
    padding: 8.31px 4.16px;
    border: 1.04px solid rgb(14 19 48 / 0.1);
    border-radius: 12.47px;
    background: #ffffff;
    gap: 6.23px;
  }

  .pablo-timebox strong {
    width: 58.18px;
    height: 24.93px;
    color: #0e1330;
    font-size: 24.93px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.5px;
    text-align: center;
  }

  .pablo-timebox span {
    width: 58.18px;
    height: 12.47px;
    color: #0e1330;
    font-size: 9.35px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 1.12px;
    opacity: 0.55;
    text-align: center;
    text-transform: uppercase;
  }

  .pablo-links {
    display: flex;
    width: 374.01px;
    height: 137.14px;
    padding: 0 20.78px;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10.39px;
  }

  .pablo-link {
    display: flex;
    box-sizing: border-box;
    width: 332.45px;
    border-radius: 14.54px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
  }

  .pablo-link--telegram {
    height: 62.33px;
    padding: 14.54px 16.62px;
    background: #4475f2;
    color: #ffffff;
  }

  .pablo-link--site {
    height: 64.41px;
    padding: 14.54px 16.62px;
    border: 1.39px solid #e8e8ed;
    background: #ffffff;
    color: #0e1330;
  }

  .pablo-link__icon {
    display: flex;
    width: 29.09px;
    height: 29.09px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 9.35px;
  }

  .pablo-link__icon svg {
    display: block;
    width: 29.09px;
    height: 29.09px;
  }

  .pablo-link > span:not(.pablo-link__icon) {
    display: flex;
    width: 219.47px;
    height: 33.25px;
    margin-right: auto;
    margin-left: 10.39px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .pablo-link--site > span:not(.pablo-link__icon) {
    width: 121.17px;
  }

  .pablo-link strong {
    color: inherit;
    font-size: 14.54px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.07px;
  }

  .pablo-link small {
    padding-top: 1.04px;
    color: inherit;
    font-size: 11.43px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.07px;
    opacity: 0.8;
  }

  .pablo-link em {
    display: flex;
    width: 12.09px;
    height: 21.82px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    color: inherit;
    font-size: 16.62px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    opacity: 0.95;
  }

  .pablo-link--site em {
    opacity: 0.6;
  }

  .pablo-mobile-note {
    display: flex;
    width: 324.6px;
    height: 49.94px;
    margin: 0;
    flex: 0 0 auto;
    align-items: center;
    color: #6b6b7b;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 17px;
  }

  .page > .reviews-section,
  .reviews-section {
    display: block;
    width: 365.18px;
    height: 441.13px;
    min-height: 441.13px;
    margin: 104.89px auto 0;
    padding: 0;
    overflow: visible;
    background: #ffffff;
  }

  .reviews-section::before {
    display: none;
  }

  .reviews-panel {
    position: relative;
    box-sizing: border-box;
    width: 365.18px;
    height: 474.78px;
    padding: 0;
    background: #ffffff;
    transform: none;
  }

  .reviews-header {
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 365.18px;
    height: 15.61px;
    padding: 0 18.7px;
    transform: none;
  }

  .reviews-header h2 {
    display: block;
    width: 327.78px;
    height: 15.61px;
    margin: 0;
    color: #0e1330;
    font-size: 20.81px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.78px;
    text-align: center;
    white-space: nowrap;
    text-shadow: none;
  }

  .reviews-header h2 span {
    display: inline;
    color: #4475f2;
  }

  .reviews-header p,
  .reviews-more {
    display: none;
  }

  .reviews-grid {
    position: absolute;
    top: 36.42px;
    left: 15.22px;
    display: block;
    width: 334.74px;
    height: 345.96px;
    transform: none;
  }

  .review-card {
    display: none;
  }

  .review-card--one {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    box-sizing: border-box;
    width: 334.74px;
    height: 345.96px;
    min-height: 345.96px;
    padding: 23.38px;
    border: 1.39px solid #e8e8ed;
    border-radius: 20.57px;
    background: #ffffff;
    box-shadow: none;
    flex-direction: column;
    gap: 13.56px;
    transform: none;
  }

  .review-card--one .review-card__top,
  .review-card--one footer {
    display: none;
  }

  .review-card--one::before {
    display: flex;
    order: 0;
    width: 25px;
    height: 27px;
    align-items: center;
    color: #4475f2;
    content: "“";
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 52.36px;
    font-weight: 800;
    line-height: 26px;
  }

  .review-card--one p {
    position: static;
    display: flex;
    order: 1;
    width: 300px;
    height: 101px;
    margin: 0;
    align-items: center;
    color: #0e1330;
    font-size: 18.7px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.19px;
  }

  .review-card--one .review-person {
    position: static;
    display: flex;
    order: 2;
    width: 287.99px;
    height: 53.76px;
    padding-top: 7.01px;
    align-items: center;
    gap: 13.09px;
  }

  .review-card--one .review-avatar {
    display: flex;
    width: 46.75px;
    height: 46.75px;
    flex: 0 0 auto;
    border: 0.94px solid #ffffff;
    border-radius: 22.44px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #4475f2;
  }

  .review-card--one .review-avatar svg {
    display: none;
  }

  .review-card--one .review-avatar::before {
    content: "ИА";
    font-size: 17.95px;
    font-weight: 800;
    line-height: 22px;
  }

  .review-card--one .review-person strong {
    display: flex;
    width: 165px;
    height: 37.4px;
    flex-direction: column;
    justify-content: center;
    color: #0e1330;
    font-size: 14.96px;
    font-weight: 700;
    line-height: 18px;
  }

  .review-card--one .review-person small {
    color: #6b6b7b;
    font-size: 14.96px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
  }

  .reviews-controls {
    position: absolute;
    top: 402.32px;
    left: 74.59px;
    display: flex;
    width: 215px;
    height: 46.28px;
    align-items: center;
    justify-content: center;
    gap: 10.4px;
    transform: none;
  }

  .reviews-arrow {
    width: 46.28px;
    height: 46.28px;
    border: 1.48px solid #e8e8ed;
    border-radius: 10.52px;
    background: #ffffff;
    color: transparent;
    box-shadow: none;
  }

  .reviews-arrow:first-child {
    order: 0;
  }

  .reviews-arrow::before {
    width: 13px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1 5.4H1.2M5.4 1.2L1.2 5.4L5.4 9.6' stroke='%233C3C3C' stroke-width='2.20643' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    content: "";
  }

  .reviews-arrow:nth-child(2) {
    order: 2;
    background: #4475f2;
  }

  .reviews-arrow:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2 5.4H11.1M6.9 1.2L11.1 5.4L6.9 9.6' stroke='white' stroke-width='2.20643' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .reviews-controls::before {
    display: flex;
    order: 1;
    width: 102px;
    height: 9px;
    align-items: center;
    justify-content: center;
    background: url("data:image/svg+xml,%3Csvg width='102' height='9' viewBox='0 0 102 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8.31132' height='8.31132' rx='4.15566' fill='%230E1330' fill-opacity='0.18'/%3E%3Crect x='14.5449' width='29.0896' height='8.31132' rx='4.15566' fill='%234475F2'/%3E%3Crect x='49.8682' width='8.31132' height='8.31132' rx='4.15566' fill='%230E1330' fill-opacity='0.18'/%3E%3Crect x='64.4126' width='8.31132' height='8.31132' rx='4.15566' fill='%230E1330' fill-opacity='0.18'/%3E%3Crect x='78.9575' width='8.31132' height='8.31132' rx='4.15566' fill='%230E1330' fill-opacity='0.18'/%3E%3Crect x='93.5024' width='8.31132' height='8.31132' rx='4.15566' fill='%230E1330' fill-opacity='0.18'/%3E%3C/svg%3E") center / 102px 9px no-repeat;
    border-radius: 4.16px;
    content: "";
  }

  .reviews-dots {
    display: none;
  }

  .page > .telegram-section,
  .telegram-section {
    order: 9;
    display: block;
    width: 344.92px;
    height: 558.92px;
    min-height: 558.92px;
    margin: 104.03px auto 0;
    padding: 0;
    overflow: visible;
    background: transparent;
  }

  .telegram-section::before,
  .telegram-section::after {
    display: none;
  }

  .telegram-panel {
    position: relative;
    width: 344.92px;
    height: 558.92px;
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .telegram-content {
    position: relative;
    top: 0;
    left: 0;
    width: 344.92px;
    height: 558.92px;
    transform: none;
  }

  .telegram-copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 344.92px;
    height: 52.98px;
    transform: none;
  }

  .telegram-copy::before,
  .telegram-copy::after {
    position: absolute;
    color: #d6dae6;
    content: "\00D7";
    font-family: Inter, Arial, sans-serif;
    font-weight: 400;
    pointer-events: none;
  }

  .telegram-copy::before {
    top: 46.86px;
    left: 46.08px;
    font-size: 18.7px;
    line-height: 23px;
    transform: rotate(-10deg);
  }

  .telegram-copy::after {
    top: 8.8px;
    left: 189.5px;
    font-size: 24.93px;
    line-height: 30px;
    transform: rotate(15deg);
  }

  .telegram-badge {
    position: absolute;
    top: 1.5px;
    left: 0;
    display: flex;
    width: 102.07px;
    height: 29.09px;
    padding: 6.23px 12.47px 6.23px 8.31px;
    box-sizing: border-box;
    align-items: center;
    gap: 6.23px;
    border-radius: 10.39px;
    background: #5d8bff;
    color: #ffffff;
    font-size: 12.47px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.31px;
    box-shadow: none;
    transform: none;
  }

  .telegram-badge svg {
    width: 16.62px;
    height: 16.62px;
  }

  .telegram-copy h2 {
    position: absolute;
    top: 39.56px;
    left: 0;
    display: block;
    width: 344.92px;
    height: 16.62px;
    margin: 0;
    color: #000000;
    font-size: 20.78px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.52px;
    white-space: nowrap;
  }

  .telegram-copy h2 br {
    display: none;
  }

  .telegram-copy h2 span {
    color: #4475f2;
  }

  .telegram-copy p {
    display: none;
  }

  .telegram-ticket {
    position: absolute;
    top: 74.09px;
    left: -2.25px;
    z-index: 0;
    width: 345.41px;
    height: 484.83px;
    min-height: 457.12px;
    overflow: hidden;
    border: 0;
    border-radius: 22.86px;
    background: #000000;
    box-shadow: none;
    transform: none;
  }

  .telegram-ticket::before,
  .telegram-ticket::after {
    display: none;
  }

  .telegram-ticket__date {
    position: absolute;
    top: 4.77px;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 345.41px;
    height: 83.11px;
    padding: 18.7px 22.86px 14.54px;
    border-radius: 0;
    background: #4475f2;
    color: #ffffff;
    transform: none;
  }

  .telegram-ticket__date::after {
    position: absolute;
    top: 20.24px;
    right: 24.93px;
    width: 40.26px;
    height: 40.26px;
    background: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40.26' height='40.26' rx='8.99' fill='white'/%3E%3Cpath d='M10.2033 18.3492L30.1667 10.6322C31.3411 10.1289 32.3476 10.8 32.0121 12.4776L28.6569 28.247C28.3214 29.5891 27.4826 29.9246 26.3083 29.2536L20.4367 24.8918L17.5847 27.576C17.2492 27.9115 16.9137 28.0793 16.4104 28.0793L16.7459 22.2077L27.8181 12.1421C28.3214 11.8065 27.8181 11.6388 27.1471 11.9743L13.5585 20.5301L7.68687 18.6847C6.34479 18.1814 6.34479 17.1749 8.02239 16.6716L10.2033 18.3492Z' fill='%234475F2'/%3E%3C/svg%3E") center / contain no-repeat;
    content: "";
  }

  .telegram-ticket__date div {
    display: flex;
    width: 166.75px;
    height: 49.87px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.16px;
  }

  .telegram-ticket__date span {
    display: flex;
    width: 174px;
    height: 13px;
    align-items: center;
    color: rgb(255 255 255 / 0.85);
    font-size: 10.4px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 2.08px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .telegram-ticket__date strong {
    display: flex;
    width: 150px;
    height: 28px;
    align-items: center;
    color: #ffffff;
    font-size: 22.86px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: -0.52px;
  }

  .telegram-ticket__date em,
  .telegram-ticket__date small {
    display: none;
  }

  .telegram-ticket__perforation {
    position: absolute;
    top: 87.89px;
    left: 0;
    z-index: 3;
    width: 345.41px;
    height: 18.7px;
    border: 0;
    background: none;
    transform: none;
  }

  .telegram-ticket__perforation::before,
  .telegram-ticket__perforation::after {
    position: absolute;
    top: 0;
    width: 16.62px;
    height: 18.7px;
    border-radius: 9.35px;
    background: #ffffff;
    content: "";
  }

  .telegram-ticket__perforation::before {
    left: -8.31px;
  }

  .telegram-ticket__perforation::after {
    left: 336.61px;
  }

  .telegram-ticket__perforation {
    background: linear-gradient(to right, rgb(255 255 255 / 0.22) 50%, transparent 0) 14.54px 9.35px / 8px 1.04px repeat-x;
  }

  .telegram-ticket__body {
    position: absolute;
    top: 106.38px;
    left: 2.25px;
    width: 344.92px;
    height: 281.55px;
    background: transparent;
    transform: none;
  }

  .telegram-ticket__eyebrow {
    position: absolute;
    top: 21.82px;
    left: 22.86px;
    display: flex;
    width: 129.97px;
    height: 14px;
    align-items: center;
    color: #7e8aa8;
    font-size: 11.43px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.87px;
    text-transform: uppercase;
  }

  .telegram-ticket h3 {
    position: absolute;
    top: 45.25px;
    left: 22.86px;
    display: block;
    width: 263px;
    height: 75px;
    margin: 0;
    color: #ffffff;
    font-size: 39.48px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: -1.56px;
    white-space: nowrap;
  }

  .telegram-ticket h3 span {
    display: block;
    color: #4475f2;
  }

  .telegram-ticket p {
    position: absolute;
    top: 131.15px;
    left: 22.72px;
    display: flex;
    width: 299.64px;
    height: 61px;
    margin: 0;
    align-items: center;
    color: #a7afc6;
    font-size: 12.48px;
    font-weight: 700;
    line-height: 20px;
  }

  .telegram-ticket__details {
    position: absolute;
    top: 218.89px;
    left: 22.86px;
    display: grid;
    box-sizing: border-box;
    width: 299.21px;
    height: 56.1px;
    padding-top: 17.66px;
    border-top: 1.04px dashed rgb(255 255 255 / 0.18);
    grid-template-columns: 92.79px 92.79px 92.82px;
    column-gap: 10.4px;
  }

  .telegram-ticket__details span {
    display: flex;
    width: 92.79px;
    height: 38.44px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.08px;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-style: normal;
    font-size: 15.58px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0;
  }

  .telegram-ticket__details small {
    display: flex;
    width: auto;
    height: 11px;
    align-items: center;
    color: #7e8aa8;
    font-family: Inter, Arial, sans-serif;
    font-style: normal;
    font-size: 9.35px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
  }

  .telegram-ticket__footer,
  .telegram-barcode,
  .telegram-vip {
    display: none;
  }

  .telegram-button {
    position: absolute;
    top: 480.16px;
    left: 14.37px;
    z-index: 4;
    display: flex;
    box-sizing: border-box;
    width: 310.43px;
    height: 54.89px;
    padding: 13.51px 14.96px 14.96px;
    align-items: center;
    justify-content: center;
    gap: 9.35px;
    border-radius: 13.09px;
    background: #4475f2;
    color: #ffffff;
    font-size: 14.96px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.19px;
    box-shadow: none;
    transform: none;
  }

  .telegram-button svg {
    width: 18.7px;
    height: 18.7px;
  }

  .telegram-button span {
    width: 165.42px;
    height: 21.85px;
    white-space: nowrap;
  }

  .page > .onas-section,
  .onas-section {
    order: 10;
    display: flex;
    width: 337.09px;
    height: 775.1px;
    min-height: 775.1px;
    margin: 104.95px auto 0;
    padding: 0;
    overflow: visible;
    flex-direction: column;
    align-items: flex-start;
    gap: 20.81px;
    background: transparent;
  }

  .page > .quest-section,
  .page > .site-footer {
    order: 11;
  }

  .onas-glow,
  .onas-header p {
    display: none;
  }

  .onas-header {
    position: relative;
    display: flex;
    width: 337.09px;
    height: 16.62px;
    margin: 0;
    padding: 0 4.16px;
    align-items: flex-start;
    transform: none;
  }

  .onas-header h2 {
    display: flex;
    width: 328.78px;
    height: 17.66px;
    margin: 0;
    align-items: center;
    justify-content: center;
    color: #0e1330;
    font-size: 20.78px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -1.45px;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
  }

  .onas-header h2 > span,
  .onas-header h2 > mark {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    color: inherit;
    background: transparent;
    font: inherit;
    letter-spacing: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    transform: none !important;
  }

  .onas-header h2 > mark {
    margin-left: 4.16px;
    color: #4475f2;
  }

  .onas-cards {
    position: relative;
    display: flex;
    width: 337.09px;
    max-width: none;
    height: 771.01px;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12.47px;
    transform: none;
  }

  .onas-card,
  .onas-card--ai,
  .onas-card--people,
  .onas-card--stats,
  .onas-card--no {
    position: relative;
    box-sizing: border-box;
    width: 336.61px;
    min-height: 0;
    margin: 0;
    padding: 22.86px 20.78px;
    overflow: hidden;
    border: 0;
    border-radius: 18.7px;
    box-shadow: none;
    transform: none;
    isolation: isolate;
  }

  .onas-card--ai {
    height: 186.89px;
    background: #4475f2;
  }

  .onas-card--people {
    height: 167.32px;
    background: #e8edff;
  }

  .onas-card--stats {
    width: 337.09px;
    height: 178.95px;
    background: #e8edff;
  }

  .onas-card--no {
    height: 167.32px;
    background: #e8edff;
  }

  .onas-card--start {
    display: none;
  }

  .onas-card::after {
    position: absolute;
    z-index: 0;
    right: -19px;
    bottom: -20px;
    display: flex;
    height: 146px;
    align-items: center;
    color: #4475f2;
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 145.45px;
    font-weight: 800;
    line-height: 145px;
    letter-spacing: -8.31px;
    content: "";
    pointer-events: none;
  }

  .onas-card--ai::after {
    right: -19px;
    bottom: -31px;
    color: rgb(255 255 255 / 0.12);
    content: "1";
  }

  .onas-card--people::after {
    right: -20px;
    bottom: -32px;
    content: "2";
  }

  .onas-card--stats::after {
    right: -20px;
    bottom: -40px;
    content: "3";
  }

  .onas-card--no::after {
    right: -18px;
    bottom: -32px;
    content: "4";
  }

  .onas-kicker,
  .onas-number,
  .onas-chips,
  .onas-mini-grid,
  .onas-stat-grid,
  .onas-action {
    display: none;
  }

  .onas-card::before {
    position: relative;
    z-index: 1;
    display: flex;
    width: 73px;
    height: 13px;
    margin: 0 0 7.9px;
    align-items: center;
    color: #4475f2;
    font-size: 10.39px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
  }

  .onas-card--ai::before {
    width: 71px;
    color: rgb(255 255 255 / 0.7);
    content: "ТЕЗИС / 01";
  }

  .onas-card--people::before {
    content: "ТЕЗИС / 02";
  }

  .onas-card--stats::before {
    content: "ТЕЗИС / 03";
  }

  .onas-card--no::before {
    content: "ТЕЗИС / 04";
  }

  .onas-card h3,
  .onas-card--ai h3,
  .onas-card--stats h3,
  .onas-card--people h3,
  .onas-card--no h3 {
    position: relative;
    z-index: 1;
    display: flex;
    width: 295.02px;
    max-width: none;
    height: auto;
    margin: 0 0 7.9px;
    align-items: center;
    color: #0e1330;
    font-size: 22.86px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.52px;
    white-space: normal;
  }

  .onas-card--ai h3 {
    height: 51px;
    color: #ffffff;
  }

  .onas-card--people h3,
  .onas-card--no h3 {
    height: 26px;
  }

  .onas-card--stats h3 {
    height: 26px;
  }

  .onas-card p,
  .onas-card--ai p,
  .onas-card--stats p,
  .onas-card--people p,
  .onas-card--no p {
    position: relative;
    z-index: 1;
    display: flex;
    width: 257.93px;
    max-width: none;
    height: 59px;
    margin: 0;
    align-items: center;
    color: #6b7088;
    font-size: 13.51px;
    font-weight: 500;
    line-height: 20px;
  }

  .onas-card--ai p {
    width: 295.02px;
    color: rgb(255 255 255 / 0.85);
  }

  .onas-card--people p {
    width: 253.81px;
    height: 40px;
  }

  .onas-card--no p {
    width: 267.82px;
  }

  .page > .quest-section,
  .quest-section {
    order: 11;
    display: block;
    width: 340.76px;
    height: 693.98px !important;
    min-height: 693.98px;
    margin: 104.46px auto 0;
    padding: 0;
    overflow: visible;
    background: transparent;
  }

  .quest-panel {
    position: relative;
    left: 0;
    width: 340.76px;
    max-width: none;
    height: 693.98px !important;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .quest-header {
    position: absolute;
    top: 2px;
    left: 4.15px;
    display: block;
    width: 336.61px;
    height: 15.58px;
    margin: 0;
    transform: none;
  }

  .quest-header h2 {
    display: flex;
    width: 336.61px;
    height: 15.58px;
    margin: 0;
    color: #0e1330;
    font-size: 20.78px;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    letter-spacing: -0.83px;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
  }

  .quest-header h2 span {
    color: #4475f2;
    text-shadow: none;
  }

  .quest-header p,
  .quest-header small {
    display: none;
  }

  .quest-list {
    position: absolute;
    top: 36.35px;
    left: 0;
    display: flex;
    width: 340.76px;
    height: 657.63px !important;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10.39px;
  }

  .quest-card,
  .quest-card--featured {
    position: relative;
    top: auto !important;
    left: auto !important;
    box-sizing: border-box;
    width: 340.76px;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1.39px solid #e8e8ed;
    border-radius: 16.62px;
    background: #ffffff;
    box-shadow: none;
    transform: none;
  }

  .quest-card {
    height: 81.04px !important;
  }

  .quest-card--featured {
    height: 219.21px !important;
    border: 0;
    background: #4475f2;
  }

  .quest-list .quest-card:nth-of-type(6) {
    height: 62.33px !important;
  }

  .quest-list .quest-card:nth-of-type(n + 7) {
    display: none;
  }

  .quest-popular,
  .quest-card footer,
  .quest-tag {
    display: none;
  }

  .quest-card__top {
    position: absolute;
    top: 18.7px;
    left: 16.62px;
    display: block;
    width: 27.01px;
    height: 19.74px;
    margin: 0;
    padding: 3.12px 0 0;
    border: 0;
    background: transparent;
  }

  .quest-code {
    display: block;
    width: 16px;
    height: 16px !important;
    overflow: hidden;
    color: transparent;
    font-family: "JetBrains Mono", monospace;
    font-size: 0 !important;
    font-weight: 700;
    line-height: 16px !important;
    letter-spacing: 0 !important;
  }

  .quest-code::before {
    display: block;
    color: #4475f2;
    font-size: 12.47px !important;
    line-height: 16px !important;
    letter-spacing: 1.04px !important;
    content: "01";
  }

  .quest-list .quest-card:nth-of-type(2) .quest-code::before { content: "02"; }
  .quest-list .quest-card:nth-of-type(3) .quest-code::before { content: "03"; }
  .quest-list .quest-card:nth-of-type(4) .quest-code::before { content: "04"; }
  .quest-list .quest-card:nth-of-type(5) .quest-code::before { content: "05"; }
  .quest-list .quest-card:nth-of-type(6) .quest-code::before { content: "06"; }

  .quest-card--featured .quest-code {
    color: transparent;
  }

  .quest-card--featured .quest-code::before {
    color: rgb(255 255 255 / 0.7);
  }

  .quest-card h3 {
    position: absolute;
    top: 18.7px;
    left: 58.19px;
    display: flex;
    width: 235.34px;
    max-width: none;
    height: 41.56px;
    margin: 0;
    align-items: center;
    color: #0e1330;
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 16.62px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.21px;
  }

  .quest-card--featured h3 {
    width: 179px;
    height: 20.78px;
    color: #ffffff;
  }

  .quest-list .quest-card:nth-of-type(6) h3 {
    height: 20.78px;
  }

  .quest-card::after {
    position: absolute;
    top: 18.7px;
    right: 21.14px;
    display: flex;
    width: 14px;
    height: 23px;
    align-items: center;
    color: #4475f2;
    content: "+";
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 22.86px;
    font-weight: 300;
    line-height: 23px;
  }

  .quest-card--featured::after {
    top: 17.4px;
    right: 22.75px;
    color: #ffffff;
    content: "+";
    transform: rotate(45deg);
  }

  .quest-answer,
  .quest-card.is-open .quest-answer,
  .quest-card--featured .quest-answer,
  .quest-card--featured.is-open .quest-answer {
    position: absolute;
    top: 60.26px;
    left: 58.19px;
    display: flex;
    width: 246.22px;
    max-width: none;
    max-height: none;
    height: 117px;
    margin: 0;
    overflow: visible;
    align-items: center;
    color: rgb(255 255 255 / 0.9);
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 15.58px;
    font-weight: 700;
    line-height: 23px;
    opacity: 1;
  }

  .quest-card:not(.quest-card--featured) .quest-answer {
    display: none;
  }

  .page > .site-footer,
  .site-footer {
    order: 12;
    box-sizing: border-box;
    display: flex;
    width: 301.72px;
    max-width: 355.31px;
    height: 328.77px !important;
    min-height: 328.77px;
    margin: 104px auto 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.87px;
    overflow: visible;
    background: transparent;
    color: #0b0d12;
    font-family: Inter, Arial, sans-serif;
  }

  .site-footer > *,
  .footer-left,
  .footer-intro,
  .footer-contact,
  .footer-menus,
  .footer-bottom {
    transform: none;
  }

  .footer-left {
    display: contents;
  }

  .footer-intro {
    order: 0;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 301.72px;
    height: 88.44px;
    margin: 0;
  }

  .footer-brand {
    position: absolute;
    top: 0;
    left: 2.08px;
    display: flex;
    width: 136.36px;
    height: 24.26px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6.87px;
  }

  .footer-brand svg {
    width: 25.49px;
    height: 24.26px;
    flex: 0 0 auto;
  }

  .footer-brand span {
    display: block;
    width: 104px;
    height: 24px;
    color: #000000;
    font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
    font-size: 19.23px;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
  }

  .footer-brand em {
    color: #4475f2;
    font-style: normal;
  }

  .footer-intro p {
    position: absolute;
    top: 44.74px;
    left: 0;
    display: flex;
    width: 301.72px !important;
    max-width: none !important;
    height: 43.7px;
    margin: 0;
    align-items: center;
    color: #a7afc6;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 17px;
  }

  .footer-contact {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    width: 301.72px;
    height: 68.09px;
    margin: 0;
    padding: 26.64px 0 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 7.9px;
  }

  .footer-contact::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 169.59px;
    height: 16.65px;
    align-items: center;
    color: #0b0d12;
    content: "syedoss@plan.com";
    font-size: 12.48px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -0.18px;
  }

  .footer-contact a {
    position: relative;
    display: flex;
    width: 41.45px;
    height: 41.45px;
    flex: 0 0 41.45px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20.73px;
    background: #4475f2;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  .footer-contact a::before {
    display: block;
    width: 17.77px;
    height: 17.77px;
    background-color: #ffffff;
    content: "";
    mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6 2.8 2.5 7.9c-.9.35-.9.88-.16 1.1l3.36 1.05 1.28 3.92c.16.46.08.64.54.64.36 0 .52-.17.72-.36l1.73-1.68 3.59 2.65c.66.36 1.14.17 1.31-.62l2.37-11.17c.24-.97-.37-1.41-1.64-.63ZM6.23 9.8l7.37-4.65c.37-.22.7-.1.43.14l-6.31 5.7-.25 2.66-1.24-3.85Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .footer-contact a:first-child::before {
    width: 39.84px;
    height: 39.84px;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='39.8431' height='39.8431' rx='19.9215' fill='%234475F2'/%3E%3Cpath d='M13.8413 24.6515L14.0405 21.6419L19.5047 16.7185C19.7466 16.4979 19.4549 16.3912 19.1347 16.5833L12.3899 20.8451L9.47277 19.9201C8.84667 19.7423 8.83955 19.3083 9.61507 18.9952L20.9775 14.6125C21.4968 14.3777 21.9949 14.7405 21.7957 15.5374L19.8604 24.6515C19.7252 25.2989 19.3339 25.4555 18.7932 25.1566L15.8477 22.9795L14.4318 24.3527C14.2682 24.5163 14.133 24.6515 13.8413 24.6515Z' fill='white'/%3E%3Cpath d='M25.384 25.8918C25.256 25.8918 25.1733 25.8331 25.136 25.7157L24.08 22.4837L23.88 21.7637L23.8 22.5077L23.456 25.6437C23.4507 25.6971 23.4267 25.7451 23.384 25.7877C23.3413 25.8251 23.2907 25.8438 23.232 25.8438H22.632C22.5787 25.8438 22.5333 25.8251 22.496 25.7877C22.464 25.7504 22.4507 25.7024 22.456 25.6437L23.12 20.3397C23.1307 20.2651 23.16 20.2064 23.208 20.1637C23.2613 20.1211 23.3227 20.0997 23.392 20.0997H24.12C24.1787 20.0997 24.2293 20.1157 24.272 20.1477C24.32 20.1797 24.352 20.2251 24.368 20.2837L25.568 23.9717L25.728 24.5237L25.888 23.9797L27.096 20.2757C27.1333 20.1584 27.216 20.0997 27.344 20.0997H28.008C28.0827 20.0997 28.144 20.1211 28.192 20.1637C28.2453 20.2064 28.2747 20.2651 28.28 20.3397L28.944 25.6437C28.9547 25.7024 28.9413 25.7504 28.904 25.7877C28.872 25.8251 28.8267 25.8438 28.768 25.8438H28.144C28.0907 25.8438 28.0427 25.8251 28 25.7877C27.9573 25.7504 27.9307 25.7051 27.92 25.6517L27.56 22.4517L27.48 21.7637L27.272 22.5157L26.24 25.7077C26.2027 25.8304 26.12 25.8918 25.992 25.8918H25.384Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: none;
  }

  .footer-contact a:first-child::after {
    content: none;
  }

  .footer-contact svg {
    display: none;
  }

  .footer-menus {
    order: 3;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    width: 297.55px;
    height: 106.12px;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    gap: 104.04px;
  }

  .footer-menu {
    display: flex;
    width: 78.03px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .footer-menu h3 {
    display: flex;
    width: 78.03px;
    height: 16px;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    color: #0b0d12;
    font-size: 12.83px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.13px;
    text-transform: none;
    text-align: left;
  }

  .footer-menu a {
    display: flex;
    width: 78.03px;
    height: 20.92px;
    padding: 2.96px 0;
    align-items: center;
    justify-content: flex-start;
    color: #a7afc6;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 15px;
    text-transform: none;
    white-space: nowrap;
    text-align: left;
  }

  .footer-menu a:first-of-type {
    height: 20.92px;
    padding: 2.96px 0;
  }

  .footer-bottom {
    order: 4;
    position: relative;
    top: auto;
    left: auto;
    box-sizing: border-box;
    display: block;
    width: 301.72px;
    height: 40.28px;
    margin: 0;
    padding: 0;
    border-top: 0;
    color: #a7afc6;
  }

  .footer-bottom::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 301.72px;
    border-top: 0.99px solid #e7e8ec;
  }

  .footer-bottom > span {
    display: flex;
    width: 301.72px;
    height: 33.29px;
    margin-top: 6px;
    align-items: center;
    justify-content: flex-start;
    color: #a7afc6;
    font-size: 10.4px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.59px;
    text-transform: uppercase;
    text-align: left;
  }

  .footer-bottom > span::after {
    content: none;
  }

  .footer-bottom div {
    display: none;
  }

  html.scroll-animations-ready .page > .pablo-section.scroll-reveal,
  html.scroll-animations-ready .page > .pablo-section.scroll-reveal.scroll-reveal--above,
  html.scroll-animations-ready .page > .reviews-section.scroll-reveal,
  html.scroll-animations-ready .page > .reviews-section.scroll-reveal.scroll-reveal--above,
  html.scroll-animations-ready .page > .telegram-section.scroll-reveal,
  html.scroll-animations-ready .page > .telegram-section.scroll-reveal.scroll-reveal--above,
  html.scroll-animations-ready .page > .onas-section.scroll-reveal,
  html.scroll-animations-ready .page > .onas-section.scroll-reveal.scroll-reveal--above,
  html.scroll-animations-ready .page > .quest-section.scroll-reveal,
  html.scroll-animations-ready .page > .quest-section.scroll-reveal.scroll-reveal--above {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 341px) and (max-width: 374px) {
  .tool-strip {
    width: calc(100vw - 16px);
    gap: 8px;
  }

  .tool-card {
    width: 52px;
    height: 76px;
    flex-basis: 52px;
    gap: 7px;
  }

  .tool-icon,
  .tool-card--chatgpt .tool-icon {
    width: 52px;
    height: 52px;
  }

  .tool-label {
    font-size: 11px;
    line-height: 15px;
  }

  .founders-container,
  .founders-visual {
    width: 100vw;
  }

  .page > .pablo-section,
  .pablo-section,
  .pablo-panel,
  .pablo-content,
  .pablo-links {
    width: 100vw;
  }

  .pablo-links {
    box-sizing: border-box;
    padding-right: max(4.28px, calc((100% - 332.45px) / 2));
    padding-left: max(4.28px, calc((100% - 332.45px) / 2));
  }

  .page > .reviews-section,
  .reviews-section,
  .reviews-panel,
  .reviews-header {
    width: 100vw;
  }

  .reviews-header {
    padding-right: max(8px, calc((100% - 327.78px) / 2));
    padding-left: max(8px, calc((100% - 327.78px) / 2));
  }

  .reviews-grid {
    left: calc((100% - 334.74px) / 2);
  }

  .reviews-controls {
    left: calc((100% - 215px) / 2);
  }
}

@media (min-width: 341px) and (max-width: 350px) {
  .page > .report-section,
  .report-section {
    width: 100vw;
  }

  .report-container {
    left: 50%;
    transform: translateX(-50%) scale(0.97);
    transform-origin: top center;
  }
}

@media (min-width: 341px) and (max-width: 344px) {
  .page > .telegram-section,
  .telegram-section {
    width: 100vw;
  }

  .telegram-panel {
    left: 50%;
    transform: translateX(-50%) scale(0.988);
    transform-origin: top center;
  }
}

@media (min-width: 341px) and (max-width: 389px) {
  .page > .preseed-section,
  .preseed-section {
    width: calc(100vw - 40.72px);
    margin-right: auto;
    margin-left: auto;
  }

  .preseed-header,
  .preseed-content,
  .preseed-timeline,
  .preseed-timeline li,
  .preseed-side,
  .preseed-current {
    width: 100%;
  }

  .preseed-header {
    left: 0;
  }

  .preseed-header h2 {
    width: 100%;
  }

  .preseed-header p {
    width: calc(100% - 5.94px);
  }

  .preseed-map {
    width: calc(100% - 27.53px);
  }
}

@media (min-width: 320px) and (max-width: 720px) {
  .bloggers-title {
    left: 50%;
  }

  .bloggers-videos {
    left: calc(50% - 414.62px);
  }

  .bloggers-footer {
    left: calc(50% - 143.055px);
  }
}

@media (max-width: 340px) {
  .page > .report-section,
  .report-section,
  .page > .preseed-section,
  .preseed-section {
    width: 100vw;
  }

  .report-container {
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    transform-origin: top center;
  }

  .preseed-content {
    left: 50%;
    transform: translateX(-50%) scale(0.94);
    transform-origin: top center;
  }

  .page > .pablo-section,
  .pablo-section {
    order: 7;
    display: flex;
    width: 100vw;
    height: 720px;
    min-height: 720px;
    margin: 104.65px auto 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }

  .pablo-panel {
    width: 100vw;
    height: 720px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .pablo-content {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    width: 100vw;
    height: 720px;
    flex-direction: column;
    align-items: center;
    gap: 15.61px;
    transform: none;
  }

  .pablo-copy {
    position: relative;
    top: auto;
    left: auto;
    z-index: 3;
    width: calc(100vw - 24px);
    height: 105px;
    flex: 0 0 auto;
    transform: none;
  }

  .pablo-copy h2 {
    position: static;
    display: block;
    width: 100%;
    height: 48px;
    margin: 0;
    color: #0e1330;
    font-size: 20.78px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.43px;
    text-align: center;
    text-shadow: none;
  }

  .pablo-copy h2 span {
    display: inline;
    color: #0e1330;
  }

  .pablo-copy h2 em {
    color: #4475f2;
    font-style: normal;
  }

  .pablo-copy p {
    position: absolute;
    top: 62px;
    left: 0;
    display: flex;
    width: 100%;
    height: 39px;
    margin: 0;
    align-items: center;
    color: #6b6b7b;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 20px;
    text-shadow: none;
  }

  .pablo-copy > .pablo-button {
    display: none;
  }

  .pablo-card {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    box-sizing: border-box;
    width: calc(100vw - 16px);
    height: 337.65px;
    padding: 0;
    flex: 0 0 auto;
    border: 1.04px solid #e8e8ed;
    border-radius: 18.7px;
    background: #ffffff;
    box-shadow: none;
    transform: none;
  }

  .pablo-card::before {
    display: none;
    content: none;
  }

  .pablo-deadline {
    position: absolute;
    top: 8.71px;
    left: calc(100% - 107.57px);
    z-index: 4;
    box-sizing: border-box;
    display: flex;
    width: 89.28px;
    height: 23.61px;
    padding: 4.5px 7.87px;
    align-items: center;
    gap: 4.12px;
    border: 1.04px dashed rgb(60 40 10 / 0.25);
    border-radius: 6.75px;
    background: #ffffff;
    transform: rotate(-4deg);
    transform-origin: center;
  }

  .pablo-deadline span {
    display: flex;
    width: 35.37px;
    height: 5.78px;
    align-items: center;
    color: #6b7796;
    font-size: 6.75px;
    font-weight: 500;
    line-height: 8px;
    letter-spacing: 0.34px;
    white-space: nowrap;
  }

  .pablo-deadline strong {
    display: flex;
    width: 34px;
    height: 12px;
    align-items: center;
    color: #0c1530;
    font-size: 10.12px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: -0.17px;
    white-space: nowrap;
  }

  .pablo-card__header {
    position: absolute;
    top: 17.66px;
    left: calc((100% - 292.97px) / 2);
    width: 292.97px;
    height: 13.51px;
    padding: 0;
    border: 0;
  }

  .pablo-card__header div {
    display: block;
    width: 292.97px;
    height: 13.51px;
  }

  .pablo-card__header span {
    display: flex;
    width: 292.97px;
    height: 13px;
    color: #5a6088;
    font-size: 10.39px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.62px;
    text-transform: uppercase;
  }

  .pablo-card__header strong {
    display: none;
  }

  .pablo-card__header .pablo-status {
    position: absolute;
    top: -34.27px;
    left: calc(100% - 138.51px);
    box-sizing: border-box;
    display: flex;
    width: 134.51px;
    height: 23.9px;
    padding: 4.16px 10.39px;
    align-items: center;
    justify-content: flex-start;
    border: 1.04px solid #2d5f2d;
    border-radius: 6.23px;
    background: #fbfaf6;
    color: #2d5f2d;
    font-size: 10.39px !important;
    font-weight: 700;
    line-height: 13px !important;
    letter-spacing: 0.83px !important;
    transform: rotate(-4deg);
  }

  .pablo-slots {
    position: absolute;
    top: 39.47px;
    left: calc((100% - 292.97px) / 2);
    display: grid;
    width: 292.97px;
    height: 128.83px;
    padding: 6.23px 0 0;
    grid-template-columns: repeat(6, 43.63px);
    grid-auto-rows: 58.18px;
    row-gap: 24.5px;
    column-gap: 6.24px;
    counter-reset: slot;
  }

  .pablo-slot {
    position: relative;
    display: flex;
    width: 43.63px;
    height: 58.18px;
    flex-direction: column;
    align-items: center;
    gap: 4.16px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .pablo-slot::before,
  .pablo-slot::after {
    display: none;
    content: none;
  }

  .pablo-bulb {
    display: block;
    width: 31.17px;
    height: 43.63px;
    flex: 0 0 43.63px;
    background-repeat: no-repeat;
    background-size: 31.17px 43.63px;
  }

  .pablo-slot.is-filled .pablo-bulb {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='44' viewBox='0 0 32 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.585 29.4532C23.417 29.4532 29.7661 23.1041 29.7661 15.272C29.7661 7.43996 23.417 1.09082 15.585 1.09082C7.7529 1.09082 1.40376 7.43996 1.40376 15.272C1.40376 23.1041 7.7529 29.4532 15.585 29.4532Z' fill='%23FFD24A' fill-opacity='0.22'/%3E%3Cpath d='M15.585 25.0896C21.0072 25.0896 25.4028 20.694 25.4028 15.2718C25.4028 9.84966 21.0072 5.4541 15.585 5.4541C10.1629 5.4541 5.7673 9.84966 5.7673 15.2718C5.7673 20.694 10.1629 25.0896 15.585 25.0896Z' fill='%23FFD24A' fill-opacity='0.4'/%3E%3Cpath d='M7.94922 23.9988C7.94922 15.2719 23.2212 15.2719 23.2212 23.9988L21.0395 30.5439H10.1309L7.94922 23.9988Z' fill='%23FFD24A' stroke='%23E8A700' stroke-opacity='0.9' stroke-width='1.30903'/%3E%3Cpath d='M12.3125 22.9083C14.4942 19.9993 16.6759 19.9993 18.8577 22.9083' stroke='%23E8A700' stroke-width='1.30903'/%3E%3Cpath opacity='0.7' d='M19.9485 30.5439H11.2216V32.7257H19.9485V30.5439Z' fill='%233A2A00'/%3E%3Cpath opacity='0.55' d='M19.403 33.2715H11.767V34.7987H19.403V33.2715Z' fill='%233A2A00'/%3E%3Cpath opacity='0.45' d='M18.8577 35.4531H12.3125V36.9803H18.8577V35.4531Z' fill='%233A2A00'/%3E%3Cpath opacity='0.55' d='M13.4033 38.1802H17.7667L16.6758 40.3619H14.4941L13.4033 38.1802Z' fill='%233A2A00'/%3E%3C/svg%3E");
  }

  .pablo-slot:not(.is-filled) .pablo-bulb {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='44' viewBox='0 0 32 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94922 23.9988C7.94922 15.2719 23.2212 15.2719 23.2212 23.9988L21.0395 30.5439H10.1309L7.94922 23.9988Z' fill='none' stroke='%233A2A00' stroke-opacity='0.45' stroke-width='1.30903'/%3E%3Cpath opacity='0.35' d='M19.9485 30.5439H11.2216V32.7257H19.9485V30.5439Z' fill='%233A2A00'/%3E%3Cpath opacity='0.3' d='M19.403 33.2715H11.767V34.7987H19.403V33.2715Z' fill='%233A2A00'/%3E%3Cpath opacity='0.25' d='M18.8577 35.4531H12.3125V36.9803H18.8577V35.4531Z' fill='%233A2A00'/%3E%3Cpath opacity='0.3' d='M13.4033 38.1802H17.7667L16.6758 40.3619H14.4941L13.4033 38.1802Z' fill='%233A2A00'/%3E%3C/svg%3E");
  }

  .pablo-slot small {
    position: static;
    display: flex;
    width: 10.79px;
    height: 10.39px;
    align-items: center;
    justify-content: flex-start;
    transform: none;
    color: #3a2a00;
    font-family: "JetBrains Mono", Consolas, monospace;
    font-size: 8.31px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0.42px;
    opacity: 0.55;
    text-align: left;
  }

  .pablo-card__footer {
    position: absolute;
    top: 176.62px;
    left: calc((100% - 292.97px) / 2);
    display: flex;
    width: 292.97px;
    height: 31.17px;
    padding: 6.23px 0 8.31px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    color: #0e1330;
  }

  .pablo-card__footer span {
    display: flex;
    height: 16.62px;
    color: #0e1330;
    font-size: 12.48px;
    font-weight: 700;
    line-height: 15px;
  }

  .pablo-card__footer span:first-child {
    width: 146.02px;
  }

  .pablo-card__footer b {
    margin: 0 3px;
    color: #e8a700;
    font: inherit;
  }

  .pablo-card__footer span:last-child {
    width: 118.61px;
    justify-content: flex-end;
    color: #5a6088;
    font-size: 11.43px;
    font-weight: 500;
    line-height: 14px;
  }

  .pablo-card__footer span:last-child strong {
    display: none;
  }

  .pablo-card__footer::before {
    position: absolute;
    top: 39.47px;
    left: 0;
    width: 292.97px;
    border-top: 1.04px dashed rgb(60 40 10 / 0.25);
    content: "";
  }

  .pablo-card__footer::after {
    position: absolute;
    top: 57.96px;
    left: 0;
    width: 171.56px;
    height: 13px;
    color: #5a6088;
    content: "До закрытия окна (live)";
    font-size: 10.39px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .pablo-countdown {
    position: absolute;
    top: 375.7px;
    left: calc((100vw - 292.97px) / 2);
    z-index: 4;
    display: flex;
    width: 292.97px;
    height: 62.33px;
    gap: 6.23px;
  }

  .pablo-timebox {
    box-sizing: border-box;
    width: 68.57px;
    height: 62.33px;
    padding: 8.31px 4.16px;
    border: 1.04px solid rgb(14 19 48 / 0.1);
    border-radius: 12.47px;
    background: #ffffff;
    gap: 6.23px;
  }

  .pablo-timebox strong {
    width: 58.18px;
    height: 24.93px;
    color: #0e1330;
    font-size: 24.93px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.5px;
    text-align: center;
  }

  .pablo-timebox span {
    width: 58.18px;
    height: 12.47px;
    color: #0e1330;
    font-size: 9.35px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 1.12px;
    opacity: 0.55;
    text-align: center;
    text-transform: uppercase;
  }

  .pablo-links {
    display: flex;
    box-sizing: border-box;
    width: 100vw;
    height: 137.14px;
    padding: 0 8px;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 10.39px;
  }

  .pablo-link {
    display: flex;
    box-sizing: border-box;
    width: calc(100vw - 16px);
    max-width: 332.45px;
    border-radius: 14.54px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
  }

  .pablo-link--telegram {
    height: 62.33px;
    padding: 14.54px 12px;
    background: #4475f2;
    color: #ffffff;
  }

  .pablo-link--site {
    height: 64.41px;
    padding: 14.54px 12px;
    border: 1.39px solid #e8e8ed;
    background: #ffffff;
    color: #0e1330;
  }

  .pablo-link__icon,
  .pablo-link__icon svg {
    display: flex;
    width: 29.09px;
    height: 29.09px;
    flex: 0 0 auto;
  }

  .pablo-link > span:not(.pablo-link__icon) {
    display: flex;
    width: calc(100% - 71px);
    height: 33.25px;
    margin-right: auto;
    margin-left: 10.39px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .pablo-link--site > span:not(.pablo-link__icon) {
    width: calc(100% - 83px);
  }

  .pablo-link strong {
    color: inherit;
    font-size: 13.2px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.07px;
    white-space: nowrap;
  }

  .pablo-link small {
    padding-top: 1.04px;
    color: inherit;
    font-size: 11.43px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.07px;
    opacity: 0.8;
  }

  .pablo-link em {
    display: flex;
    width: 12.09px;
    height: 21.82px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    color: inherit;
    font-size: 16.62px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    opacity: 0.95;
  }

  .pablo-link--site em {
    opacity: 0.6;
  }

  .pablo-mobile-note {
    display: flex;
    width: calc(100vw - 24px);
    height: 74px;
    margin: 0;
    flex: 0 0 auto;
    align-items: center;
    color: #6b6b7b;
    font-size: 12.48px;
    font-weight: 500;
    line-height: 17px;
  }

  .page > .reviews-section,
  .reviews-section,
  .reviews-panel,
  .reviews-header {
    width: 100vw;
  }

  .reviews-section {
    overflow: visible;
  }

  .reviews-panel {
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    transform-origin: top center;
  }

  .reviews-header {
    padding: 0;
  }

  .reviews-header h2 {
    width: 100vw;
  }

  .page > .telegram-section,
  .telegram-section {
    width: 100vw;
  }

  .telegram-panel {
    left: 50%;
    transform: translateX(-50%) scale(0.928);
    transform-origin: top center;
  }

  .page > .onas-section,
  .onas-section {
    width: 100vw;
    align-items: center;
  }

  .onas-header,
  .onas-cards {
    width: calc(100vw - 28px);
  }

  .onas-header {
    padding: 0;
    justify-content: center;
  }

  .onas-header h2 {
    width: calc(100vw - 28px);
    letter-spacing: -1px;
  }

  .onas-card,
  .onas-card--ai,
  .onas-card--people,
  .onas-card--stats,
  .onas-card--no {
    width: 100%;
  }

  .onas-card p,
  .onas-card--ai p,
  .onas-card--people p,
  .onas-card--stats p,
  .onas-card--no p {
    width: calc(100vw - 84px);
  }

  .page > .quest-section,
  .quest-section,
  .quest-panel {
    width: 100vw;
  }

  .quest-header {
    left: 14px;
    width: calc(100vw - 28px);
  }

  .quest-header h2 {
    width: calc(100vw - 28px);
  }

  .quest-list {
    left: 14px;
    width: calc(100vw - 28px);
  }

  .quest-card,
  .quest-card--featured {
    width: calc(100vw - 28px);
  }
}

@media (min-width: 390px) and (max-width: 720px) {
  :root {
    --mobile-side-gutter: 16.82px;
    --mobile-section-width: calc(100vw - (var(--mobile-side-gutter) * 2));
  }

  .page > .report-section,
  .report-section,
  .page > .preseed-section,
  .preseed-section,
  .page > .pablo-section,
  .pablo-section,
  .page > .reviews-section,
  .reviews-section,
  .page > .telegram-section,
  .telegram-section,
  .page > .onas-section,
  .onas-section,
  .page > .quest-section,
  .quest-section {
    width: var(--mobile-section-width);
    margin-right: auto;
    margin-left: auto;
  }

  .report-container,
  .report-copy,
  .receipt-wrap,
  .receipt-card,
  .preseed-header,
  .preseed-content,
  .preseed-list,
  .preseed-current,
  .pablo-panel,
  .pablo-content,
  .pablo-copy,
  .pablo-card,
  .pablo-links,
  .pablo-link,
  .pablo-mobile-note,
  .reviews-panel,
  .reviews-header,
  .review-card--one,
  .telegram-panel,
  .telegram-content,
  .telegram-copy,
  .telegram-ticket,
  .onas-header,
  .onas-cards,
  .onas-card,
  .quest-panel,
  .quest-list,
  .quest-card {
    width: 100%;
  }

  .bloggers-videos {
    left: 0;
    width: 100vw;
  }

  .blogger-card--left {
    left: -226.28px;
  }

  .blogger-card--main {
    left: 37.3px;
    width: calc(100vw - 74.6px);
  }

  .blogger-card--right {
    left: calc(100vw - 13.94px);
  }

  .blogger-card--main .blogger-card__top,
  .blogger-card--main h3 {
    width: calc(100% - 25.7px);
  }

  .report-container,
  .preseed-content,
  .telegram-panel {
    left: 0;
    transform: none;
  }

  .report-copy h2 {
    left: 0;
    width: 100%;
  }

  .report-lead,
  .report-note {
    width: calc(100% - 35.32px);
  }

  .receipt-wrap {
    left: 0;
  }

  .receipt-label {
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
  }

  .receipt-header,
  .receipt-list,
  .receipt-total,
  .receipt-thanks,
  .receipt-barcode,
  .receipt-code {
    margin-right: auto;
    margin-left: auto;
  }

  .receipt-thanks {
    margin-top: 15.15px;
  }

  .preseed-header {
    left: 0;
  }

  .page > .preseed-section,
  .preseed-section {
    width: calc(100vw - 40.72px);
  }

  .preseed-header h2 {
    width: 100%;
  }

  .preseed-header p {
    width: calc(100% - 5.94px);
  }

  .preseed-map {
    width: calc(100% - 27.53px);
  }

  .preseed-row {
    width: 100%;
  }

  .pablo-copy h2,
  .pablo-copy p {
    width: 100%;
  }

  .pablo-card__header,
  .pablo-slots,
  .pablo-card__footer,
  .pablo-countdown {
    left: calc((100% - 292.97px) / 2);
  }

  .pablo-deadline {
    left: calc(100% - 107.57px);
  }

  .pablo-card__header .pablo-status {
    left: calc(100% - 138.51px);
  }

  .pablo-links {
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
  }

  .reviews-header {
    padding-right: 0;
    padding-left: 0;
  }

  .reviews-header h2 {
    width: 100%;
  }

  .reviews-grid {
    left: 0;
    width: 100%;
  }

  .reviews-controls {
    left: calc(50% - 107.5px);
  }

  .telegram-ticket__date,
  .telegram-ticket__perforation,
  .telegram-ticket__body,
  .telegram-button {
    width: 100%;
  }

  .telegram-ticket__date {
    box-sizing: border-box;
  }

  .telegram-ticket__date::after {
    right: 22.86px;
    left: auto;
  }

  .telegram-ticket__perforation::after {
    right: -8.31px;
    left: auto;
  }

  .telegram-button {
    left: 16.62px;
    width: calc(100% - 33.24px);
  }

  .onas-header {
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
  }

  .onas-header h2 {
    width: 100%;
  }

  .onas-card p,
  .onas-card--ai p,
  .onas-card--people p,
  .onas-card--stats p,
  .onas-card--no p {
    width: calc(100% - 41.56px);
  }

  .quest-header,
  .quest-list {
    left: 0;
    width: 100%;
  }

  .quest-header h2 {
    width: 100%;
  }
}

@media (max-width: 720px) {
  body.registration-mode {
    background: #f3f5fa;
  }

  .signup-page {
    min-height: 100dvh;
    padding: 99px 16px 24px;
    align-items: center;
    justify-content: flex-start;
    background: #f3f5fa;
  }

  .signup-shell,
  .signup-shell.is-submitted {
    width: 328px;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    gap: 14px;
  }

  .signup-shell[data-active-step="1"] .signup-aside,
  .signup-shell:not([data-active-step]) .signup-aside {
    box-sizing: border-box;
    width: 328px;
    max-width: 100%;
    height: 286.2px;
    min-height: 286.2px;
    padding: 18px 18px 20px;
    border-radius: 20px;
    background: linear-gradient(163.09deg, #4475f2 0%, #4475f2 100%);
    box-shadow: none;
  }

  .signup-shell[data-active-step="1"] .signup-aside__glow,
  .signup-shell:not([data-active-step]) .signup-aside__glow {
    top: -30px;
    right: -30px;
    bottom: auto;
    left: auto;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgb(255 255 255 / 0.18) 0%, rgb(255 255 255 / 0) 60%);
  }

  .signup-shell[data-active-step="1"] .signup-aside__content,
  .signup-shell:not([data-active-step]) .signup-aside__content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 7.3px;
  }

  .signup-shell[data-active-step="1"] .signup-aside__badge,
  .signup-shell:not([data-active-step]) .signup-aside__badge {
    width: 168px;
    height: 22px;
    padding: 5px 9px;
    border-radius: 6px;
    background: rgb(255 255 255 / 0.18);
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.6px;
    word-spacing: 0;
    white-space: nowrap;
  }

  .signup-shell[data-active-step="1"] .signup-aside h1,
  .signup-shell:not([data-active-step]) .signup-aside h1 {
    display: flex;
    width: 292px;
    height: 54.85px;
    margin: 0;
    padding-top: 3.85px;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.22px;
  }

  .signup-shell[data-active-step="1"] .signup-aside p,
  .signup-shell:not([data-active-step]) .signup-aside p {
    display: flex;
    width: 292px;
    height: 39.75px;
    margin: 0;
    padding-bottom: 0.75px;
    align-items: center;
    color: rgb(255 255 255 / 0.85);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .signup-shell[data-active-step="1"] .signup-benefits,
  .signup-shell:not([data-active-step]) .signup-benefits {
    box-sizing: border-box;
    width: 292px;
    height: 109.7px;
    margin: 0;
    padding-top: 6.7px;
    gap: 7.5px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits li,
  .signup-shell:not([data-active-step]) .signup-benefits li {
    display: grid;
    width: 292px;
    min-height: 18px;
    grid-template-columns: 14px 1fr;
    gap: 2px;
    align-items: start;
    color: rgb(255 255 255 / 0.95);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
  }

  .signup-shell[data-active-step="1"] .signup-benefits li:first-child,
  .signup-shell[data-active-step="1"] .signup-benefits li:last-child,
  .signup-shell:not([data-active-step]) .signup-benefits li:first-child,
  .signup-shell:not([data-active-step]) .signup-benefits li:last-child {
    min-height: 35px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits span,
  .signup-shell:not([data-active-step]) .signup-benefits span {
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits svg,
  .signup-shell:not([data-active-step]) .signup-benefits svg {
    width: 14px;
    height: 14px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits path,
  .signup-shell:not([data-active-step]) .signup-benefits path {
    stroke-width: 2px;
  }

  .signup-shell[data-active-step="1"] .signup-form,
  .signup-shell:not([data-active-step]) .signup-form {
    box-sizing: border-box;
    width: 328px;
    max-width: 100%;
    height: 533.01px;
    min-height: 533.01px;
    padding: 20px 18px 18px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgb(15 23 42 / 0.04), 0 8px 24px rgb(15 23 42 / 0.06);
  }

  .signup-shell[data-active-step="1"] .signup-form::before,
  .signup-shell:not([data-active-step]) .signup-form::before {
    top: 20px;
    right: 18px;
    left: 18px;
    height: 4px;
    border-radius: 3px;
    background:
      linear-gradient(#4475f2 0 0) left / calc((100% - 12px) / 3) 100% no-repeat,
      linear-gradient(#e6e9ef 0 0) center / calc((100% - 12px) / 3) 100% no-repeat,
      linear-gradient(#e6e9ef 0 0) right / calc((100% - 12px) / 3) 100% no-repeat;
  }

  .signup-shell[data-active-step="1"] .signup-form::after,
  .signup-shell:not([data-active-step]) .signup-form::after {
    position: absolute;
    top: 20px;
    left: 18px;
    width: calc((100% - 48px) / 3);
    height: 4px;
    content: "";
    border-radius: 3px;
    box-shadow: 0 0 0 3px rgb(59 91 219 / 0.18);
    pointer-events: none;
  }

  .signup-shell[data-active-step="1"] .signup-step,
  .signup-shell:not([data-active-step]) .signup-step {
    min-height: 0;
  }

  .signup-shell[data-active-step="1"] .signup-step__header,
  .signup-shell:not([data-active-step]) .signup-step__header {
    width: 292px;
    margin: 0 0 14.01px;
    padding-top: 14px;
    gap: 0;
    flex-direction: column-reverse;
  }

  .signup-shell[data-active-step="1"] .signup-step__header > span,
  .signup-shell:not([data-active-step]) .signup-step__header > span {
    display: flex;
    width: 292px;
    height: 23px;
    margin: 0;
    padding-top: 10px;
    align-items: center;
    color: #6b7385;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.44px;
  }

  .signup-shell[data-active-step="1"] .signup-step__header div,
  .signup-shell:not([data-active-step]) .signup-step__header div {
    display: flex;
    width: 292px;
    flex-direction: column;
  }

  .signup-shell[data-active-step="1"] .signup-step__header h2,
  .signup-shell:not([data-active-step]) .signup-step__header h2 {
    display: flex;
    width: 292px;
    height: 26px;
    margin: 0;
    padding-top: 2px;
    align-items: center;
    color: #0a0f1f;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.2px;
  }

  .signup-shell[data-active-step="1"] .signup-step__header p,
  .signup-shell:not([data-active-step]) .signup-step__header p {
    display: flex;
    width: 292px;
    height: 19px;
    margin: 0;
    align-items: center;
    color: #6b7385;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
  }

  .signup-shell[data-active-step="1"] .signup-step__content,
  .signup-shell:not([data-active-step]) .signup-step__content {
    width: 292px;
    gap: 14px;
  }

  .signup-shell[data-active-step="1"] .signup-fields,
  .signup-shell:not([data-active-step]) .signup-fields {
    width: 292px;
    gap: 14px;
  }

  .signup-shell[data-active-step="1"] .signup-field,
  .signup-shell[data-active-step="1"] .signup-group,
  .signup-shell:not([data-active-step]) .signup-field,
  .signup-shell:not([data-active-step]) .signup-group {
    width: 292px;
    gap: 8px;
  }

  .signup-shell[data-active-step="1"] .signup-field > span,
  .signup-shell[data-active-step="1"] .signup-label,
  .signup-shell:not([data-active-step]) .signup-field > span,
  .signup-shell:not([data-active-step]) .signup-label {
    width: 292px;
    min-height: 13px;
    gap: 6px;
    color: #6b7385;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.44px;
  }

  .signup-shell[data-active-step="1"] .signup-field b,
  .signup-shell[data-active-step="1"] .signup-label b,
  .signup-shell:not([data-active-step]) .signup-field b,
  .signup-shell:not([data-active-step]) .signup-label b {
    color: #4475f2;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.44px;
  }

  .signup-shell[data-active-step="1"] .signup-field input,
  .signup-shell:not([data-active-step]) .signup-field input {
    box-sizing: border-box;
    width: 292px;
    height: 48px;
    padding: 12.5px 14px;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    color: #0a0f1f;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }

  .signup-shell[data-active-step="1"] .signup-field input::placeholder,
  .signup-shell:not([data-active-step]) .signup-field input::placeholder {
    color: #0a0f1f;
    opacity: 1;
  }

  .signup-shell[data-active-step="1"] .signup-chips,
  .signup-shell:not([data-active-step]) .signup-chips {
    width: 292px;
    min-height: 130px;
    column-gap: 7px;
    row-gap: 8px;
  }

  .signup-shell[data-active-step="1"] .signup-chip,
  .signup-shell:not([data-active-step]) .signup-chip {
    height: 38px;
    padding: 0 14px;
    border: 1px solid #e6e9ef;
    border-radius: 10px;
    color: #1b2236;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
  }

  .signup-shell[data-active-step="1"] .signup-chip.is-active,
  .signup-shell:not([data-active-step]) .signup-chip.is-active {
    border-color: #4475f2;
    background: #4475f2;
    box-shadow: 0 4px 12px rgb(59 91 219 / 0.25);
    color: #ffffff;
  }

  .signup-shell[data-active-step="1"] .signup-actions,
  .signup-shell:not([data-active-step]) .signup-actions {
    width: 292px;
    height: 50px;
    margin-top: 14px;
    padding: 0;
  }

  .signup-shell[data-active-step="1"] .signup-action--primary,
  .signup-shell:not([data-active-step]) .signup-action--primary {
    width: 292px;
    height: 50px;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgb(59 91 219 / 0.3);
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
  }

  .signup-shell[data-active-step="1"] .signup-action--primary:disabled,
  .signup-shell:not([data-active-step]) .signup-action--primary:disabled {
    opacity: 0.45;
    box-shadow: none;
  }

  .signup-shell[data-active-step="1"] .signup-action svg,
  .signup-shell:not([data-active-step]) .signup-action svg {
    width: 19px;
    height: 25px;
  }
}

@media (max-width: 720px) {
  .signup-shell[data-active-step="2"] {
    width: 328px;
    max-width: 100%;
    margin: 0 auto;
    gap: 14px;
  }

  .signup-shell[data-active-step="2"] .signup-aside {
    box-sizing: border-box;
    width: 328px;
    max-width: 100%;
    height: 130.05px;
    min-height: 130.05px;
    padding: 14px 16px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(146.28deg, #4475f2 0%, #4475f2 100%);
    box-shadow: none;
  }

  .signup-shell[data-active-step="2"] .signup-aside__glow {
    top: -30px;
    right: -30px;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgb(255 255 255 / 0.18) 0%, rgb(255 255 255 / 0) 60%);
  }

  .signup-shell[data-active-step="2"] [data-signup-mobile-card="2"] {
    display: flex;
    width: 296px;
    height: 102.05px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7.3px;
  }

  .signup-shell[data-active-step="2"] [data-signup-mobile-card="2"] .signup-aside__badge {
    display: flex;
    box-sizing: border-box;
    width: 81px;
    height: 22px;
    padding: 5px 9px;
    align-items: center;
    border-radius: 6px;
    background: rgb(255 255 255 / 0.18);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .signup-shell[data-active-step="2"] .signup-mobile-card h1 {
    display: flex;
    box-sizing: border-box;
    width: 296px;
    height: 25.7px;
    margin: 0;
    padding-top: 4.7px;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: -0.18px;
  }

  .signup-shell[data-active-step="2"] .signup-mobile-card p {
    display: flex;
    box-sizing: border-box;
    width: 296px;
    height: 39.75px;
    margin: 0;
    padding-bottom: 0.75px;
    align-items: center;
    color: rgb(255 255 255 / 0.85);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .signup-shell[data-active-step="2"] .signup-form {
    box-sizing: border-box;
    width: 328px;
    max-width: 100%;
    height: 703px;
    min-height: 703px;
    padding: 20px 18px 30px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgb(15 23 42 / 0.04), 0 8px 24px rgb(15 23 42 / 0.06);
  }

  .signup-shell[data-active-step="2"] .signup-form::before {
    top: 20px;
    right: 18px;
    left: 18px;
    height: 4px;
    border-radius: 3px;
    background:
      linear-gradient(#4475f2 0 0) left / calc((100% - 12px) / 3) 100% no-repeat,
      linear-gradient(#4475f2 0 0) center / calc((100% - 12px) / 3) 100% no-repeat,
      linear-gradient(#e6e9ef 0 0) right / calc((100% - 12px) / 3) 100% no-repeat;
  }

  .signup-shell[data-active-step="2"] .signup-form::after {
    position: absolute;
    top: 20px;
    left: calc(18px + ((100% - 48px) / 3) + 6px);
    width: calc((100% - 48px) / 3);
    height: 4px;
    content: "";
    border-radius: 3px;
    box-shadow: 0 0 0 3px rgb(59 91 219 / 0.18);
    pointer-events: none;
  }

  .signup-shell[data-active-step="2"] .signup-step {
    min-height: 0;
  }

  .signup-shell[data-active-step="2"] .signup-step__header {
    width: 292px;
    height: 89px;
    margin: 0 0 4px;
    padding-top: 8px;
    gap: 0;
    flex-direction: column-reverse;
  }

  .signup-shell[data-active-step="2"] .signup-step__header > span {
    display: flex;
    width: 292px;
    height: 23px;
    margin: 0;
    padding-top: 10px;
    align-items: center;
    color: #6b7385;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.44px;
  }

  .signup-shell[data-active-step="2"] .signup-step__header div {
    display: flex;
    width: 292px;
    margin-top: 6px;
    flex-direction: column;
    gap: 7px;
  }

  .signup-shell[data-active-step="2"] .signup-step__header h2 {
    display: flex;
    width: 292px;
    height: 26px;
    margin: 0;
    padding-top: 2px;
    align-items: center;
    color: #0a0f1f;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.2px;
  }

  .signup-shell[data-active-step="2"] .signup-step__header p {
    display: flex;
    width: 292px;
    height: 19px;
    margin: 0;
    align-items: center;
    color: #6b7385;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
  }

  .signup-shell[data-active-step="2"] .signup-step__content {
    box-sizing: border-box;
    width: 292px;
    height: 449px;
    padding-top: 14px;
    gap: 14px;
  }

  .signup-shell[data-active-step="2"] .signup-field,
  .signup-shell[data-active-step="2"] .signup-group {
    width: 292px;
    gap: 8px;
  }

  .signup-shell[data-active-step="2"] .signup-group--compact {
    height: 105px;
  }

  .signup-shell[data-active-step="2"] .signup-step__content > .signup-group:nth-child(2) {
    height: 197px;
  }

  .signup-shell[data-active-step="2"] .signup-field--textarea {
    height: 105px;
  }

  .signup-shell[data-active-step="2"] .signup-field > span,
  .signup-shell[data-active-step="2"] .signup-label {
    width: 292px;
    min-height: 13px;
    gap: 6px;
    color: #6b7385;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.44px;
    text-transform: uppercase;
  }

  .signup-shell[data-active-step="2"] .signup-label--split {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .signup-shell[data-active-step="2"] .signup-label--split span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
  }

  .signup-shell[data-active-step="2"] .signup-field b,
  .signup-shell[data-active-step="2"] .signup-label b {
    color: #4475f2;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.44px;
  }

  .signup-shell[data-active-step="2"] .signup-field em,
  .signup-shell[data-active-step="2"] .signup-label em {
    margin-left: auto;
    color: #9098a8;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0;
    text-transform: none;
  }

  .signup-shell[data-active-step="2"] .signup-chips {
    width: 292px;
    min-height: auto;
    column-gap: 5px;
    row-gap: 8px;
  }

  .signup-shell[data-active-step="2"] .signup-group--compact .signup-chips {
    height: 84px;
  }

  .signup-shell[data-active-step="2"] .signup-step__content > .signup-group:nth-child(2) .signup-chips {
    height: 176px;
  }

  .signup-shell[data-active-step="2"] .signup-chip {
    height: 38px;
    padding: 0 14px;
    border: 1px solid #e6e9ef;
    border-radius: 10px;
    color: #1b2236;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
  }

  .signup-shell[data-active-step="2"] .signup-chip.is-active {
    border-color: #4475f2;
    background: #4475f2;
    box-shadow: 0 4px 12px rgb(59 91 219 / 0.25);
    color: #ffffff;
  }

  .signup-shell[data-active-step="2"] .signup-field textarea {
    box-sizing: border-box;
    width: 292px;
    height: 84px;
    min-height: 84px;
    padding: 11.15px 14px 29.41px;
    overflow: hidden;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    color: #0a0f1f;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .signup-shell[data-active-step="2"] .signup-field textarea::placeholder {
    color: #9098a8;
    opacity: 1;
  }

  .signup-shell[data-active-step="2"] .signup-actions {
    width: 292px;
    height: 50px;
    margin-top: 61px;
    padding: 0;
    gap: 8px;
  }

  .signup-shell[data-active-step="2"] .signup-action--secondary {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    flex: 0 0 50px;
    padding: 1px 6px;
    border: 1px solid #e6e9ef;
    border-radius: 14px;
    background: #ffffff;
    color: #0a0f1f;
  }

  .signup-shell[data-active-step="2"] .signup-action--secondary span {
    display: none;
  }

  .signup-shell[data-active-step="2"] .signup-action--secondary svg {
    width: 16px;
    height: 20px;
  }

  .signup-shell[data-active-step="2"] .signup-action--primary {
    width: auto;
    height: 50px;
    flex: 1 1 auto;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgb(59 91 219 / 0.3);
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
  }

  .signup-shell[data-active-step="2"] .signup-action--primary svg {
    width: 19px;
    height: 25px;
  }
}

@media (max-width: 720px) {
  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 89;
    background: rgb(12 18 38 / 0.08);
  }

  .menu-panel {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 2px;
    display: flex;
    width: 336px;
    max-width: calc(100vw - 2px);
    height: 100dvh;
    min-height: 0;
    max-height: 100dvh;
    overflow: hidden;
    color: #0b1437;
    font-family: Inter, Arial, sans-serif;
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
    pointer-events: none;
  }

  .menu-left {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 336px;
    max-width: 100%;
    height: 100dvh;
    min-height: 0;
    max-height: 100dvh;
    overflow: auto;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 18px 0 45px rgb(13 26 74 / 0.18);
  }

  .menu-promo {
    display: none;
  }

  .menu-head {
    display: flex;
    box-sizing: border-box;
    width: 336px;
    height: 55px;
    padding: 13.5px 16.5px;
    border-bottom: 1px solid #e3e8f3;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    flex: 0 0 auto;
  }

  .menu-brand {
    display: flex;
    width: 112.5px;
    height: 22.5px;
    align-items: center;
    gap: 7.5px;
  }

  .menu-brand__mark {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
  }

  .menu-brand span:last-child {
    display: block;
    width: 82px;
    height: 19px;
    color: #000000;
    font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    white-space: nowrap;
  }

  .menu-brand em {
    color: #4475f2;
    font-style: normal;
  }

  .menu-close {
    display: grid;
    width: 27px;
    height: 27px;
    padding: 0;
    border: 0;
    border-radius: 7.5px;
    background: #eef2fb;
    cursor: pointer;
    place-items: center;
  }

  .menu-close svg {
    width: 27px;
    height: 27px;
  }

  .menu-close svg rect {
    width: 27px;
    height: 27px;
    rx: 7.5px;
  }

  .menu-close svg path {
    transform: scale(0.75);
    transform-origin: center;
    stroke-width: 1.2;
  }

  .menu-search {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 335.25px;
    height: 53px;
    padding: 13.5px 16.5px 4.5px;
    align-items: flex-start;
    flex: 0 0 auto;
  }

  .menu-search span {
    display: flex;
    box-sizing: border-box;
    width: 303px;
    height: 35px;
    padding: 0 10.5px 0 31.5px;
    border-radius: 7.5px;
    background: #eef2fb;
    align-items: center;
    color: #7a85a8;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 13px;
  }

  .menu-search svg {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 27px;
    width: 12px;
    height: 12px;
  }

  .menu-search svg path {
    stroke-width: 0.9;
  }

  .menu-nav,
  .menu-soon {
    position: relative;
    width: 336px;
    flex: 0 0 auto;
  }

  .menu-nav {
    height: 283px;
  }

  .menu-soon {
    height: 88px;
  }

  .menu-label {
    position: absolute;
    top: 17.25px;
    left: 19.5px;
    display: flex;
    height: 10px;
    align-items: center;
    color: #7a85a8;
    font-size: 8.25px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.99px;
    text-transform: uppercase;
  }

  .menu-link {
    position: absolute;
    left: 11px;
    display: flex;
    box-sizing: border-box;
    width: 309px;
    height: 49px;
    padding: 9px;
    border-radius: 10.5px;
    align-items: center;
    gap: 10.5px;
    color: #0b1437;
    opacity: 1;
    transform: none;
  }

  .menu-link--active {
    background: linear-gradient(90deg, #dde7ff 0%, rgb(221 231 255 / 0) 100%);
  }

  .menu-nav .menu-link:nth-of-type(1) { top: 33px; }
  .menu-nav .menu-link:nth-of-type(2) { top: 82px; }
  .menu-nav .menu-link:nth-of-type(3) { top: 130px; }
  .menu-nav .menu-link:nth-of-type(4) { top: 179px; }
  .menu-nav .menu-link:nth-of-type(5) { top: 228px; }
  .menu-soon .menu-link { top: 33px; opacity: 1; }

  .menu-link__icon {
    display: grid;
    width: 27px;
    height: 27px;
    border-radius: 7.5px;
    background: #eef2fb;
    place-items: center;
    flex: 0 0 auto;
  }

  .menu-link--muted .menu-link__icon {
    background: #eef2fb;
  }

  .menu-link__icon svg {
    width: 16.5px;
    height: 16.5px;
  }

  .menu-link__icon svg path {
    stroke-width: 1.0725;
  }

  .menu-link__text {
    display: flex;
    width: 130px;
    height: 30.75px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5px;
    min-width: 0;
  }

  .menu-link__text strong {
    display: flex;
    height: 16.5px;
    align-items: center;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    white-space: nowrap;
  }

  .menu-link--active .menu-link__text strong {
    color: #4475f2;
  }

  .menu-link__text small {
    display: flex;
    height: 11px;
    align-items: center;
    color: #7a85a8;
    font-size: 9px;
    font-weight: 500;
    line-height: 11px;
    white-space: nowrap;
  }

  .menu-pill {
    display: flex;
    height: 15.75px;
    margin-left: auto;
    padding: 2.25px 6px;
    border-radius: 3.75px;
    background: #dde7ff;
    align-items: center;
    color: #4475f2;
    font-size: 8.25px;
    font-weight: 700;
    line-height: 10px;
    white-space: nowrap;
    transform: none;
  }

  .menu-footer {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 336px;
    height: 88px;
    margin-top: auto;
    padding: 14px 16px 13px;
    border-top: 0.75px solid #e3e8f3;
    background: linear-gradient(180deg, #ffffff 0%, #eef2fb 100%);
    flex-direction: column;
    align-items: flex-start;
    gap: 10.5px;
    flex: 0 0 auto;
  }

  .menu-access {
    display: flex;
    width: 304px;
    height: 37px;
    padding: 10.5px;
    border-radius: 10.5px;
    background: #4475f2;
    box-shadow: 0 7.5px 16.5px rgb(38 96 255 / 0.3);
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 11.25px;
    font-weight: 700;
    line-height: 14px;
  }

  .menu-status {
    display: flex;
    width: 303px;
    height: 13px;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .menu-status span,
  .menu-status a {
    display: flex;
    height: 12.75px;
    align-items: center;
    color: #7a85a8;
    font-size: 9px;
    line-height: 11px;
  }

  .menu-status span {
    font-weight: 400;
  }

  .menu-status i {
    display: none;
  }

  .menu-status a {
    margin-left: auto;
    color: #3a456b;
    font-weight: 600;
  }

  body.menu-open .menu-panel {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }

  body.menu-open .menu-left,
  body.menu-open .menu-link {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 720px) {
  .code-page {
    position: fixed;
    z-index: 108;
    inset: 0;
    display: none;
    height: 100dvh;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: rgb(226 229 236 / 0.62);
    backdrop-filter: blur(1.5px);
    align-items: flex-end;
    justify-content: center;
  }

  body.login-code-mode .code-page {
    display: flex;
  }

  .code-shell {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    height: min(683.92px, calc(100dvh - 18px));
    min-height: 0;
    padding: 14px 20px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 24px 24px 0 0;
    background: #ffffff;
    box-shadow: 0 -10px 30px rgb(15 23 42 / 0.15);
    flex-direction: column;
    align-items: center;
    gap: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .code-shell::before {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    border-radius: 3px;
    background: #e6e9ef;
    flex: 0 0 auto;
  }

  .code-aside {
    display: flex;
    box-sizing: border-box;
    width: 320px;
    min-height: 93px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #0a0f1f;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .code-aside::before,
  .code-aside__stats,
  .code-aside__footer {
    display: none;
  }

  .code-mobile-close {
    position: absolute;
    top: 8px;
    right: 2px;
    z-index: 3;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #f2f4f8;
    align-items: center;
    justify-content: center;
    color: #6b7385;
    cursor: pointer;
    font: 700 0/0 Inter, Arial, sans-serif;
  }

  .code-mobile-close::before,
  .code-mobile-close::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #6b7385;
  }

  .code-mobile-close::before {
    transform: rotate(45deg);
  }

  .code-mobile-close::after {
    transform: rotate(-45deg);
  }

  .code-aside__intro {
    display: contents;
  }

  .code-aside__intro > span {
    display: flex;
    box-sizing: border-box;
    width: 320px;
    height: 21px;
    margin: 0;
    padding-top: 8px;
    align-items: center;
    color: #6b7385;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.44px;
    text-transform: lowercase;
  }

  .code-aside h1 {
    display: flex;
    width: 320px;
    height: 25px;
    margin: 0;
    align-items: center;
    color: #0a0f1f;
    font-family: Inter, Arial, sans-serif;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.21px;
  }

  .code-aside__intro p {
    display: flex;
    width: 320px;
    height: 41px;
    max-width: none;
    margin: 0;
    align-items: center;
    color: #6b7385;
    font-family: Inter, Arial, sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 20px;
  }

  .code-card {
    display: flex;
    box-sizing: border-box;
    width: 320px;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .code-steps {
    display: flex;
    box-sizing: border-box;
    width: 320px;
    height: 194.92px;
    padding-top: 10px;
    flex-direction: column;
    gap: 8px;
  }

  .code-step,
  .code-step:nth-child(2) {
    display: flex;
    box-sizing: border-box;
    width: 320px;
    min-height: 55.64px;
    height: 55.64px;
    padding: 11px 12px;
    border: 0;
    border-radius: 12px;
    background: #f2f4f8;
    box-shadow: none;
    align-items: flex-start;
    gap: 10px;
  }

  .code-step--active {
    min-height: 57.64px;
    height: 57.64px;
    border: 1px solid #dce3fa;
    background: #eef2ff;
  }

  .code-step > span {
    display: flex;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 1px solid #4475f2;
    border-radius: 11px;
    background: #4475f2;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 15px;
    flex: 0 0 auto;
  }

  .code-step > div {
    position: relative;
    width: auto;
    height: 33.64px;
    flex: 0 1 auto;
  }

  .code-step strong {
    display: flex;
    height: 17px;
    align-items: center;
    color: #0a0f1f;
    font-family: Inter, Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 16px;
  }

  .code-title-desktop {
    display: none;
  }

  .code-title-mobile {
    display: inline;
  }

  .code-step small {
    display: flex;
    height: 16px;
    margin-top: 1.25px;
    align-items: center;
    color: #6b7385;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
  }

  .code-step a {
    display: none;
  }

  .activation-box {
    display: flex;
    box-sizing: border-box;
    width: 320px;
    height: 219px;
    min-height: 219px;
    padding: 20px 10px 26px;
    border: 1px solid #dce3fa;
    border-radius: 14px;
    background: #eef2ff;
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .activation-box__title {
    display: flex;
    width: 298px;
    height: 12px;
    align-items: center;
    gap: 5px;
    color: #4475f2;
  }

  .activation-box__title svg {
    width: 11px;
    height: 11px;
  }

  .activation-box__title rect,
  .activation-box__title path {
    stroke-width: 1.83333;
  }

  .activation-box__title span {
    color: #4475f2;
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }

  .activation-code {
    display: grid;
    box-sizing: border-box;
    width: 298px;
    height: 122px;
    min-height: 0;
    padding: 0 5.69px 0 11.67px;
    grid-template-columns: repeat(4, 28px) 9px repeat(4, 28px);
    grid-template-rows: 38px 36px 36px;
    gap: 0 6px;
    align-items: start;
    justify-content: start;
  }

  .activation-code > span {
    display: flex;
    width: 9px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #9098a8;
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .activation-code > span:nth-of-type(1) {
    grid-column: 5;
    grid-row: 1;
  }

  .activation-code > span:nth-of-type(2) {
    grid-column: 5;
    grid-row: 2;
  }

  .activation-code > span:nth-of-type(3) {
    display: none;
  }

  .activation-code__group {
    display: contents;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(1) {
    grid-column: 6;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(2) {
    grid-column: 7;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(3) {
    grid-column: 8;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(4) {
    grid-column: 9;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(4) {
    grid-column: 4;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(1) {
    grid-column: 6;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(2) {
    grid-column: 7;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(3) {
    grid-column: 8;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
  }

  .activation-code > span:nth-of-type(2),
  .activation-code__group:nth-of-type(3) input,
  .activation-code__group:nth-of-type(4) input:nth-child(-n + 3) {
    transform: translateX(14px);
  }

  .activation-code input {
    display: flex;
    box-sizing: border-box;
    width: 28px;
    height: 36px;
    padding: 0;
    border: 1px solid #e6e9ef;
    border-radius: 7px;
    background: #ffffff;
    color: #4475f2;
    font-family: "JetBrains Mono", monospace;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    outline: none;
  }

  .activation-code input.has-value {
    border-color: #ccd6f7;
    background: #eef2ff;
  }

  .activation-code input:focus {
    border-color: #4475f2;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgb(59 91 219 / 0.15);
  }

  .activation-progress {
    display: flex;
    width: 298px;
    height: 13px;
    margin: 0;
    align-items: center;
    justify-content: center;
    color: #6b7385;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.55px;
    text-align: center;
    text-transform: none;
  }

  .code-actions {
    display: flex;
    width: 320px;
    height: auto;
    flex-direction: column;
    gap: 6px;
  }

  .code-close,
  .code-unlock {
    display: flex;
    box-sizing: border-box;
    width: 320px;
    justify-content: center;
    align-items: center;
    font-family: Inter, Arial, sans-serif;
    cursor: pointer;
  }

  .code-close {
    height: 50px;
    padding: 0 16px;
    order: 0;
    border: 1px solid #e6e9ef;
    border-radius: 14px;
    background: #ffffff;
    color: #0a0f1f;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .code-unlock {
    height: 43px;
    padding: 13px 18px;
    order: 1;
    border: 0;
    border-radius: 12px;
    background: #4475f2;
    box-shadow: 0 10px 22px rgb(38 96 255 / 0.3);
    color: #ffffff;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
  }

  .code-unlock span {
    width: 178px;
  }

  .code-unlock svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 720px) {
  .magic-link-panel {
    display: block;
    padding: 0;
    background: rgb(226 229 236 / 0.62);
    backdrop-filter: blur(1.5px);
    overflow: hidden;
  }

  .magic-link-panel[hidden] {
    display: none;
  }

  body.magic-link-open .login-shell {
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
  }

  .magic-link-panel__inner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100vw;
    height: 358.5px;
  }

  .magic-card {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    width: 100%;
    height: 358.5px;
    min-height: 358.5px;
    padding: 0;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: #ffffff;
    box-shadow: 0 -10px 30px rgb(15 23 42 / 0.15);
    color: #0a0f1f;
    font-family: Inter, Arial, sans-serif;
  }

  .magic-card::before {
    content: "";
    position: absolute;
    left: calc(50% - 21px);
    top: 14px;
    width: 42px;
    height: 4px;
    border-radius: 3px;
    background: #e6e9ef;
  }

  .magic-card--sent {
    display: none;
  }

  .magic-card__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #f2f4f8;
    align-items: center;
    justify-content: center;
    color: #6b7385;
    cursor: pointer;
    font: 700 0/0 Inter, Arial, sans-serif;
  }

  .magic-card__close::before,
  .magic-card__close::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #6b7385;
  }

  .magic-card__close::before {
    transform: rotate(45deg);
  }

  .magic-card__close::after {
    transform: rotate(-45deg);
  }

  .magic-card__icon {
    position: absolute;
    left: 20px;
    top: 32px;
    display: flex;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #eef2ff;
    align-items: center;
    justify-content: center;
  }

  .magic-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .magic-card__icon rect,
  .magic-card__icon path {
    fill: none;
    stroke: #4475f2;
    stroke-width: 2.16;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .magic-card h3 {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 102px;
    display: flex;
    width: auto;
    height: 25px;
    margin: 0;
    align-items: center;
    color: #0a0f1f;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.21px;
  }

  .magic-card p {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 136px;
    display: flex;
    width: min(292px, calc(100vw - 40px));
    height: 41px;
    margin: 0;
    align-items: center;
    color: #6b7385;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .magic-email {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 192.5px;
    display: block;
    width: auto;
    height: 48px;
    margin: 0;
  }

  .magic-email input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 12.5px 14px 12.5px 42px;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    background: #ffffff;
    color: #0a0f1f;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    outline: none;
  }

  .magic-email svg {
    position: absolute;
    left: 14px;
    top: 15px;
    width: 18px;
    height: 18px;
    color: #6b7385;
  }

  .magic-email rect,
  .magic-email path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .magic-primary {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 254.5px;
    display: flex;
    box-sizing: border-box;
    width: auto;
    height: 50px;
    margin: 0;
    padding: 1px 6px;
    border: 0;
    border-radius: 14px;
    background: #4475f2;
    box-shadow: 0 6px 16px rgb(59 91 219 / 0.3);
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #ffffff;
    cursor: pointer;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .magic-primary span {
    width: auto;
    font-weight: 700;
  }

  .magic-card--request > small {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 314.5px;
    display: flex;
    width: auto;
    height: 13px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #6b7385;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.44px;
  }
}

@media (max-width: 720px) {
  .signup-shell[data-active-step="3"] {
    width: 328px;
    max-width: 100%;
    margin: 0 auto;
    gap: 14px;
  }

  .signup-shell[data-active-step="3"] .signup-aside {
    box-sizing: border-box;
    width: 328px;
    max-width: 100%;
    height: 91px;
    min-height: 91px;
    padding: 14px 16px 22px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(136.52deg, #4475f2 0%, #4475f2 100%);
    box-shadow: none;
  }

  .signup-shell[data-active-step="3"] .signup-aside__glow {
    top: -30px;
    right: -30px;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgb(255 255 255 / 0.18) 0%, rgb(255 255 255 / 0) 60%);
  }

  .signup-shell[data-active-step="3"] [data-signup-mobile-card="3"] {
    display: flex;
    width: 296px;
    height: 55px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .signup-shell[data-active-step="3"] [data-signup-mobile-card="3"] .signup-aside__badge {
    display: flex;
    box-sizing: border-box;
    width: 121px;
    height: 22px;
    padding: 5px 9px;
    align-items: center;
    border-radius: 6px;
    background: rgb(255 255 255 / 0.18);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .signup-shell[data-active-step="3"] .signup-mobile-card h1 {
    display: flex;
    width: 296px;
    height: 21px;
    margin: 0;
    padding: 0;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: -0.18px;
  }

  .signup-shell[data-active-step="3"] .signup-mobile-card p {
    display: none;
  }

  .signup-shell[data-active-step="3"] .signup-form {
    box-sizing: border-box;
    width: 328px;
    max-width: 100%;
    height: 744px;
    min-height: 744px;
    padding: 20px 18px 30px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgb(15 23 42 / 0.04), 0 8px 24px rgb(15 23 42 / 0.06);
  }

  .signup-shell[data-active-step="3"] .signup-form::before {
    top: 20px;
    right: 18px;
    left: 18px;
    height: 4px;
    border-radius: 3px;
    background:
      linear-gradient(#4475f2 0 0) left / calc((100% - 12px) / 3) 100% no-repeat,
      linear-gradient(#4475f2 0 0) center / calc((100% - 12px) / 3) 100% no-repeat,
      linear-gradient(#4475f2 0 0) right / calc((100% - 12px) / 3) 100% no-repeat;
  }

  .signup-shell[data-active-step="3"] .signup-form::after {
    position: absolute;
    top: 20px;
    right: 18px;
    width: calc((100% - 48px) / 3);
    height: 4px;
    content: "";
    border-radius: 3px;
    box-shadow: 0 0 0 3px rgb(59 91 219 / 0.18);
    pointer-events: none;
  }

  .signup-shell[data-active-step="3"] .signup-step[data-signup-step="3"] {
    display: flex;
    width: 292px;
    height: 694px;
    flex-direction: column;
    flex: 0 0 292px;
    min-height: 0;
  }

  .signup-shell[data-active-step="3"] .signup-step__header {
    width: 292px;
    height: 89px;
    margin: 0 0 4px;
    padding-top: 8px;
    gap: 0;
    flex-direction: column-reverse;
  }

  .signup-shell[data-active-step="3"] .signup-step__header > span {
    display: flex;
    width: 292px;
    height: 23px;
    margin: 0;
    padding-top: 10px;
    align-items: center;
    color: #6b7385;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.44px;
  }

  .signup-shell[data-active-step="3"] .signup-step__header div {
    display: flex;
    width: 292px;
    margin-top: 6px;
    flex-direction: column;
    gap: 7px;
  }

  .signup-shell[data-active-step="3"] .signup-step__header h2 {
    display: flex;
    width: 292px;
    height: 26px;
    margin: 0;
    padding-top: 2px;
    align-items: center;
    color: #0a0f1f;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.2px;
  }

  .signup-shell[data-active-step="3"] .signup-step__header p {
    display: flex;
    width: 292px;
    height: 19px;
    margin: 0;
    align-items: center;
    color: #6b7385;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
  }

  .signup-shell[data-active-step="3"] .signup-step__content {
    box-sizing: border-box;
    width: 292px;
    height: 227px;
    flex: 0 0 227px;
    padding-top: 14px;
    gap: 14px;
  }

  .signup-shell[data-active-step="3"] .signup-fields {
    width: 292px;
    gap: 14px;
  }

  .signup-shell[data-active-step="3"] .signup-field {
    position: relative;
    width: 292px;
    height: 69px;
    gap: 8px;
  }

  .signup-shell[data-active-step="3"] .signup-field > span {
    width: 292px;
    min-height: 13px;
    gap: 6px;
    color: #6b7385;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.44px;
    text-transform: uppercase;
  }

  .signup-shell[data-active-step="3"] .signup-field b {
    color: #4475f2;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.44px;
  }

  .signup-shell[data-active-step="3"] .signup-field input {
    box-sizing: border-box;
    width: 292px;
    height: 48px;
    padding: 12.5px 14px;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    color: #0a0f1f;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }

  .signup-shell[data-active-step="3"] .signup-field:first-child input {
    padding-left: 42px;
  }

  .signup-shell[data-active-step="3"] .signup-field input::placeholder {
    color: #9098a8;
    opacity: 1;
  }

  .signup-shell[data-active-step="3"] .signup-field:first-child::before {
    position: absolute;
    bottom: 15px;
    left: 14px;
    width: 18px;
    height: 18px;
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='4' width='14' height='10' rx='2' stroke='%236B7385' stroke-width='1.6'/%3E%3Cpath d='M3.5 6.3L9 10.2L14.5 6.3' stroke='%236B7385' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    pointer-events: none;
  }

  .signup-shell[data-active-step="3"] .signup-consent {
    display: grid;
    width: 292px;
    height: 18px;
    max-width: none;
    margin: 0;
    grid-template-columns: 18px 1fr;
    gap: 9px;
    align-items: center;
  }

  .signup-shell[data-active-step="3"] .signup-consent > span {
    width: 18px;
    height: 18px;
    border: 1px solid #4475f2;
    border-radius: 5px;
    background: #4475f2;
  }

  .signup-shell[data-active-step="3"] .signup-consent svg {
    width: 16px;
    height: 16px;
  }

  .signup-shell[data-active-step="3"] .signup-consent path {
    stroke-width: 1.8px;
  }

  .signup-shell[data-active-step="3"] .signup-consent small {
    width: 265px;
    color: #1b2236;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .signup-shell[data-active-step="3"] .signup-consent a {
    color: #4475f2;
    font-weight: 500;
  }

  .signup-shell[data-active-step="3"] .signup-actions--final {
    position: static;
    display: grid;
    width: 292px;
    height: 374px;
    flex: 0 0 374px;
    margin: 0;
    padding: 0;
    grid-template-rows: 15px 1fr 50px;
    gap: 0;
  }

  .signup-shell[data-active-step="3"] .signup-actions--final p {
    width: 292px;
    height: 15px;
    margin: 0;
    color: #6b7385;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    transform: translateY(-15px);
  }

  .signup-shell[data-active-step="3"] .signup-actions--final p strong {
    color: #22c55e;
    font-weight: 400;
  }

  .signup-shell[data-active-step="3"] .signup-actions--final p b {
    color: #0a0f1f;
    font-weight: 700;
  }

  .signup-shell[data-active-step="3"] .signup-actions--final > div {
    display: grid;
    width: 292px;
    height: 50px;
    grid-row: 3;
    grid-template-columns: 50px 234px;
    gap: 8px;
  }

  .signup-shell[data-active-step="3"] .signup-action--secondary {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    flex: 0 0 50px;
    padding: 1px 6px;
    border: 1px solid #e6e9ef;
    border-radius: 14px;
    background: #ffffff;
    color: #0a0f1f;
  }

  .signup-shell[data-active-step="3"] .signup-action--secondary span {
    display: none;
  }

  .signup-shell[data-active-step="3"] .signup-action--secondary svg {
    width: 16px;
    height: 20px;
  }

  .signup-shell[data-active-step="3"] .signup-action--primary {
    width: 234px;
    min-width: 0;
    height: 50px;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgb(59 91 219 / 0.3);
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
  }

  .signup-shell[data-active-step="3"] .signup-action--primary:disabled {
    opacity: 0.45;
    box-shadow: none;
  }

  .signup-shell[data-active-step="3"] .signup-action--primary svg {
    width: 19px;
    height: 25px;
  }
}

@media (max-width: 720px) {
  .signup-success {
    position: fixed;
    z-index: 90;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 398.75px;
    min-height: 398.75px;
    padding: 0;
    transform: none;
    border-radius: 24px 24px 0 0;
    background: #ffffff;
    box-shadow: 0 -10px 30px rgb(15 23 42 / 0.15);
    filter: none;
    animation: signup-success-in 260ms ease both;
  }

  .signup-success::before {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 42px;
    height: 4px;
    content: "";
    transform: translateX(-50%);
    border-radius: 3px;
    background: #e6e9ef;
  }

  .signup-success__aside {
    display: none;
  }

  .signup-success__inner {
    position: relative;
    display: block;
    width: 100%;
    height: 398.75px;
    min-height: 398.75px;
    padding: 0;
    border-radius: 24px 24px 0 0;
    background: transparent;
    box-shadow: none;
  }

  .signup-success__icon {
    position: absolute;
    top: 32px;
    left: 50%;
    display: grid;
    width: 64px;
    height: 64px;
    transform: translateX(-50%);
    border-radius: 18px;
    background: #dcfce7;
    place-items: center;
  }

  .signup-success__icon svg {
    display: none !important;
  }

  .signup-success__icon::before {
    width: 24px;
    height: 24px;
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6H6C4.67452 6 3.6 7.07452 3.6 8.4V16.8C3.6 18.1255 4.67452 19.2 6 19.2H18C19.3255 19.2 20.4 18.1255 20.4 16.8V8.4C20.4 7.07452 19.3255 6 18 6Z' stroke='%2316A34A' stroke-width='2.16'/%3E%3Cpath d='M3.6 8.4L12 14.4L20.4 8.4' stroke='%2316A34A' stroke-width='2.16'/%3E%3Cpath d='M18 21.6C19.9882 21.6 21.6 19.9882 21.6 18C21.6 16.0118 19.9882 14.4 18 14.4C16.0118 14.4 14.4 16.0118 14.4 18C14.4 19.9882 16.0118 21.6 18 21.6Z' fill='%2316A34A' stroke='white' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .signup-success h2 {
    position: absolute;
    top: 110px;
    left: 20px;
    right: 20px;
    height: 25px;
    margin: 0;
    color: #0a0f1f;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.21px;
    text-align: center;
  }

  .signup-success p {
    position: absolute;
    top: 144px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 61px;
    margin: 0;
    color: #6b7385;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }

  .signup-success p b {
    color: #0a0f1f;
    font-weight: 700;
  }

  .signup-success__meta {
    position: absolute;
    top: 220.75px;
    left: 20px;
    right: 20px;
    display: grid;
    width: auto;
    height: 52px;
    min-height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .signup-success__meta div {
    display: flex;
    box-sizing: border-box;
    height: 52px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f2f4f8;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .signup-success__meta i {
    display: none;
  }

  .signup-success__meta span {
    width: 100%;
    height: 12px;
    color: #6b7385;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-align: left;
    text-transform: uppercase;
  }

  .signup-success__meta strong {
    width: 100%;
    max-width: 100%;
    height: 16px;
    overflow: hidden;
    color: #0a0f1f;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.13px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .signup-success__meta div:last-child strong {
    height: 14px;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.115px;
  }

  .signup-success__actions {
    position: absolute;
    top: 291.75px;
    left: 20px;
    right: 20px;
    display: grid;
    width: auto;
    height: 50px;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 8px;
    align-items: stretch;
  }

  .signup-success__primary,
  .signup-success__secondary {
    display: inline-flex;
    box-sizing: border-box;
    width: auto;
    height: 50px;
    padding: 1px 6px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
  }

  .signup-success__primary {
    min-width: 0;
    border: 0;
    background: #4475f2;
    box-shadow: 0 6px 16px rgb(59 91 219 / 0.3);
    color: #ffffff;
  }

  .signup-success__secondary {
    position: relative;
    min-width: 0;
    padding: 0 16px;
    overflow: hidden;
    border: 1px solid #e6e9ef;
    background: #ffffff;
    color: transparent;
  }

  .signup-success__secondary::before {
    position: absolute;
    inset: 0;
    display: grid;
    color: #0a0f1f;
    content: "\2197";
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    place-items: center;
  }

  .signup-success__telegram-link {
    position: absolute;
    top: 351.75px;
    left: 20px;
    right: 20px;
    display: flex;
    height: 15px;
    align-items: center;
    justify-content: center;
    color: #4475f2;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
  }

  .signup-success__telegram-link:only-child,
  .signup-success__telegram-link {
    margin: 0 auto;
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .login-error {
    position: fixed;
    inset: 0;
    display: block;
    padding: 0;
    background: rgb(226 229 236 / 0.62);
    backdrop-filter: blur(1.5px);
  }

  .login-error__dialog {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    max-width: none;
    height: 292.75px;
    border-radius: 24px 24px 0 0;
    background: #ffffff;
    box-shadow: 0 -10px 30px rgb(15 23 42 / 0.15);
  }

  .login-error__dialog::before {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 42px;
    height: 4px;
    content: "";
    transform: translateX(-50%);
    border-radius: 3px;
    background: #e6e9ef;
  }

  .login-error__icon {
    position: absolute;
    top: 32px;
    left: 20px;
    display: flex;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #fee2e2;
    align-items: center;
    justify-content: center;
    color: #dc2626;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .login-error__dialog h3 {
    position: absolute;
    top: 102px;
    right: 20px;
    left: 20px;
    width: auto;
    height: 25px;
    margin: 0;
    color: #0a0f1f;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.21px;
  }

  .login-error__dialog p {
    position: absolute;
    top: 136px;
    right: 20px;
    left: 20px;
    width: auto;
    height: 61px;
    margin: 0;
    color: #6b6b7b;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .login-error__actions {
    position: absolute;
    top: 212.75px;
    right: 20px;
    left: 20px;
    display: block;
    width: auto;
    height: 50px;
  }

  .login-error__retry {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #e6e9ef;
    border-radius: 14px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    color: #0a0f1f;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .login-error__register {
    display: none;
  }

  .login-error__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #f2f4f8;
    align-items: center;
    justify-content: center;
    color: #6b7385;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }
}

@media (max-width: 720px) {
  body.login-mode {
    background: #f3f5fa;
  }

  body.login-mode .site-header {
    display: block;
  }

  .login-page {
    box-sizing: border-box;
    min-height: 100dvh;
    height: auto;
    padding: 72px 16px 24px;
    align-items: flex-start;
    justify-content: flex-start;
    background: #f3f5fa;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .login-shell {
    display: flex;
    width: 328px;
    max-width: calc(100vw - 32px);
    min-height: 714.21px;
    margin: 0 auto;
    gap: 18px;
    filter: none;
    flex-direction: column;
  }

  .login-aside {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    box-sizing: border-box;
    width: 328px;
    max-width: 100%;
    height: 171.2px;
    min-height: 171.2px;
    padding: 20px 18px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(153.15deg, #4475f2 0%, #4475f2 100%);
    box-shadow: none;
    filter: none;
    justify-content: flex-start;
  }

  .login-aside__glow,
  .login-benefits,
  .login-aside__footer {
    display: none;
  }

  .login-aside__content {
    display: flex;
    width: 292px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7.3px;
  }

  .login-aside__badge {
    display: flex;
    box-sizing: border-box;
    flex: none;
    width: max-content;
    min-width: 168px;
    max-width: 100%;
    height: 22px;
    padding: 5px 11px;
    border-radius: 6px;
    background: rgb(255 255 255 / 0.18);
    align-items: flex-start;
    justify-content: flex-start;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .login-aside h1 {
    display: flex;
    box-sizing: border-box;
    width: 292px;
    height: 54.85px;
    margin: 0;
    padding-top: 3.85px;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0;
  }

  .login-aside p {
    display: flex;
    box-sizing: border-box;
    width: 292px;
    height: 39.75px;
    margin: 0;
    padding-bottom: 0.75px;
    align-items: center;
    color: rgb(255 255 255 / 0.85);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }

  .login-card {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    box-sizing: border-box;
    width: 328px;
    max-width: 100%;
    height: 483.01px;
    min-height: 483.01px;
    padding: 20px 18px 18px;
    border: 0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgb(15 23 42 / 0.04), 0 8px 24px rgb(15 23 42 / 0.06);
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .login-card h2 {
    display: flex;
    width: 292px;
    height: 24px;
    margin: 0;
    align-items: center;
    color: #0a0f1f;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.2px;
  }

  .login-card > p {
    display: flex;
    width: 292px;
    height: 19px;
    margin: 0;
    align-items: center;
    color: #6b7385;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
  }

  .login-field,
  .login-label-row {
    width: 292px;
  }

  .login-field {
    height: 69px;
    margin: 10.01px 0 0;
    gap: 8px;
  }

  .login-field--password {
    margin-top: 0;
  }

  .login-field > span,
  .login-label-row span {
    display: inline-flex;
    height: 13px;
    align-items: center;
    gap: 6px;
    color: #6b7385;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.44px;
    text-transform: uppercase;
  }

  .login-field b,
  .login-label-row b {
    color: #4475f2;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.44px;
  }

  .login-field input {
    display: block;
    box-sizing: border-box;
    width: 292px;
    height: 48px;
    min-height: 48px;
    padding: 12.5px 14px 12.5px 42px;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    background: #ffffff;
    color: #0a0f1f;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }

  .login-field--password input {
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }

  .login-field i {
    left: 14px;
    top: 39px;
    bottom: auto;
    width: 18px;
    height: 18px;
    color: #6b7385;
  }

  .login-field--email i {
    top: 39px;
  }

  .login-field--password i {
    top: 15px;
    bottom: auto;
  }

  .login-field rect,
  .login-field path {
    stroke-width: 1.6;
  }

  .login-label-row {
    display: flex;
    height: 13px;
    margin: 14px 0 0;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .login-label-row a {
    position: relative;
    display: flex;
    width: 49px;
    height: 13px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
  }

  .login-label-row a::before {
    content: "Забыли?";
    color: #4475f2;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
  }

  .login-remember {
    display: flex;
    width: 292px;
    height: 18px;
    margin: 14px 0 0;
    align-items: center;
    gap: 9px;
    color: #1b2236;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
  }

  .login-remember > span {
    width: 18px;
    height: 18px;
    border: 1px solid #4475f2;
    border-radius: 5px;
    background: #4475f2;
  }

  .login-submit {
    display: inline-flex;
    width: 292px;
    height: 50px;
    margin-top: 14px;
    padding: 1px 6px;
    border: 0;
    border-radius: 14px;
    background: #4475f2;
    box-shadow: 0 6px 16px rgb(59 91 219 / 0.3);
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .login-submit svg {
    width: 19px;
    height: 25px;
  }

  .login-separator {
    display: flex;
    box-sizing: border-box;
    width: 292px;
    height: 21px;
    margin: 4px 0 0;
    padding: 4px 0;
    align-items: center;
    gap: 12px;
  }

  .login-separator span {
    height: 1px;
    background: #e6e9ef;
    flex: 1;
  }

  .login-separator em {
    color: #6b7385;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    line-height: 13px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
  }

  .login-magic {
    display: inline-flex;
    width: 292px;
    height: 50px;
    min-height: 50px;
    padding: 1px 6px;
    border: 1px solid #e6e9ef;
    border-radius: 14px;
    background: #ffffff;
    color: #0a0f1f;
    align-items: center;
    justify-content: center;
    filter: none;
    font-size: 0;
    line-height: 0;
  }

  .login-magic::before {
    content: "Войти по магической ссылке";
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .login-card__signup {
    display: block;
    box-sizing: border-box;
    width: 292px;
    height: 19px;
    margin: 0;
    padding-top: 4px;
    color: #6b7385;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
  }

  .login-card__signup a {
    color: #4475f2;
    font-weight: 700;
    text-decoration: none;
  }
}

@media (max-width: 720px) {
  :root {
    --mobile-page-gutter: 16px;
    --mobile-auth-width: min(430px, calc(100vw - (var(--mobile-page-gutter) * 2)));
    --mobile-auth-inner: calc(var(--mobile-auth-width) - 36px);
    --mobile-sheet-inner: min(320px, calc(100vw - 40px));
  }

  .login-shell,
  .signup-shell,
  .signup-shell.is-submitted,
  .signup-shell[data-active-step="2"],
  .signup-shell[data-active-step="3"] {
    width: var(--mobile-auth-width);
    max-width: var(--mobile-auth-width);
    margin-right: auto;
    margin-left: auto;
  }

  .login-aside,
  .login-card,
  .signup-shell[data-active-step="1"] .signup-aside,
  .signup-shell:not([data-active-step]) .signup-aside,
  .signup-shell[data-active-step="1"] .signup-form,
  .signup-shell:not([data-active-step]) .signup-form,
  .signup-shell[data-active-step="2"] .signup-aside,
  .signup-shell[data-active-step="2"] .signup-form,
  .signup-shell[data-active-step="3"] .signup-aside,
  .signup-shell[data-active-step="3"] .signup-form {
    width: 100%;
    max-width: 100%;
  }

  .login-aside__content,
  .login-aside h1,
  .login-aside p,
  .login-card h2,
  .login-card > p,
  .login-field,
  .login-label-row,
  .login-field input,
  .login-remember,
  .login-submit,
  .login-separator,
  .login-magic,
  .login-card__signup {
    width: 100%;
    max-width: 100%;
  }

  .signup-shell[data-active-step="1"] .signup-aside h1,
  .signup-shell:not([data-active-step]) .signup-aside h1,
  .signup-shell[data-active-step="1"] .signup-aside p,
  .signup-shell:not([data-active-step]) .signup-aside p,
  .signup-shell[data-active-step="1"] .signup-benefits,
  .signup-shell:not([data-active-step]) .signup-benefits,
  .signup-shell[data-active-step="1"] .signup-benefits li,
  .signup-shell:not([data-active-step]) .signup-benefits li,
  .signup-step__header,
  .signup-step__header > span,
  .signup-step__header div,
  .signup-step__header h2,
  .signup-step__header p,
  .signup-step__content,
  .signup-fields,
  .signup-field,
  .signup-group,
  .signup-field > span,
  .signup-label,
  .signup-field input,
  .signup-field textarea,
  .signup-chips,
  .signup-actions,
  .signup-action--primary {
    width: 100%;
    max-width: 100%;
  }

  .signup-shell[data-active-step="2"] [data-signup-mobile-card="2"],
  .signup-shell[data-active-step="3"] [data-signup-mobile-card="3"],
  .signup-shell[data-active-step="2"] .signup-mobile-card h1,
  .signup-shell[data-active-step="3"] .signup-mobile-card h1,
  .signup-shell[data-active-step="2"] .signup-mobile-card p,
  .signup-shell[data-active-step="3"] .signup-mobile-card p {
    width: 100%;
    max-width: 100%;
  }

  .signup-shell[data-active-step="2"] .signup-label--split,
  .signup-shell[data-active-step="3"] .signup-label--split {
    width: 100%;
  }

  .signup-shell[data-active-step="1"] .signup-step__header,
  .signup-shell[data-active-step="1"] .signup-step,
  .signup-shell[data-active-step="1"] .signup-step__header > span,
  .signup-shell[data-active-step="1"] .signup-step__header div,
  .signup-shell[data-active-step="1"] .signup-step__header h2,
  .signup-shell[data-active-step="1"] .signup-step__header p,
  .signup-shell[data-active-step="1"] .signup-step__content,
  .signup-shell[data-active-step="1"] .signup-fields,
  .signup-shell[data-active-step="1"] .signup-field,
  .signup-shell[data-active-step="1"] .signup-group,
  .signup-shell[data-active-step="1"] .signup-field > span,
  .signup-shell[data-active-step="1"] .signup-label,
  .signup-shell[data-active-step="1"] .signup-field input,
  .signup-shell[data-active-step="1"] .signup-chips,
  .signup-shell[data-active-step="1"] .signup-actions,
  .signup-shell[data-active-step="1"] .signup-action--primary,
  .signup-shell[data-active-step="2"] .signup-step__header,
  .signup-shell[data-active-step="2"] .signup-step,
  .signup-shell[data-active-step="2"] .signup-step__header > span,
  .signup-shell[data-active-step="2"] .signup-step__header div,
  .signup-shell[data-active-step="2"] .signup-step__header h2,
  .signup-shell[data-active-step="2"] .signup-step__header p,
  .signup-shell[data-active-step="2"] .signup-step__content,
  .signup-shell[data-active-step="2"] .signup-field,
  .signup-shell[data-active-step="2"] .signup-group,
  .signup-shell[data-active-step="2"] .signup-field > span,
  .signup-shell[data-active-step="2"] .signup-label,
  .signup-shell[data-active-step="2"] .signup-field textarea,
  .signup-shell[data-active-step="2"] .signup-chips,
  .signup-shell[data-active-step="2"] .signup-actions,
  .signup-shell[data-active-step="3"] .signup-step__header,
  .signup-shell[data-active-step="3"] .signup-step,
  .signup-shell[data-active-step="3"] .signup-step__header > span,
  .signup-shell[data-active-step="3"] .signup-step__header div,
  .signup-shell[data-active-step="3"] .signup-step__header h2,
  .signup-shell[data-active-step="3"] .signup-step__header p,
  .signup-shell[data-active-step="3"] .signup-step__content,
  .signup-shell[data-active-step="3"] .signup-fields,
  .signup-shell[data-active-step="3"] .signup-field,
  .signup-shell[data-active-step="3"] .signup-field > span,
  .signup-shell[data-active-step="3"] .signup-field input,
  .signup-shell[data-active-step="3"] .signup-consent,
  .signup-shell[data-active-step="3"] .signup-actions--final,
  .signup-shell[data-active-step="3"] .signup-actions--final > div {
    width: 100%;
    max-width: 100%;
  }

  .code-aside,
  .code-card,
  .code-steps,
  .code-step,
  .activation-box,
  .activation-box__title,
  .activation-code,
  .activation-progress,
  .code-actions,
  .code-close,
  .code-unlock {
    width: var(--mobile-sheet-inner);
    max-width: var(--mobile-sheet-inner);
  }

  .code-aside h1,
  .code-aside p,
  .code-aside__intro > span {
    width: 100%;
    max-width: 100%;
  }

  .menu-panel,
  .menu-left,
  .menu-head,
  .menu-search,
  .menu-nav,
  .menu-soon,
  .menu-footer {
    width: min(336px, calc(100vw - 2px));
    max-width: calc(100vw - 2px);
  }

  .menu-link,
  .menu-soon .menu-link {
    width: calc(100% - 22px);
  }

  .menu-search span,
  .menu-access,
  .menu-status {
    width: 100%;
    max-width: 100%;
  }

  .pablo-card {
    --pablo-card-width: min(332.45px, calc(100vw - 16px));
  }

  .pablo-card__header .pablo-status {
    left: calc((var(--pablo-card-width) / 2) + 16.3px);
  }
}

@media (min-width: 390px) and (max-width: 720px) {
  .pablo-card {
    --pablo-card-width: calc(100vw - 33.64px);
  }
}

@media (max-width: 340px) {
  .activation-code {
    width: 258px;
    max-width: 258px;
    padding: 0 4px;
    grid-template-columns: repeat(4, 24px) 7px repeat(4, 24px);
    grid-template-rows: 34px 32px 32px;
    gap: 0 5px;
  }

  .activation-code > span {
    width: 7px;
    height: 32px;
    font-size: 15px;
    line-height: 20px;
  }

  .activation-code input {
    width: 24px;
    height: 32px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 16px;
  }

  .activation-code > span:nth-of-type(2),
  .activation-code__group:nth-of-type(3) input,
  .activation-code__group:nth-of-type(4) input:nth-child(-n + 3) {
    transform: translateX(12px);
  }

  .signup-shell[data-active-step="1"] .signup-aside,
  .signup-shell:not([data-active-step]) .signup-aside {
    height: auto;
    min-height: 0;
  }

  .signup-shell[data-active-step="1"] .signup-benefits,
  .signup-shell:not([data-active-step]) .signup-benefits {
    height: auto;
    min-height: 0;
  }

  .signup-shell[data-active-step="1"] .signup-benefits li,
  .signup-shell[data-active-step="1"] .signup-benefits li:first-child,
  .signup-shell[data-active-step="1"] .signup-benefits li:last-child,
  .signup-shell:not([data-active-step]) .signup-benefits li,
  .signup-shell:not([data-active-step]) .signup-benefits li:first-child,
  .signup-shell:not([data-active-step]) .signup-benefits li:last-child {
    min-height: 0;
  }

  .signup-shell[data-active-step="3"] .signup-consent {
    height: auto;
    min-height: 18px;
    align-items: flex-start;
  }

  .signup-shell[data-active-step="3"] .signup-consent small {
    width: calc(100% - 27px);
    white-space: normal;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    width: 100vw;
    height: 64px;
    overflow: visible;
    background: #ffffff;
    backdrop-filter: blur(5.95526px);
  }

  .header-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 64px;
  }

  .burger-button {
    position: absolute;
    top: 22.02px;
    left: 18.47px;
    display: block;
    width: 29.78px;
    height: 20.25px;
    padding: 0;
    transform: none;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .burger-button svg {
    display: none;
  }

  .burger-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 29.78px;
    height: 4.17px;
    border-radius: 999px;
    background: #22252f;
    box-shadow:
      0 8.04px 0 #22252f,
      0 16.08px 0 #22252f;
  }

  body.menu-open .burger-button {
    transform: scale(0.92);
    transform-origin: center;
  }

  body.menu-open .burger-button svg {
    display: none;
  }

  .brand {
    position: absolute;
    top: calc(50% + 0.16px);
    left: 50%;
    display: block;
    width: 119.07px;
    height: 21.03px;
    transform: translate(-50%, -50%);
  }

  .brand svg {
    display: block;
    width: 119.07px;
    height: 21.03px;
  }

  .header-actions {
    display: contents;
  }

  .login-link {
    display: none;
  }

  .registration-button {
    position: absolute;
    top: calc(50% - 21.44px + 0.14px);
    right: 17.12px;
    left: auto;
    display: grid;
    width: 42.88px;
    height: 42.88px;
    padding: 0;
    transform: none;
    border: 0;
    border-radius: 21.4389px;
    background: #f3f5ff;
    box-shadow: none;
    color: #4475f2;
    place-items: center;
  }

  .registration-button span,
  .registration-button > svg {
    display: none;
  }

  .registration-button::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6997 8.68945H9.7561V20.5766H15.6997M12.7279 14.633H20.9003M18.6714 16.8619L20.9003 14.633L18.6714 12.4042' stroke='%234475F2' stroke-width='1.87612' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 36px;
  }
}

@media (max-width: 720px) {
  .reviews-section {
    height: 474.78px;
    min-height: 474.78px;
  }

  .reviews-panel {
    height: 474.78px;
  }

  .reviews-grid {
    top: 36.42px;
    left: 15.39px;
    width: 334.4px;
    height: 345.6px;
  }

  .review-card,
  .review-card[hidden] {
    display: none !important;
  }

  .review-card--one:not([hidden]) {
    position: absolute;
    top: 0;
    left: 0;
    display: flex !important;
    box-sizing: border-box;
    width: 334.4px;
    height: 345.6px;
    min-height: 345.6px;
    padding: 23.3516px;
    border: 1.39124px solid #e8e8ed;
    border-radius: 20.5494px;
    background: #ffffff;
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 13.54px;
  }

  .review-card--one .review-card__top,
  .review-card--one footer {
    display: none !important;
  }

  .review-card--one::before {
    content: "\201C";
    display: flex;
    width: 25px;
    height: 27px;
    align-items: center;
    color: #4475f2;
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 52.3076px;
    font-weight: 800;
    line-height: 26px;
  }

  .review-card--one p {
    position: static;
    display: flex;
    width: 287.55px;
    height: auto;
    min-height: 101px;
    margin: 0;
    align-items: flex-start;
    color: #0e1330;
    font-family: Inter, Arial, sans-serif;
    font-size: 18.6813px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.186813px;
  }

  .review-card--one .review-person {
    position: static;
    display: flex;
    width: 287.69px;
    height: 53.71px;
    padding: 7.00548px 0 0;
    align-items: center;
    gap: 13.08px;
  }

  .review-card--one .review-avatar {
    display: flex;
    box-sizing: border-box;
    width: 46.7px;
    height: 46.7px;
    padding: 0.934064px;
    border: 0.934064px solid #ffffff;
    border-radius: 22.4175px;
    background: #ffffff;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #4475f2;
  }

  .review-card--one .review-avatar svg {
    display: none;
  }

  .review-card--one .review-avatar::before {
    content: attr(data-initials);
    color: #4475f2;
    font-family: Inter, Arial, sans-serif;
    font-size: 17.934px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
  }

  .review-card--one .review-person strong {
    display: flex;
    width: 160px;
    height: 37.36px;
    flex-direction: column;
    justify-content: center;
    color: #0e1330;
    font-family: Inter, Arial, sans-serif;
    font-size: 14.945px;
    font-weight: 700;
    line-height: 18px;
  }

  .review-card--one .review-person small {
    color: #6b6b7b;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    white-space: nowrap;
  }

  .reviews-controls {
    top: 402.32px;
    left: 74.59px;
    display: flex;
    width: 215px;
    height: 46.28px;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .reviews-controls::before {
    display: none;
  }

  .reviews-more {
    display: none !important;
  }

  .reviews-dots {
    position: absolute;
    top: 421.12px;
    left: 50%;
    z-index: 2;
    display: flex;
    width: 98.69px;
    height: 9.4px;
    align-items: center;
    justify-content: center;
    gap: 7.05px;
    transform: translateX(-50%);
  }

  .reviews-dots span {
    display: block;
    width: 9.4px;
    min-width: 9.4px;
    max-width: 9.4px;
    flex: 0 0 9.4px;
    height: 9.4px;
    min-height: 9.4px;
    max-height: 9.4px;
    border-radius: 4.6986px;
    background: rgb(14 19 48 / 0.18);
    transition: flex-basis 180ms ease, width 180ms ease, background 180ms ease;
  }

  .reviews-dots span.is-active {
    width: 32.89px;
    min-width: 32.89px;
    max-width: 32.89px;
    flex-basis: 32.89px;
    background: #4475f2;
  }
}

@media (min-width: 341px) and (max-width: 720px) {
  .page > .reviews-section,
  .reviews-section {
    width: calc(100vw - 38px);
    margin-right: auto;
    margin-left: auto;
  }

  .reviews-panel,
  .reviews-header,
  .reviews-grid {
    width: 100%;
  }

  .reviews-panel {
    left: auto;
    transform: none;
  }

  .reviews-header {
    padding-right: 0;
    padding-left: 0;
  }

  .reviews-header h2 {
    width: 100%;
  }

  .reviews-grid {
    left: 0;
  }

  .review-card--one:not([hidden]) {
    width: 100%;
  }

  .review-card--one p,
  .review-card--one .review-person {
    width: 100%;
    max-width: 100%;
  }

  .reviews-controls {
    left: calc(50% - 107.5px);
  }
}

@media (min-width: 341px) and (max-width: 720px) {
  .page > .telegram-section,
  .telegram-section {
    width: calc(100vw - 41.28px);
    margin-right: auto;
    margin-left: auto;
  }

  .telegram-panel,
  .telegram-content,
  .telegram-copy,
  .telegram-ticket {
    width: 100%;
  }

  .telegram-panel {
    left: auto;
    transform: none;
  }

  .telegram-content,
  .telegram-ticket {
    left: 0;
  }

  .telegram-copy h2 {
    width: 100%;
  }

  .telegram-ticket__date,
  .telegram-ticket__perforation,
  .telegram-ticket__body {
    width: 100%;
  }

  .telegram-ticket__date::after {
    right: 24.93px;
  }

  .telegram-ticket__perforation::after {
    right: -8.31px;
    left: auto;
  }

  .telegram-ticket__body {
    left: 0;
  }

  .telegram-ticket p,
  .telegram-ticket__details {
    width: calc(100% - 45.72px);
  }

  .telegram-ticket__details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .telegram-ticket__details span {
    width: auto;
  }

  .telegram-button {
    left: 14.37px;
    width: calc(100% - 28.74px);
  }

  .telegram-button span {
    width: auto;
  }
}

@media (max-width: 720px) {
  .page > .quest-section,
  .quest-section {
    width: 100%;
    max-width: 390px;
    height: auto !important;
    min-height: 0;
    margin: 104.46px auto 0;
    padding: 0;
    overflow: visible;
    background: transparent;
  }

  .quest-panel {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .quest-header {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 16px;
    margin: 0 0 20px;
    padding: 0 24px;
  }

  .quest-header h2 {
    width: 100%;
    height: 16px;
    justify-content: center;
    font-size: 20.78px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.83px;
  }

  .quest-list {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    width: min(312px, calc(100vw - 48px));
    height: auto !important;
    margin: 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 10.39px;
  }

  .quest-list .quest-card:nth-of-type(n + 7) {
    display: none;
  }

  .quest-card,
  .quest-card--featured,
  .quest-card.is-open,
  .quest-card--featured.is-open {
    position: relative;
    top: auto !important;
    left: auto !important;
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 1.39px solid #e8e8ed;
    border-radius: 13.5px;
    box-shadow: none;
    transform: none;
    transition: height 220ms ease, background 180ms ease, border-color 180ms ease;
  }

  .quest-card,
  .quest-card--featured {
    height: 56px !important;
    padding: 0;
    background: #ffffff;
  }

  .quest-card:nth-of-type(2),
  .quest-card:nth-of-type(3),
  .quest-card:nth-of-type(4),
  .quest-card:nth-of-type(5) {
    height: 72px !important;
  }

  .quest-list .quest-card:nth-of-type(6) {
    height: 56px !important;
  }

  .quest-card.is-open,
  .quest-card--featured.is-open {
    height: 190px !important;
    border-color: #4475f2;
    background: #4475f2;
  }

  .quest-card:nth-of-type(2).is-open,
  .quest-card:nth-of-type(3).is-open,
  .quest-card:nth-of-type(4).is-open,
  .quest-card:nth-of-type(5).is-open,
  .quest-card:nth-of-type(6).is-open {
    height: 218px !important;
  }

  .quest-popular,
  .quest-tag,
  .quest-card footer {
    display: none;
  }

  .quest-card__top,
  .quest-card--featured .quest-card__top {
    position: absolute;
    top: 18px;
    left: 18px;
    display: block;
    width: 24px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .quest-code,
  .quest-card--featured .quest-code {
    display: block;
    width: 18px;
    height: 16px !important;
    overflow: hidden;
    color: transparent;
    font-family: "JetBrains Mono", monospace;
    font-size: 0 !important;
    font-weight: 500;
    line-height: 16px !important;
    letter-spacing: 0 !important;
  }

  .quest-code::before {
    display: block;
    color: #4475f2;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 16px !important;
    letter-spacing: 1.04px !important;
    content: "01";
  }

  .quest-list .quest-card:nth-of-type(2) .quest-code::before { content: "02"; }
  .quest-list .quest-card:nth-of-type(3) .quest-code::before { content: "03"; }
  .quest-list .quest-card:nth-of-type(4) .quest-code::before { content: "04"; }
  .quest-list .quest-card:nth-of-type(5) .quest-code::before { content: "05"; }
  .quest-list .quest-card:nth-of-type(6) .quest-code::before { content: "06"; }

  .quest-card.is-open .quest-code::before,
  .quest-card--featured.is-open .quest-code::before {
    color: rgb(255 255 255 / 0.78);
    transform: translateY(2px);
  }

  .quest-card h3,
  .quest-card--featured h3 {
    position: absolute;
    top: 17px;
    left: 54px;
    display: flex;
    width: calc(100% - 96px);
    height: 22px;
    margin: 0;
    align-items: center;
    color: #0e1330;
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.21px;
  }

  .quest-card:nth-of-type(2) h3,
  .quest-card:nth-of-type(3) h3,
  .quest-card:nth-of-type(4) h3,
  .quest-card:nth-of-type(5) h3 {
    top: 16px;
    height: 40px;
    align-items: center;
  }

  .quest-card.is-open h3,
  .quest-card--featured.is-open h3 {
    top: 20px;
    color: #ffffff;
  }

  .quest-card::after,
  .quest-card--featured::after {
    position: absolute;
    top: 15px;
    right: 19px;
    display: flex;
    width: 16px;
    height: 22px;
    align-items: center;
    justify-content: center;
    color: #4475f2;
    content: "+";
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    transform: none;
  }

  .quest-card.is-open::after,
  .quest-card--featured.is-open::after {
    top: 20px;
    right: 19px;
    color: #ffffff;
    content: "\00d7";
    font-size: 18px;
    font-weight: 400;
  }

  .quest-answer,
  .quest-card--featured .quest-answer,
  .quest-card:not(.quest-card--featured) .quest-answer {
    position: absolute;
    top: 72px;
    left: 54px;
    display: none;
    width: calc(100% - 84px);
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    overflow: visible;
    align-items: flex-start;
    color: rgb(255 255 255 / 0.9);
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    opacity: 1;
  }

  .quest-card.is-open .quest-answer,
  .quest-card--featured.is-open .quest-answer {
    display: flex;
  }

  .quest-card:nth-of-type(1).is-open .quest-answer {
    top: 68px;
  }

  .quest-card.is-open,
  .quest-card--featured.is-open {
    height: 164px !important;
  }

  .quest-card:nth-of-type(2).is-open {
    height: 184px !important;
  }

  .quest-card:nth-of-type(3).is-open {
    height: 154px !important;
  }

  .quest-card:nth-of-type(4).is-open,
  .quest-card:nth-of-type(5).is-open {
    height: 212px !important;
  }

  .quest-card.is-open .quest-card__top,
  .quest-card--featured.is-open .quest-card__top {
    top: 28px;
    left: 16px;
  }

  .quest-card.is-open h3,
  .quest-card--featured.is-open h3 {
    top: 24px;
    left: 48px;
    width: calc(100% - 88px);
    height: auto;
    align-items: flex-start;
    font-size: 15.8px;
    line-height: 20px;
  }

  .quest-card.is-open::after,
  .quest-card--featured.is-open::after {
    top: 22px;
  }

  .quest-card.is-open .quest-answer,
  .quest-card--featured.is-open .quest-answer {
    left: 48px;
    width: calc(100% - 78px);
    height: auto !important;
    max-height: none;
    align-items: flex-start;
    font-size: 14.6px;
    font-weight: 600;
    line-height: 20px;
  }

  .quest-card:nth-of-type(1).is-open .quest-answer {
    top: 58px;
  }

  .quest-card:nth-of-type(2).is-open .quest-answer,
  .quest-card:nth-of-type(3).is-open .quest-answer,
  .quest-card:nth-of-type(4).is-open .quest-answer,
  .quest-card:nth-of-type(5).is-open .quest-answer {
    top: 72px;
  }
}

@media (max-width: 720px) {
  .page > .site-footer,
  .site-footer {
    box-sizing: border-box;
    display: flex;
    width: min(290px, calc(100vw - 70px));
    max-width: min(290px, calc(100vw - 70px));
    height: 204px !important;
    min-height: 204px;
    margin-bottom: 18px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    overflow: visible;
  }

  .footer-left {
    position: relative;
    display: flex;
    order: 0;
    width: 100%;
    max-width: 100%;
    height: 170px;
    margin: 0;
    flex: 0 0 170px;
    flex-direction: column;
    gap: 0;
  }

  .footer-intro {
    position: relative;
    order: 0;
    width: 100%;
    max-width: 100%;
    height: 103px;
    flex: 0 0 103px;
  }

  .footer-brand {
    top: 0;
    left: 0;
    width: 154px;
    height: 31px;
    justify-content: flex-start;
    gap: 7px;
  }

  .footer-brand svg {
    width: 31px;
    height: 29px;
  }

  .footer-brand span {
    width: auto;
    height: 29px;
    font-size: 22.5px;
    line-height: 29px;
  }

  .footer-intro p {
    top: 45px;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 55px;
    align-items: flex-start;
    font-size: 11.6px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
  }

  .footer-contact {
    position: relative;
    order: 1;
    width: 100%;
    max-width: 100%;
    height: 67px;
    flex: 0 0 67px;
    padding-top: 22px;
    gap: 8.7px;
  }

  .footer-contact::before {
    top: 0;
    width: 170px;
    height: 16px;
    font-size: 13.1px;
    line-height: 16px;
  }

  .footer-contact a {
    width: 41.45px;
    height: 41.45px;
    flex-basis: 41.45px;
  }

  .footer-menus {
    display: none;
  }

  .footer-bottom {
    position: relative;
    order: 1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    margin: 0;
    flex: 0 0 34px;
  }

  .footer-bottom::before {
    top: 0;
    width: 100%;
    border-top: 1px solid #e7e8ec;
  }

  .footer-bottom > span {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  .footer-bottom > span::before {
    display: block;
    color: #a7afc6;
    content: "© 2026 PLANKA HUB · ВСЕ ПРАВА ЗАЩИЩЕНЫ ·\A SYEDOSS@PLAN.COM";
    font-size: 10.6px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.62px;
    text-align: left;
    text-transform: uppercase;
    white-space: pre-line;
  }

  .footer-bottom div {
    display: none;
  }
}

@media (min-width: 341px) and (max-width: 720px) {
  .page > .founders-section,
  .founders-section {
    width: min(320px, calc(100vw - 40px));
    height: 470.12px;
    min-height: 470.12px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    overflow: visible;
  }

  .founders-container {
    width: 100%;
    min-height: 470.12px;
    height: 470.12px;
    margin: 0;
    padding: 0;
    overflow: visible;
    transform: none;
  }

  .founders-copy {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 222px;
  }

  .founders-title,
  .founders-text,
  .founders-stats,
  .founders-actions {
    width: 100%;
    max-width: 100%;
  }

  .founders-text {
    height: 51px;
  }

  .founders-stats {
    grid-template-columns: repeat(2, calc((100% - 16.48px) / 2));
  }

  .founders-stat {
    width: 100%;
  }

  .founders-visual {
    top: 279.5px;
    left: 2px;
    width: 367.62px;
    height: 217.85px;
    min-height: 217.85px;
    transform: scale(0.875);
    transform-origin: top left;
  }
}

@media (max-width: 720px) {
  body.registration-mode .brand {
    left: 68px;
    width: 91px;
    height: 17px;
    transform: translateY(-50%);
  }

  body.registration-mode .brand svg {
    width: 91px;
    height: 17px;
  }

  body.registration-mode .login-link {
    position: absolute;
    top: 23px;
    right: 94px;
    left: auto;
    display: flex;
    width: 28px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0a0f1f;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  body.registration-mode .registration-button {
    position: absolute;
    top: 17px;
    right: 16px;
    display: flex;
    width: 74px;
    height: 30px;
    padding: 0;
    border-radius: 8px;
    background: #0a0f1f;
    box-shadow: none;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    place-items: initial;
    align-items: center;
    justify-content: center;
  }

  body.registration-mode .registration-button::before,
  body.registration-mode .registration-button > svg {
    display: none;
  }

  body.registration-mode .registration-button span {
    display: block;
  }

  body.registration-mode .signup-page {
    padding: 76px 16px 20px;
    align-items: flex-start;
  }

  .signup-shell[data-active-step="1"],
  .signup-shell:not([data-active-step]) {
    gap: 10px;
  }

  .signup-shell[data-active-step="1"] .signup-aside,
  .signup-shell:not([data-active-step]) .signup-aside {
    height: auto;
    min-height: 0;
    padding: 12px 12px 14px;
    border-radius: 18px;
  }

  .signup-shell[data-active-step="1"] .signup-aside__content,
  .signup-shell:not([data-active-step]) .signup-aside__content {
    gap: 5px;
  }

  .signup-shell[data-active-step="1"] .signup-aside__badge,
  .signup-shell:not([data-active-step]) .signup-aside__badge {
    width: auto;
    height: 18px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 9.5px;
    line-height: 11px;
    letter-spacing: 0.55px;
  }

  .signup-shell[data-active-step="1"] .signup-aside h1,
  .signup-shell:not([data-active-step]) .signup-aside h1 {
    height: auto;
    min-height: 0;
    padding: 0;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.2px;
  }

  .signup-shell[data-active-step="1"] .signup-aside p,
  .signup-shell:not([data-active-step]) .signup-aside p {
    height: auto;
    min-height: 0;
    padding: 0;
    font-size: 11px;
    line-height: 15px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits,
  .signup-shell:not([data-active-step]) .signup-benefits {
    height: auto;
    min-height: 0;
    padding-top: 3px;
    gap: 4px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits li,
  .signup-shell[data-active-step="1"] .signup-benefits li:first-child,
  .signup-shell[data-active-step="1"] .signup-benefits li:last-child,
  .signup-shell:not([data-active-step]) .signup-benefits li,
  .signup-shell:not([data-active-step]) .signup-benefits li:first-child,
  .signup-shell:not([data-active-step]) .signup-benefits li:last-child {
    min-height: 0;
    grid-template-columns: 13px 1fr;
    gap: 4px;
    font-size: 10px;
    line-height: 13px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits span,
  .signup-shell:not([data-active-step]) .signup-benefits span,
  .signup-shell[data-active-step="1"] .signup-benefits svg,
  .signup-shell:not([data-active-step]) .signup-benefits svg {
    width: 13px;
    height: 13px;
  }

  .signup-shell[data-active-step="1"] > .signup-aside > .signup-aside__footer,
  .signup-shell:not([data-active-step]) > .signup-aside > .signup-aside__footer {
    display: none;
  }

  .signup-shell[data-active-step="1"] .signup-form,
  .signup-shell:not([data-active-step]) .signup-form {
    height: auto;
    min-height: 0;
    padding: 14px 12px 14px;
    border-radius: 20px;
  }

  .signup-shell[data-active-step="1"] .signup-form::before,
  .signup-shell:not([data-active-step]) .signup-form::before {
    top: 14px;
    right: 12px;
    left: 12px;
  }

  .signup-shell[data-active-step="1"] .signup-form::after,
  .signup-shell:not([data-active-step]) .signup-form::after {
    top: 14px;
    left: 12px;
    width: calc((100% - 36px) / 3);
  }

  .signup-shell[data-active-step="1"] .signup-step__header,
  .signup-shell:not([data-active-step]) .signup-step__header {
    margin-bottom: 8px;
    padding-top: 10px;
  }

  .signup-shell[data-active-step="1"] .signup-step__header > span,
  .signup-shell:not([data-active-step]) .signup-step__header > span {
    height: 15px;
    padding-top: 4px;
    font-size: 10.5px;
    line-height: 12px;
  }

  .signup-shell[data-active-step="1"] .signup-step__header h2,
  .signup-shell:not([data-active-step]) .signup-step__header h2 {
    height: auto;
    min-height: 22px;
    padding-top: 0;
    font-size: 19px;
    line-height: 22px;
  }

  .signup-shell[data-active-step="1"] .signup-step__header p,
  .signup-shell:not([data-active-step]) .signup-step__header p {
    height: auto;
    min-height: 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .signup-shell[data-active-step="1"] .signup-step__content,
  .signup-shell:not([data-active-step]) .signup-step__content,
  .signup-shell[data-active-step="1"] .signup-fields,
  .signup-shell:not([data-active-step]) .signup-fields {
    gap: 8px;
  }

  .signup-shell[data-active-step="1"] .signup-field,
  .signup-shell[data-active-step="1"] .signup-group,
  .signup-shell:not([data-active-step]) .signup-field,
  .signup-shell:not([data-active-step]) .signup-group {
    gap: 5px;
  }

  .signup-shell[data-active-step="1"] .signup-field > span,
  .signup-shell[data-active-step="1"] .signup-label,
  .signup-shell:not([data-active-step]) .signup-field > span,
  .signup-shell:not([data-active-step]) .signup-label {
    min-height: 12px;
    font-size: 10.5px;
    line-height: 12px;
  }

  .signup-shell[data-active-step="1"] .signup-field b,
  .signup-shell[data-active-step="1"] .signup-label b,
  .signup-shell:not([data-active-step]) .signup-field b,
  .signup-shell:not([data-active-step]) .signup-label b {
    font-size: 10.5px;
    line-height: 12px;
  }

  .signup-shell[data-active-step="1"] .signup-field input,
  .signup-shell:not([data-active-step]) .signup-field input {
    height: 40px;
    padding: 10px 12px;
    border-radius: 11px;
    font-size: 14px;
    line-height: 17px;
  }

  .signup-shell[data-active-step="1"] .signup-chips,
  .signup-shell:not([data-active-step]) .signup-chips {
    min-height: 0;
    column-gap: 6px;
    row-gap: 6px;
  }

  .signup-shell[data-active-step="1"] .signup-chip,
  .signup-shell:not([data-active-step]) .signup-chip {
    height: 32px;
    padding: 0 10px;
    border-radius: 9px;
    font-size: 12px;
    line-height: 15px;
  }

  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(1) { order: 1; width: 94px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(2) { order: 2; width: 108px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(3) { order: 3; width: 120px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(4) { display: none; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(5) { order: 5; width: 84px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(6) { order: 4; width: 128px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(7) { order: 6; width: 78px; }

  .signup-shell[data-active-step="1"] .signup-actions,
  .signup-shell:not([data-active-step]) .signup-actions {
    height: 44px;
    margin-top: 8px;
  }

  .signup-shell[data-active-step="1"] .signup-action--primary,
  .signup-shell:not([data-active-step]) .signup-action--primary {
    height: 44px;
    border-radius: 12px;
  }
}

@media (max-width: 340px) {
  body.registration-mode .signup-page {
    padding-top: 72px;
  }

  body.registration-mode .brand {
    left: 66px;
    width: 84px;
  }

  body.registration-mode .brand svg {
    width: 84px;
  }

  body.registration-mode .login-link {
    right: 86px;
    width: 28px;
    font-size: 9.5px;
  }

  body.registration-mode .registration-button {
    right: 12px;
    width: 70px;
  }

  .signup-shell[data-active-step="1"] .signup-aside h1,
  .signup-shell:not([data-active-step]) .signup-aside h1 {
    font-size: 19px;
    line-height: 21px;
  }

  .signup-shell[data-active-step="1"] .signup-aside p,
  .signup-shell:not([data-active-step]) .signup-aside p {
    font-size: 10.5px;
    line-height: 14px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits li,
  .signup-shell:not([data-active-step]) .signup-benefits li {
    font-size: 9.7px;
    line-height: 12.5px;
  }

  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(1) { width: 90px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(2) { width: 102px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(3) { width: 112px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(6) { width: 120px; }
}

@media (max-width: 720px) {
  body.registration-mode .signup-page {
    min-height: 100dvh;
    padding: 91px 16px 28px;
    align-items: center;
    justify-content: flex-start;
  }

  .signup-shell[data-active-step="1"],
  .signup-shell:not([data-active-step]) {
    gap: 16px;
  }

  .signup-shell[data-active-step="1"] .signup-aside,
  .signup-shell:not([data-active-step]) .signup-aside {
    height: auto;
    min-height: 0;
    padding: 20px 20px 24px;
    border-radius: 20px;
  }

  .signup-shell[data-active-step="1"] .signup-aside__content,
  .signup-shell:not([data-active-step]) .signup-aside__content {
    gap: 0;
  }

  .signup-shell[data-active-step="1"] .signup-aside__badge,
  .signup-shell:not([data-active-step]) .signup-aside__badge {
    width: max-content;
    height: 24px;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: 0.65px;
  }

  .signup-shell[data-active-step="1"] .signup-aside h1,
  .signup-shell:not([data-active-step]) .signup-aside h1 {
    display: block;
    height: auto;
    min-height: 0;
    margin-bottom: 12px;
    padding: 0;
    font-size: 23px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -0.23px;
  }

  .signup-shell[data-active-step="1"] .signup-aside p,
  .signup-shell:not([data-active-step]) .signup-aside p {
    display: block;
    height: auto;
    min-height: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits,
  .signup-shell:not([data-active-step]) .signup-benefits {
    height: auto;
    min-height: 0;
    padding: 0;
    gap: 9px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits li,
  .signup-shell[data-active-step="1"] .signup-benefits li:first-child,
  .signup-shell[data-active-step="1"] .signup-benefits li:last-child,
  .signup-shell:not([data-active-step]) .signup-benefits li,
  .signup-shell:not([data-active-step]) .signup-benefits li:first-child,
  .signup-shell:not([data-active-step]) .signup-benefits li:last-child {
    min-height: 0;
    grid-template-columns: 16px 1fr;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 17px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits span,
  .signup-shell:not([data-active-step]) .signup-benefits span,
  .signup-shell[data-active-step="1"] .signup-benefits svg,
  .signup-shell:not([data-active-step]) .signup-benefits svg {
    width: 16px;
    height: 16px;
  }

  .signup-shell[data-active-step="1"] .signup-form,
  .signup-shell:not([data-active-step]) .signup-form {
    height: auto;
    min-height: 0;
    padding: 22px 20px 34px;
    border-radius: 23px;
    box-shadow: 0 1px 2px rgb(15 23 42 / 0.04), 0 10px 26px rgb(15 23 42 / 0.08);
  }

  .signup-shell[data-active-step="1"] .signup-form::before,
  .signup-shell:not([data-active-step]) .signup-form::before {
    top: 21px;
    right: 20px;
    left: 20px;
    height: 4px;
    border-radius: 4px;
  }

  .signup-shell[data-active-step="1"] .signup-form::after,
  .signup-shell:not([data-active-step]) .signup-form::after {
    top: 21px;
    left: 20px;
    width: calc((100% - 52px) / 3);
    height: 4px;
    border-radius: 4px;
  }

  .signup-shell[data-active-step="1"] .signup-step,
  .signup-shell:not([data-active-step]) .signup-step {
    min-height: 0;
  }

  .signup-shell[data-active-step="1"] .signup-step__header,
  .signup-shell:not([data-active-step]) .signup-step__header {
    margin-bottom: 22px;
    padding-top: 27px;
  }

  .signup-shell[data-active-step="1"] .signup-step__header > span,
  .signup-shell:not([data-active-step]) .signup-step__header > span {
    height: 17px;
    padding-top: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .signup-shell[data-active-step="1"] .signup-step__header h2,
  .signup-shell:not([data-active-step]) .signup-step__header h2 {
    height: auto;
    min-height: 27px;
    padding-top: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
  }

  .signup-shell[data-active-step="1"] .signup-step__header p,
  .signup-shell:not([data-active-step]) .signup-step__header p {
    height: auto;
    min-height: 19px;
    font-size: 13px;
    line-height: 19px;
  }

  .signup-shell[data-active-step="1"] .signup-step__content,
  .signup-shell:not([data-active-step]) .signup-step__content {
    gap: 18px;
  }

  .signup-shell[data-active-step="1"] .signup-fields,
  .signup-shell:not([data-active-step]) .signup-fields {
    gap: 16px;
  }

  .signup-shell[data-active-step="1"] .signup-field,
  .signup-shell[data-active-step="1"] .signup-group,
  .signup-shell:not([data-active-step]) .signup-field,
  .signup-shell:not([data-active-step]) .signup-group {
    gap: 8px;
  }

  .signup-shell[data-active-step="1"] .signup-field > span,
  .signup-shell[data-active-step="1"] .signup-label,
  .signup-shell:not([data-active-step]) .signup-field > span,
  .signup-shell:not([data-active-step]) .signup-label {
    min-height: 16px;
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .signup-shell[data-active-step="1"] .signup-field b,
  .signup-shell[data-active-step="1"] .signup-label b,
  .signup-shell:not([data-active-step]) .signup-field b,
  .signup-shell:not([data-active-step]) .signup-label b {
    font-size: 12px;
    line-height: 15px;
  }

  .signup-shell[data-active-step="1"] .signup-field input,
  .signup-shell:not([data-active-step]) .signup-field input {
    height: 54px;
    padding: 14px 16px;
    border-radius: 13px;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }

  .signup-shell[data-active-step="1"] .signup-chips,
  .signup-shell:not([data-active-step]) .signup-chips {
    min-height: 0;
    column-gap: 8px;
    row-gap: 10px;
  }

  .signup-shell[data-active-step="1"] .signup-chip,
  .signup-shell:not([data-active-step]) .signup-chip {
    height: 43px;
    padding: 0 14px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
  }

  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(1) { order: 1; width: 124px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(2) { order: 2; width: 134px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(3) { order: 3; width: 132px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(4) { display: none; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(5) { order: 5; width: 96px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(6) { order: 4; width: 128px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(7) { order: 6; width: 96px; }

  .signup-shell[data-active-step="1"] .signup-actions,
  .signup-shell:not([data-active-step]) .signup-actions,
  .signup-step[data-signup-step="1"] .signup-actions {
    position: static;
    width: 100%;
    height: 56px;
    margin-top: 18px;
    padding: 0;
  }

  .signup-shell[data-active-step="1"] .signup-action--primary,
  .signup-shell:not([data-active-step]) .signup-action--primary {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    font-size: 17px;
    line-height: 21px;
  }
}

@media (max-width: 340px) {
  body.registration-mode .signup-page {
    padding: 86px 16px 24px;
  }

  .signup-shell[data-active-step="1"] .signup-aside,
  .signup-shell:not([data-active-step]) .signup-aside {
    padding: 18px 18px 22px;
  }

  .signup-shell[data-active-step="1"] .signup-aside h1,
  .signup-shell:not([data-active-step]) .signup-aside h1 {
    font-size: 21px;
    line-height: 24px;
  }

  .signup-shell[data-active-step="1"] .signup-aside p,
  .signup-shell:not([data-active-step]) .signup-aside p {
    font-size: 12.4px;
    line-height: 18px;
  }

  .signup-shell[data-active-step="1"] .signup-benefits li,
  .signup-shell:not([data-active-step]) .signup-benefits li {
    font-size: 11.4px;
    line-height: 16px;
  }

  .signup-shell[data-active-step="1"] .signup-form,
  .signup-shell:not([data-active-step]) .signup-form {
    padding: 20px 18px 30px;
  }

  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(1) { width: 110px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(2) { width: 122px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(3) { width: 118px; }
  .signup-shell[data-active-step="1"] .signup-chips[data-signup-field="role"] .signup-chip:nth-child(6) { width: 118px; }
}

@media (max-width: 720px) {
  body.registration-mode .signup-shell[data-active-step="2"] {
    margin-top: -17px;
    gap: 15px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-aside {
    height: 140px;
    min-height: 140px;
    padding: 20px 20px 22px;
    border-radius: 20px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] [data-signup-mobile-card="2"] {
    width: 100%;
    height: auto;
    gap: 0;
  }

  body.registration-mode .signup-shell[data-active-step="2"] [data-signup-mobile-card="2"] .signup-aside__badge {
    width: max-content;
    height: 24px;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: 0.65px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-mobile-card h1 {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -0.22px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-mobile-card p {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-form {
    height: 724px;
    min-height: 724px;
    padding: 22px 18px 30px;
    border-radius: 22px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-form::before,
  body.registration-mode .signup-shell[data-active-step="2"] .signup-form::after {
    top: 22px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-step__header {
    height: 90px;
    margin-bottom: 2px;
    padding-top: 9px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-step__header h2 {
    height: auto;
    min-height: 27px;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.22px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-step__content {
    height: auto;
    min-height: 0;
    gap: 16px;
    padding-top: 14px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips {
    column-gap: 8px;
    row-gap: 9px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-chip {
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 16px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="stage"] .signup-chip:nth-child(1) { width: 111px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="stage"] .signup-chip:nth-child(2) { width: 60px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="stage"] .signup-chip:nth-child(3) { width: 94px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="stage"] .signup-chip:nth-child(4) { width: 70px; }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(1) { width: 136px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(2) { width: 123px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(3) { width: 103px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(4) { width: 112px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(5) { width: 107px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(6) { width: 132px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(7) { width: 96px; }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-field textarea {
    height: 88px;
    min-height: 88px;
    padding: 13px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-step[data-signup-step="2"] .signup-actions {
    position: static;
    display: flex;
    width: 100%;
    height: 56px;
    margin-top: 58px;
    padding: 0;
    gap: 8px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-action--secondary {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    height: 56px;
    flex: 0 0 52px;
    border-radius: 14px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-action--primary {
    height: 56px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 800;
    line-height: 21px;
  }
}

@media (max-width: 340px) {
  body.registration-mode .signup-shell[data-active-step="2"] {
    margin-top: -8px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-aside {
    height: 136px;
    min-height: 136px;
    padding: 18px 18px 20px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-form {
    height: 742px;
    min-height: 742px;
    padding-right: 18px;
    padding-left: 18px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-mobile-card h1 {
    font-size: 21px;
    line-height: 25px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-chip {
    height: 39px;
    padding: 0 9px;
    font-size: 13px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="stage"] {
    column-gap: 6px;
  }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="stage"] .signup-chip:nth-child(1) { width: 100px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="stage"] .signup-chip:nth-child(2) { width: 50px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="stage"] .signup-chip:nth-child(3) { width: 86px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="stage"] .signup-chip:nth-child(4) { width: 68px; }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(1) { width: 122px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(2) { width: 112px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(3) { width: 92px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(4) { width: 100px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(5) { width: 96px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(6) { width: 116px; }
  body.registration-mode .signup-shell[data-active-step="2"] .signup-chips[data-signup-field="needs"] .signup-chip:nth-child(7) { width: 90px; }

  body.registration-mode .signup-shell[data-active-step="2"] .signup-step[data-signup-step="2"] .signup-actions {
    margin-top: 62px;
  }
}

@media (max-width: 720px) {
  body.registration-mode:has(.signup-shell[data-active-step="2"]) .signup-page {
    align-items: flex-start;
  }

  body.registration-mode .signup-shell[data-active-step="2"] {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  body.registration-mode:has(.signup-shell[data-active-step="3"]) .site-header {
    display: none;
  }

  body.registration-mode:has(.signup-shell[data-active-step="3"]) .signup-page {
    padding: 122px 16px 28px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  body.registration-mode .signup-shell[data-active-step="3"] {
    gap: 17px;
    margin: 0 auto;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-aside {
    height: 108px;
    min-height: 108px;
    padding: 16px 20px 21px;
    border-radius: 20px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] [data-signup-mobile-card="3"] {
    width: 100%;
    height: auto;
    gap: 0;
  }

  body.registration-mode .signup-shell[data-active-step="3"] [data-signup-mobile-card="3"] .signup-aside__badge {
    width: max-content;
    height: 24px;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: 0.65px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-mobile-card h1 {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -0.22px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-form {
    height: calc(100dvh - 275px);
    min-height: 825px;
    padding: 22px 20px 34px;
    border-radius: 22px;
    box-shadow: 0 1px 2px rgb(15 23 42 / 0.04), 0 10px 26px rgb(15 23 42 / 0.08);
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-form::before {
    top: 22px;
    right: 20px;
    left: 20px;
    height: 4px;
    border-radius: 4px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-form::after {
    top: 22px;
    right: 20px;
    width: calc((100% - 52px) / 3);
    height: 4px;
    border-radius: 4px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-step[data-signup-step="3"] {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-step__header {
    width: 100%;
    height: 111px;
    margin: 0;
    padding-top: 30px;
    flex-direction: column-reverse;
    gap: 0;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-step__header > span {
    width: 100%;
    height: 17px;
    margin: 0 0 12px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.44px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-step__header div {
    width: 100%;
    gap: 9px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-step__header h2 {
    width: 100%;
    height: auto;
    min-height: 28px;
    padding: 0;
    font-size: 23px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: -0.23px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-step__header p {
    width: 100%;
    height: auto;
    min-height: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-step__content {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    padding-top: 17px;
    gap: 16px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-fields {
    width: 100%;
    gap: 16px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-field {
    width: 100%;
    height: 76px;
    gap: 8px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-field > span {
    width: 100%;
    min-height: 15px;
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
    letter-spacing: 0.5px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-field b {
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-field input {
    width: 100%;
    height: 56px;
    padding: 15px 16px;
    border-radius: 13px;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-field:first-child input {
    padding-left: 50px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-field:first-child::before {
    bottom: 18px;
    left: 18px;
    width: 20px;
    height: 20px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-consent {
    width: 100%;
    height: auto;
    margin-top: 1px;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-consent > span {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-consent svg {
    width: 20px;
    height: 20px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-consent small {
    width: auto;
    min-width: 0;
    color: #6b7385;
    font-size: clamp(12px, 3.45vw, 13px);
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-actions--final {
    display: flex;
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    margin: 12px 0 0;
    padding: 0;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-actions--final p {
    width: 100%;
    height: auto;
    margin: 0;
    color: #6b7385;
    font-size: 12.5px;
    line-height: 18px;
    text-align: center;
    transform: none;
    white-space: nowrap;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-actions--final > div {
    display: grid;
    width: 100%;
    height: 58px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-action--secondary {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 14px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-action--primary {
    width: 100%;
    height: 58px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 800;
    line-height: 21px;
  }
}

@media (max-width: 340px) {
  body.registration-mode:has(.signup-shell[data-active-step="3"]) .signup-page {
    padding: 116px 16px 24px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-aside {
    height: 106px;
    min-height: 106px;
    padding: 16px 18px 20px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-mobile-card h1 {
    font-size: 21px;
    line-height: 25px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-form {
    min-height: 818px;
    padding-right: 18px;
    padding-left: 18px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-step__header h2 {
    font-size: 22px;
    line-height: 27px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-step__header p {
    font-size: 14px;
    line-height: 19px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-consent small {
    font-size: 12px;
    line-height: 18px;
    white-space: normal;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-actions--final p {
    width: 100%;
    margin-left: 0;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-actions--final > div {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 8px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-action--secondary {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
  }

  body.registration-mode .signup-shell[data-active-step="3"] .signup-action--primary {
    font-size: 15px;
  }
}

@media (max-width: 720px) {
  body.login-mode .brand {
    left: 68px;
    width: 91px;
    height: 17px;
    transform: translateY(-50%);
  }

  body.login-mode .brand svg {
    width: 91px;
    height: 17px;
  }

  body.login-mode .login-link {
    position: absolute;
    top: 23px;
    right: 94px;
    left: auto;
    display: flex;
    width: 28px;
    height: 18px;
    padding: 0;
    color: #0a0f1f;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    transform: none;
  }

  body.login-mode .registration-button {
    position: absolute;
    top: 17px;
    right: 16px;
    left: auto;
    display: flex;
    width: 74px;
    height: 30px;
    padding: 0;
    border-radius: 8px;
    background: #22252f;
    box-shadow: 0 4px 8px rgb(15 23 42 / 0.18);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    transform: none;
  }

  body.login-mode .registration-button::before,
  body.login-mode .registration-button > svg {
    display: none;
  }

  body.login-mode .registration-button span {
    display: block;
    width: auto;
    height: auto;
    clip: auto;
    clip-path: none;
    overflow: visible;
  }

  body.login-mode .login-page {
    padding: 91px 16px 24px;
  }

  body.login-mode .login-shell {
    gap: 18px;
  }

  body.login-mode .login-aside {
    height: 157px;
    min-height: 157px;
    padding: 20px 18px;
  }

  body.login-mode .login-aside h1 {
    display: block;
    height: 51px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
  }

  body.login-mode .login-aside h1::before {
    content: "С возвращением\Aв Planka Hub";
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.22px;
    white-space: pre-line;
  }

  body.login-mode .login-aside p {
    display: block;
    height: 40px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
  }

  body.login-mode .login-aside p::before {
    content: "AI-инструменты, менторы и гранты - все в одном кабинете.";
    display: block;
    color: rgb(255 255 255 / 0.85);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  body.login-mode .login-card > p {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
  }

  body.login-mode .login-card > p::before {
    content: "Введите e-mail и пароль аккаунта.";
    display: block;
    color: #6b7385;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
  }

  body.login-error-open .site-header {
    display: none;
  }

  body.login-error-open .login-error {
    background: rgb(243 245 250 / 0.82);
    backdrop-filter: blur(5px);
  }

  body.login-error-open .login-error::after {
    position: absolute;
    z-index: 0;
    top: 52px;
    right: 32px;
    left: 32px;
    height: calc(100dvh - 235px);
    min-height: 430px;
    max-height: 650px;
    border-radius: 28px;
    background: rgb(255 255 255 / 0.36);
    box-shadow: inset 0 -54px 54px rgb(226 229 236 / 0.32);
    content: "";
    pointer-events: none;
  }

  body.login-error-open .login-error__dialog {
    z-index: 1;
  }

  body.login-error-open .login-shell {
    opacity: 0.18;
    filter: blur(8px);
  }

  body.login-error-open .login-error__close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 22px;
  }
}

@media (max-width: 340px) {
  body.login-mode .brand {
    left: 66px;
    width: 84px;
  }

  body.login-mode .brand svg {
    width: 84px;
  }

  body.login-mode .login-link {
    right: 86px;
    width: 28px;
    font-size: 9.5px;
  }

  body.login-mode .registration-button {
    right: 12px;
    width: 70px;
  }

  body.login-error-open .login-error__dialog h3 {
    font-size: 19px;
    line-height: 23px;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .signup-success__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .signup-success__secondary {
    display: none;
  }

  body.login-mode .brand,
  body.registration-mode .brand {
    top: calc(50% + 0.16px);
    left: 50%;
    width: 119.07px;
    height: 21.03px;
    transform: translate(-50%, -50%);
  }

  body.login-mode .brand svg,
  body.registration-mode .brand svg {
    width: 119.07px;
    height: 21.03px;
  }

  body.login-mode .login-link,
  body.registration-mode .login-link {
    display: none;
  }

  body.login-mode .registration-button,
  body.registration-mode .registration-button {
    top: calc(50% - 21.44px + 0.14px);
    right: 17.12px;
    left: auto;
    display: grid;
    width: 42.88px;
    height: 42.88px;
    padding: 0;
    transform: none;
    border: 0;
    border-radius: 21.4389px;
    background: #f3f5ff;
    box-shadow: none;
    color: #4475f2;
    place-items: center;
  }

  body.login-mode .registration-button span,
  body.registration-mode .registration-button span,
  body.login-mode .registration-button > svg,
  body.registration-mode .registration-button > svg {
    display: none;
  }

  body.login-mode .registration-button::before,
  body.registration-mode .registration-button::before {
    display: block;
  }

  .hero-title,
  .hero-subtitle {
    transform: translateX(-9px);
  }
}

@media (max-width: 720px) {
  body.magic-link-open .site-header {
    display: none;
  }

  body.magic-link-open .magic-link-panel {
    background: rgb(243 245 250 / 0.82);
    backdrop-filter: blur(5px);
  }

  body.magic-link-open .magic-link-panel::after {
    position: absolute;
    z-index: 0;
    top: 52px;
    right: 32px;
    left: 32px;
    height: calc(100dvh - 235px);
    min-height: 430px;
    max-height: 650px;
    border-radius: 28px;
    background: rgb(255 255 255 / 0.36);
    box-shadow: inset 0 -54px 54px rgb(226 229 236 / 0.32);
    content: "";
    pointer-events: none;
  }

  body.magic-link-open .magic-link-panel__inner {
    z-index: 1;
  }

  body.magic-link-open .login-shell {
    opacity: 0.08;
    filter: blur(8px);
  }
}

@media (max-width: 720px) {
  .code-shell {
    height: min(684px, calc(100dvh - 64px));
    padding: 14px 20px 12px;
  }

  .code-aside {
    min-height: 88px;
    gap: 4px;
  }

  .code-mobile-close {
    top: -12px;
  }

  .code-aside__intro > span {
    height: 18px;
    padding-top: 5px;
  }

  .code-aside h1 {
    height: 24px;
    line-height: 24px;
  }

  .code-aside__intro p {
    height: 38px;
    line-height: 19px;
  }

  .code-steps {
    height: 168px;
    padding-top: 0;
    gap: 7px;
  }

  .code-step,
  .code-step:nth-child(2) {
    height: 48px;
    min-height: 48px;
    padding: 8px 12px;
  }

  .code-step--active {
    height: 50px;
    min-height: 50px;
  }

  .activation-box {
    height: 190px;
    min-height: 190px;
    padding: 18px 10px 16px;
    gap: 10px;
  }

  .activation-code {
    height: 107px;
    grid-template-rows: 34px 34px 34px;
  }

  .activation-code > span {
    height: 32px;
  }

  .activation-code input {
    height: 32px;
  }

  .code-close {
    height: 43px;
  }

  .code-unlock {
    height: 39px;
    padding: 11px 18px;
  }
}

@media (max-width: 720px) {
  .menu-panel {
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    transform: translate3d(-100%, 0, 0);
  }

  .menu-left {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    box-shadow: none;
  }

  .menu-head {
    width: 100%;
    max-width: 100%;
    height: 88px;
    padding: 29px 24px 20px;
  }

  .menu-brand {
    width: 154px;
    height: 35px;
    gap: 8px;
  }

  .menu-brand__mark {
    width: 35px;
    height: 33px;
  }

  .menu-brand span:last-child {
    width: auto;
    height: 28px;
    font-size: 22px;
    line-height: 28px;
  }

  .menu-close {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .menu-close svg {
    width: 38px;
    height: 38px;
  }

  .menu-close svg rect {
    width: 38px;
    height: 38px;
    rx: 11px;
  }

  .menu-close svg path {
    transform: none;
    stroke-width: 1.4;
  }

  .menu-search {
    width: 100%;
    max-width: 100%;
    height: 84px;
    padding: 20px 24px 15px;
  }

  .menu-search span {
    width: 100%;
    max-width: 100%;
    height: 49px;
    padding: 0 16px 0 42px;
    border-radius: 9px;
    font-size: 15px;
    line-height: 18px;
  }

  .menu-search svg {
    top: 36px;
    left: 38px;
    width: 16px;
    height: 16px;
  }

  .menu-nav,
  .menu-soon,
  .menu-footer {
    width: 100%;
    max-width: 100%;
  }

  .menu-nav {
    height: 388px;
  }

  .menu-soon {
    height: 116px;
  }

  .menu-label {
    top: 18px;
    left: 26px;
    height: 13px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.32px;
  }

  .menu-link,
  .menu-soon .menu-link {
    left: 24px;
    width: calc(100% - 48px);
    height: 60px;
    padding: 10px 10px;
    border-radius: 13px;
    gap: 14px;
  }

  .menu-nav .menu-link:nth-of-type(1) { top: 40px; }
  .menu-nav .menu-link:nth-of-type(2) { top: 104px; }
  .menu-nav .menu-link:nth-of-type(3) { top: 168px; }
  .menu-nav .menu-link:nth-of-type(4) { top: 232px; }
  .menu-nav .menu-link:nth-of-type(5) { top: 296px; }
  .menu-soon .menu-link { top: 41px; }

  .menu-link__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .menu-link__icon svg {
    width: 22px;
    height: 22px;
  }

  .menu-link__text {
    width: auto;
    height: 40px;
    flex: 1 1 auto;
    gap: 3px;
  }

  .menu-link__text strong {
    height: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .menu-link__text small {
    height: 17px;
    font-size: 13px;
    line-height: 17px;
  }

  .menu-pill {
    height: 22px;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .menu-footer {
    height: 123px;
    padding: 19px 24px 19px;
    gap: 14px;
  }

  .menu-access {
    width: 100%;
    height: 52px;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .menu-status {
    width: 100%;
    height: 18px;
  }

  .menu-status span,
  .menu-status a {
    height: 18px;
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 720px) and (max-height: 760px) {
  .menu-head {
    height: 80px;
    padding: 24px 24px 17px;
  }

  .menu-search {
    height: 72px;
    padding: 14px 24px 9px;
  }

  .menu-search svg {
    top: 30px;
  }

  .menu-nav {
    height: 324px;
  }

  .menu-label {
    top: 14px;
  }

  .menu-link,
  .menu-soon .menu-link {
    height: 52px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .menu-nav .menu-link:nth-of-type(1) { top: 34px; }
  .menu-nav .menu-link:nth-of-type(2) { top: 88px; }
  .menu-nav .menu-link:nth-of-type(3) { top: 142px; }
  .menu-nav .menu-link:nth-of-type(4) { top: 196px; }
  .menu-nav .menu-link:nth-of-type(5) { top: 250px; }

  .menu-soon {
    height: 88px;
  }

  .menu-soon .menu-link {
    top: 34px;
  }

  .menu-footer {
    height: 100px;
    padding: 14px 24px 13px;
    gap: 10px;
  }

  .menu-access {
    height: 44px;
    padding: 12px;
  }

  .menu-status {
    height: 16px;
  }
}

@media (max-width: 1180px) {
  .pablo-card__header .pablo-status {
    justify-content: center !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
  }

  .telegram-badge {
    width: 110px;
  }

  .telegram-badge svg {
    width: 20px !important;
    height: 20px !important;
  }

  .telegram-button svg {
    width: 37px !important;
    height: 37px !important;
  }
}

@media (max-width: 720px) {
  .founders-title .highlight {
    display: inline;
    margin-right: 0;
  }

  .founders-title {
    line-height: 28px;
  }

  .founders-copy {
    height: 246px;
    gap: 16px;
  }

  .founders-text {
    height: auto;
    min-height: 51px;
  }

  .founders-stat {
    padding-top: 10px;
  }

  .directions-title {
    font-weight: 700;
  }

  .direction-card--investments h3 {
    top: 49px;
  }

  .direction-card--investments p {
    top: 83px;
  }

  .page > .preseed-section,
  .preseed-section {
    width: calc(100vw - 40px);
  }

  .preseed-header,
  .preseed-content,
  .preseed-timeline,
  .preseed-timeline li,
  .preseed-side,
  .preseed-current {
    width: 100%;
  }

  .preseed-header,
  .preseed-content {
    left: 0;
  }

  .preseed-header h2 {
    width: 100%;
    font-weight: 600;
  }

  .preseed-header p {
    left: 18px;
    width: calc(100% - 36px);
    height: auto;
    align-items: flex-start;
    line-height: 16px;
  }

  .preseed-map {
    width: 100%;
    height: 251px;
  }

  .preseed-map__art {
    width: 100%;
    height: 100%;
  }

  .page > .pablo-section,
  .pablo-section,
  .pablo-panel,
  .pablo-content,
  .pablo-copy,
  .pablo-card,
  .pablo-links,
  .pablo-link,
  .pablo-mobile-note {
    width: calc(100vw - 40px);
    max-width: none;
  }

  .pablo-links {
    padding-right: 0;
    padding-left: 0;
  }

  .pablo-copy h2 {
    width: 100%;
  }

  .pablo-copy p {
    left: 12px;
    width: calc(100% - 24px);
  }

  .pablo-link em {
    display: none;
  }

  .pablo-card__header .pablo-status {
    left: 158px;
    font-weight: 700 !important;
  }

  .page > .report-section,
  .report-section {
    width: calc(100vw - 40px);
    height: 570px;
    min-height: 570px;
  }

  .report-container,
  .report-copy {
    width: 100%;
  }

  .report-container {
    height: 570px;
  }

  .report-copy {
    height: 166px;
  }

  .receipt-card {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .report-copy h2 {
    left: 0;
    width: 100%;
    font-weight: 700;
  }

  .report-lead,
  .report-note {
    left: 0;
    width: 100%;
  }

  .report-lead .report-mobile-break {
    display: block;
  }

  .report-lead {
    top: 40px;
    height: 51px;
    font-size: 12.15px;
    line-height: 16.7px;
  }

  .report-lead mark {
    height: 14px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12.15px;
    line-height: 16.7px;
  }

  .report-lead-tail {
    display: block;
  }

  .report-note {
    top: 100px;
    height: 54px;
    overflow: visible;
    color: transparent;
    font-size: 12.48px;
    line-height: 18px;
  }

  .report-note::before {
    display: block;
    color: #6b7280;
    content: "\0421 \0443 \0445 \0438 \0435  \0446 \0438 \0444 \0440 \044B  \0431 \0435 \0437  \0443 \043A \0440 \0430 \0448 \0435 \043D \0438 \0439 . \041A \0430 \0436 \0434 \0430 \044F  \0441 \0442 \0440 \043E \043A \0430  - \044D \0442 \043E \A \0443 \0441 \043F \0435 \0445  \043F \043E \043B \044C \0437 \043E \0432 \0430 \0442 \0435 \043B \0435 \0439 , \043A \043E \0442 \043E \0440 \044B \0435  \0441 \0434 \0435 \043B \0430 \043B \0438  \0440 \0435 \0430 \043B \044C \043D \044B \0439 \A \0448 \0430 \0433  \043A  \043F \0440 \043E \0434 \0443 \043A \0442 \0443 .";
    white-space: pre-line;
  }

  .receipt-wrap {
    top: 190px;
    left: 6px;
    width: calc(100% - 12px);
  }

  .receipt-label {
    left: calc(50% + 3px);
  }

  .receipt-header,
  .receipt-list,
  .receipt-total,
  .receipt-thanks,
  .receipt-barcode,
  .receipt-code {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .receipt-header span {
    width: auto;
  }

  .receipt-header span::before {
    content: "Отчет #2026-24-05";
  }

  .receipt-list div {
    width: 100%;
  }

  .review-card--one .review-person {
    position: absolute;
    top: 203.74px;
    left: 23.35px;
    width: calc(100% - 46.7px);
    max-width: 287.69px;
  }

  .reviews-grid[data-mobile-review="1"] .review-card--one p {
    width: calc(100% - 2px);
    font-size: 18.1px;
    line-height: 22px;
  }

  .telegram-button {
    gap: 14px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }

  .telegram-button span {
    display: inline-flex;
    width: auto;
    flex: 0 1 auto;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-weight: 700;
    line-height: 21px;
    white-space: nowrap;
  }

  .telegram-button svg {
    position: static;
    width: 37px !important;
    height: 37px !important;
    flex: 0 0 37px;
    transform: none;
  }

  .onas-header h2 {
    font-weight: 800;
  }

  .page > .onas-section,
  .onas-section {
    width: min(320px, calc(100vw - 40px));
  }

  .onas-header,
  .onas-cards,
  .onas-card,
  .onas-card--ai,
  .onas-card--people,
  .onas-card--stats,
  .onas-card--no {
    width: 100%;
  }

  .onas-card h3,
  .onas-card--ai h3,
  .onas-card--stats h3,
  .onas-card--people h3,
  .onas-card--no h3 {
    width: 100%;
  }

  .onas-card p,
  .onas-card--ai p,
  .onas-card--stats p,
  .onas-card--people p,
  .onas-card--no p {
    width: 100%;
    font-weight: 600;
  }

  .onas-card--ai p {
    display: block;
    width: 100%;
    height: auto;
    min-height: 37px;
    font-size: 11.8px;
    line-height: 18.5px;
    white-space: nowrap;
  }

  .onas-card--ai .onas-mobile-break {
    display: initial;
  }
}

@media (min-width: 341px) and (max-width: 720px) {
  .page > .founders-section,
  .founders-section {
    width: min(367.62px, calc(100vw - 42px));
  }
}
