/* Уточнения по визуальной системе КоЛямБы */
.brand-badge {
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-badge img {
  object-fit: contain;
}

.auth-avatar {
  width: 92px;
  height: 92px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.auth-avatar img {
  object-fit: contain;
}

.register-only[hidden] {
  display: none !important;
}

.auth-card h1 {
  margin-top: 0;
}

.hero-character {
  position: relative;
  display: flex;
  min-height: 500px;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 17%, rgba(91, 236, 246, .31), transparent 23%),
    radial-gradient(circle at 19% 80%, rgba(181, 151, 255, .45), transparent 30%),
    linear-gradient(145deg, #26164c, #5732b9 69%, #7958e9);
  box-shadow: 0 28px 70px rgba(59, 32, 132, .27);
}

.hero-character::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 23px;
  content: "";
}

.hero-character > img {
  position: relative;
  z-index: 1;
  width: min(91%, 530px);
  max-height: 475px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 23px 24px rgba(20, 10, 54, .23));
}

.character-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 15px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 15px 30px rgba(13, 5, 40, .22);
}

.character-note strong,
.character-note small {
  display: block;
}

.character-note strong {
  color: #292239;
  font-size: 13px;
}

.character-note small {
  margin-top: 2px;
  color: #756d82;
  font-size: 11px;
}

.note-top {
  top: 45px;
  left: 27px;
  color: var(--purple);
}

.note-bottom {
  right: 21px;
  bottom: 32px;
}

.note-check {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e8f8ef;
  color: #21855a;
  font-size: 12px;
  font-weight: 900;
}

.section-head h2 {
  font-size: 49px;
}

.feature h3 {
  font-size: 23px;
}

.feature p,
.step p {
  font-size: 15px;
}

.step {
  isolation: isolate;
  min-height: 272px;
  padding: 30px;
}

.step .num {
  position: absolute;
  z-index: -1;
  top: 14px;
  right: 20px;
  color: rgba(255, 255, 255, .12);
  font-size: 125px;
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: 1;
}

.step h3 {
  margin-top: 21px;
  font-size: 23px;
}

.step-icon {
  width: 51px;
  height: 51px;
  font-size: 18px;
}

.trust-items {
  height: 94px;
  gap: 48px;
  font-size: 19px;
  font-weight: 780;
  letter-spacing: -.015em;
}

.trust-items b {
  font-size: 22px;
}

.analysis-section {
  padding-top: 38px;
}

.analysis-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
  align-items: center;
  gap: 58px;
  overflow: hidden;
  border: 1px solid #e2dcf8;
  border-radius: 30px;
  padding: 52px 54px 34px;
  background: linear-gradient(135deg, #f8f7ff, #f0ecff);
}

.analysis-copy h2 {
  margin: 15px 0;
  font-size: 43px;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.analysis-copy > p {
  margin-bottom: 22px;
  color: #655e72;
  font-size: 16px;
}

.analysis-list {
  display: grid;
  gap: 11px;
  margin: 0 0 27px;
  padding: 0;
  list-style: none;
  color: #413a4e;
  font-size: 14px;
}

.analysis-copy .btn {
  margin-bottom: 8px;
}

.analysis-list span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: #e5f8ed;
  color: #21845b;
  font-size: 11px;
  font-weight: 900;
}

.analysis-visual {
  position: relative;
  min-height: 428px;
}

.analysis-visual > img {
  position: absolute;
  z-index: 1;
  right: -16px;
  bottom: -14px;
  width: min(100%, 500px);
  height: 445px;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 25px 22px rgba(68, 40, 144, .16));
}

.analysis-card {
  position: absolute;
  z-index: 2;
  top: 51px;
  left: 2px;
  width: 222px;
  border: 1px solid #e8e1fb;
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 32px rgba(56, 35, 116, .13);
}

.analysis-card-label {
  display: block;
  margin-bottom: 13px;
  color: #796e91;
  font-size: 11px;
  font-weight: 800;
}

.analysis-card strong {
  display: block;
  margin-bottom: 14px;
  color: #282137;
  font-size: 15px;
  line-height: 1.2;
}

.analysis-bars {
  display: grid;
  gap: 9px;
}

.analysis-bars span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6e6679;
  font-size: 10px;
}

.analysis-bars i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple);
}

.analysis-bars span:nth-child(2) i { background: var(--orange); }
.analysis-bars span:nth-child(3) i { background: var(--cyan); }
.analysis-bars b { margin-left: auto; color: #3f374e; }

@media (max-width: 900px) {
  .analysis-grid { grid-template-columns: 1fr; gap: 18px; padding: 38px 34px 30px; }
  .analysis-visual { min-height: 382px; }
  .analysis-visual > img { right: 0; height: 400px; }
}

@media (max-width: 600px) {
  .trust-items { height: 72px; gap: 12px; font-size: 14px; }
  .trust-items b { font-size: 17px; }
  .hero-character { min-height: 410px; }
  .hero-character > img { width: 100%; max-height: 390px; }
  .character-note { padding: 9px 10px; }
  .note-top { top: 27px; left: 16px; }
  .note-bottom { right: 13px; bottom: 16px; }
  .section-head h2 { font-size: 38px; }
  .step { min-height: 245px; padding: 25px; }
  .step .num { top: 10px; right: 18px; font-size: 105px; }
  .analysis-grid { padding: 32px 22px 28px; }
  .analysis-copy h2 { font-size: 34px; }
  .analysis-copy > p { font-size: 15px; }
  .analysis-visual { min-height: 345px; }
  .analysis-visual > img { height: 350px; right: -11px; }
  .analysis-card { top: 15px; left: 0; width: 206px; }
}
